2022-09-27T15:28:27.4454237Z Requested labels: linux.2xlarge 2022-09-27T15:28:27.4454323Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:28:27.4454346Z Waiting for a runner to pick up this job... 2022-09-27T15:28:53.9397441Z Job is about to start running on the runner: i-0e2a31361f9da464d (organization) 2022-09-27T15:28:58.8317562Z Current runner version: '2.296.2' 2022-09-27T15:28:58.8323004Z Runner name: 'i-0e2a31361f9da464d' 2022-09-27T15:28:58.8323484Z Runner group name: 'Default' 2022-09-27T15:28:58.8324021Z Machine name: 'ip-10-0-8-93' 2022-09-27T15:28:58.8325945Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:28:58.8326621Z Actions: read 2022-09-27T15:28:58.8326868Z Checks: read 2022-09-27T15:28:58.8327149Z Contents: read 2022-09-27T15:28:58.8327651Z Deployments: read 2022-09-27T15:28:58.8327911Z Discussions: read 2022-09-27T15:28:58.8328193Z Issues: read 2022-09-27T15:28:58.8328473Z Metadata: read 2022-09-27T15:28:58.8328725Z Packages: read 2022-09-27T15:28:58.8329032Z Pages: read 2022-09-27T15:28:58.8329335Z PullRequests: read 2022-09-27T15:28:58.8329624Z RepositoryProjects: read 2022-09-27T15:28:58.8329952Z SecurityEvents: read 2022-09-27T15:28:58.8330293Z Statuses: read 2022-09-27T15:28:58.8330535Z ##[endgroup] 2022-09-27T15:28:58.8333533Z Secret source: None 2022-09-27T15:28:58.8334118Z Prepare workflow directory 2022-09-27T15:28:59.3972407Z Prepare all required actions 2022-09-27T15:28:59.4132458Z Getting action download info 2022-09-27T15:29:00.3663937Z Download action repository 'pytorch/pytorch@master' (SHA:01dbbeeeb5ab7ede28e333982e98713282a0e4b8) 2022-09-27T15:29:03.0314903Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:29:03.1799390Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:29:03.4120155Z Getting action download info 2022-09-27T15:29:04.3388366Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:29:04.5336002Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:29:04.5337669Z ##[group] Inputs 2022-09-27T15:29:04.5337958Z build-environment: linux-focal-py3.7-clang7-asan 2022-09-27T15:29:04.5338561Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 3, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 4, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 5, num_shards: 5, runner: "linux.2xlarge" }, ]} 2022-09-27T15:29:04.5339233Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:29:04.5339577Z sync-tag: 2022-09-27T15:29:04.5339751Z ##[endgroup] 2022-09-27T15:29:04.5340204Z Complete job name: linux-focal-py3.7-clang7-asan / test (default, 4, 5, linux.2xlarge) 2022-09-27T15:29:04.6011523Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:29:04.6011826Z with: 2022-09-27T15:29:04.6012008Z submodules: recursive 2022-09-27T15:29:04.6012183Z fetch-depth: 0 2022-09-27T15:29:04.6012354Z env: 2022-09-27T15:29:04.6012529Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:04.6012716Z ##[endgroup] 2022-09-27T15:29:04.6243322Z ##[group]Run retry () { 2022-09-27T15:29:04.6243575Z retry () { 2022-09-27T15:29:04.6243803Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:29:04.6244017Z } 2022-09-27T15:29:04.6244191Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:29:04.6244414Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:29:04.6244639Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:29:04.6244854Z else 2022-09-27T15:29:04.6245085Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:29:04.6245280Z fi 2022-09-27T15:29:04.6245508Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:29:04.6261239Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:29:04.6261494Z env: 2022-09-27T15:29:04.6261678Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:04.6261851Z NO_SUDO: 2022-09-27T15:29:04.6262158Z ##[endgroup] 2022-09-27T15:29:04.6431158Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:29:08.4858375Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:29:08.4858615Z with: 2022-09-27T15:29:08.4858811Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:29:08.4859015Z fetch-depth: 0 2022-09-27T15:29:08.4859183Z submodules: recursive 2022-09-27T15:29:08.4859368Z quiet-checkout: true 2022-09-27T15:29:08.4859566Z repository: pytorch/pytorch 2022-09-27T15:29:08.4859909Z token: *** 2022-09-27T15:29:08.4860081Z ssh-strict: true 2022-09-27T15:29:08.4860277Z persist-credentials: true 2022-09-27T15:29:08.4860470Z clean: true 2022-09-27T15:29:08.4860635Z lfs: false 2022-09-27T15:29:08.4860817Z set-safe-directory: true 2022-09-27T15:29:08.4860998Z env: 2022-09-27T15:29:08.4861154Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:29:08.4861339Z ##[endgroup] 2022-09-27T15:29:08.5971791Z Syncing repository: pytorch/pytorch 2022-09-27T15:29:08.5973176Z ##[group]Getting Git version info 2022-09-27T15:29:08.5973633Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:29:08.5974054Z [command]/usr/bin/git version 2022-09-27T15:29:08.5974245Z git version 2.37.1 2022-09-27T15:29:08.5974782Z ##[endgroup] 2022-09-27T15:29:08.5986244Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/7c60a6a3-96ec-4d01-927e-8ebcd6792c76' before making global git config changes 2022-09-27T15:29:08.5986661Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:29:08.5988647Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:29:08.6023584Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:29:08.6026910Z ##[group]Initializing the repository 2022-09-27T15:29:08.6031245Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:29:08.6164395Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:29:08.6164980Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:29:08.6165507Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:29:08.6165857Z hint: 2022-09-27T15:29:08.6166442Z hint: git config --global init.defaultBranch 2022-09-27T15:29:08.6166981Z hint: 2022-09-27T15:29:08.6167502Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:29:08.6168051Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:29:08.6168356Z hint: 2022-09-27T15:29:08.6168695Z hint: git branch -m 2022-09-27T15:29:08.6169060Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:29:08.6174861Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:29:08.6202541Z ##[endgroup] 2022-09-27T15:29:08.6202917Z ##[group]Disabling automatic garbage collection 2022-09-27T15:29:08.6207473Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:29:08.6232402Z ##[endgroup] 2022-09-27T15:29:08.6232749Z ##[group]Setting up auth 2022-09-27T15:29:08.6239828Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:29:08.6268688Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:29:08.6502763Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:29:08.6531799Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T15:29:08.6766730Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:29:08.6805316Z ##[endgroup] 2022-09-27T15:29:08.6805883Z ##[group]Fetching the repository 2022-09-27T15:29:08.6812218Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-09-27T15:29:52.0944610Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:29:52.0979989Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:29:53.2965756Z ##[endgroup] 2022-09-27T15:29:53.2966527Z ##[group]Determining the checkout info 2022-09-27T15:29:53.2967523Z ##[endgroup] 2022-09-27T15:29:53.2968014Z ##[group]Checking out the ref 2022-09-27T15:29:53.2972444Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:29:54.5177714Z ##[endgroup] 2022-09-27T15:29:54.5178270Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:29:54.5184094Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:29:54.5229503Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:29:54.5259283Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:29:54.5287214Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:29:54.5312375Z ##[endgroup] 2022-09-27T15:29:54.5312812Z ##[group]Fetching submodules 2022-09-27T15:29:54.5316361Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:29:54.5569171Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:29:54.5812119Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:29:54.5812888Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:29:54.5814409Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:29:54.5816484Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:29:54.5818562Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:29:54.5821198Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:29:54.5823227Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:29:54.5825675Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:29:54.5828280Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:29:54.5830894Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:29:54.5833875Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:29:54.5836620Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:29:54.5839528Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:29:54.5842691Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:29:54.5845866Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:29:54.5849300Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:29:54.5852659Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:29:54.5856217Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:29:54.5859864Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:29:54.5863593Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:29:54.5867332Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:29:54.5871362Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:29:54.5875433Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:29:54.5918858Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:29:54.5919579Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:29:54.5920159Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:29:54.5920952Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:29:54.5921589Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:29:54.5922115Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:29:54.5923028Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:29:54.5923736Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:29:54.5924259Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:29:54.5924827Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:29:54.5929429Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:29:54.5934922Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:29:54.5940651Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:29:54.5946578Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:29:54.5952479Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:29:54.5958668Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:29:54.5965066Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:29:54.5971562Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:29:54.5997059Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:29:54.9239493Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:29:55.1560114Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:29:55.3623853Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:29:55.6929390Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:29:55.9534880Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:29:58.1072556Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:30:05.0662940Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:30:05.4969432Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:30:06.0433004Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:30:07.5819859Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:30:08.6495699Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:30:09.8316661Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:30:18.2057603Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:30:18.8630103Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:30:20.4727940Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:30:21.6749673Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:30:21.8617400Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:30:22.2610309Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:30:22.5800412Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:30:23.5284176Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:30:23.9283887Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:30:24.1894674Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:30:24.5191459Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:30:25.9282853Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:30:26.4226234Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:30:26.8031812Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:30:32.6487733Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:30:34.1644711Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:30:35.6568261Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:30:35.8848485Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:30:41.1350215Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:30:41.3342937Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:30:41.5877832Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:30:42.3737131Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:30:42.6897431Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:30:43.0185997Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:30:43.3107651Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:30:43.8660907Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:30:46.4564738Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:30:46.9515504Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:30:49.1139857Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:30:49.1234398Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:30:49.1307492Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:30:49.1508206Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:30:49.1705169Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:30:49.2047597Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:30:49.7569687Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:30:49.7764497Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:30:49.8677426Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:30:49.8999173Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:30:50.1665003Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:30:50.5382082Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:30:50.7600248Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:30:50.8026473Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:30:50.8040028Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:30:50.8041922Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:30:50.8044012Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:30:50.8046433Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:30:50.8068008Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:30:51.6249275Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:30:52.1363838Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:30:53.1218784Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:30:53.4144497Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:30:53.5054927Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:30:53.5587923Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:30:53.5679012Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:30:53.6453857Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:30:53.6757894Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:30:53.6836678Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:30:53.7201196Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:30:53.7419530Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:30:53.7840315Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:30:53.7944952Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:30:53.7956626Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:30:53.7977821Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:31:00.3733007Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:31:00.3748120Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:00.3770675Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:31:07.0189014Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:31:07.0281059Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:31:07.0407729Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:31:07.1257160Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:31:07.1272128Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:07.1274429Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:07.1297202Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:31:08.4025833Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:31:10.0322900Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:31:10.0812865Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:31:10.0990944Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:31:10.1116739Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:31:10.2085612Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:31:10.4297807Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:31:10.4322741Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:10.4324990Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:10.4347524Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:31:10.8434217Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:31:11.6216926Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:31:11.6493721Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:31:11.6626868Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:31:11.6639457Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:11.6659791Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:31:13.2263089Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:31:13.2281163Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:13.2283502Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:13.2306798Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:31:13.6447178Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:31:14.3970077Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:31:14.4564688Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:31:14.4578644Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:14.4601029Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-09-27T15:31:14.7437349Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:31:14.7517860Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:31:14.9831754Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:31:14.9849641Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:14.9851342Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:14.9874221Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:31:15.6214392Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:31:16.5902814Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:31:16.6531315Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:31:16.6608739Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:31:16.6704802Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:31:16.7001114Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:31:16.7081629Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:31:16.7340120Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:31:16.7423675Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:31:16.7819056Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:31:16.8801968Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:31:16.9038376Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:31:16.9052349Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:16.9054530Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:16.9056958Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:16.9059536Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:16.9081661Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:31:17.8899160Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:31:18.3023592Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:31:20.2496770Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:31:21.0716566Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:31:21.0846803Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:31:21.1436568Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:31:21.1685501Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:31:21.1697706Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:21.1719018Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:31:21.4159004Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:31:21.5377198Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:31:21.5405670Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:31:21.5659081Z Entering 'android/libs/fbjni' 2022-09-27T15:31:21.5692199Z Entering 'third_party/FP16' 2022-09-27T15:31:21.5726225Z Entering 'third_party/FXdiv' 2022-09-27T15:31:21.5759879Z Entering 'third_party/NNPACK' 2022-09-27T15:31:21.5793257Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:21.5826881Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:21.5862018Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:21.5906070Z Entering 'third_party/benchmark' 2022-09-27T15:31:21.5939968Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:21.5973954Z Entering 'third_party/cub' 2022-09-27T15:31:21.6007450Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:21.6045724Z Entering 'third_party/cutlass' 2022-09-27T15:31:21.6085720Z Entering 'third_party/eigen' 2022-09-27T15:31:21.6121005Z Entering 'third_party/fbgemm' 2022-09-27T15:31:21.6155029Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:21.6187736Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:21.6221010Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:21.6253880Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:21.6287212Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:21.6321788Z Entering 'third_party/fmt' 2022-09-27T15:31:21.6355156Z Entering 'third_party/foxi' 2022-09-27T15:31:21.6388111Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:21.6421575Z Entering 'third_party/gloo' 2022-09-27T15:31:21.6455580Z Entering 'third_party/googletest' 2022-09-27T15:31:21.6488834Z Entering 'third_party/ideep' 2022-09-27T15:31:21.6520898Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:21.6554401Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:21.6592803Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:21.6626270Z Entering 'third_party/ittapi' 2022-09-27T15:31:21.6659174Z Entering 'third_party/kineto' 2022-09-27T15:31:21.6692969Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:21.6725658Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:21.6759636Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:21.6793725Z Entering 'third_party/neon2sse' 2022-09-27T15:31:21.6826823Z Entering 'third_party/nlohmann' 2022-09-27T15:31:21.6863619Z Entering 'third_party/onnx' 2022-09-27T15:31:21.6909040Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:21.6942340Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:21.6978706Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:21.7012435Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:21.7049972Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:21.7083472Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:21.7116716Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:21.7154236Z Entering 'third_party/pocketfft' 2022-09-27T15:31:21.7187299Z Entering 'third_party/protobuf' 2022-09-27T15:31:21.7224716Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:21.7257367Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:21.7293038Z Entering 'third_party/psimd' 2022-09-27T15:31:21.7326064Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:21.7359679Z Entering 'third_party/pybind11' 2022-09-27T15:31:21.7392714Z Entering 'third_party/python-enum' 2022-09-27T15:31:21.7425816Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:21.7458169Z Entering 'third_party/python-six' 2022-09-27T15:31:21.7490507Z Entering 'third_party/sleef' 2022-09-27T15:31:21.7523867Z Entering 'third_party/tbb' 2022-09-27T15:31:21.7558830Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:21.7591692Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:21.7624311Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:21.7657083Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:21.7689491Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:21.7721483Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:21.7756601Z Entering 'third_party/zstd' 2022-09-27T15:31:21.7798123Z ##[endgroup] 2022-09-27T15:31:21.7798593Z ##[group]Persisting credentials for submodules 2022-09-27T15:31:21.7805324Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-09-27T15:31:21.8056937Z Entering 'android/libs/fbjni' 2022-09-27T15:31:21.8089198Z Entering 'third_party/FP16' 2022-09-27T15:31:21.8122252Z Entering 'third_party/FXdiv' 2022-09-27T15:31:21.8154260Z Entering 'third_party/NNPACK' 2022-09-27T15:31:21.8187695Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:21.8220660Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:21.8253171Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:21.8295892Z Entering 'third_party/benchmark' 2022-09-27T15:31:21.8329334Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:21.8362443Z Entering 'third_party/cub' 2022-09-27T15:31:21.8394741Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:21.8432834Z Entering 'third_party/cutlass' 2022-09-27T15:31:21.8471303Z Entering 'third_party/eigen' 2022-09-27T15:31:21.8506231Z Entering 'third_party/fbgemm' 2022-09-27T15:31:21.8539780Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:21.8571637Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:21.8603723Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:21.8635473Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:21.8668795Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:21.8703097Z Entering 'third_party/fmt' 2022-09-27T15:31:21.8735883Z Entering 'third_party/foxi' 2022-09-27T15:31:21.8769301Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:21.8801168Z Entering 'third_party/gloo' 2022-09-27T15:31:21.8834386Z Entering 'third_party/googletest' 2022-09-27T15:31:21.8867236Z Entering 'third_party/ideep' 2022-09-27T15:31:21.8899276Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:21.8934464Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:21.8972583Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:21.9005284Z Entering 'third_party/ittapi' 2022-09-27T15:31:21.9038201Z Entering 'third_party/kineto' 2022-09-27T15:31:21.9070043Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:21.9103213Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:21.9137637Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:21.9170732Z Entering 'third_party/neon2sse' 2022-09-27T15:31:21.9203322Z Entering 'third_party/nlohmann' 2022-09-27T15:31:21.9238060Z Entering 'third_party/onnx' 2022-09-27T15:31:21.9282579Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:21.9315639Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:21.9350548Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:21.9383900Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:21.9421441Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:21.9454426Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:21.9486759Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:21.9524484Z Entering 'third_party/pocketfft' 2022-09-27T15:31:21.9557413Z Entering 'third_party/protobuf' 2022-09-27T15:31:21.9594420Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:21.9626133Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:21.9659295Z Entering 'third_party/psimd' 2022-09-27T15:31:21.9692582Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:21.9724017Z Entering 'third_party/pybind11' 2022-09-27T15:31:21.9757563Z Entering 'third_party/python-enum' 2022-09-27T15:31:21.9790145Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:21.9824216Z Entering 'third_party/python-six' 2022-09-27T15:31:21.9856485Z Entering 'third_party/sleef' 2022-09-27T15:31:21.9888656Z Entering 'third_party/tbb' 2022-09-27T15:31:21.9922689Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:21.9956289Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:21.9989273Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:22.0021793Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:22.0054349Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:22.0086354Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:22.0121109Z Entering 'third_party/zstd' 2022-09-27T15:31:22.0165413Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-09-27T15:31:22.0415213Z Entering 'android/libs/fbjni' 2022-09-27T15:31:22.0444546Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:31:22.0458846Z Entering 'third_party/FP16' 2022-09-27T15:31:22.0489890Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:31:22.0502896Z Entering 'third_party/FXdiv' 2022-09-27T15:31:22.0535483Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:31:22.0548684Z Entering 'third_party/NNPACK' 2022-09-27T15:31:22.0579365Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:31:22.0593112Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:22.0623540Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:31:22.0637211Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:22.0667714Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:31:22.0681630Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:22.0712427Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:31:22.0737467Z Entering 'third_party/benchmark' 2022-09-27T15:31:22.0768438Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:31:22.0782567Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:22.0813377Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:31:22.0827216Z Entering 'third_party/cub' 2022-09-27T15:31:22.0857982Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:31:22.0872312Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:22.0904187Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:31:22.0922917Z Entering 'third_party/cutlass' 2022-09-27T15:31:22.0953142Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:31:22.0972977Z Entering 'third_party/eigen' 2022-09-27T15:31:22.1003140Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:31:22.1018919Z Entering 'third_party/fbgemm' 2022-09-27T15:31:22.1049722Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:31:22.1063472Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:22.1094594Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-09-27T15:31:22.1108070Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:22.1138926Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:31:22.1152104Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:22.1181773Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:31:22.1195474Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:22.1225855Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-09-27T15:31:22.1240692Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:22.1270941Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:31:22.1286800Z Entering 'third_party/fmt' 2022-09-27T15:31:22.1317193Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:31:22.1330674Z Entering 'third_party/foxi' 2022-09-27T15:31:22.1361448Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:31:22.1375480Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:22.1407051Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:31:22.1420267Z Entering 'third_party/gloo' 2022-09-27T15:31:22.1451527Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:31:22.1465731Z Entering 'third_party/googletest' 2022-09-27T15:31:22.1495880Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:31:22.1509341Z Entering 'third_party/ideep' 2022-09-27T15:31:22.1541203Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:31:22.1554064Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:22.1584742Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-09-27T15:31:22.1599342Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:22.1630205Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-09-27T15:31:22.1649656Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:22.1679373Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:31:22.1693682Z Entering 'third_party/ittapi' 2022-09-27T15:31:22.1723596Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:31:22.1737514Z Entering 'third_party/kineto' 2022-09-27T15:31:22.1767890Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:31:22.1781706Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:22.1812273Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-09-27T15:31:22.1826265Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:22.1857425Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-09-27T15:31:22.1872662Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:22.1903457Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:31:22.1917530Z Entering 'third_party/neon2sse' 2022-09-27T15:31:22.1948254Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:31:22.1961871Z Entering 'third_party/nlohmann' 2022-09-27T15:31:22.1992426Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:31:22.2007528Z Entering 'third_party/onnx' 2022-09-27T15:31:22.2037922Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:31:22.2063410Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:22.2095662Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:31:22.2109610Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:22.2140309Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:31:22.2155665Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:22.2186708Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:31:22.2200064Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:22.2231200Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:31:22.2249302Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:22.2280351Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:31:22.2294412Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:22.2324920Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:31:22.2338398Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:22.2369357Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:31:22.2386864Z Entering 'third_party/pocketfft' 2022-09-27T15:31:22.2417889Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:31:22.2431808Z Entering 'third_party/protobuf' 2022-09-27T15:31:22.2461815Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:31:22.2478719Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:22.2509808Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:31:22.2523027Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:22.2553155Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:31:22.2568592Z Entering 'third_party/psimd' 2022-09-27T15:31:22.2598388Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:31:22.2612601Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:22.2642948Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:31:22.2656152Z Entering 'third_party/pybind11' 2022-09-27T15:31:22.2686692Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:31:22.2699654Z Entering 'third_party/python-enum' 2022-09-27T15:31:22.2730808Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:31:22.2743721Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:22.2773492Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:31:22.2787230Z Entering 'third_party/python-six' 2022-09-27T15:31:22.2817829Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:31:22.2831350Z Entering 'third_party/sleef' 2022-09-27T15:31:22.2861858Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:31:22.2875720Z Entering 'third_party/tbb' 2022-09-27T15:31:22.2906191Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:31:22.2921696Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:22.2952433Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:31:22.2966784Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:22.2997396Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:31:22.3011649Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:22.3041120Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-09-27T15:31:22.3054983Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:22.3085681Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-09-27T15:31:22.3099663Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:22.3130165Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:31:22.3143361Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:22.3174570Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:31:22.3190578Z Entering 'third_party/zstd' 2022-09-27T15:31:22.3220885Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:31:22.3824532Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:31:22.4078000Z Entering 'android/libs/fbjni' 2022-09-27T15:31:22.4111854Z Entering 'third_party/FP16' 2022-09-27T15:31:22.4146487Z Entering 'third_party/FXdiv' 2022-09-27T15:31:22.4180861Z Entering 'third_party/NNPACK' 2022-09-27T15:31:22.4215350Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:22.4250265Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:22.4283829Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:22.4327863Z Entering 'third_party/benchmark' 2022-09-27T15:31:22.4361634Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:22.4396329Z Entering 'third_party/cub' 2022-09-27T15:31:22.4429979Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:22.4468427Z Entering 'third_party/cutlass' 2022-09-27T15:31:22.4508569Z Entering 'third_party/eigen' 2022-09-27T15:31:22.4543452Z Entering 'third_party/fbgemm' 2022-09-27T15:31:22.4577891Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:22.4610262Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:22.4643168Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:22.4675759Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:22.4709552Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:22.4745183Z Entering 'third_party/fmt' 2022-09-27T15:31:22.4778334Z Entering 'third_party/foxi' 2022-09-27T15:31:22.4812358Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:22.4846471Z Entering 'third_party/gloo' 2022-09-27T15:31:22.4881418Z Entering 'third_party/googletest' 2022-09-27T15:31:22.4914712Z Entering 'third_party/ideep' 2022-09-27T15:31:22.4947956Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:22.4982713Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:22.5023437Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:22.5057600Z Entering 'third_party/ittapi' 2022-09-27T15:31:22.5091422Z Entering 'third_party/kineto' 2022-09-27T15:31:22.5125150Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:22.5158891Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:22.5193493Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:22.5227440Z Entering 'third_party/neon2sse' 2022-09-27T15:31:22.5261233Z Entering 'third_party/nlohmann' 2022-09-27T15:31:22.5296595Z Entering 'third_party/onnx' 2022-09-27T15:31:22.5342093Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:22.5375656Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:22.5410497Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:22.5444072Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:22.5481970Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:22.5515809Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:22.5551537Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:22.5588601Z Entering 'third_party/pocketfft' 2022-09-27T15:31:22.5621965Z Entering 'third_party/protobuf' 2022-09-27T15:31:22.5658973Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:22.5691524Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:22.5726637Z Entering 'third_party/psimd' 2022-09-27T15:31:22.5760054Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:22.5795136Z Entering 'third_party/pybind11' 2022-09-27T15:31:22.5828069Z Entering 'third_party/python-enum' 2022-09-27T15:31:22.5860673Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:22.5894484Z Entering 'third_party/python-six' 2022-09-27T15:31:22.5927773Z Entering 'third_party/sleef' 2022-09-27T15:31:22.5960236Z Entering 'third_party/tbb' 2022-09-27T15:31:22.5995379Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:22.6029308Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:22.6062647Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:22.6095511Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:22.6128989Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:22.6161362Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:22.6198590Z Entering 'third_party/zstd' 2022-09-27T15:31:22.6244030Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:31:22.6493907Z Entering 'android/libs/fbjni' 2022-09-27T15:31:22.6527024Z Entering 'third_party/FP16' 2022-09-27T15:31:22.6560070Z Entering 'third_party/FXdiv' 2022-09-27T15:31:22.6593556Z Entering 'third_party/NNPACK' 2022-09-27T15:31:22.6627189Z Entering 'third_party/QNNPACK' 2022-09-27T15:31:22.6661156Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:31:22.6693764Z Entering 'third_party/XNNPACK' 2022-09-27T15:31:22.6737320Z Entering 'third_party/benchmark' 2022-09-27T15:31:22.6770568Z Entering 'third_party/cpuinfo' 2022-09-27T15:31:22.6803909Z Entering 'third_party/cub' 2022-09-27T15:31:22.6836789Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:31:22.6874921Z Entering 'third_party/cutlass' 2022-09-27T15:31:22.6914069Z Entering 'third_party/eigen' 2022-09-27T15:31:22.6949530Z Entering 'third_party/fbgemm' 2022-09-27T15:31:22.6985455Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:31:22.7017924Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:31:22.7050511Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:31:22.7082884Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:31:22.7116679Z Entering 'third_party/flatbuffers' 2022-09-27T15:31:22.7152278Z Entering 'third_party/fmt' 2022-09-27T15:31:22.7187049Z Entering 'third_party/foxi' 2022-09-27T15:31:22.7220103Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:31:22.7253705Z Entering 'third_party/gloo' 2022-09-27T15:31:22.7287779Z Entering 'third_party/googletest' 2022-09-27T15:31:22.7322116Z Entering 'third_party/ideep' 2022-09-27T15:31:22.7354694Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:31:22.7389039Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:31:22.7428372Z Entering 'third_party/ios-cmake' 2022-09-27T15:31:22.7461938Z Entering 'third_party/ittapi' 2022-09-27T15:31:22.7494528Z Entering 'third_party/kineto' 2022-09-27T15:31:22.7528404Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:31:22.7561295Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:31:22.7595221Z Entering 'third_party/nccl/nccl' 2022-09-27T15:31:22.7628302Z Entering 'third_party/neon2sse' 2022-09-27T15:31:22.7661011Z Entering 'third_party/nlohmann' 2022-09-27T15:31:22.7695078Z Entering 'third_party/onnx' 2022-09-27T15:31:22.7739016Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:31:22.7771848Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:31:22.7806122Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:31:22.7839224Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:31:22.7876633Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:31:22.7910041Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:31:22.7943451Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:31:22.7980377Z Entering 'third_party/pocketfft' 2022-09-27T15:31:22.8014273Z Entering 'third_party/protobuf' 2022-09-27T15:31:22.8051037Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:31:22.8083762Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:31:22.8118618Z Entering 'third_party/psimd' 2022-09-27T15:31:22.8153394Z Entering 'third_party/pthreadpool' 2022-09-27T15:31:22.8187770Z Entering 'third_party/pybind11' 2022-09-27T15:31:22.8221637Z Entering 'third_party/python-enum' 2022-09-27T15:31:22.8255766Z Entering 'third_party/python-peachpy' 2022-09-27T15:31:22.8289139Z Entering 'third_party/python-six' 2022-09-27T15:31:22.8322875Z Entering 'third_party/sleef' 2022-09-27T15:31:22.8356517Z Entering 'third_party/tbb' 2022-09-27T15:31:22.8392221Z Entering 'third_party/tensorpipe' 2022-09-27T15:31:22.8426068Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:31:22.8458655Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:31:22.8491189Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:31:22.8524196Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:31:22.8558559Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:31:22.8594526Z Entering 'third_party/zstd' 2022-09-27T15:31:22.8635395Z ##[endgroup] 2022-09-27T15:31:22.8674682Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:31:22.8700356Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:31:22.8824320Z Prepare all required actions 2022-09-27T15:31:22.8849782Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:31:22.8849983Z env: 2022-09-27T15:31:22.8850141Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:22.8850336Z ##[endgroup] 2022-09-27T15:31:22.8864755Z ##[group]Run set -euo pipefail 2022-09-27T15:31:22.8864989Z set -euo pipefail 2022-09-27T15:31:22.8865188Z function get_ec2_metadata() { 2022-09-27T15:31:22.8865432Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:31:22.8865791Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:31:22.8866075Z  category=$1 2022-09-27T15:31:22.8866321Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:31:22.8866543Z } 2022-09-27T15:31:22.8866735Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:31:22.8867022Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:31:22.8867285Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:31:22.8867539Z echo "system info $(uname -a)" 2022-09-27T15:31:22.8878967Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:22.8879261Z env: 2022-09-27T15:31:22.8879439Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:22.8879629Z ##[endgroup] 2022-09-27T15:31:22.8955276Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:31:22.9004923Z instance-id: i-0e2a31361f9da464d 2022-09-27T15:31:22.9052304Z instance-type: c5.2xlarge 2022-09-27T15:31:22.9058703Z system info Linux ip-10-0-8-93.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-09-27T15:31:22.9075007Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:31:22.9075280Z if systemctl is-active --quiet docker; then 2022-09-27T15:31:22.9075523Z  echo "Docker daemon is running..."; 2022-09-27T15:31:22.9075729Z else 2022-09-27T15:31:22.9075947Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:31:22.9076176Z fi 2022-09-27T15:31:22.9087056Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:22.9087265Z env: 2022-09-27T15:31:22.9087655Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:22.9087841Z ##[endgroup] 2022-09-27T15:31:22.9128082Z Docker daemon is running... 2022-09-27T15:31:22.9143855Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:31:22.9144209Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:31:22.9144491Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:31:22.9144866Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:31:22.9145201Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:31:22.9155621Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:22.9155840Z env: 2022-09-27T15:31:22.9156004Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:22.9156202Z AWS_RETRY_MODE: standard 2022-09-27T15:31:22.9156394Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:31:22.9156576Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:31:22.9156761Z ##[endgroup] 2022-09-27T15:31:24.1790237Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:31:24.1790786Z Configure a credential helper to remove this warning. See 2022-09-27T15:31:24.1791457Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:31:24.1791738Z 2022-09-27T15:31:24.1791846Z Login Succeeded 2022-09-27T15:31:24.1819821Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:31:24.1820132Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:31:24.1820477Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:31:24.1831689Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:24.1831910Z env: 2022-09-27T15:31:24.1832092Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:24.1832419Z ##[endgroup] 2022-09-27T15:31:24.1893542Z Prepare all required actions 2022-09-27T15:31:24.1893889Z Getting action download info 2022-09-27T15:31:24.3616633Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:31:24.4843948Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:31:24.4844151Z with: 2022-09-27T15:31:24.4844478Z github-secret: *** 2022-09-27T15:31:24.4844635Z env: 2022-09-27T15:31:24.4844803Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:24.4844986Z ##[endgroup] 2022-09-27T15:31:24.4864885Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:31:24.4865093Z with: 2022-09-27T15:31:24.4865380Z GITHUB_TOKEN: *** 2022-09-27T15:31:24.4865563Z activate-with-label: false 2022-09-27T15:31:24.4865752Z label: with-ssh 2022-09-27T15:31:24.4865937Z remove-existing-keys: true 2022-09-27T15:31:24.4866101Z env: 2022-09-27T15:31:24.4866266Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:24.4866446Z ##[endgroup] 2022-09-27T15:31:24.8458375Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:31:25.2621653Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:31:25.2634052Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:31:25.2656284Z Login using: ssh ec2-user@ec2-52-91-194-158.compute-1.amazonaws.com 2022-09-27T15:31:25.2704816Z Prepare all required actions 2022-09-27T15:31:25.2722846Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:31:25.2723061Z with: 2022-09-27T15:31:25.2723410Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:31:25.2723729Z env: 2022-09-27T15:31:25.2723902Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:25.2724082Z ##[endgroup] 2022-09-27T15:31:25.2741099Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:31:25.2741418Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:31:25.2741762Z # ignore output since only exit code is used for conditional 2022-09-27T15:31:25.2742064Z # only pull docker image if it's not available locally 2022-09-27T15:31:25.2742355Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:31:25.2742729Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:31:25.2742914Z fi 2022-09-27T15:31:25.2754219Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:31:25.2754432Z env: 2022-09-27T15:31:25.2754593Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:31:25.2754966Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:31:25.2755368Z ##[endgroup] 2022-09-27T15:31:25.5380823Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-focal-py3-clang7-asan 2022-09-27T15:31:25.5394579Z 675920708c8b: Pulling fs layer 2022-09-27T15:31:25.5394930Z 9be88323b57e: Pulling fs layer 2022-09-27T15:31:25.5395287Z 768ba554451b: Pulling fs layer 2022-09-27T15:31:25.5395709Z 903ca36d4d71: Pulling fs layer 2022-09-27T15:31:25.5395907Z d2aa085c5a19: Pulling fs layer 2022-09-27T15:31:25.5396102Z e36687f33369: Pulling fs layer 2022-09-27T15:31:25.5396353Z 2e2cc485c496: Pulling fs layer 2022-09-27T15:31:25.5396629Z 44206692de1d: Pulling fs layer 2022-09-27T15:31:25.5396878Z 2411f0d67de0: Pulling fs layer 2022-09-27T15:31:25.5397149Z 316750fef2e6: Pulling fs layer 2022-09-27T15:31:25.5397394Z d629593bf291: Pulling fs layer 2022-09-27T15:31:25.5397590Z 8bb03f91295d: Pulling fs layer 2022-09-27T15:31:25.5397879Z 751286b45698: Pulling fs layer 2022-09-27T15:31:25.5398185Z d57662a66814: Pulling fs layer 2022-09-27T15:31:25.5398491Z 6d3bd32fa2b0: Pulling fs layer 2022-09-27T15:31:25.5398729Z efeff9c74fbf: Pulling fs layer 2022-09-27T15:31:25.5398919Z 989d82361022: Pulling fs layer 2022-09-27T15:31:25.5399092Z 44206692de1d: Waiting 2022-09-27T15:31:25.5399290Z b9aed142d082: Pulling fs layer 2022-09-27T15:31:25.5399502Z bea7d1829a26: Pulling fs layer 2022-09-27T15:31:25.5399691Z 2411f0d67de0: Waiting 2022-09-27T15:31:25.5399894Z 2e2cc485c496: Waiting 2022-09-27T15:31:25.5400170Z 3bb376fdd203: Pulling fs layer 2022-09-27T15:31:25.5404476Z e36687f33369: Waiting 2022-09-27T15:31:25.5410367Z 0bb922a7286c: Pulling fs layer 2022-09-27T15:31:25.5410749Z c2fcfa2400df: Pulling fs layer 2022-09-27T15:31:25.5411040Z 316750fef2e6: Waiting 2022-09-27T15:31:25.5411319Z efeff9c74fbf: Waiting 2022-09-27T15:31:25.5411640Z 751286b45698: Waiting 2022-09-27T15:31:25.5411963Z 4f365ff02a2a: Pulling fs layer 2022-09-27T15:31:25.5412268Z d57662a66814: Waiting 2022-09-27T15:31:25.5412571Z d629593bf291: Waiting 2022-09-27T15:31:25.5412852Z a4ce2fdd9133: Pulling fs layer 2022-09-27T15:31:25.5413073Z 989d82361022: Waiting 2022-09-27T15:31:25.5413238Z 8bb03f91295d: Waiting 2022-09-27T15:31:25.5413419Z 000c23e724e2: Pulling fs layer 2022-09-27T15:31:25.5413759Z b9aed142d082: Waiting 2022-09-27T15:31:25.5413943Z f41dc2afa465: Pulling fs layer 2022-09-27T15:31:25.5414137Z b9b9b9d06eef: Pulling fs layer 2022-09-27T15:31:25.5414312Z bea7d1829a26: Waiting 2022-09-27T15:31:25.5414489Z 903ca36d4d71: Waiting 2022-09-27T15:31:25.5414711Z ded8d870e722: Pulling fs layer 2022-09-27T15:31:25.5414884Z d2aa085c5a19: Waiting 2022-09-27T15:31:25.5415138Z c916a1e3e7f9: Pulling fs layer 2022-09-27T15:31:25.5415333Z e8b4222e7a59: Pulling fs layer 2022-09-27T15:31:25.5415526Z dec82f7cc338: Pulling fs layer 2022-09-27T15:31:25.5415713Z 3bb376fdd203: Waiting 2022-09-27T15:31:25.5415898Z fcd1238efd6e: Pulling fs layer 2022-09-27T15:31:25.5416094Z ec1e4816e4ff: Pulling fs layer 2022-09-27T15:31:25.5416263Z 0bb922a7286c: Waiting 2022-09-27T15:31:25.5416445Z 96f2ea210f48: Pulling fs layer 2022-09-27T15:31:25.5416633Z 0bb4b577d186: Pulling fs layer 2022-09-27T15:31:25.5416805Z c2fcfa2400df: Waiting 2022-09-27T15:31:25.5416989Z a4dc1a78ad3b: Pulling fs layer 2022-09-27T15:31:25.5417191Z fb6e5fc0e59e: Pulling fs layer 2022-09-27T15:31:25.5417365Z 4f365ff02a2a: Waiting 2022-09-27T15:31:25.5417588Z 53fc05558967: Pulling fs layer 2022-09-27T15:31:25.5417776Z 9a5f8de0c5f7: Pulling fs layer 2022-09-27T15:31:25.5417949Z a4ce2fdd9133: Waiting 2022-09-27T15:31:25.5418140Z c678dfb8b673: Pulling fs layer 2022-09-27T15:31:25.5418441Z 000c23e724e2: Waiting 2022-09-27T15:31:25.5418611Z 7a6743011661: Pulling fs layer 2022-09-27T15:31:25.5418806Z afdd32adb49f: Pulling fs layer 2022-09-27T15:31:25.5419032Z f41dc2afa465: Waiting 2022-09-27T15:31:25.5419213Z aa4bb3ec24a7: Pulling fs layer 2022-09-27T15:31:25.5419410Z 5602e86d1d91: Pulling fs layer 2022-09-27T15:31:25.5419598Z b9b9b9d06eef: Waiting 2022-09-27T15:31:25.5419774Z e3930e246fe4: Pulling fs layer 2022-09-27T15:31:25.5419960Z ded8d870e722: Waiting 2022-09-27T15:31:25.5420153Z b9c6f9c104fe: Pulling fs layer 2022-09-27T15:31:25.5420331Z dec82f7cc338: Waiting 2022-09-27T15:31:25.5420517Z 752f98c7a6d7: Pulling fs layer 2022-09-27T15:31:25.5420730Z c916a1e3e7f9: Waiting 2022-09-27T15:31:25.5420922Z b7dcbb153a95: Pulling fs layer 2022-09-27T15:31:25.5421101Z 0bb4b577d186: Waiting 2022-09-27T15:31:25.5421274Z fcd1238efd6e: Waiting 2022-09-27T15:31:25.5421444Z e8b4222e7a59: Waiting 2022-09-27T15:31:25.5421605Z 61e935823f75: Pulling fs layer 2022-09-27T15:31:25.5421797Z 788ace045743: Pulling fs layer 2022-09-27T15:31:25.5421982Z a4dc1a78ad3b: Waiting 2022-09-27T15:31:25.5422143Z ec1e4816e4ff: Waiting 2022-09-27T15:31:25.5422322Z 7f159b2249ec: Pulling fs layer 2022-09-27T15:31:25.5422502Z fb6e5fc0e59e: Waiting 2022-09-27T15:31:25.5422679Z 6cd5f9a2c4ae: Pulling fs layer 2022-09-27T15:31:25.5422866Z 96f2ea210f48: Waiting 2022-09-27T15:31:25.5423032Z 53fc05558967: Waiting 2022-09-27T15:31:25.5423196Z 577da355ab1b: Pulling fs layer 2022-09-27T15:31:25.5423376Z 9a5f8de0c5f7: Waiting 2022-09-27T15:31:25.5423547Z 7a6743011661: Waiting 2022-09-27T15:31:25.5423712Z e9d4c42bcf78: Pulling fs layer 2022-09-27T15:31:25.5423892Z 5602e86d1d91: Waiting 2022-09-27T15:31:25.5424060Z c678dfb8b673: Waiting 2022-09-27T15:31:25.5424220Z afdd32adb49f: Waiting 2022-09-27T15:31:25.5424394Z b9c6f9c104fe: Waiting 2022-09-27T15:31:25.5424565Z aa4bb3ec24a7: Waiting 2022-09-27T15:31:25.5424738Z eadc05ea2cd3: Pulling fs layer 2022-09-27T15:31:25.5424924Z b7dcbb153a95: Waiting 2022-09-27T15:31:25.5425109Z fb7b9d3b4458: Pulling fs layer 2022-09-27T15:31:25.5425278Z 7f159b2249ec: Waiting 2022-09-27T15:31:25.5425454Z a231f0614b3d: Pulling fs layer 2022-09-27T15:31:25.5425673Z 788ace045743: Waiting 2022-09-27T15:31:25.5425824Z 61e935823f75: Waiting 2022-09-27T15:31:25.5425994Z e3930e246fe4: Waiting 2022-09-27T15:31:25.5426158Z 577da355ab1b: Waiting 2022-09-27T15:31:25.5426351Z a231f0614b3d: Waiting 2022-09-27T15:31:25.5426523Z e9d4c42bcf78: Waiting 2022-09-27T15:31:25.5426694Z eadc05ea2cd3: Waiting 2022-09-27T15:31:25.5426858Z fb7b9d3b4458: Waiting 2022-09-27T15:31:25.5427030Z 6cd5f9a2c4ae: Waiting 2022-09-27T15:31:25.6199945Z 9be88323b57e: Verifying Checksum 2022-09-27T15:31:25.6200330Z 9be88323b57e: Download complete 2022-09-27T15:31:25.6960577Z 903ca36d4d71: Verifying Checksum 2022-09-27T15:31:25.6960864Z 903ca36d4d71: Download complete 2022-09-27T15:31:25.9020271Z 675920708c8b: Verifying Checksum 2022-09-27T15:31:25.9020545Z 675920708c8b: Download complete 2022-09-27T15:31:25.9634111Z e36687f33369: Download complete 2022-09-27T15:31:26.0507323Z 2e2cc485c496: Verifying Checksum 2022-09-27T15:31:26.0507705Z 2e2cc485c496: Download complete 2022-09-27T15:31:26.1240517Z 44206692de1d: Verifying Checksum 2022-09-27T15:31:26.1240944Z 44206692de1d: Download complete 2022-09-27T15:31:26.2049113Z 2411f0d67de0: Download complete 2022-09-27T15:31:26.2820353Z 316750fef2e6: Verifying Checksum 2022-09-27T15:31:26.2822752Z 316750fef2e6: Download complete 2022-09-27T15:31:26.3780006Z d629593bf291: Verifying Checksum 2022-09-27T15:31:26.3780439Z d629593bf291: Download complete 2022-09-27T15:31:26.4056100Z d2aa085c5a19: Verifying Checksum 2022-09-27T15:31:26.4056584Z d2aa085c5a19: Download complete 2022-09-27T15:31:26.4495608Z 8bb03f91295d: Download complete 2022-09-27T15:31:26.4853344Z 751286b45698: Verifying Checksum 2022-09-27T15:31:26.4853727Z 751286b45698: Download complete 2022-09-27T15:31:26.5676414Z 6d3bd32fa2b0: Verifying Checksum 2022-09-27T15:31:26.5676824Z 6d3bd32fa2b0: Download complete 2022-09-27T15:31:26.6118703Z 675920708c8b: Pull complete 2022-09-27T15:31:26.6588802Z efeff9c74fbf: Verifying Checksum 2022-09-27T15:31:26.7157834Z 9be88323b57e: Pull complete 2022-09-27T15:31:26.7567703Z 989d82361022: Download complete 2022-09-27T15:31:26.8389990Z b9aed142d082: Verifying Checksum 2022-09-27T15:31:26.8390401Z b9aed142d082: Download complete 2022-09-27T15:31:26.9550939Z bea7d1829a26: Verifying Checksum 2022-09-27T15:31:26.9551196Z bea7d1829a26: Download complete 2022-09-27T15:31:27.0940362Z 3bb376fdd203: Verifying Checksum 2022-09-27T15:31:27.0940657Z 3bb376fdd203: Download complete 2022-09-27T15:31:27.1684952Z 0bb922a7286c: Download complete 2022-09-27T15:31:27.2420924Z c2fcfa2400df: Verifying Checksum 2022-09-27T15:31:27.2421228Z c2fcfa2400df: Download complete 2022-09-27T15:31:27.3277477Z 4f365ff02a2a: Verifying Checksum 2022-09-27T15:31:27.3277901Z 4f365ff02a2a: Download complete 2022-09-27T15:31:27.4965914Z a4ce2fdd9133: Download complete 2022-09-27T15:31:28.6525012Z 768ba554451b: Verifying Checksum 2022-09-27T15:31:28.6525415Z 768ba554451b: Download complete 2022-09-27T15:31:28.7364564Z f41dc2afa465: Download complete 2022-09-27T15:31:28.7710205Z 000c23e724e2: Verifying Checksum 2022-09-27T15:31:28.7710503Z 000c23e724e2: Download complete 2022-09-27T15:31:28.8153284Z b9b9b9d06eef: Download complete 2022-09-27T15:31:28.8632529Z ded8d870e722: Verifying Checksum 2022-09-27T15:31:28.8632947Z ded8d870e722: Download complete 2022-09-27T15:31:28.9083493Z c916a1e3e7f9: Verifying Checksum 2022-09-27T15:31:28.9083960Z c916a1e3e7f9: Download complete 2022-09-27T15:31:29.0484366Z e8b4222e7a59: Download complete 2022-09-27T15:31:29.1442065Z fcd1238efd6e: Verifying Checksum 2022-09-27T15:31:29.1442522Z fcd1238efd6e: Download complete 2022-09-27T15:31:29.2112996Z ec1e4816e4ff: Verifying Checksum 2022-09-27T15:31:29.2113376Z ec1e4816e4ff: Download complete 2022-09-27T15:31:29.2718009Z 96f2ea210f48: Verifying Checksum 2022-09-27T15:31:29.2720026Z 96f2ea210f48: Download complete 2022-09-27T15:31:29.3454322Z 0bb4b577d186: Verifying Checksum 2022-09-27T15:31:29.3454881Z 0bb4b577d186: Download complete 2022-09-27T15:31:29.4194404Z a4dc1a78ad3b: Verifying Checksum 2022-09-27T15:31:29.4194846Z a4dc1a78ad3b: Download complete 2022-09-27T15:31:29.5001791Z fb6e5fc0e59e: Download complete 2022-09-27T15:31:29.5691734Z 53fc05558967: Verifying Checksum 2022-09-27T15:31:29.5692130Z 53fc05558967: Download complete 2022-09-27T15:31:29.6516082Z 9a5f8de0c5f7: Verifying Checksum 2022-09-27T15:31:29.6516423Z 9a5f8de0c5f7: Download complete 2022-09-27T15:31:29.7122362Z c678dfb8b673: Verifying Checksum 2022-09-27T15:31:29.7122799Z c678dfb8b673: Download complete 2022-09-27T15:31:29.8014095Z 7a6743011661: Verifying Checksum 2022-09-27T15:31:29.8014747Z 7a6743011661: Download complete 2022-09-27T15:31:29.8863928Z afdd32adb49f: Verifying Checksum 2022-09-27T15:31:29.8864288Z afdd32adb49f: Download complete 2022-09-27T15:31:29.9615462Z aa4bb3ec24a7: Verifying Checksum 2022-09-27T15:31:29.9615948Z aa4bb3ec24a7: Download complete 2022-09-27T15:31:30.0385704Z 5602e86d1d91: Download complete 2022-09-27T15:31:30.1178305Z e3930e246fe4: Verifying Checksum 2022-09-27T15:31:30.1178724Z e3930e246fe4: Download complete 2022-09-27T15:31:30.1808109Z b9c6f9c104fe: Download complete 2022-09-27T15:31:30.2530964Z 752f98c7a6d7: Verifying Checksum 2022-09-27T15:31:30.2531945Z 752f98c7a6d7: Download complete 2022-09-27T15:31:30.5132377Z b7dcbb153a95: Verifying Checksum 2022-09-27T15:31:30.5132661Z b7dcbb153a95: Download complete 2022-09-27T15:31:30.5817347Z 61e935823f75: Verifying Checksum 2022-09-27T15:31:30.5817626Z 61e935823f75: Download complete 2022-09-27T15:31:30.6790927Z 788ace045743: Verifying Checksum 2022-09-27T15:31:30.6791303Z 788ace045743: Download complete 2022-09-27T15:31:31.1539696Z dec82f7cc338: Verifying Checksum 2022-09-27T15:31:31.1540124Z dec82f7cc338: Download complete 2022-09-27T15:31:31.2220886Z 6cd5f9a2c4ae: Verifying Checksum 2022-09-27T15:31:31.2222001Z 6cd5f9a2c4ae: Download complete 2022-09-27T15:31:31.2817420Z 577da355ab1b: Verifying Checksum 2022-09-27T15:31:31.2817810Z 577da355ab1b: Download complete 2022-09-27T15:31:31.3646445Z e9d4c42bcf78: Verifying Checksum 2022-09-27T15:31:31.3646833Z e9d4c42bcf78: Download complete 2022-09-27T15:31:31.4298399Z eadc05ea2cd3: Verifying Checksum 2022-09-27T15:31:31.4298816Z eadc05ea2cd3: Download complete 2022-09-27T15:31:31.5029450Z fb7b9d3b4458: Verifying Checksum 2022-09-27T15:31:31.5029843Z fb7b9d3b4458: Download complete 2022-09-27T15:31:32.0945178Z a231f0614b3d: Verifying Checksum 2022-09-27T15:31:32.0945589Z a231f0614b3d: Download complete 2022-09-27T15:31:33.4376056Z 7f159b2249ec: Verifying Checksum 2022-09-27T15:31:33.4376455Z 7f159b2249ec: Download complete 2022-09-27T15:31:35.1962383Z 768ba554451b: Pull complete 2022-09-27T15:31:35.3385030Z 903ca36d4d71: Pull complete 2022-09-27T15:31:36.6005171Z d2aa085c5a19: Pull complete 2022-09-27T15:31:36.8297029Z e36687f33369: Pull complete 2022-09-27T15:31:37.0817166Z 2e2cc485c496: Pull complete 2022-09-27T15:31:37.3286917Z 44206692de1d: Pull complete 2022-09-27T15:31:37.5810250Z 2411f0d67de0: Pull complete 2022-09-27T15:31:37.7977877Z 316750fef2e6: Pull complete 2022-09-27T15:31:38.0225491Z d629593bf291: Pull complete 2022-09-27T15:31:38.2389513Z 8bb03f91295d: Pull complete 2022-09-27T15:31:38.4652029Z 751286b45698: Pull complete 2022-09-27T15:31:59.6536822Z d57662a66814: Verifying Checksum 2022-09-27T15:31:59.6537087Z d57662a66814: Download complete 2022-09-27T15:32:17.7949997Z d57662a66814: Pull complete 2022-09-27T15:32:17.9782753Z 6d3bd32fa2b0: Pull complete 2022-09-27T15:32:18.1191529Z efeff9c74fbf: Pull complete 2022-09-27T15:32:18.2623789Z 989d82361022: Pull complete 2022-09-27T15:32:18.5042928Z b9aed142d082: Pull complete 2022-09-27T15:32:18.7035658Z bea7d1829a26: Pull complete 2022-09-27T15:32:18.8752214Z 3bb376fdd203: Pull complete 2022-09-27T15:32:19.0800916Z 0bb922a7286c: Pull complete 2022-09-27T15:32:19.2987929Z c2fcfa2400df: Pull complete 2022-09-27T15:32:19.4868550Z 4f365ff02a2a: Pull complete 2022-09-27T15:32:19.6304110Z a4ce2fdd9133: Pull complete 2022-09-27T15:32:22.4374898Z 000c23e724e2: Pull complete 2022-09-27T15:32:22.5997240Z f41dc2afa465: Pull complete 2022-09-27T15:32:22.7262271Z b9b9b9d06eef: Pull complete 2022-09-27T15:32:22.9516517Z ded8d870e722: Pull complete 2022-09-27T15:32:23.1997115Z c916a1e3e7f9: Pull complete 2022-09-27T15:32:23.4321883Z e8b4222e7a59: Pull complete 2022-09-27T15:32:27.8643593Z dec82f7cc338: Pull complete 2022-09-27T15:32:28.0621348Z fcd1238efd6e: Pull complete 2022-09-27T15:32:28.2831876Z ec1e4816e4ff: Pull complete 2022-09-27T15:32:28.5181225Z 96f2ea210f48: Pull complete 2022-09-27T15:32:28.7633353Z 0bb4b577d186: Pull complete 2022-09-27T15:32:28.9700355Z a4dc1a78ad3b: Pull complete 2022-09-27T15:32:29.2115579Z fb6e5fc0e59e: Pull complete 2022-09-27T15:32:29.4190634Z 53fc05558967: Pull complete 2022-09-27T15:32:29.6467154Z 9a5f8de0c5f7: Pull complete 2022-09-27T15:32:29.8725981Z c678dfb8b673: Pull complete 2022-09-27T15:32:30.0863546Z 7a6743011661: Pull complete 2022-09-27T15:32:30.3200472Z afdd32adb49f: Pull complete 2022-09-27T15:32:30.5533274Z aa4bb3ec24a7: Pull complete 2022-09-27T15:32:30.7842044Z 5602e86d1d91: Pull complete 2022-09-27T15:32:31.0079432Z e3930e246fe4: Pull complete 2022-09-27T15:32:31.2370368Z b9c6f9c104fe: Pull complete 2022-09-27T15:32:31.3327888Z 752f98c7a6d7: Pull complete 2022-09-27T15:32:31.7318338Z b7dcbb153a95: Pull complete 2022-09-27T15:32:31.9614719Z 61e935823f75: Pull complete 2022-09-27T15:32:32.1898554Z 788ace045743: Pull complete 2022-09-27T15:32:35.8720245Z 7f159b2249ec: Pull complete 2022-09-27T15:32:36.1201647Z 6cd5f9a2c4ae: Pull complete 2022-09-27T15:32:36.2554796Z 577da355ab1b: Pull complete 2022-09-27T15:32:36.3406462Z e9d4c42bcf78: Pull complete 2022-09-27T15:32:36.4330907Z eadc05ea2cd3: Pull complete 2022-09-27T15:32:36.5298426Z fb7b9d3b4458: Pull complete 2022-09-27T15:32:38.0915531Z a231f0614b3d: Pull complete 2022-09-27T15:32:38.1905099Z Digest: sha256:621ff74ae227a580891e78cb9f36cd6e6d64235361c3039b06e8a7c8f4adfa15 2022-09-27T15:32:38.2260135Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:32:38.2448179Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:32:38.2497868Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:32:38.2498151Z python3 -m pip install psutil==5.9.1 2022-09-27T15:32:38.2498392Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:32:38.2498648Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:32:38.2498912Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:32:38.2510223Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:32:38.2510442Z env: 2022-09-27T15:32:38.2510604Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:32:38.2510790Z ##[endgroup] 2022-09-27T15:32:38.4610500Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:32:38.4790603Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-09-27T15:32:38.8690138Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:32:38.8868393Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-09-27T15:32:39.0716887Z Prepare all required actions 2022-09-27T15:32:39.0717147Z Getting action download info 2022-09-27T15:32:39.2576198Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:32:39.4335699Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-09-27T15:32:39.5852909Z ##[group]Run ./.github/actions/download-build-artifacts 2022-09-27T15:32:39.5853143Z with: 2022-09-27T15:32:39.5853326Z name: linux-focal-py3.7-clang7-asan 2022-09-27T15:32:39.5853523Z env: 2022-09-27T15:32:39.5853692Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:32:39.5853863Z ##[endgroup] 2022-09-27T15:32:39.5967868Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:32:39.5968084Z with: 2022-09-27T15:32:39.5968281Z name: linux-focal-py3.7-clang7-asan 2022-09-27T15:32:39.5968485Z s3-bucket: gha-artifacts 2022-09-27T15:32:39.5968679Z region: us-east-1 2022-09-27T15:32:39.5968919Z env: 2022-09-27T15:32:39.5969077Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:32:39.5969259Z ##[endgroup] 2022-09-27T15:32:40.0005416Z Found 1 objects with prefix pytorch/pytorch/3133193930/linux-focal-py3.7-clang7-asan/ 2022-09-27T15:32:40.0005966Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:32:54.8144808Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:32:54.8145235Z 2022-09-27T15:32:54.8195344Z Artifact download has finished successfully 2022-09-27T15:32:54.8250204Z ##[group]Run unzip -o artifacts.zip 2022-09-27T15:32:54.8250433Z unzip -o artifacts.zip 2022-09-27T15:32:54.8261679Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:32:54.8261894Z env: 2022-09-27T15:32:54.8262071Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:32:54.8262243Z ##[endgroup] 2022-09-27T15:32:54.8295966Z Archive: artifacts.zip 2022-09-27T15:32:54.8296663Z creating: dist/ 2022-09-27T15:32:57.0328525Z inflating: dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:32:58.9806215Z inflating: dist/torch-1.13.0a0+git52424e2.tar.gz 2022-09-27T15:32:58.9806463Z creating: build/lib/ 2022-09-27T15:32:58.9807993Z inflating: build/lib/libclog.a 2022-09-27T15:32:58.9985737Z inflating: build/lib/libgtest.a 2022-09-27T15:32:59.0007177Z inflating: build/lib/libpthreadpool.a 2022-09-27T15:32:59.0024112Z inflating: build/lib/libittnotify.a 2022-09-27T15:32:59.0281760Z inflating: build/lib/libbenchmark.a 2022-09-27T15:32:59.0457447Z inflating: build/lib/libprotobuf-lite.a 2022-09-27T15:32:59.0521257Z inflating: build/lib/libfmt.a 2022-09-27T15:32:59.0631383Z inflating: build/lib/libtensorpipe_uv.a 2022-09-27T15:32:59.0978625Z inflating: build/lib/libasmjit.a 2022-09-27T15:32:59.0979845Z inflating: build/lib/libfoxi_loader.a 2022-09-27T15:32:59.1300663Z inflating: build/lib/libgloo.a 2022-09-27T15:32:59.2204074Z inflating: build/lib/libprotobuf.a 2022-09-27T15:32:59.2205408Z inflating: build/lib/libtorch_global_deps.so 2022-09-27T15:32:59.2429983Z inflating: build/lib/libc10.so 2022-09-27T15:32:59.2456124Z inflating: build/lib/libcpuinfo.a 2022-09-27T15:32:59.2480591Z inflating: build/lib/libcpuinfo_internals.a 2022-09-27T15:32:59.2488653Z inflating: build/lib/libnnpack_reference_layers.a 2022-09-27T15:32:59.2536528Z inflating: build/lib/libgmock.a 2022-09-27T15:32:59.2537777Z inflating: build/lib/libgtest_main.a 2022-09-27T15:32:59.2538817Z inflating: build/lib/libbenchmark_main.a 2022-09-27T15:32:59.3644769Z inflating: build/lib/libprotoc.a 2022-09-27T15:32:59.5474766Z inflating: build/lib/libtensorpipe.a 2022-09-27T15:32:59.5533885Z inflating: build/lib/libqnnpack.a 2022-09-27T15:33:00.3127509Z inflating: build/lib/libfbgemm.a 2022-09-27T15:33:00.3128275Z inflating: build/lib/libgmock_main.a 2022-09-27T15:33:00.3230701Z inflating: build/lib/libpytorch_qnnpack.a 2022-09-27T15:33:00.4115206Z inflating: build/lib/libkineto.a 2022-09-27T15:33:00.4762689Z inflating: build/lib/libXNNPACK.a 2022-09-27T15:33:00.4966281Z inflating: build/lib/libcaffe2_protos.a 2022-09-27T15:33:00.5179670Z inflating: build/lib/libonnx_proto.a 2022-09-27T15:33:00.7412407Z inflating: build/lib/libonnx.a 2022-09-27T15:33:00.7447132Z inflating: build/lib/libnnpack.a 2022-09-27T15:33:06.5229437Z inflating: build/lib/libtorch_cpu.so 2022-09-27T15:33:06.5230275Z inflating: build/lib/libtorch.so 2022-09-27T15:33:06.5309533Z inflating: build/lib/libjitbackend_test.so 2022-09-27T15:33:06.5498372Z inflating: build/lib/libtorchbind_test.so 2022-09-27T15:33:06.5601032Z inflating: build/lib/libbackend_with_compiler.so 2022-09-27T15:33:06.5611059Z inflating: build/lib/libshm.so 2022-09-27T15:33:07.2677945Z inflating: build/lib/libtorch_python.so 2022-09-27T15:33:07.2826116Z inflating: build/lib/libnnapi_backend.so 2022-09-27T15:33:07.2826407Z creating: build/bin/ 2022-09-27T15:33:07.2967926Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:33:07.3116051Z inflating: build/bin/c10_DeviceGuard_test 2022-09-27T15:33:07.3259890Z inflating: build/bin/c10_Device_test 2022-09-27T15:33:07.3398484Z inflating: build/bin/c10_StreamGuard_test 2022-09-27T15:33:07.3563678Z inflating: build/bin/c10_DispatchKeySet_test 2022-09-27T15:33:07.3706582Z inflating: build/bin/c10_SymInt_test 2022-09-27T15:33:07.3858676Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-09-27T15:33:07.4013676Z inflating: build/bin/c10_SizesAndStrides_test 2022-09-27T15:33:07.4171861Z inflating: build/bin/c10_InlineStreamGuard_test 2022-09-27T15:33:07.4310858Z inflating: build/bin/c10_Array_test 2022-09-27T15:33:07.4457714Z inflating: build/bin/c10_Bitset_test 2022-09-27T15:33:07.4601588Z inflating: build/bin/c10_C++17_test 2022-09-27T15:33:07.4740976Z inflating: build/bin/c10_ConstexprCrc_test 2022-09-27T15:33:07.4882131Z inflating: build/bin/c10_DeadlockDetection_test 2022-09-27T15:33:07.5024679Z inflating: build/bin/c10_Half_test 2022-09-27T15:33:07.5181336Z inflating: build/bin/c10_LeftRight_test 2022-09-27T15:33:07.5364648Z inflating: build/bin/c10_Metaprogramming_test 2022-09-27T15:33:07.5517733Z inflating: build/bin/c10_ThreadLocal_test 2022-09-27T15:33:07.5659664Z inflating: build/bin/c10_Synchronized_test 2022-09-27T15:33:07.6037232Z inflating: build/bin/c10_SmallVectorTest 2022-09-27T15:33:07.6183004Z inflating: build/bin/c10_TypeIndex_test 2022-09-27T15:33:07.6328342Z inflating: build/bin/c10_TypeList_test 2022-09-27T15:33:07.6467662Z inflating: build/bin/c10_TypeTraits_test 2022-09-27T15:33:07.6615893Z inflating: build/bin/c10_accumulate_test 2022-09-27T15:33:07.6771218Z inflating: build/bin/c10_bfloat16_test 2022-09-27T15:33:07.6924341Z inflating: build/bin/c10_complex_math_test 2022-09-27T15:33:07.7080043Z inflating: build/bin/c10_complex_test 2022-09-27T15:33:07.7366913Z inflating: build/bin/c10_either_test 2022-09-27T15:33:07.7515880Z inflating: build/bin/c10_exception_test 2022-09-27T15:33:07.7665586Z inflating: build/bin/c10_flags_test 2022-09-27T15:33:07.8003270Z inflating: build/bin/c10_intrusive_ptr_test 2022-09-27T15:33:07.8146602Z inflating: build/bin/c10_irange_test 2022-09-27T15:33:07.8304970Z inflating: build/bin/c10_logging_test 2022-09-27T15:33:07.8523184Z inflating: build/bin/c10_optional_test 2022-09-27T15:33:07.8709324Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-09-27T15:33:07.8864481Z inflating: build/bin/c10_registry_test 2022-09-27T15:33:07.9026511Z inflating: build/bin/c10_string_view_test 2022-09-27T15:33:07.9171701Z inflating: build/bin/c10_tempfile_test 2022-09-27T15:33:07.9324301Z inflating: build/bin/c10_typeid_test 2022-09-27T15:33:07.9491666Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-09-27T15:33:08.0581540Z inflating: build/bin/protoc-3.13.0.0 2022-09-27T15:33:08.1670291Z inflating: build/bin/protoc 2022-09-27T15:33:08.2802917Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-09-27T15:33:08.3976889Z inflating: build/bin/vec_test_all_types_AVX512 2022-09-27T15:33:08.5155016Z inflating: build/bin/vec_test_all_types_AVX2 2022-09-27T15:33:08.5305368Z inflating: build/bin/HashStoreTest 2022-09-27T15:33:08.5455382Z inflating: build/bin/FileStoreTest 2022-09-27T15:33:08.5624497Z inflating: build/bin/TCPStoreTest 2022-09-27T15:33:08.5819355Z inflating: build/bin/ProcessGroupGlooTest 2022-09-27T15:33:08.5827176Z inflating: build/bin/example_allreduce 2022-09-27T15:33:08.5974390Z inflating: build/bin/Dimname_test 2022-09-27T15:33:08.6163588Z inflating: build/bin/Dict_test 2022-09-27T15:33:08.6340957Z inflating: build/bin/apply_utils_test 2022-09-27T15:33:08.6528170Z inflating: build/bin/MaybeOwned_test 2022-09-27T15:33:08.6687033Z inflating: build/bin/NamedTensor_test 2022-09-27T15:33:08.6852843Z inflating: build/bin/atest 2022-09-27T15:33:08.7027494Z inflating: build/bin/basic 2022-09-27T15:33:08.7178025Z inflating: build/bin/broadcast_test 2022-09-27T15:33:08.7335786Z inflating: build/bin/cpu_generator_test 2022-09-27T15:33:08.7487010Z inflating: build/bin/cpu_profiling_allocator_test 2022-09-27T15:33:08.7629623Z inflating: build/bin/dispatch_key_set_test 2022-09-27T15:33:08.7961826Z inflating: build/bin/cpu_rng_test 2022-09-27T15:33:08.8105423Z inflating: build/bin/dlconvertor_test 2022-09-27T15:33:08.8278641Z inflating: build/bin/extension_backend_test 2022-09-27T15:33:08.8428731Z inflating: build/bin/half_test 2022-09-27T15:33:08.8714294Z inflating: build/bin/ivalue_test 2022-09-27T15:33:08.8856301Z inflating: build/bin/lazy_tensor_test 2022-09-27T15:33:08.9005985Z inflating: build/bin/math_kernel_test 2022-09-27T15:33:08.9156839Z inflating: build/bin/memory_format_test 2022-09-27T15:33:08.9305731Z inflating: build/bin/memory_overlapping_test 2022-09-27T15:33:08.9460081Z inflating: build/bin/mobile_memory_cleanup 2022-09-27T15:33:08.9602618Z inflating: build/bin/operator_name_test 2022-09-27T15:33:08.9762358Z inflating: build/bin/native_test 2022-09-27T15:33:08.9906506Z inflating: build/bin/operators_test 2022-09-27T15:33:09.0056014Z inflating: build/bin/packedtensoraccessor_test 2022-09-27T15:33:09.0249960Z inflating: build/bin/pow_test 2022-09-27T15:33:09.0407497Z inflating: build/bin/quantized_test 2022-09-27T15:33:09.0549102Z inflating: build/bin/reduce_ops_test 2022-09-27T15:33:09.0693998Z inflating: build/bin/reportMemoryUsage_test 2022-09-27T15:33:09.0868716Z inflating: build/bin/scalar_tensor_test 2022-09-27T15:33:09.1030360Z inflating: build/bin/scalar_test 2022-09-27T15:33:09.1179405Z inflating: build/bin/stride_properties_test 2022-09-27T15:33:09.1333507Z inflating: build/bin/test_parallel 2022-09-27T15:33:09.1566373Z inflating: build/bin/tensor_iterator_test 2022-09-27T15:33:09.1570966Z inflating: build/bin/thread_init_test 2022-09-27T15:33:09.1720128Z inflating: build/bin/type_ptr_test 2022-09-27T15:33:09.1898515Z inflating: build/bin/type_test 2022-09-27T15:33:09.2048467Z inflating: build/bin/undefined_tensor_test 2022-09-27T15:33:09.2190555Z inflating: build/bin/variant_test 2022-09-27T15:33:09.2192204Z inflating: build/bin/verify_api_visibility 2022-09-27T15:33:09.2388734Z inflating: build/bin/vmap_test 2022-09-27T15:33:09.2535204Z inflating: build/bin/weakref_test 2022-09-27T15:33:09.2680423Z inflating: build/bin/wrapdim_test 2022-09-27T15:33:09.2821988Z inflating: build/bin/xla_tensor_test 2022-09-27T15:33:09.2989821Z inflating: build/bin/IListRef_test 2022-09-27T15:33:09.3235190Z inflating: build/bin/List_test 2022-09-27T15:33:09.3417394Z inflating: build/bin/KernelFunction_test 2022-09-27T15:33:09.3775624Z inflating: build/bin/kernel_function_legacy_test 2022-09-27T15:33:09.4053781Z inflating: build/bin/kernel_function_test 2022-09-27T15:33:09.4441627Z inflating: build/bin/kernel_lambda_legacy_test 2022-09-27T15:33:09.4753824Z inflating: build/bin/kernel_lambda_test 2022-09-27T15:33:09.4929714Z inflating: build/bin/kernel_stackbased_test 2022-09-27T15:33:09.5212246Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:33:09.5356107Z inflating: build/bin/CppSignature_test 2022-09-27T15:33:09.5517249Z inflating: build/bin/backend_fallback_test 2022-09-27T15:33:09.5657237Z inflating: build/bin/op_allowlist_test 2022-09-27T15:33:09.5805117Z inflating: build/bin/inline_container_test 2022-09-27T15:33:09.6756168Z inflating: build/bin/op_registration_test 2022-09-27T15:33:09.6798530Z inflating: build/bin/tutorial_tensorexpr 2022-09-27T15:33:09.6957362Z inflating: build/bin/test_dist_autograd 2022-09-27T15:33:09.7174879Z inflating: build/bin/test_cpp_rpc 2022-09-27T15:33:09.7179725Z inflating: build/bin/parallel_benchmark 2022-09-27T15:33:09.7998512Z inflating: build/bin/test_lazy 2022-09-27T15:33:09.9833691Z inflating: build/bin/test_tensorexpr 2022-09-27T15:33:09.9849066Z inflating: build/bin/torch_shm_manager 2022-09-27T15:33:10.3060063Z inflating: build/bin/test_api 2022-09-27T15:33:10.4906654Z inflating: build/bin/test_jit 2022-09-27T15:33:10.4907119Z inflating: .pytorch-test-times.json 2022-09-27T15:33:10.4929079Z ##[group]Run df -H 2022-09-27T15:33:10.4929257Z df -H 2022-09-27T15:33:10.5502199Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:33:10.5502430Z env: 2022-09-27T15:33:10.5502607Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:33:10.5502808Z ##[endgroup] 2022-09-27T15:33:10.5756025Z Filesystem Size Used Avail Use% Mounted on 2022-09-27T15:33:10.5756458Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-09-27T15:33:10.5757578Z tmpfs 8.2G 984k 8.2G 1% /dev/shm 2022-09-27T15:33:10.5758042Z tmpfs 8.2G 431k 8.2G 1% /run 2022-09-27T15:33:10.5758327Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-09-27T15:33:10.5758906Z /dev/nvme0n1p1 162G 19G 143G 12% / 2022-09-27T15:33:10.5827772Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:33:10.5828021Z .github/scripts/parse_ref.py 2022-09-27T15:33:10.5839178Z shell: /usr/bin/bash -e {0} 2022-09-27T15:33:10.5839363Z env: 2022-09-27T15:33:10.5839542Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:33:10.5839717Z ##[endgroup] 2022-09-27T15:33:10.7038278Z ##[group]Run set -x 2022-09-27T15:33:10.7038555Z set -x 2022-09-27T15:33:10.7038721Z  2022-09-27T15:33:10.7038917Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-09-27T15:33:10.7039162Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-09-27T15:33:10.7039419Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-09-27T15:33:10.7039655Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-09-27T15:33:10.7039839Z else 2022-09-27T15:33:10.7040040Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:33:10.7040238Z fi 2022-09-27T15:33:10.7040382Z  2022-09-27T15:33:10.7040622Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:33:10.7040864Z  2022-09-27T15:33:10.7041066Z # sanitize the input commit message and PR body here: 2022-09-27T15:33:10.7041277Z # 2022-09-27T15:33:10.7041564Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:33:10.7041941Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:33:10.7042239Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:33:10.7042470Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:33:10.7042654Z  2022-09-27T15:33:10.7042900Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:33:10.7043177Z # wreak havoc internally 2022-09-27T15:33:10.7043411Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:33:10.7043638Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:33:10.7043830Z  2022-09-27T15:33:10.7044056Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:33:10.7044349Z # TODO: Stop building test binaries as part of the build phase 2022-09-27T15:33:10.7044609Z # Used for GPU_FLAG since that doesn't play nice 2022-09-27T15:33:10.7044847Z # shellcheck disable=SC2086,SC2090 2022-09-27T15:33:10.7045066Z container_name=$(docker run \ 2022-09-27T15:33:10.7045253Z  ${GPU_FLAG:-} \ 2022-09-27T15:33:10.7045449Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:33:10.7045644Z  -e PR_NUMBER \ 2022-09-27T15:33:10.7045822Z  -e GITHUB_ACTIONS \ 2022-09-27T15:33:10.7046011Z  -e BASE_SHA \ 2022-09-27T15:33:10.7046193Z  -e BRANCH \ 2022-09-27T15:33:10.7046353Z  -e SHA1 \ 2022-09-27T15:33:10.7046541Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:33:10.7046737Z  -e IN_WHEEL_TEST \ 2022-09-27T15:33:10.7046928Z  -e SHARD_NUMBER \ 2022-09-27T15:33:10.7047188Z  -e TEST_CONFIG \ 2022-09-27T15:33:10.7047689Z  -e NUM_TEST_SHARDS \ 2022-09-27T15:33:10.7047879Z  -e PR_BODY \ 2022-09-27T15:33:10.7048058Z  -e COMMIT_MESSAGES \ 2022-09-27T15:33:10.7048268Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-09-27T15:33:10.7048493Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-09-27T15:33:10.7048688Z  -e PR_LABELS \ 2022-09-27T15:33:10.7048903Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:33:10.7049113Z  -e SCCACHE_BUCKET \ 2022-09-27T15:33:10.7049301Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:33:10.7049499Z  -e XLA_CUDA \ 2022-09-27T15:33:10.7049705Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:33:10.7049955Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:33:10.7050176Z  --ulimit stack=10485760:83886080 \ 2022-09-27T15:33:10.7050409Z  --security-opt seccomp=unconfined \ 2022-09-27T15:33:10.7050635Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:33:10.7050813Z  --ipc=host \ 2022-09-27T15:33:10.7051057Z  --shm-size="${SHM_SIZE}" \ 2022-09-27T15:33:10.7051245Z  --tty \ 2022-09-27T15:33:10.7051407Z  --detach \ 2022-09-27T15:33:10.7051604Z  --name="${container_name}" \ 2022-09-27T15:33:10.7051803Z  --user jenkins \ 2022-09-27T15:33:10.7052024Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:33:10.7052275Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:33:10.7052482Z  "${DOCKER_IMAGE}" 2022-09-27T15:33:10.7052655Z ) 2022-09-27T15:33:10.7052888Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-09-27T15:33:10.7063928Z shell: /usr/bin/bash -e {0} 2022-09-27T15:33:10.7064109Z env: 2022-09-27T15:33:10.7064272Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:33:10.7064520Z BUILD_ENVIRONMENT: linux-focal-py3.7-clang7-asan 2022-09-27T15:33:10.7064749Z PR_NUMBER: 85462 2022-09-27T15:33:10.7064913Z BRANCH: pull/85462 2022-09-27T15:33:10.7065123Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:33:10.7065358Z BASE_SHA: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:33:10.7065565Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:33:10.7065768Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:33:10.7065964Z TEST_CONFIG: default 2022-09-27T15:33:10.7066127Z SHARD_NUMBER: 4 2022-09-27T15:33:10.7066298Z NUM_TEST_SHARDS: 5 2022-09-27T15:33:10.7068014Z PR_BODY: Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory. I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug: ``` import torch import weakref from transformers import DetrForObjectDetection class X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1. def test(): model = DetrForObjectDetection.from_pretrained('facebook/detr-resnet-50') model.to('cuda') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer) test() print(f'{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}') # Should print (, 0), but with cyclic reference, it will print (, ). ``` 2022-09-27T15:33:10.7069930Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:33:10.7070174Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:33:10.7070361Z SHM_SIZE: 1g 2022-09-27T15:33:10.7070702Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:33:10.7071037Z XLA_CUDA: 2022-09-27T15:33:10.7071295Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:33:10.7071556Z ##[endgroup] 2022-09-27T15:33:10.7095919Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-09-27T15:33:10.7096609Z + [[ linux-focal-py3.7-clang7-asan == *onnx* ]] 2022-09-27T15:33:10.7096881Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:33:10.7099096Z ++ git cherry -v origin/master 2022-09-27T15:33:10.7468785Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR 2022-09-27T15:33:10.7469295Z + acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR 2022-09-27T15:33:10.7469596Z + 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form 2022-09-27T15:33:10.7469877Z + 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference 2022-09-27T15:33:10.7470148Z + 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:33:10.7471445Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:33:10.7484314Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained('\''facebook/detr-resnet-50'\'') model.to('\''cuda'\'') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f'\''{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}'\'') # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:33:10.7486707Z + export 'COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:33:10.7488021Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:33:10.7493546Z + export 'PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:33:10.7498945Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:33:10.7501282Z +++ nproc --ignore=2 2022-09-27T15:33:10.7508993Z ++ docker run -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=6 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3133193930 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=1g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:33:25.0326064Z + container_name=c97d029719f6b26c096c3babac523687ae32c029cde17b466db8bbbc34d19640 2022-09-27T15:33:25.0327175Z + docker exec -t c97d029719f6b26c096c3babac523687ae32c029cde17b466db8bbbc34d19640 sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-09-27T15:33:25.5238232Z Processing ./dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:33:25.5981392Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+git52424e2) (4.3.0) 2022-09-27T15:33:26.3872192Z Installing collected packages: torch 2022-09-27T15:33:36.3583305Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:33:36.5069777Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T15:33:36.5228545Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-09-27T15:33:36.5229047Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T15:33:36.5230851Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-09-27T15:33:36.5231363Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-09-27T15:33:36.5231675Z + BUILD_DIR=build 2022-09-27T15:33:36.5232006Z + BUILD_RENAMED_DIR=build_renamed 2022-09-27T15:33:36.5232277Z + BUILD_BIN_DIR=build/bin 2022-09-27T15:33:36.5232470Z + export VALGRIND=ON 2022-09-27T15:33:36.5232716Z + VALGRIND=ON 2022-09-27T15:33:36.5232979Z + [[ linux-focal-py3.7-clang7-asan == *clang9* ]] 2022-09-27T15:33:36.5233292Z + [[ linux-focal-py3.7-clang7-asan != *bazel* ]] 2022-09-27T15:33:36.5233544Z ++ realpath build/custom_test_artifacts 2022-09-27T15:33:36.5268890Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-09-27T15:33:36.5271888Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:33:36.5298348Z + source .jenkins/pytorch/common.sh 2022-09-27T15:33:36.5301047Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:33:36.5306343Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:33:36.5308202Z +++ declare -f -t trap_add 2022-09-27T15:33:36.5311915Z ++ set -ex 2022-09-27T15:33:36.5312357Z ++ [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-09-27T15:33:36.5312696Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:33:36.5313418Z ++ [[ default == *xla* ]] 2022-09-27T15:33:36.5313806Z ++ [[ linux-focal-py3.7-clang7-asan == *centos* ]] 2022-09-27T15:33:36.5314410Z ++ [[ linux-focal-py3.7-clang7-asan == *linux-bionic* ]] 2022-09-27T15:33:36.5314749Z ++ [[ linux-focal-py3.7-clang7-asan == *linux-focal* ]] 2022-09-27T15:33:36.5314970Z ++ which conda 2022-09-27T15:33:36.5338479Z /opt/conda/bin/conda 2022-09-27T15:33:36.5339027Z ++ conda install -q -y cmake 2022-09-27T15:33:41.2009139Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:33:41.7142012Z Solving environment: ...working... done 2022-09-27T15:33:41.8031378Z 2022-09-27T15:33:41.8031745Z ## Package Plan ## 2022-09-27T15:33:41.8032019Z 2022-09-27T15:33:41.8032331Z environment location: /opt/conda 2022-09-27T15:33:41.8032576Z 2022-09-27T15:33:41.8032733Z added / updated specs: 2022-09-27T15:33:41.8033093Z - cmake 2022-09-27T15:33:41.8033196Z 2022-09-27T15:33:41.8033200Z 2022-09-27T15:33:41.8033310Z The following packages will be downloaded: 2022-09-27T15:33:41.8033450Z 2022-09-27T15:33:41.8033548Z package | build 2022-09-27T15:33:41.8034018Z ---------------------------|----------------- 2022-09-27T15:33:41.8034335Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-09-27T15:33:41.8034642Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:33:41.8034946Z certifi-2022.9.14 | py37h06a4308_0 155 KB 2022-09-27T15:33:41.8035223Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:33:41.8035509Z conda-22.9.0 | py37h06a4308_0 878 KB 2022-09-27T15:33:41.8035791Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:33:41.8036054Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:33:41.8036332Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:33:41.8036622Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:33:41.8036891Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:33:41.8037257Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:33:41.8037552Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:33:41.8037911Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:33:41.8038180Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:33:41.8038454Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:33:41.8038732Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:33:41.8039018Z ------------------------------------------------------------ 2022-09-27T15:33:41.8039262Z Total: 13.0 MB 2022-09-27T15:33:41.8039384Z 2022-09-27T15:33:41.8039496Z The following NEW packages will be INSTALLED: 2022-09-27T15:33:41.8039639Z 2022-09-27T15:33:41.8052940Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-09-27T15:33:41.8053353Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:33:41.8053727Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:33:41.8054079Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:33:41.8054429Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:33:41.8054767Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:33:41.8055135Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:33:41.8055494Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:33:41.8055856Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:33:41.8056213Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:33:41.8056563Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:33:41.8056907Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:33:41.8057231Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:33:41.8057572Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:33:41.8057720Z 2022-09-27T15:33:41.8057824Z The following packages will be UPDATED: 2022-09-27T15:33:41.8057961Z 2022-09-27T15:33:41.8058164Z certifi 2022.6.15-py37h06a4308_0 --> 2022.9.14-py37h06a4308_0 2022-09-27T15:33:41.8058560Z conda 4.14.0-py37h06a4308_0 --> 22.9.0-py37h06a4308_0 2022-09-27T15:33:41.8058708Z 2022-09-27T15:33:41.8058713Z 2022-09-27T15:33:43.1870612Z Preparing transaction: ...working... done 2022-09-27T15:33:44.0070648Z Verifying transaction: ...working... done 2022-09-27T15:33:46.0112247Z Executing transaction: ...working... done 2022-09-27T15:33:46.1278029Z Retrieving notices: ...working... done 2022-09-27T15:33:46.3097111Z ++ [[ linux-focal-py3.7-clang7-asan == *centos* ]] 2022-09-27T15:33:46.3097426Z + echo 'Environment variables' 2022-09-27T15:33:46.3097637Z Environment variables 2022-09-27T15:33:46.3098031Z + env 2022-09-27T15:33:46.3140126Z INSTALLED_DB=yes 2022-09-27T15:33:46.3140775Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:33:46.3141385Z BUILD_ENVIRONMENT=linux-focal-py3.7-clang7-asan 2022-09-27T15:33:46.3141788Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-09-27T15:33:46.3141998Z HOSTNAME=c97d029719f6 2022-09-27T15:33:46.3142642Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_7f93301c-c7cc-4b8f-9655-0982f57596b9 2022-09-27T15:33:46.3143101Z GITHUB_ACTION=__self 2022-09-27T15:33:46.3143323Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:33:46.3143541Z TEST_CONFIG=default 2022-09-27T15:33:46.3143986Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:33:46.3144401Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:33:46.3145262Z GITHUB_REF_TYPE=branch 2022-09-27T15:33:46.3145556Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-09-27T15:33:46.3145877Z BASE_SHA=76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:33:46.3146093Z XLA_CUDA= 2022-09-27T15:33:46.3146782Z *** 2022-09-27T15:33:46.3146969Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:33:46.3147167Z GITHUB_ACTIONS=true 2022-09-27T15:33:46.3147529Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:33:46.3147762Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:33:46.3147978Z UCC_HOME=/usr 2022-09-27T15:33:46.3148168Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:33:46.3148346Z SHARD_NUMBER=4 2022-09-27T15:33:46.3148532Z GITHUB_REF_PROTECTED=false 2022-09-27T15:33:46.3148727Z HOME=/var/lib/jenkins 2022-09-27T15:33:46.3148932Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:33:46.3149146Z INSTALLED_THRIFT= 2022-09-27T15:33:46.3149319Z UCX_COMMIT= 2022-09-27T15:33:46.3149489Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:33:46.3149679Z NUM_TEST_SHARDS=5 2022-09-27T15:33:46.3149851Z UCX_HOME=/usr 2022-09-27T15:33:46.3169422Z PYTORCH_RETRY_TEST_CASES=1 2022-09-27T15:33:46.3170171Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_7f93301c-c7cc-4b8f-9655-0982f57596b9 2022-09-27T15:33:46.3170947Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:33:46.3171434Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:33:46.3171780Z GITHUB_RUN_ID=3133193930 2022-09-27T15:33:46.3172438Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_7f93301c-c7cc-4b8f-9655-0982f57596b9 2022-09-27T15:33:46.3172997Z GITHUB_ACTOR=kongzii 2022-09-27T15:33:46.3173270Z PR_NUMBER=85462 2022-09-27T15:33:46.3173448Z DESIRED_CUDA= 2022-09-27T15:33:46.3173629Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:33:46.3173821Z VALGRIND=ON 2022-09-27T15:33:46.3174158Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:33:46.3174516Z TERM=xterm 2022-09-27T15:33:46.3174813Z INSTALLED_VISION=yes 2022-09-27T15:33:46.3175149Z BRANCH=pull/85462 2022-09-27T15:33:46.3175524Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:33:46.3175863Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:33:46.3176555Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:33:46.3176859Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:33:46.3177065Z UCC_COMMIT= 2022-09-27T15:33:46.3177225Z INSTALLED_ANDROID= 2022-09-27T15:33:46.3177400Z SHLVL=1 2022-09-27T15:33:46.3177558Z MAX_JOBS=6 2022-09-27T15:33:46.3178061Z COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting 2022-09-27T15:33:46.3178562Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:33:46.3178904Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:33:46.3179154Z GITHUB_JOB=test 2022-09-27T15:33:46.3179354Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:33:46.3179709Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:33:46.3179907Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:33:46.3180093Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:33:46.3180419Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:33:46.3180711Z GITHUB_BASE_REF=master 2022-09-27T15:33:46.3180874Z CI=true 2022-09-27T15:33:46.3181056Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:33:46.3181260Z INSTALLED_PROTOBUF=yes 2022-09-27T15:33:46.3181496Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:33:46.3181700Z GITHUB_ACTION_REF= 2022-09-27T15:33:46.3181981Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:33:46.3182201Z GITHUB_WORKFLOW=pull 2022-09-27T15:33:46.3182402Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:33:46.3185210Z PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).``` 2022-09-27T15:33:46.3186987Z _=/usr/bin/env 2022-09-27T15:33:46.3187206Z + echo 'Testing pytorch' 2022-09-27T15:33:46.3187394Z Testing pytorch 2022-09-27T15:33:46.3187579Z + export LANG=C.UTF-8 2022-09-27T15:33:46.3187772Z + LANG=C.UTF-8 2022-09-27T15:33:46.3238732Z + PR_NUMBER=85462 2022-09-27T15:33:46.3239171Z + [[ default == \d\e\f\a\u\l\t ]] 2022-09-27T15:33:46.3239547Z + export CUDA_VISIBLE_DEVICES=0 2022-09-27T15:33:46.3239913Z + CUDA_VISIBLE_DEVICES=0 2022-09-27T15:33:46.3240256Z + export HIP_VISIBLE_DEVICES=0 2022-09-27T15:33:46.3240588Z + HIP_VISIBLE_DEVICES=0 2022-09-27T15:33:46.3240929Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-09-27T15:33:46.3241287Z + [[ default == \s\l\o\w ]] 2022-09-27T15:33:46.3241824Z + [[ linux-focal-py3.7-clang7-asan == *slow-gradcheck* ]] 2022-09-27T15:33:46.3242327Z + [[ linux-focal-py3.7-clang7-asan == *cuda* ]] 2022-09-27T15:33:46.3242790Z + [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-09-27T15:33:46.3243257Z + [[ linux-focal-py3.7-clang7-asan == *cuda11* ]] 2022-09-27T15:33:46.3243491Z + [[ default == *crossref* ]] 2022-09-27T15:33:46.3243669Z + [[ default == *dynamo* ]] 2022-09-27T15:33:46.3243884Z + [[ -n 85462 ]] 2022-09-27T15:33:46.3244075Z + [[ -z '' ]] 2022-09-27T15:33:46.3244275Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:33:46.3244518Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:33:46.3244814Z + [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-09-27T15:33:46.3245125Z + [[ linux-focal-py3.7-clang7-asan != *-bazel-* ]] 2022-09-27T15:33:46.3245374Z + pip_install --user ninja 2022-09-27T15:33:46.3245766Z + pip install --progress-bar off --user ninja 2022-09-27T15:33:46.7691992Z Collecting ninja 2022-09-27T15:33:46.7848058Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-09-27T15:33:47.5047123Z Installing collected packages: ninja 2022-09-27T15:33:47.5134674Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-09-27T15:33:47.5135264Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T15:33:47.5184688Z Successfully installed ninja-1.10.2.3 2022-09-27T15:33:47.5874146Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:33:47.5874828Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:33:47.5875616Z + [[ linux-focal-py3.7-clang7-asan == *asan* ]] 2022-09-27T15:33:47.5876401Z + export ASAN_OPTIONS=detect_leaks=0:symbolize=1:detect_stack_use_after_return=1:strict_init_order=true:detect_odr_violation=0 2022-09-27T15:33:47.5877156Z + ASAN_OPTIONS=detect_leaks=0:symbolize=1:detect_stack_use_after_return=1:strict_init_order=true:detect_odr_violation=0 2022-09-27T15:33:47.5877624Z + export UBSAN_OPTIONS=print_stacktrace=1:suppressions=/var/lib/jenkins/workspace/ubsan.supp 2022-09-27T15:33:47.5877959Z + UBSAN_OPTIONS=print_stacktrace=1:suppressions=/var/lib/jenkins/workspace/ubsan.supp 2022-09-27T15:33:47.5878232Z + export PYTORCH_TEST_WITH_ASAN=1 2022-09-27T15:33:47.5878444Z + PYTORCH_TEST_WITH_ASAN=1 2022-09-27T15:33:47.5878747Z + export PYTORCH_TEST_WITH_UBSAN=1 2022-09-27T15:33:47.5878973Z + PYTORCH_TEST_WITH_UBSAN=1 2022-09-27T15:33:47.5879297Z + export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-7/bin/llvm-symbolizer 2022-09-27T15:33:47.5879620Z + ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-7/bin/llvm-symbolizer 2022-09-27T15:33:47.5879868Z + export TORCH_USE_RTLD_GLOBAL=1 2022-09-27T15:33:47.5880069Z + TORCH_USE_RTLD_GLOBAL=1 2022-09-27T15:33:47.5880411Z + export LD_PRELOAD=/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.asan-x86_64.so 2022-09-27T15:33:47.5880785Z + LD_PRELOAD=/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.asan-x86_64.so 2022-09-27T15:33:47.5881055Z + ulimit -s 81920 2022-09-27T15:33:47.5881228Z + cd test 2022-09-27T15:33:47.5903735Z + python -c 'import torch; print(torch.__version__, torch.version.git_version)' 2022-09-27T15:33:51.3359960Z 1.13.0a0+git52424e2 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:33:51.7918531Z + echo 'The next three invocations are expected to crash; if they don'\''t that means ASAN/UBSAN is misconfigured' 2022-09-27T15:33:51.7919360Z The next three invocations are expected to crash; if they don't that means ASAN/UBSAN is misconfigured 2022-09-27T15:33:51.7919809Z + cd test 2022-09-27T15:33:51.7920299Z + get_exit_code python -c 'import torch; torch._C._crash_if_csrc_asan(3)' 2022-09-27T15:33:51.7920656Z + set +e 2022-09-27T15:33:51.7921098Z + python -c 'import torch; torch._C._crash_if_csrc_asan(3)' 2022-09-27T15:33:55.1687429Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp:166:3: runtime error: index 3 out of bounds for type 'volatile char [3]' 2022-09-27T15:33:55.4329228Z #0 0x7fb1220def37 in THPModule_crashIfCsrcASAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2acbf37) 2022-09-27T15:33:55.5034114Z #1 0x55a5f9fa25dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-09-27T15:33:55.5034810Z #2 0x55a5f9fd8b3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-09-27T15:33:55.5035355Z #3 0x55a5f9fd8b3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-09-27T15:33:55.5036199Z #4 0x55a5fa020701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-09-27T15:33:55.5036898Z #5 0x55a5f9f71e84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-09-27T15:33:55.5037380Z #6 0x55a5f9f71e84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-09-27T15:33:55.5037866Z #7 0x55a5f9f73272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-09-27T15:33:55.5038229Z #8 0x55a5f9f73272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-09-27T15:33:55.5039206Z #9 0x55a5fa080c81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-09-27T15:33:55.5040479Z #10 0x55a5fa08bc69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-09-27T15:33:55.5041266Z #11 0x55a5fa08bccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-09-27T15:33:55.5042992Z #12 0x55a5fa08bdc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-09-27T15:33:55.5043644Z #13 0x55a5fa08bdc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-09-27T15:33:55.5044085Z #14 0x55a5fa08bdc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-09-27T15:33:55.5044629Z #15 0x55a5fa08c18b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-09-27T15:33:55.5066941Z #16 0x7fb12a70f082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-09-27T15:33:55.5067311Z #17 0x55a5fa031039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-09-27T15:33:55.5067474Z 2022-09-27T15:33:55.5067910Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/torch/csrc/Module.cpp:166:3 in 2022-09-27T15:33:55.5534939Z + retcode=1 2022-09-27T15:33:55.5535448Z + set -e 2022-09-27T15:33:55.5535680Z + return 1 2022-09-27T15:33:55.5539026Z + cd test 2022-09-27T15:33:55.5539657Z + get_exit_code python -c 'import torch; torch._C._crash_if_csrc_ubsan(0)' 2022-09-27T15:33:55.5540044Z + set +e 2022-09-27T15:33:55.5540497Z + python -c 'import torch; torch._C._crash_if_csrc_ubsan(0)' 2022-09-27T15:33:58.9352212Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp:178:18: runtime error: division by zero 2022-09-27T15:33:59.0616822Z #0 0x7fbd5dcb0185 in THPModule_crashIfCsrcUBSAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2acc185) 2022-09-27T15:33:59.1210114Z #1 0x564288f275dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-09-27T15:33:59.1210742Z #2 0x564288f5db3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-09-27T15:33:59.1211316Z #3 0x564288f5db3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-09-27T15:33:59.1211803Z #4 0x564288fa5701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-09-27T15:33:59.1212533Z #5 0x564288ef6e84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-09-27T15:33:59.1213220Z #6 0x564288ef6e84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-09-27T15:33:59.1213897Z #7 0x564288ef8272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-09-27T15:33:59.1214508Z #8 0x564288ef8272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-09-27T15:33:59.1215377Z #9 0x564289005c81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-09-27T15:33:59.1216037Z #10 0x564289010c69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-09-27T15:33:59.1216772Z #11 0x564289010ccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-09-27T15:33:59.1217714Z #12 0x564289010dc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-09-27T15:33:59.1218361Z #13 0x564289010dc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-09-27T15:33:59.1218847Z #14 0x564289010dc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-09-27T15:33:59.1219511Z #15 0x56428901118b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-09-27T15:33:59.1232599Z #16 0x7fbd662e1082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-09-27T15:33:59.1233210Z #17 0x564288fb6039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-09-27T15:33:59.1233501Z 2022-09-27T15:33:59.1234157Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/torch/csrc/Module.cpp:178:18 in 2022-09-27T15:33:59.1630455Z + retcode=1 2022-09-27T15:33:59.1630851Z + set -e 2022-09-27T15:33:59.1631096Z + return 1 2022-09-27T15:33:59.1634805Z + cd test 2022-09-27T15:33:59.1635371Z + get_exit_code python -c 'import torch; torch._C._crash_if_aten_asan(3)' 2022-09-27T15:33:59.1635704Z + set +e 2022-09-27T15:33:59.1636124Z + python -c 'import torch; torch._C._crash_if_aten_asan(3)' 2022-09-27T15:34:02.5252596Z /var/lib/jenkins/workspace/aten/src/ATen/Utils.cpp:20:3: runtime error: index 3 out of bounds for type 'volatile char [3]' 2022-09-27T15:34:03.1997239Z #0 0x7f2228bd6d54 in at::_crash_if_asan(int) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so+0xd52fd54) 2022-09-27T15:34:03.2584318Z #1 0x7f22533982bb in THPModule_crashIfATenASAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2acc2bb) 2022-09-27T15:34:03.3181189Z #2 0x564e7a4ec5dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-09-27T15:34:03.3181871Z #3 0x564e7a522b3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-09-27T15:34:03.3182315Z #4 0x564e7a522b3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-09-27T15:34:03.3182712Z #5 0x564e7a56a701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-09-27T15:34:03.3183278Z #6 0x564e7a4bbe84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-09-27T15:34:03.3183737Z #7 0x564e7a4bbe84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-09-27T15:34:03.3184674Z #8 0x564e7a4bd272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-09-27T15:34:03.3185095Z #9 0x564e7a4bd272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-09-27T15:34:03.3186161Z #10 0x564e7a5cac81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-09-27T15:34:03.3187058Z #11 0x564e7a5d5c69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-09-27T15:34:03.3187777Z #12 0x564e7a5d5ccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-09-27T15:34:03.3188944Z #13 0x564e7a5d5dc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-09-27T15:34:03.3189711Z #14 0x564e7a5d5dc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-09-27T15:34:03.3190071Z #15 0x564e7a5d5dc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-09-27T15:34:03.3190426Z #16 0x564e7a5d618b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-09-27T15:34:03.3203858Z #17 0x7f225b9c4082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-09-27T15:34:03.3204401Z #18 0x564e7a57b039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-09-27T15:34:03.3204631Z 2022-09-27T15:34:03.3205108Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/aten/src/ATen/Utils.cpp:20:3 in 2022-09-27T15:34:03.3571382Z + retcode=1 2022-09-27T15:34:03.3571678Z + set -e 2022-09-27T15:34:03.3571840Z + return 1 2022-09-27T15:34:03.3573698Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-09-27T15:34:03.3574001Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-09-27T15:34:03.3578092Z + [[ linux-focal-py3.7-clang7-asan == *tbb* ]] 2022-09-27T15:34:03.3589132Z + [[ linux-focal-py3.7-clang7-asan == *libtorch* ]] 2022-09-27T15:34:03.3589603Z + [[ linux-focal-py3.7-clang7-asan == *-bazel-* ]] 2022-09-27T15:34:03.3591666Z + cd test 2022-09-27T15:34:03.3592349Z + python -c 'import torch; print(torch.__config__.show())' 2022-09-27T15:34:06.7853695Z PyTorch built with: 2022-09-27T15:34:06.7854292Z - GCC 4.2 2022-09-27T15:34:06.7854531Z - C++ Version: 201402 2022-09-27T15:34:06.7854741Z - clang 7.0.1 2022-09-27T15:34:06.7855123Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:34:06.7855488Z - LAPACK is enabled (usually provided by MKL) 2022-09-27T15:34:06.7855729Z - NNPACK is enabled 2022-09-27T15:34:06.7855945Z - CPU capability usage: AVX2 2022-09-27T15:34:06.7858873Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/clang++, CXX_FLAGS=-fsanitize=undefined -fsanitize=address -fno-sanitize-recover=all -fsanitize-address-use-after-scope -shared-libasan -Wno-deprecated -fvisibility-inlines-hidden -fsanitize=address -fPIE -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-range-loop-analysis -Wno-pass-failed -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -Wconstant-conversion -Wno-invalid-partial-specialization -Wno-typedef-redefinition -Wno-unused-private-field -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-constexpr-not-const -Wno-missing-braces -Qunused-arguments -fcolor-diagnostics -fdiagnostics-color=always -fno-math-errno -fno-trapping-math -Werror=format, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=0, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=0, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=OFF, USE_ROCM=OFF, 2022-09-27T15:34:06.7860934Z 2022-09-27T15:34:07.2570619Z + cd test 2022-09-27T15:34:10.6693332Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-09-27T15:34:10.6693785Z ATen/Parallel: 2022-09-27T15:34:10.6694010Z at::get_num_threads() : 4 2022-09-27T15:34:10.6694231Z at::get_num_interop_threads() : 4 2022-09-27T15:34:10.6694413Z OpenMP not found 2022-09-27T15:34:10.6694817Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:34:10.6695337Z mkl_get_max_threads() : 1 2022-09-27T15:34:10.6695509Z MKLDNN not found 2022-09-27T15:34:10.6695713Z std::thread::hardware_concurrency() : 8 2022-09-27T15:34:10.6695932Z Environment variables: 2022-09-27T15:34:10.6696116Z OMP_NUM_THREADS : [not set] 2022-09-27T15:34:10.6696309Z MKL_NUM_THREADS : [not set] 2022-09-27T15:34:10.6696525Z ATen parallel backend: native thread pool 2022-09-27T15:34:10.6696662Z 2022-09-27T15:34:11.1318111Z + [[ default == *deploy* ]] 2022-09-27T15:34:11.1318521Z + [[ default == *backward* ]] 2022-09-27T15:34:11.1318812Z + [[ default == *xla* ]] 2022-09-27T15:34:11.1319011Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-09-27T15:34:11.1319392Z + [[ linux-focal-py3.7-clang7-asan == *libtorch* ]] 2022-09-27T15:34:11.1319628Z + [[ default == distributed ]] 2022-09-27T15:34:11.1319821Z + [[ default == *dynamo* ]] 2022-09-27T15:34:11.1319997Z + [[ default == *dynamo* ]] 2022-09-27T15:34:11.1320171Z + [[ 4 == 1 ]] 2022-09-27T15:34:11.1320331Z + [[ 4 == 2 ]] 2022-09-27T15:34:11.1320560Z + [[ 4 -gt 2 ]] 2022-09-27T15:34:11.1320734Z + install_torchdynamo 2022-09-27T15:34:11.1320987Z + local commit 2022-09-27T15:34:11.1321399Z ++ get_pinned_commit torchdynamo 2022-09-27T15:34:11.1322248Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-09-27T15:34:11.1405555Z + commit=41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:11.1406158Z + pip_install --user git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:11.1406783Z + pip install --progress-bar off --user git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:11.6256548Z Collecting git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:11.6264754Z Cloning https://github.com/pytorch/torchdynamo.git (to revision 41c44bc1d080d6cf063419a4166732b983b84eef) to /tmp/pip-req-build-o9nnazdg 2022-09-27T15:34:11.6649437Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchdynamo.git /tmp/pip-req-build-o9nnazdg 2022-09-27T15:34:12.9189350Z Running command git rev-parse -q --verify 'sha^41c44bc1d080d6cf063419a4166732b983b84eef' 2022-09-27T15:34:12.9294539Z Running command git fetch -q https://github.com/pytorch/torchdynamo.git 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:13.4780651Z Running command git checkout -q 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:13.8433875Z Resolved https://github.com/pytorch/torchdynamo.git to commit 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:34:18.4271886Z Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:34:18.4354144Z [?25hRequirement already satisfied: torch>=1.12.0 in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.13.0a0+git52424e2) 2022-09-27T15:34:18.4358789Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.18.5) 2022-09-27T15:34:18.4908641Z Collecting tabulate 2022-09-27T15:34:18.5148269Z Downloading tabulate-0.8.10-py3-none-any.whl (29 kB) 2022-09-27T15:34:18.5224431Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (6.0) 2022-09-27T15:34:18.5229406Z Requirement already satisfied: sympy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.10.1) 2022-09-27T15:34:18.5258802Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch>=1.12.0->torchdynamo==1.13.0.dev0) (4.3.0) 2022-09-27T15:34:18.5292451Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.7/site-packages (from sympy->torchdynamo==1.13.0.dev0) (1.2.1) 2022-09-27T15:34:18.5425231Z Building wheels for collected packages: torchdynamo 2022-09-27T15:34:27.7090746Z Building wheel for torchdynamo (setup.py) ... [?25l- \ | / - done 2022-09-27T15:34:27.7186327Z [?25h Created wheel for torchdynamo: filename=torchdynamo-1.13.0.dev0-cp37-cp37m-linux_x86_64.whl size=2801554 sha256=020103e73b4ec50de6c7dce3b48a11542a4b42f1250ccb0f888daac466c4b8be 2022-09-27T15:34:27.7188076Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/77/0f/de/99455111d0619b9c9ed3eeb8e83431c83a6c69394197cf5fb8 2022-09-27T15:34:27.7221559Z Successfully built torchdynamo 2022-09-27T15:34:28.6014690Z Installing collected packages: tabulate, torchdynamo 2022-09-27T15:34:28.9894721Z Successfully installed tabulate-0.8.10 torchdynamo-1.13.0.dev0 2022-09-27T15:34:29.1035231Z + test_python_shard 4 2022-09-27T15:34:29.1035627Z + [[ -z 5 ]] 2022-09-27T15:34:29.1036072Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 4 5 --verbose 2022-09-27T15:34:32.9916979Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:34:33.1333922Z Ignoring disabled issues: [] 2022-09-27T15:34:33.2519912Z Found test time stats from artifacts 2022-09-27T15:34:33.2521319Z Selected tests: 2022-09-27T15:34:33.2521530Z test_quantization 2022-09-27T15:34:33.2523325Z test_modules 2022-09-27T15:34:33.2523511Z test_jit 2022-09-27T15:34:33.2523823Z test_sparse_csr 2022-09-27T15:34:33.2524139Z test_optim 2022-09-27T15:34:33.2524682Z test_tensorexpr 2022-09-27T15:34:33.2524875Z test_cpp_extensions_jit 2022-09-27T15:34:33.2525065Z test_sparse 2022-09-27T15:34:33.2525248Z distributions/test_distributions 2022-09-27T15:34:33.2525449Z test_serialization 2022-09-27T15:34:33.2525621Z test_torch 2022-09-27T15:34:33.2525776Z test_type_promotion 2022-09-27T15:34:33.2525957Z test_spectral_ops 2022-09-27T15:34:33.2526127Z test_utils 2022-09-27T15:34:33.2526278Z test_stateless 2022-09-27T15:34:33.2526458Z test_scatter_gather_ops 2022-09-27T15:34:33.2526650Z test_expanded_weights 2022-09-27T15:34:33.2526818Z test_mkl_verbose 2022-09-27T15:34:33.2526987Z test_module_init 2022-09-27T15:34:33.2527162Z test_maskedtensor 2022-09-27T15:34:33.2527501Z test_mobile_optimizer 2022-09-27T15:34:33.2527686Z test_nestedtensor 2022-09-27T15:34:33.2527877Z test_namedtensor 2022-09-27T15:34:33.2528031Z test_package 2022-09-27T15:34:33.2528208Z nn/test_packed_sequence 2022-09-27T15:34:33.2528388Z nn/test_dropout 2022-09-27T15:34:33.2528544Z test_datapipe 2022-09-27T15:34:33.2528713Z test_autocast 2022-09-27T15:34:33.2528885Z test_native_functions 2022-09-27T15:34:33.2529053Z test_dynamic_shapes 2022-09-27T15:34:33.2529226Z test_monitor 2022-09-27T15:34:33.2529410Z test_multiprocessing_spawn 2022-09-27T15:34:33.2529599Z test_show_pickle 2022-09-27T15:34:33.2529755Z test_license 2022-09-27T15:34:33.2529917Z test_decomp 2022-09-27T15:34:33.2530080Z test_tensorexpr_pybind 2022-09-27T15:34:33.2530257Z test_mkldnn 2022-09-27T15:34:33.2530417Z test_complex 2022-09-27T15:34:33.2530603Z distributions/test_constraints 2022-09-27T15:34:33.2530779Z test_cuda 2022-09-27T15:34:33.2530938Z test_deploy 2022-09-27T15:34:33.2531103Z test_pruning_op 2022-09-27T15:34:33.3180837Z Prioritized test from test file changes. 2022-09-27T15:34:33.3181142Z reordering tests for PR: 2022-09-27T15:34:33.3181809Z prioritized: ['test_sparse_csr', 'test_optim', 'test_tensorexpr', 'test_sparse', 'test_maskedtensor', 'test_nestedtensor', 'test_datapipe', 'test_dynamic_shapes', 'test_decomp'] 2022-09-27T15:34:33.3183289Z the rest: ['test_quantization', 'test_modules', 'test_jit', 'test_cpp_extensions_jit', 'distributions/test_distributions', 'test_serialization', 'test_torch', 'test_type_promotion', 'test_spectral_ops', 'test_utils', 'test_stateless', 'test_scatter_gather_ops', 'test_expanded_weights', 'test_mkl_verbose', 'test_module_init', 'test_mobile_optimizer', 'test_namedtensor', 'test_package', 'nn/test_packed_sequence', 'nn/test_dropout', 'test_autocast', 'test_native_functions', 'test_monitor', 'test_multiprocessing_spawn', 'test_show_pickle', 'test_license', 'test_tensorexpr_pybind', 'test_mkldnn', 'test_complex', 'distributions/test_constraints', 'test_cuda', 'test_deploy', 'test_pruning_op'] 2022-09-27T15:34:33.3184015Z 2022-09-27T15:34:33.3184463Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/slow-tests.json to /var/lib/jenkins/workspace/test/.pytorch-slow-tests.json 2022-09-27T15:34:33.3461542Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to /var/lib/jenkins/workspace/test/.pytorch-disabled-tests.json 2022-09-27T15:34:33.3716967Z Running test_sparse_csr ... [2022-09-27 15:34:33.371471] 2022-09-27T15:34:33.3717465Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:34:33.371520] 2022-09-27T15:34:39.4757560Z Test results will be stored in test-reports/python-unittest/test_sparse_csr 2022-09-27T15:34:39.5798779Z 2022-09-27T15:34:39.5799012Z Running tests... 2022-09-27T15:34:39.5799488Z ---------------------------------------------------------------------- 2022-09-27T15:34:39.6213725Z test_add_cpu_float32 (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:2268: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T15:34:39.6214415Z values, size=size, dtype=dtype, layout=layout, device=device) 2022-09-27T15:34:39.8266989Z ok (0.247s) 2022-09-27T15:34:40.0263552Z test_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.199s) 2022-09-27T15:34:40.1425788Z test_addmm_all_sparse_csr_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.116s) 2022-09-27T15:34:40.2560725Z test_addmm_all_sparse_csr_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.113s) 2022-09-27T15:34:40.3588038Z test_addmm_all_sparse_csr_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.103s) 2022-09-27T15:34:40.4646776Z test_addmm_all_sparse_csr_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.106s) 2022-09-27T15:34:40.5582767Z test_addmm_dense_result_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.094s) 2022-09-27T15:34:40.6834435Z test_addmm_dense_result_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.125s) 2022-09-27T15:34:40.7684379Z test_addmm_dense_result_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.085s) 2022-09-27T15:34:40.8517966Z test_addmm_dense_result_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.083s) 2022-09-27T15:34:40.9412226Z test_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.089s) 2022-09-27T15:34:40.9771400Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:41.0129574Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:41.0485535Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:41.0839987Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.035s) 2022-09-27T15:34:41.1197964Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:41.1556424Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:41.1909973Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.035s) 2022-09-27T15:34:41.2268372Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:41.2627111Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:41.2985322Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:41.3344890Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:41.3702270Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:41.4066012Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:41.4431505Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:41.4789930Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:41.5152137Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:41.5521804Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:41.5893495Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:41.6260200Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:41.6624340Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:41.7000998Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:41.7713384Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.071s) 2022-09-27T15:34:41.8080377Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:41.8448447Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:41.8808309Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:41.9169145Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:41.9526503Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:41.9882336Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.035s) 2022-09-27T15:34:42.0246805Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:42.0610650Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:42.0968221Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:42.1330036Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:42.1697712Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:42.2063469Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:42.2433777Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:42.2799914Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:42.3163327Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:42.3526889Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:42.3886097Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:42.4248866Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:42.4613103Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:42.4975346Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:42.5335736Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:42.5695501Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:42.6058912Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:42.6423679Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:42.6783477Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:42.7145215Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:42.7513962Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:42.7955205Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.044s) 2022-09-27T15:34:42.8320588Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:42.8683254Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:42.9063780Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:42.9446031Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:42.9823848Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:43.0204027Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:43.0593021Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-09-27T15:34:43.0996736Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.040s) 2022-09-27T15:34:43.1377570Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:43.1756366Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:43.2117740Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:43.2481893Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:43.2841676Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:43.3202867Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:43.3582642Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:43.3960891Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:43.4341411Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:43.4716686Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:43.5096851Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:43.5477657Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:43.5853830Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:43.6232421Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:43.6594311Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:43.6954775Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:43.7314500Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:43.7671516Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:43.8033569Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:43.8524310Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.049s) 2022-09-27T15:34:43.9029818Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-09-27T15:34:43.9399465Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:43.9770625Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:44.0144789Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:44.0514103Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:44.0880374Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:44.1253162Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:44.1625179Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:44.1992374Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:44.2365126Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:44.2754969Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-09-27T15:34:44.3145580Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-09-27T15:34:44.3604664Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.046s) 2022-09-27T15:34:44.3986467Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:44.4381207Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-09-27T15:34:44.4772701Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-09-27T15:34:44.5156538Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:44.5543012Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-09-27T15:34:44.5908548Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:44.6275235Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:44.6639550Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:44.7003573Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:44.7388237Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:44.7770131Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:44.8148050Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:44.8528561Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:44.8913219Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:44.9404664Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.049s) 2022-09-27T15:34:44.9786725Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:45.0169880Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:45.1495432Z test_autograd_dense_output_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.132s) 2022-09-27T15:34:45.2623732Z test_autograd_dense_output_addmv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.113s) 2022-09-27T15:34:45.2777133Z test_autograd_dense_output_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:34:45.2925411Z test_autograd_dense_output_mv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:34:45.2987939Z test_autograd_sparse_csr_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:45.3039486Z test_autograd_sparse_csr_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:34:45.3059534Z test_autograd_sparse_csr_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3077984Z test_autograd_sparse_csr_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3096921Z test_autograd_sparse_csr_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3117462Z test_autograd_sparse_csr_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3137819Z test_autograd_sparse_csr_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3158051Z test_autograd_sparse_csr_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3178631Z test_autograd_sparse_csr_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3198949Z test_autograd_sparse_csr_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3219295Z test_autograd_sparse_csr_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3239545Z test_autograd_sparse_csr_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3259858Z test_autograd_sparse_csr_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op ceil not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3317902Z test_autograd_sparse_csr_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:45.3363922Z test_autograd_sparse_csr_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:34:45.3384373Z test_autograd_sparse_csr_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erf not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3404767Z test_autograd_sparse_csr_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erfinv not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3425329Z test_autograd_sparse_csr_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op expm1 not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3445689Z test_autograd_sparse_csr_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op floor not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3465539Z test_autograd_sparse_csr_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3485741Z test_autograd_sparse_csr_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3505950Z test_autograd_sparse_csr_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3526062Z test_autograd_sparse_csr_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3546313Z test_autograd_sparse_csr_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isneginf not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3566346Z test_autograd_sparse_csr_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isposinf not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3586724Z test_autograd_sparse_csr_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op log1p not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3642772Z test_autograd_sparse_csr_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:45.3691018Z test_autograd_sparse_csr_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:34:45.3711363Z test_autograd_sparse_csr_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op round not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3731694Z test_autograd_sparse_csr_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3753448Z test_autograd_sparse_csr_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3773242Z test_autograd_sparse_csr_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sign not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3793246Z test_autograd_sparse_csr_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op signbit not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3813411Z test_autograd_sparse_csr_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3833512Z test_autograd_sparse_csr_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3853618Z test_autograd_sparse_csr_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3873804Z test_autograd_sparse_csr_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3893972Z test_autograd_sparse_csr_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3914050Z test_autograd_sparse_csr_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3934260Z test_autograd_sparse_csr_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3954986Z test_autograd_sparse_csr_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3974758Z test_autograd_sparse_csr_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.3994911Z test_autograd_sparse_csr_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.4015106Z test_autograd_sparse_csr_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op trunc not supported with CSR input and autograd (0.002s) 2022-09-27T15:34:45.4043823Z test_baddbmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-09-27T15:34:45.4072070Z test_baddbmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-09-27T15:34:45.4100582Z test_baddbmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-09-27T15:34:45.4128689Z test_baddbmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-09-27T15:34:45.5035716Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.091s) 2022-09-27T15:34:45.5906993Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.087s) 2022-09-27T15:34:45.6663541Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.076s) 2022-09-27T15:34:45.7358056Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.069s) 2022-09-27T15:34:45.8261161Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.090s) 2022-09-27T15:34:45.9185087Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.092s) 2022-09-27T15:34:46.0253920Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.107s) 2022-09-27T15:34:46.0987822Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.073s) 2022-09-27T15:34:46.1880580Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.089s) 2022-09-27T15:34:46.2782449Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.090s) 2022-09-27T15:34:46.3535273Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.075s) 2022-09-27T15:34:46.4293262Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.076s) 2022-09-27T15:34:46.5208212Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.091s) 2022-09-27T15:34:46.6130784Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.092s) 2022-09-27T15:34:46.6885146Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.075s) 2022-09-27T15:34:46.7612084Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.073s) 2022-09-27T15:34:46.8536154Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.092s) 2022-09-27T15:34:46.9492891Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.096s) 2022-09-27T15:34:47.0336135Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.084s) 2022-09-27T15:34:47.1091411Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.075s) 2022-09-27T15:34:47.2012671Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.092s) 2022-09-27T15:34:47.2952633Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.094s) 2022-09-27T15:34:47.3728665Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.077s) 2022-09-27T15:34:47.4478527Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.075s) 2022-09-27T15:34:47.5443668Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.096s) 2022-09-27T15:34:47.6464926Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.102s) 2022-09-27T15:34:47.7271143Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.080s) 2022-09-27T15:34:47.8043441Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.077s) 2022-09-27T15:34:47.9022615Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.098s) 2022-09-27T15:34:48.0035517Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.101s) 2022-09-27T15:34:48.0842354Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.081s) 2022-09-27T15:34:48.1876282Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.103s) 2022-09-27T15:34:48.2102722Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:34:48.2328451Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:34:48.2524214Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:34:48.2745218Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:34:48.2968580Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:34:48.3201472Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:34:48.3394075Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:34:48.3582433Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:34:48.3798541Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:34:48.4018683Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:34:48.4216371Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:34:48.4408755Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:34:48.4635390Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:34:48.4864837Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:34:48.5068224Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:34:48.5272507Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:34:48.5517003Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:34:48.5763863Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-09-27T15:34:48.5992416Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:34:48.6218761Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:34:48.6457274Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:34:48.6691036Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:34:48.6897381Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:34:48.7103327Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:34:48.7355639Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-09-27T15:34:48.7606902Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-09-27T15:34:48.7827600Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:34:48.8046193Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:34:48.8278494Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:34:48.8511219Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:34:48.8711952Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:34:48.8912175Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:34:48.9045345Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... test_sparse_csr.py:1461: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T15:34:48.9045912Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:34:48.9046217Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:34:48.9046456Z should be replaced with 2022-09-27T15:34:48.9046810Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:34:48.9047154Z unitriangular=unitriangular) 2022-09-27T15:34:48.9180864Z ok (0.027s) 2022-09-27T15:34:48.9392532Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:34:48.9581353Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:34:48.9769150Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:34:48.9979829Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:34:49.0201107Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:34:49.0397582Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:34:49.0591527Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:34:49.0801646Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:34:49.1014719Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:34:49.1207924Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:34:49.1401584Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:34:49.1612722Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:34:49.1829094Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:34:49.2029140Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:34:49.2455045Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.043s) 2022-09-27T15:34:49.2686380Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:34:49.2912908Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:34:49.3128948Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:34:49.3346414Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:34:49.3568514Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:34:49.3862995Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.029s) 2022-09-27T15:34:49.4057634Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:34:49.4258019Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:34:49.4482587Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:34:49.4701705Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:34:49.4913548Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:34:49.5126578Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:34:49.5343306Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:34:49.5552727Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:34:49.5741961Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:34:49.5935847Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:34:49.5956416Z test_bmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:34:49.5976760Z test_bmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:34:49.5996407Z test_bmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:34:49.6016573Z test_bmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:34:49.6038276Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:49.6911319Z This test performs a smoke test for covered conversion and verifies ... ok (0.089s) 2022-09-27T15:34:49.6930524Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:49.7817164Z This test performs a smoke test for covered conversion and verifies ... ok (0.091s) 2022-09-27T15:34:49.7836533Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:49.8218458Z This test performs a smoke test for covered conversion and verifies ... ok (0.040s) 2022-09-27T15:34:49.8238243Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:49.8610690Z This test performs a smoke test for covered conversion and verifies ... ok (0.039s) 2022-09-27T15:34:49.8629635Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:49.9528855Z This test performs a smoke test for covered conversion and verifies ... ok (0.092s) 2022-09-27T15:34:49.9548048Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:50.0405157Z This test performs a smoke test for covered conversion and verifies ... ok (0.088s) 2022-09-27T15:34:50.0424681Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:50.0805469Z This test performs a smoke test for covered conversion and verifies ... ok (0.040s) 2022-09-27T15:34:50.0824598Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:50.1131178Z This test performs a smoke test for covered conversion and verifies ... ok (0.033s) 2022-09-27T15:34:50.1152233Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:50.1593448Z This test performs a smoke test for covered conversion and verifies ... ok (0.046s) 2022-09-27T15:34:50.1612467Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:50.1989734Z This test performs a smoke test for covered conversion and verifies ... ok (0.040s) 2022-09-27T15:34:50.2008832Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:50.2111280Z This test performs a smoke test for covered conversion and verifies ... ok (0.012s) 2022-09-27T15:34:50.2130738Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:50.2263187Z This test performs a smoke test for covered conversion and verifies ... ok (0.015s) 2022-09-27T15:34:50.2282241Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:50.2672868Z This test performs a smoke test for covered conversion and verifies ... ok (0.041s) 2022-09-27T15:34:50.2691941Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:50.3089606Z This test performs a smoke test for covered conversion and verifies ... ok (0.042s) 2022-09-27T15:34:50.3109033Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:50.3256478Z This test performs a smoke test for covered conversion and verifies ... ok (0.017s) 2022-09-27T15:34:50.3275838Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:50.3357588Z This test performs a smoke test for covered conversion and verifies ... ok (0.010s) 2022-09-27T15:34:50.3456995Z test_coo_csr_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:34:50.3517091Z test_coo_csr_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:50.3630091Z test_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:34:50.3745136Z test_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:34:50.3839669Z test_coo_csr_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:34:50.3934452Z test_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:34:50.4026018Z test_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:34:50.4086545Z test_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:50.4146701Z test_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:50.4203379Z test_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:50.4262819Z test_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:50.4322580Z test_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:50.4623251Z test_coo_to_csr_convert_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-09-27T15:34:50.4738438Z test_csr_coo_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:34:50.4815757Z test_csr_coo_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:34:50.4949340Z test_csr_coo_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:34:50.5086015Z test_csr_coo_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:34:50.5199860Z test_csr_coo_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:34:50.5314090Z test_csr_coo_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:34:50.5424331Z test_csr_coo_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:34:50.5504486Z test_csr_coo_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:34:50.5583796Z test_csr_coo_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:34:50.5658086Z test_csr_coo_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:34:50.5736405Z test_csr_coo_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:34:50.5815653Z test_csr_coo_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:34:50.5842770Z test_csr_double_to_sparse_csr_cpu (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:34:50.5899156Z test_csr_is_contiguous_cpu (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:50.6669751Z test_csr_matvec_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.077s) 2022-09-27T15:34:50.7442087Z test_csr_matvec_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.077s) 2022-09-27T15:34:50.8195418Z test_csr_matvec_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.075s) 2022-09-27T15:34:50.8956149Z test_csr_matvec_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.076s) 2022-09-27T15:34:50.9018619Z test_csr_storage_cpu (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:50.9104996Z test_csr_stride_cpu (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:34:50.9493245Z test_csr_to_block_csr_blocksize_2_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-09-27T15:34:50.9721020Z test_csr_to_block_csr_blocksize_2_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:34:51.0084253Z test_csr_to_block_csr_blocksize_4_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:51.0453520Z test_csr_to_block_csr_blocksize_4_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:51.0900014Z test_csr_to_block_csr_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.045s) 2022-09-27T15:34:51.0971762Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:51.1130656Z This test tests conversion from dense to/from CSR and CSC ... ok (0.023s) 2022-09-27T15:34:51.1205714Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:51.6620418Z This test tests conversion from dense to/from CSR and CSC ... ok (0.549s) 2022-09-27T15:34:51.6691758Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:51.6869553Z This test tests conversion from dense to/from CSR and CSC ... ok (0.025s) 2022-09-27T15:34:51.6940780Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:51.7321118Z This test tests conversion from dense to/from CSR and CSC ... ok (0.045s) 2022-09-27T15:34:51.7394165Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:51.7540600Z This test tests conversion from dense to/from CSR and CSC ... ok (0.022s) 2022-09-27T15:34:51.7613032Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:52.2597835Z This test tests conversion from dense to/from CSR and CSC ... ok (0.506s) 2022-09-27T15:34:52.2672787Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:52.2787429Z This test tests conversion from dense to/from CSR and CSC ... ok (0.019s) 2022-09-27T15:34:52.2859904Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:52.3228841Z This test tests conversion from dense to/from CSR and CSC ... ok (0.044s) 2022-09-27T15:34:52.3382622Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:52.3565621Z This test tests conversion from dense to/from CSR and CSC ... ok (0.034s) 2022-09-27T15:34:52.3637016Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:52.5372349Z This test tests conversion from dense to/from CSR and CSC ... ok (0.181s) 2022-09-27T15:34:52.5443235Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:52.5573678Z This test tests conversion from dense to/from CSR and CSC ... ok (0.020s) 2022-09-27T15:34:52.5645775Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:52.5771139Z This test tests conversion from dense to/from CSR and CSC ... ok (0.020s) 2022-09-27T15:34:52.5843095Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:52.6002971Z This test tests conversion from dense to/from CSR and CSC ... ok (0.023s) 2022-09-27T15:34:52.6078531Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:52.7774573Z This test tests conversion from dense to/from CSR and CSC ... ok (0.177s) 2022-09-27T15:34:52.7846374Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:52.7972948Z This test tests conversion from dense to/from CSR and CSC ... ok (0.020s) 2022-09-27T15:34:52.8050909Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:34:52.8171323Z This test tests conversion from dense to/from CSR and CSC ... ok (0.020s) 2022-09-27T15:34:52.8307616Z test_direct_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:34:52.8434147Z test_direct_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:34:52.8537609Z test_direct_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:34:52.8640246Z test_direct_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:34:52.8708833Z test_direct_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:34:52.8781299Z test_direct_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:34:52.8926099Z test_direct_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:34:52.8996913Z test_direct_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:34:52.9070087Z test_direct_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:34:52.9132793Z test_exercise_detach_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:52.9183742Z test_exercise_detach_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:34:52.9247686Z test_exercise_detach_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:52.9311335Z test_exercise_detach_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:52.9374231Z test_exercise_detach_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:52.9431646Z test_exercise_detach_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:52.9488015Z test_exercise_detach_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:52.9536774Z test_exercise_detach_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:34:52.9585541Z test_exercise_detach_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:34:52.9638226Z test_exercise_detach_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:34:52.9687422Z test_exercise_detach_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:34:52.9736045Z test_exercise_detach_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:34:52.9747930Z test_matmul_device_mismatch_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:34:52.9778894Z test_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-09-27T15:34:53.0279848Z test_mm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-09-27T15:34:53.4698174Z test_mul_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.442s) 2022-09-27T15:34:53.9332559Z test_mul_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.463s) 2022-09-27T15:34:53.9404940Z test_resize_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:34:53.9466897Z test_resize_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:53.9537352Z test_resize_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:34:53.9607202Z test_resize_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:34:53.9670366Z test_resize_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:53.9733284Z test_resize_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:53.9796378Z test_resize_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:53.9854702Z test_resize_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:53.9913486Z test_resize_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:53.9977783Z test_resize_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:54.0036961Z test_resize_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:54.0099441Z test_resize_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:34:54.0447018Z test_resize_errors_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.035s) 2022-09-27T15:34:54.0788510Z test_resize_errors_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-09-27T15:34:54.1145378Z test_resize_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:54.1573619Z test_resize_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.043s) 2022-09-27T15:34:54.1920741Z test_resize_errors_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.035s) 2022-09-27T15:34:54.2267496Z test_resize_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.035s) 2022-09-27T15:34:54.2614622Z test_resize_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.035s) 2022-09-27T15:34:54.2956923Z test_resize_errors_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-09-27T15:34:54.3301109Z test_resize_errors_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-09-27T15:34:54.3640143Z test_resize_errors_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-09-27T15:34:54.3982529Z test_resize_errors_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-09-27T15:34:54.4328750Z test_resize_errors_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-09-27T15:34:54.4563166Z test_sampled_addmm_autograd_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:34:54.4784604Z test_sampled_addmm_autograd_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:34:54.4963537Z test_sampled_addmm_autograd_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:34:54.5135360Z test_sampled_addmm_autograd_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:34:54.7497150Z test_sampled_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.236s) 2022-09-27T15:34:54.9882310Z test_sampled_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.238s) 2022-09-27T15:34:55.2112157Z test_sampled_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.223s) 2022-09-27T15:34:55.4116968Z test_sampled_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.200s) 2022-09-27T15:34:55.4141870Z test_sampled_addmm_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:55.4165342Z test_sampled_addmm_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:55.4188327Z test_sampled_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:55.4211262Z test_sampled_addmm_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:55.4227604Z test_sampled_addmm_zero_sized_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:55.4243796Z test_sampled_addmm_zero_sized_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:55.4260051Z test_sampled_addmm_zero_sized_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:55.4276412Z test_sampled_addmm_zero_sized_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:34:55.4646704Z test_select_SparseBSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:55.4985482Z test_select_SparseBSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-09-27T15:34:55.5385876Z test_select_SparseBSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.040s) 2022-09-27T15:34:55.5790295Z test_select_SparseBSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.040s) 2022-09-27T15:34:55.6168779Z test_select_SparseBSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:55.6556162Z test_select_SparseBSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-09-27T15:34:55.7209872Z test_select_SparseBSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.065s) 2022-09-27T15:34:55.7559033Z test_select_SparseBSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.035s) 2022-09-27T15:34:55.7900969Z test_select_SparseBSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-09-27T15:34:55.8299313Z test_select_SparseBSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.040s) 2022-09-27T15:34:55.8634480Z test_select_SparseBSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.033s) 2022-09-27T15:34:55.8970049Z test_select_SparseBSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.033s) 2022-09-27T15:34:55.9324660Z test_select_SparseBSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.035s) 2022-09-27T15:34:55.9648881Z test_select_SparseBSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.032s) 2022-09-27T15:34:56.0032757Z test_select_SparseBSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:34:56.0423295Z test_select_SparseBSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.039s) 2022-09-27T15:34:56.0785427Z test_select_SparseBSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:56.1146325Z test_select_SparseBSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:56.1508433Z test_select_SparseBSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:56.1841777Z test_select_SparseBSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.033s) 2022-09-27T15:34:56.2188367Z test_select_SparseBSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-09-27T15:34:56.2533150Z test_select_SparseBSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-09-27T15:34:56.2865305Z test_select_SparseBSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.033s) 2022-09-27T15:34:56.3196627Z test_select_SparseBSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.033s) 2022-09-27T15:34:56.3524216Z test_select_SparseBSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.033s) 2022-09-27T15:34:56.3824885Z test_select_SparseBSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-09-27T15:34:56.4199658Z test_select_SparseBSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.037s) 2022-09-27T15:34:56.4563605Z test_select_SparseBSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:34:56.4892072Z test_select_SparseBSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.033s) 2022-09-27T15:34:56.5347082Z test_select_SparseBSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.045s) 2022-09-27T15:34:56.5689224Z test_select_SparseBSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-09-27T15:34:56.5995211Z test_select_SparseBSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.031s) 2022-09-27T15:34:56.6298844Z test_select_SparseBSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-09-27T15:34:56.6608845Z test_select_SparseBSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.031s) 2022-09-27T15:34:56.6911277Z test_select_SparseBSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-09-27T15:34:56.7224875Z test_select_SparseBSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.031s) 2022-09-27T15:34:56.7730596Z test_select_SparseBSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-09-27T15:34:56.8039991Z test_select_SparseBSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.031s) 2022-09-27T15:34:56.8394815Z test_select_SparseBSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.035s) 2022-09-27T15:34:56.8733881Z test_select_SparseBSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.034s) 2022-09-27T15:34:56.9053220Z test_select_SparseBSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.032s) 2022-09-27T15:34:56.9377236Z test_select_SparseBSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.032s) 2022-09-27T15:34:56.9695690Z test_select_SparseBSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.032s) 2022-09-27T15:34:56.9990829Z test_select_SparseBSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.029s) 2022-09-27T15:34:57.0294808Z test_select_SparseBSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-09-27T15:34:57.0589782Z test_select_SparseBSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.029s) 2022-09-27T15:34:57.0882776Z test_select_SparseBSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.029s) 2022-09-27T15:34:57.1184952Z test_select_SparseBSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-09-27T15:34:57.1814437Z test_select_SparseCSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.063s) 2022-09-27T15:34:57.2405977Z test_select_SparseCSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.059s) 2022-09-27T15:34:57.3150937Z test_select_SparseCSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.074s) 2022-09-27T15:34:57.3785236Z test_select_SparseCSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.063s) 2022-09-27T15:34:57.4399509Z test_select_SparseCSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.061s) 2022-09-27T15:34:57.5000207Z test_select_SparseCSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.060s) 2022-09-27T15:34:57.5607140Z test_select_SparseCSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.061s) 2022-09-27T15:34:57.6170389Z test_select_SparseCSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.056s) 2022-09-27T15:34:57.6744344Z test_select_SparseCSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.057s) 2022-09-27T15:34:57.7344188Z test_select_SparseCSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.060s) 2022-09-27T15:34:57.7924395Z test_select_SparseCSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.058s) 2022-09-27T15:34:57.8568272Z test_select_SparseCSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.064s) 2022-09-27T15:34:57.9183573Z test_select_SparseCSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.061s) 2022-09-27T15:34:57.9759912Z test_select_SparseCSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.058s) 2022-09-27T15:34:58.0403404Z test_select_SparseCSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.064s) 2022-09-27T15:34:58.1043164Z test_select_SparseCSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.064s) 2022-09-27T15:34:58.1732250Z test_select_SparseCSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.069s) 2022-09-27T15:34:58.2330546Z test_select_SparseCSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.060s) 2022-09-27T15:34:58.2926349Z test_select_SparseCSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.059s) 2022-09-27T15:34:58.3500225Z test_select_SparseCSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.057s) 2022-09-27T15:34:58.4088576Z test_select_SparseCSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.059s) 2022-09-27T15:34:58.4667033Z test_select_SparseCSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.058s) 2022-09-27T15:34:58.5242332Z test_select_SparseCSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.057s) 2022-09-27T15:34:58.5812759Z test_select_SparseCSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.057s) 2022-09-27T15:34:58.6358146Z test_select_SparseCSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.054s) 2022-09-27T15:34:58.6851085Z test_select_SparseCSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.049s) 2022-09-27T15:34:58.7418742Z test_select_SparseCSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.057s) 2022-09-27T15:34:58.7975126Z test_select_SparseCSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.056s) 2022-09-27T15:34:58.8508741Z test_select_SparseCSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.053s) 2022-09-27T15:34:58.9238821Z test_select_SparseCSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.073s) 2022-09-27T15:34:58.9790062Z test_select_SparseCSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.055s) 2022-09-27T15:34:59.0399311Z test_select_SparseCSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.061s) 2022-09-27T15:34:59.0916418Z test_select_SparseCSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.052s) 2022-09-27T15:34:59.1439392Z test_select_SparseCSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.052s) 2022-09-27T15:34:59.1959427Z test_select_SparseCSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.052s) 2022-09-27T15:34:59.2479490Z test_select_SparseCSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.052s) 2022-09-27T15:34:59.3017577Z test_select_SparseCSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.054s) 2022-09-27T15:34:59.3514033Z test_select_SparseCSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-09-27T15:34:59.4060582Z test_select_SparseCSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.055s) 2022-09-27T15:34:59.4609684Z test_select_SparseCSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.055s) 2022-09-27T15:34:59.5129905Z test_select_SparseCSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.052s) 2022-09-27T15:34:59.5665920Z test_select_SparseCSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.053s) 2022-09-27T15:34:59.6189764Z test_select_SparseCSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.052s) 2022-09-27T15:34:59.6690734Z test_select_SparseCSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-09-27T15:34:59.7192407Z test_select_SparseCSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-09-27T15:34:59.7695017Z test_select_SparseCSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-09-27T15:34:59.8195004Z test_select_SparseCSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-09-27T15:34:59.8770309Z test_select_SparseCSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.057s) 2022-09-27T15:34:59.9381461Z test_sparse_add_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.061s) 2022-09-27T15:34:59.9980464Z test_sparse_add_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.060s) 2022-09-27T15:35:00.0519383Z test_sparse_add_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.054s) 2022-09-27T15:35:00.1048333Z test_sparse_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.053s) 2022-09-27T15:35:00.1352724Z test_sparse_add_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-09-27T15:35:00.1652840Z test_sparse_add_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-09-27T15:35:00.1947902Z test_sparse_add_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.029s) 2022-09-27T15:35:00.2251831Z test_sparse_add_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.030s) 2022-09-27T15:35:00.2825593Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.057s) 2022-09-27T15:35:00.3380657Z test_sparse_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.055s) 2022-09-27T15:35:00.3854151Z test_sparse_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.047s) 2022-09-27T15:35:00.4336973Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.048s) 2022-09-27T15:35:00.4464341Z test_sparse_csc_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:35:00.4548579Z test_sparse_csc_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:00.4696573Z test_sparse_csc_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:35:00.4844216Z test_sparse_csc_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:35:00.4971690Z test_sparse_csc_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:35:00.5098405Z test_sparse_csc_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:35:00.5220682Z test_sparse_csc_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:35:00.5307312Z test_sparse_csc_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:00.5392582Z test_sparse_csc_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:00.5473090Z test_sparse_csc_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:00.5557467Z test_sparse_csc_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:00.5642262Z test_sparse_csc_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:00.5710204Z test_sparse_csr_from_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:35:00.5770690Z test_sparse_csr_from_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:35:00.5843003Z test_sparse_csr_from_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:35:00.5918048Z test_sparse_csr_from_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:35:00.5988779Z test_sparse_csr_from_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:35:00.6060391Z test_sparse_csr_from_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:35:00.6218587Z test_sparse_csr_from_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:35:00.6281748Z test_sparse_csr_from_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:35:00.6344449Z test_sparse_csr_from_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:35:00.6404257Z test_sparse_csr_from_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:35:00.6465688Z test_sparse_csr_from_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:35:00.6526531Z test_sparse_csr_from_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:35:00.6643606Z test_sparse_csr_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:35:00.6718560Z test_sparse_csr_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:35:00.6852124Z test_sparse_csr_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:35:00.6990358Z test_sparse_csr_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:35:00.7106232Z test_sparse_csr_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:35:00.7222961Z test_sparse_csr_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:35:00.7335024Z test_sparse_csr_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:35:00.7413345Z test_sparse_csr_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:00.7491063Z test_sparse_csr_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:00.7562327Z test_sparse_csr_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:35:00.7639080Z test_sparse_csr_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:00.7717123Z test_sparse_csr_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:00.7754903Z test_sparse_csr_unary_inplace_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:00.7918424Z test_sparse_csr_unary_inplace_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:35:00.7945883Z test_sparse_csr_unary_inplace_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T15:35:00.7946825Z result = torch.complex(real, imag) 2022-09-27T15:35:00.8085798Z ok (0.017s) 2022-09-27T15:35:00.8250784Z test_sparse_csr_unary_inplace_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:35:00.8292687Z test_sparse_csr_unary_inplace_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:00.8332389Z test_sparse_csr_unary_inplace_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:00.8370368Z test_sparse_csr_unary_inplace_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:00.8401002Z test_sparse_csr_unary_inplace_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:00.8431381Z test_sparse_csr_unary_inplace_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:00.8461103Z test_sparse_csr_unary_inplace_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:00.8491184Z test_sparse_csr_unary_inplace_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:00.8521498Z test_sparse_csr_unary_inplace_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:00.8539967Z test_sparse_csr_unary_inplace_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:00.8558394Z test_sparse_csr_unary_inplace_angle_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:00.8576926Z test_sparse_csr_unary_inplace_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:00.8598091Z test_sparse_csr_unary_inplace_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:00.8617705Z test_sparse_csr_unary_inplace_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:00.8637662Z test_sparse_csr_unary_inplace_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:00.8657515Z test_sparse_csr_unary_inplace_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:00.8677259Z test_sparse_csr_unary_inplace_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:00.8697140Z test_sparse_csr_unary_inplace_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:00.8716952Z test_sparse_csr_unary_inplace_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:00.8736747Z test_sparse_csr_unary_inplace_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:00.8756365Z test_sparse_csr_unary_inplace_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:00.8799932Z test_sparse_csr_unary_inplace_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:00.8980953Z test_sparse_csr_unary_inplace_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:00.9038065Z test_sparse_csr_unary_inplace_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:35:00.9084391Z test_sparse_csr_unary_inplace_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:00.9125411Z test_sparse_csr_unary_inplace_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:00.9165902Z test_sparse_csr_unary_inplace_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:00.9341989Z test_sparse_csr_unary_inplace_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:00.9518562Z test_sparse_csr_unary_inplace_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:00.9693924Z test_sparse_csr_unary_inplace_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:00.9869962Z test_sparse_csr_unary_inplace_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.0045814Z test_sparse_csr_unary_inplace_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:01.0092582Z test_sparse_csr_unary_inplace_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:01.0269888Z test_sparse_csr_unary_inplace_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.0323450Z test_sparse_csr_unary_inplace_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:01.0371959Z test_sparse_csr_unary_inplace_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:01.0412759Z test_sparse_csr_unary_inplace_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.0776295Z test_sparse_csr_unary_inplace_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:35:01.0954807Z test_sparse_csr_unary_inplace_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.1134155Z test_sparse_csr_unary_inplace_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.1313111Z test_sparse_csr_unary_inplace_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.1491854Z test_sparse_csr_unary_inplace_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.1672052Z test_sparse_csr_unary_inplace_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.1720992Z test_sparse_csr_unary_inplace_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:01.1900393Z test_sparse_csr_unary_inplace_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.1955579Z test_sparse_csr_unary_inplace_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:01.2005387Z test_sparse_csr_unary_inplace_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:01.2049168Z test_sparse_csr_unary_inplace_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.2091992Z test_sparse_csr_unary_inplace_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.2270850Z test_sparse_csr_unary_inplace_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.2515077Z test_sparse_csr_unary_inplace_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:35:01.2693738Z test_sparse_csr_unary_inplace_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.2871418Z test_sparse_csr_unary_inplace_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.3049617Z test_sparse_csr_unary_inplace_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.3097129Z test_sparse_csr_unary_inplace_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:01.3275215Z test_sparse_csr_unary_inplace_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.3327173Z test_sparse_csr_unary_inplace_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:01.3373248Z test_sparse_csr_unary_inplace_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:01.3412261Z test_sparse_csr_unary_inplace_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.3448955Z test_sparse_csr_unary_inplace_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.3623985Z test_sparse_csr_unary_inplace_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:01.3799897Z test_sparse_csr_unary_inplace_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.3978417Z test_sparse_csr_unary_inplace_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.4156745Z test_sparse_csr_unary_inplace_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.4333249Z test_sparse_csr_unary_inplace_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.4378653Z test_sparse_csr_unary_inplace_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:01.4419364Z test_sparse_csr_unary_inplace_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.4458247Z test_sparse_csr_unary_inplace_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.4489172Z test_sparse_csr_unary_inplace_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:01.4519666Z test_sparse_csr_unary_inplace_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:01.4548972Z test_sparse_csr_unary_inplace_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:01.4579772Z test_sparse_csr_unary_inplace_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:01.4611440Z test_sparse_csr_unary_inplace_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:01.4649186Z test_sparse_csr_unary_inplace_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.4679263Z test_sparse_csr_unary_inplace_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:01.4722060Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.4764608Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.4807255Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.4845584Z test_sparse_csr_unary_inplace_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.4882950Z test_sparse_csr_unary_inplace_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.4920659Z test_sparse_csr_unary_inplace_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.4951619Z test_sparse_csr_unary_inplace_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:01.4982640Z test_sparse_csr_unary_inplace_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:01.5013114Z test_sparse_csr_unary_inplace_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:01.5043918Z test_sparse_csr_unary_inplace_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:01.5075438Z test_sparse_csr_unary_inplace_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:01.5118929Z test_sparse_csr_unary_inplace_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.5297482Z test_sparse_csr_unary_inplace_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.5345075Z test_sparse_csr_unary_inplace_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:01.5390443Z test_sparse_csr_unary_inplace_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.5570189Z test_sparse_csr_unary_inplace_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.5748578Z test_sparse_csr_unary_inplace_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.5928506Z test_sparse_csr_unary_inplace_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.6109358Z test_sparse_csr_unary_inplace_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.6292862Z test_sparse_csr_unary_inplace_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.6345905Z test_sparse_csr_unary_inplace_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:01.6528717Z test_sparse_csr_unary_inplace_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.6576734Z test_sparse_csr_unary_inplace_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:01.6621763Z test_sparse_csr_unary_inplace_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.6803896Z test_sparse_csr_unary_inplace_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.6988320Z test_sparse_csr_unary_inplace_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.7172414Z test_sparse_csr_unary_inplace_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.7354036Z test_sparse_csr_unary_inplace_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.7534864Z test_sparse_csr_unary_inplace_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.7582130Z test_sparse_csr_unary_inplace_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:01.7759393Z test_sparse_csr_unary_inplace_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.7806457Z test_sparse_csr_unary_inplace_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:01.7849662Z test_sparse_csr_unary_inplace_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.8025953Z test_sparse_csr_unary_inplace_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.8202632Z test_sparse_csr_unary_inplace_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.8379398Z test_sparse_csr_unary_inplace_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.8555605Z test_sparse_csr_unary_inplace_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.8732475Z test_sparse_csr_unary_inplace_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:01.8779194Z test_sparse_csr_unary_inplace_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:01.8822075Z test_sparse_csr_unary_inplace_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.8863259Z test_sparse_csr_unary_inplace_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:01.8896850Z test_sparse_csr_unary_inplace_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:01.9062174Z test_sparse_csr_unary_inplace_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:35:01.9093767Z test_sparse_csr_unary_inplace_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:01.9125048Z test_sparse_csr_unary_inplace_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:01.9155958Z test_sparse_csr_unary_inplace_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:01.9173916Z test_sparse_csr_unary_inplace_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9191463Z test_sparse_csr_unary_inplace_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9209360Z test_sparse_csr_unary_inplace_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9226766Z test_sparse_csr_unary_inplace_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9244492Z test_sparse_csr_unary_inplace_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9262066Z test_sparse_csr_unary_inplace_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9279644Z test_sparse_csr_unary_inplace_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9297299Z test_sparse_csr_unary_inplace_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9315019Z test_sparse_csr_unary_inplace_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9332805Z test_sparse_csr_unary_inplace_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9350080Z test_sparse_csr_unary_inplace_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9368829Z test_sparse_csr_unary_inplace_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9387982Z test_sparse_csr_unary_inplace_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9407172Z test_sparse_csr_unary_inplace_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9426598Z test_sparse_csr_unary_inplace_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9446035Z test_sparse_csr_unary_inplace_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9465036Z test_sparse_csr_unary_inplace_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9484175Z test_sparse_csr_unary_inplace_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9503135Z test_sparse_csr_unary_inplace_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9522296Z test_sparse_csr_unary_inplace_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9541371Z test_sparse_csr_unary_inplace_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9560525Z test_sparse_csr_unary_inplace_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9579783Z test_sparse_csr_unary_inplace_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9598727Z test_sparse_csr_unary_inplace_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9617808Z test_sparse_csr_unary_inplace_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9637040Z test_sparse_csr_unary_inplace_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9656192Z test_sparse_csr_unary_inplace_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9675334Z test_sparse_csr_unary_inplace_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9694448Z test_sparse_csr_unary_inplace_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9713595Z test_sparse_csr_unary_inplace_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9732732Z test_sparse_csr_unary_inplace_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9751655Z test_sparse_csr_unary_inplace_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9770906Z test_sparse_csr_unary_inplace_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9789902Z test_sparse_csr_unary_inplace_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9809116Z test_sparse_csr_unary_inplace_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9828255Z test_sparse_csr_unary_inplace_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9847444Z test_sparse_csr_unary_inplace_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9866592Z test_sparse_csr_unary_inplace_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9885816Z test_sparse_csr_unary_inplace_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9904829Z test_sparse_csr_unary_inplace_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9924119Z test_sparse_csr_unary_inplace_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9943001Z test_sparse_csr_unary_inplace_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9962071Z test_sparse_csr_unary_inplace_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:01.9981130Z test_sparse_csr_unary_inplace_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:02.0000356Z test_sparse_csr_unary_inplace_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:02.0046618Z test_sparse_csr_unary_inplace_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:02.0224042Z test_sparse_csr_unary_inplace_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:02.0269285Z test_sparse_csr_unary_inplace_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.0312535Z test_sparse_csr_unary_inplace_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.0486714Z test_sparse_csr_unary_inplace_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:02.0660896Z test_sparse_csr_unary_inplace_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:02.0836106Z test_sparse_csr_unary_inplace_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:02.1013452Z test_sparse_csr_unary_inplace_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:02.1196084Z test_sparse_csr_unary_inplace_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:02.1557044Z test_sparse_csr_unary_inplace_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:35:02.1608689Z test_sparse_csr_unary_inplace_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:02.1654472Z test_sparse_csr_unary_inplace_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:02.1697797Z test_sparse_csr_unary_inplace_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.1736505Z test_sparse_csr_unary_inplace_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.1774412Z test_sparse_csr_unary_inplace_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.1812861Z test_sparse_csr_unary_inplace_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.1846102Z test_sparse_csr_unary_inplace_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.1879847Z test_sparse_csr_unary_inplace_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.1910577Z test_sparse_csr_unary_inplace_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.1942452Z test_sparse_csr_unary_inplace_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.1974183Z test_sparse_csr_unary_inplace_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.2014737Z test_sparse_csr_unary_inplace_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.2052515Z test_sparse_csr_unary_inplace_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.2090415Z test_sparse_csr_unary_inplace_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.2121863Z test_sparse_csr_unary_inplace_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.2155167Z test_sparse_csr_unary_inplace_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.2187896Z test_sparse_csr_unary_inplace_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.2221441Z test_sparse_csr_unary_inplace_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.2252609Z test_sparse_csr_unary_inplace_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.2292183Z test_sparse_csr_unary_inplace_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.2323018Z test_sparse_csr_unary_inplace_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.2365730Z test_sparse_csr_unary_inplace_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.2408507Z test_sparse_csr_unary_inplace_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.2452369Z test_sparse_csr_unary_inplace_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.2601021Z test_sparse_csr_unary_inplace_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:35:02.2639866Z test_sparse_csr_unary_inplace_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.2675734Z test_sparse_csr_unary_inplace_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.2705542Z test_sparse_csr_unary_inplace_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.2735459Z test_sparse_csr_unary_inplace_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.2764347Z test_sparse_csr_unary_inplace_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.2794328Z test_sparse_csr_unary_inplace_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.2824152Z test_sparse_csr_unary_inplace_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.2862834Z test_sparse_csr_unary_inplace_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.2893757Z test_sparse_csr_unary_inplace_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.2932623Z test_sparse_csr_unary_inplace_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.2968919Z test_sparse_csr_unary_inplace_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.3005119Z test_sparse_csr_unary_inplace_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.3035374Z test_sparse_csr_unary_inplace_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.3065283Z test_sparse_csr_unary_inplace_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.3094389Z test_sparse_csr_unary_inplace_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.3123753Z test_sparse_csr_unary_inplace_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.3153560Z test_sparse_csr_unary_inplace_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.3171172Z test_sparse_csr_unary_inplace_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:02.3188242Z test_sparse_csr_unary_inplace_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:02.3205573Z test_sparse_csr_unary_inplace_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:02.3222846Z test_sparse_csr_unary_inplace_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:02.3240051Z test_sparse_csr_unary_inplace_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:02.3257546Z test_sparse_csr_unary_inplace_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:02.3274820Z test_sparse_csr_unary_inplace_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:02.3291953Z test_sparse_csr_unary_inplace_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:02.3308905Z test_sparse_csr_unary_inplace_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:02.3326085Z test_sparse_csr_unary_inplace_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:35:02.3366126Z test_sparse_csr_unary_inplace_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.3540033Z test_sparse_csr_unary_inplace_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:02.3584271Z test_sparse_csr_unary_inplace_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.3625965Z test_sparse_csr_unary_inplace_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.3664222Z test_sparse_csr_unary_inplace_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.3702077Z test_sparse_csr_unary_inplace_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.3874248Z test_sparse_csr_unary_inplace_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:02.4045866Z test_sparse_csr_unary_inplace_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:02.4218527Z test_sparse_csr_unary_inplace_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:02.4390595Z test_sparse_csr_unary_inplace_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:02.4563147Z test_sparse_csr_unary_inplace_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:02.4606053Z test_sparse_csr_unary_inplace_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.4779600Z test_sparse_csr_unary_inplace_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:02.4826343Z test_sparse_csr_unary_inplace_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:02.4870154Z test_sparse_csr_unary_inplace_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.4908821Z test_sparse_csr_unary_inplace_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.4947104Z test_sparse_csr_unary_inplace_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.5122824Z test_sparse_csr_unary_inplace_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:02.5298119Z test_sparse_csr_unary_inplace_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:02.5473885Z test_sparse_csr_unary_inplace_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:02.5648052Z test_sparse_csr_unary_inplace_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:02.5823393Z test_sparse_csr_unary_inplace_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:02.5867126Z test_sparse_csr_unary_inplace_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.6044026Z test_sparse_csr_unary_inplace_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:02.6092455Z test_sparse_csr_unary_inplace_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:02.6137759Z test_sparse_csr_unary_inplace_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.6178429Z test_sparse_csr_unary_inplace_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.6219161Z test_sparse_csr_unary_inplace_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.6396451Z test_sparse_csr_unary_inplace_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:02.6573280Z test_sparse_csr_unary_inplace_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:02.6747268Z test_sparse_csr_unary_inplace_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:02.6923966Z test_sparse_csr_unary_inplace_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:02.7100727Z test_sparse_csr_unary_inplace_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:02.7146409Z test_sparse_csr_unary_inplace_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:02.7325478Z test_sparse_csr_unary_inplace_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:02.7377364Z test_sparse_csr_unary_inplace_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:02.7424793Z test_sparse_csr_unary_inplace_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:02.7467558Z test_sparse_csr_unary_inplace_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.7509359Z test_sparse_csr_unary_inplace_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.7688124Z test_sparse_csr_unary_inplace_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:02.7866302Z test_sparse_csr_unary_inplace_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:02.8046547Z test_sparse_csr_unary_inplace_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:02.8291204Z test_sparse_csr_unary_inplace_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:35:02.8471396Z test_sparse_csr_unary_inplace_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:02.8518372Z test_sparse_csr_unary_inplace_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:02.8693363Z test_sparse_csr_unary_inplace_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:02.8741930Z test_sparse_csr_unary_inplace_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:02.8787485Z test_sparse_csr_unary_inplace_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:35:02.8827905Z test_sparse_csr_unary_inplace_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.8868752Z test_sparse_csr_unary_inplace_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.9045310Z test_sparse_csr_unary_inplace_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:02.9223958Z test_sparse_csr_unary_inplace_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:02.9400023Z test_sparse_csr_unary_inplace_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:02.9575635Z test_sparse_csr_unary_inplace_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:35:02.9750076Z test_sparse_csr_unary_inplace_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:02.9794279Z test_sparse_csr_unary_inplace_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.9836441Z test_sparse_csr_unary_inplace_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.9877928Z test_sparse_csr_unary_inplace_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:35:02.9910480Z test_sparse_csr_unary_inplace_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.9942892Z test_sparse_csr_unary_inplace_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:02.9973753Z test_sparse_csr_unary_inplace_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:03.0005559Z test_sparse_csr_unary_inplace_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:03.0037209Z test_sparse_csr_unary_inplace_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:35:03.0138129Z test_sparse_csr_unary_out_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:35:03.0234867Z test_sparse_csr_unary_out_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T15:35:03.0235694Z return self.op(*args, **kwargs) 2022-09-27T15:35:03.0245343Z ok (0.011s) 2022-09-27T15:35:03.0340337Z test_sparse_csr_unary_out_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.0431145Z test_sparse_csr_unary_out_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.0517825Z test_sparse_csr_unary_out_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.0603893Z test_sparse_csr_unary_out_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.0689978Z test_sparse_csr_unary_out_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.0770306Z test_sparse_csr_unary_out_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.0851518Z test_sparse_csr_unary_out_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.0934069Z test_sparse_csr_unary_out_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.1015282Z test_sparse_csr_unary_out_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.1096299Z test_sparse_csr_unary_out_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.1189940Z test_sparse_csr_unary_out_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.1277803Z test_sparse_csr_unary_out_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.1372907Z test_sparse_csr_unary_out_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.1464670Z test_sparse_csr_unary_out_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.1552017Z test_sparse_csr_unary_out_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.1637981Z test_sparse_csr_unary_out_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.1724269Z test_sparse_csr_unary_out_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.1812273Z test_sparse_csr_unary_out_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.1900836Z test_sparse_csr_unary_out_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.2183137Z test_sparse_csr_unary_out_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-09-27T15:35:03.2347000Z test_sparse_csr_unary_out_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:35:03.2438535Z test_sparse_csr_unary_out_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.2528018Z test_sparse_csr_unary_out_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.2613810Z test_sparse_csr_unary_out_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.2709055Z test_sparse_csr_unary_out_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.2802578Z test_sparse_csr_unary_out_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.2894052Z test_sparse_csr_unary_out_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.2985259Z test_sparse_csr_unary_out_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.3072681Z test_sparse_csr_unary_out_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.3160230Z test_sparse_csr_unary_out_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.3246657Z test_sparse_csr_unary_out_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.3332360Z test_sparse_csr_unary_out_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.3401326Z test_sparse_csr_unary_out_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:35:03.3487999Z test_sparse_csr_unary_out_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.3569046Z test_sparse_csr_unary_out_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.3735706Z test_sparse_csr_unary_out_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:03.3830365Z test_sparse_csr_unary_out_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.3918718Z test_sparse_csr_unary_out_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.4008116Z test_sparse_csr_unary_out_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.4097667Z test_sparse_csr_unary_out_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.4186891Z test_sparse_csr_unary_out_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.4281608Z test_sparse_csr_unary_out_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.4371762Z test_sparse_csr_unary_out_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.4459044Z test_sparse_csr_unary_out_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.4547357Z test_sparse_csr_unary_out_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.4631203Z test_sparse_csr_unary_out_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.4725823Z test_sparse_csr_unary_out_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.4820473Z test_sparse_csr_unary_out_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.4911617Z test_sparse_csr_unary_out_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.5002752Z test_sparse_csr_unary_out_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.5093627Z test_sparse_csr_unary_out_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.5183925Z test_sparse_csr_unary_out_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.5272990Z test_sparse_csr_unary_out_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.5361603Z test_sparse_csr_unary_out_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.5449946Z test_sparse_csr_unary_out_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.5536900Z test_sparse_csr_unary_out_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.5617840Z test_sparse_csr_unary_out_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.5711517Z test_sparse_csr_unary_out_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.5804325Z test_sparse_csr_unary_out_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.5891930Z test_sparse_csr_unary_out_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.5979144Z test_sparse_csr_unary_out_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.6062496Z test_sparse_csr_unary_out_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.6146178Z test_sparse_csr_unary_out_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.6227667Z test_sparse_csr_unary_out_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.6309844Z test_sparse_csr_unary_out_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.6379213Z test_sparse_csr_unary_out_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:35:03.6466468Z test_sparse_csr_unary_out_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.6552863Z test_sparse_csr_unary_out_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.6638809Z test_sparse_csr_unary_out_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.6718540Z test_sparse_csr_unary_out_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.6797984Z test_sparse_csr_unary_out_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.6877102Z test_sparse_csr_unary_out_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.6958018Z test_sparse_csr_unary_out_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.7038971Z test_sparse_csr_unary_out_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.7126272Z test_sparse_csr_unary_out_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.7202301Z test_sparse_csr_unary_out_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.7296158Z test_sparse_csr_unary_out_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.7389001Z test_sparse_csr_unary_out_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.7482521Z test_sparse_csr_unary_out_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.7567218Z test_sparse_csr_unary_out_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.7652422Z test_sparse_csr_unary_out_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.7737602Z test_sparse_csr_unary_out_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.7815600Z test_sparse_csr_unary_out_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.7894599Z test_sparse_csr_unary_out_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.7974000Z test_sparse_csr_unary_out_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.8053606Z test_sparse_csr_unary_out_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.8133808Z test_sparse_csr_unary_out_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.8225362Z test_sparse_csr_unary_out_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.8311118Z test_sparse_csr_unary_out_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.8401206Z test_sparse_csr_unary_out_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.8491397Z test_sparse_csr_unary_out_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.8654599Z test_sparse_csr_unary_out_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:35:03.8744168Z test_sparse_csr_unary_out_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.8833051Z test_sparse_csr_unary_out_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.8921987Z test_sparse_csr_unary_out_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.9012022Z test_sparse_csr_unary_out_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.9100603Z test_sparse_csr_unary_out_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.9186471Z test_sparse_csr_unary_out_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.9276779Z test_sparse_csr_unary_out_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.9367113Z test_sparse_csr_unary_out_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.9451284Z test_sparse_csr_unary_out_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.9535434Z test_sparse_csr_unary_out_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.9618573Z test_sparse_csr_unary_out_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.9701489Z test_sparse_csr_unary_out_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:03.9769482Z test_sparse_csr_unary_out_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:35:03.9858486Z test_sparse_csr_unary_out_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:03.9942188Z test_sparse_csr_unary_out_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.0030839Z test_sparse_csr_unary_out_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.0119052Z test_sparse_csr_unary_out_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.0207749Z test_sparse_csr_unary_out_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.0296796Z test_sparse_csr_unary_out_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.0385093Z test_sparse_csr_unary_out_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.0472460Z test_sparse_csr_unary_out_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.0559619Z test_sparse_csr_unary_out_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.0645106Z test_sparse_csr_unary_out_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.0731075Z test_sparse_csr_unary_out_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.0816167Z test_sparse_csr_unary_out_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.0895557Z test_sparse_csr_unary_out_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.0975334Z test_sparse_csr_unary_out_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.1054384Z test_sparse_csr_unary_out_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.1134988Z test_sparse_csr_unary_out_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.1214624Z test_sparse_csr_unary_out_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.1229868Z test_sparse_csr_unary_out_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1244925Z test_sparse_csr_unary_out_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1259944Z test_sparse_csr_unary_out_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1274891Z test_sparse_csr_unary_out_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1289918Z test_sparse_csr_unary_out_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1304808Z test_sparse_csr_unary_out_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1319662Z test_sparse_csr_unary_out_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1334648Z test_sparse_csr_unary_out_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1349421Z test_sparse_csr_unary_out_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1364491Z test_sparse_csr_unary_out_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1379393Z test_sparse_csr_unary_out_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1394603Z test_sparse_csr_unary_out_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1409362Z test_sparse_csr_unary_out_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1425564Z test_sparse_csr_unary_out_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.002s) 2022-09-27T15:35:04.1440261Z test_sparse_csr_unary_out_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1455169Z test_sparse_csr_unary_out_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1470127Z test_sparse_csr_unary_out_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1485192Z test_sparse_csr_unary_out_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1500569Z test_sparse_csr_unary_out_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1515559Z test_sparse_csr_unary_out_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1530630Z test_sparse_csr_unary_out_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1545534Z test_sparse_csr_unary_out_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1560756Z test_sparse_csr_unary_out_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1575759Z test_sparse_csr_unary_out_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1590661Z test_sparse_csr_unary_out_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:35:04.1684302Z test_sparse_csr_unary_out_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.1763004Z test_sparse_csr_unary_out_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.1845163Z test_sparse_csr_unary_out_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.1927561Z test_sparse_csr_unary_out_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.2009139Z test_sparse_csr_unary_out_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.2092168Z test_sparse_csr_unary_out_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.2173526Z test_sparse_csr_unary_out_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.2253672Z test_sparse_csr_unary_out_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.2334386Z test_sparse_csr_unary_out_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.2414431Z test_sparse_csr_unary_out_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.2497231Z test_sparse_csr_unary_out_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.2573774Z test_sparse_csr_unary_out_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.2655104Z test_sparse_csr_unary_out_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.2935833Z test_sparse_csr_unary_out_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.028s) 2022-09-27T15:35:04.3123722Z test_sparse_csr_unary_out_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:35:04.3287690Z test_sparse_csr_unary_out_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:35:04.3375912Z test_sparse_csr_unary_out_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.3458894Z test_sparse_csr_unary_out_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.3541213Z test_sparse_csr_unary_out_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.3625340Z test_sparse_csr_unary_out_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.3713314Z test_sparse_csr_unary_out_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.3796589Z test_sparse_csr_unary_out_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.3885513Z test_sparse_csr_unary_out_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.3975600Z test_sparse_csr_unary_out_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.4067257Z test_sparse_csr_unary_out_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.4157363Z test_sparse_csr_unary_out_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.4247579Z test_sparse_csr_unary_out_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.4337070Z test_sparse_csr_unary_out_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.4425822Z test_sparse_csr_unary_out_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.4512273Z test_sparse_csr_unary_out_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.4606363Z test_sparse_csr_unary_out_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.4700916Z test_sparse_csr_unary_out_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.4796577Z test_sparse_csr_unary_out_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.4885870Z test_sparse_csr_unary_out_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.4974305Z test_sparse_csr_unary_out_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.5063072Z test_sparse_csr_unary_out_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.5144373Z test_sparse_csr_unary_out_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.5225871Z test_sparse_csr_unary_out_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.5306224Z test_sparse_csr_unary_out_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.5386072Z test_sparse_csr_unary_out_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.5465735Z test_sparse_csr_unary_out_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.5553088Z test_sparse_csr_unary_out_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.5638706Z test_sparse_csr_unary_out_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.5724091Z test_sparse_csr_unary_out_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.5803265Z test_sparse_csr_unary_out_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.5883298Z test_sparse_csr_unary_out_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.5962906Z test_sparse_csr_unary_out_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.6044155Z test_sparse_csr_unary_out_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.6124868Z test_sparse_csr_unary_out_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.6214294Z test_sparse_csr_unary_out_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.6291120Z test_sparse_csr_unary_out_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.6384756Z test_sparse_csr_unary_out_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.6480914Z test_sparse_csr_unary_out_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.6573902Z test_sparse_csr_unary_out_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.6661505Z test_sparse_csr_unary_out_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.6747605Z test_sparse_csr_unary_out_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.6833844Z test_sparse_csr_unary_out_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.6914124Z test_sparse_csr_unary_out_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.6995770Z test_sparse_csr_unary_out_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.7077047Z test_sparse_csr_unary_out_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.7157282Z test_sparse_csr_unary_out_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.7237090Z test_sparse_csr_unary_out_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.7324610Z test_sparse_csr_unary_out_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.7401662Z test_sparse_csr_unary_out_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.7489380Z test_sparse_csr_unary_out_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.7575807Z test_sparse_csr_unary_out_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.7661297Z test_sparse_csr_unary_out_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.7740486Z test_sparse_csr_unary_out_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.7819976Z test_sparse_csr_unary_out_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.7899444Z test_sparse_csr_unary_out_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.7980988Z test_sparse_csr_unary_out_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.8066012Z test_sparse_csr_unary_out_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.8231273Z test_sparse_csr_unary_out_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:35:04.8314203Z test_sparse_csr_unary_out_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.8397968Z test_sparse_csr_unary_out_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.8480825Z test_sparse_csr_unary_out_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.8561960Z test_sparse_csr_unary_out_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.8641725Z test_sparse_csr_unary_out_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.8721388Z test_sparse_csr_unary_out_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.8801236Z test_sparse_csr_unary_out_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.8881657Z test_sparse_csr_unary_out_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.8963347Z test_sparse_csr_unary_out_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:04.9053801Z test_sparse_csr_unary_out_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.9139779Z test_sparse_csr_unary_out_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.9235622Z test_sparse_csr_unary_out_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:35:04.9328932Z test_sparse_csr_unary_out_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.9416529Z test_sparse_csr_unary_out_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.9503567Z test_sparse_csr_unary_out_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.9591942Z test_sparse_csr_unary_out_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.9677967Z test_sparse_csr_unary_out_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.9765114Z test_sparse_csr_unary_out_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.9853667Z test_sparse_csr_unary_out_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:04.9943223Z test_sparse_csr_unary_out_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.0034780Z test_sparse_csr_unary_out_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.0120370Z test_sparse_csr_unary_out_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.0216575Z test_sparse_csr_unary_out_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:35:05.0309578Z test_sparse_csr_unary_out_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.0397151Z test_sparse_csr_unary_out_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.0485509Z test_sparse_csr_unary_out_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.0573037Z test_sparse_csr_unary_out_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.0659959Z test_sparse_csr_unary_out_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.0746953Z test_sparse_csr_unary_out_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.0834618Z test_sparse_csr_unary_out_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.0922020Z test_sparse_csr_unary_out_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.1008509Z test_sparse_csr_unary_out_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.1093014Z test_sparse_csr_unary_out_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:05.1186713Z test_sparse_csr_unary_out_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.1280266Z test_sparse_csr_unary_out_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.1367119Z test_sparse_csr_unary_out_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.1455800Z test_sparse_csr_unary_out_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.1543999Z test_sparse_csr_unary_out_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.1631641Z test_sparse_csr_unary_out_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.1718921Z test_sparse_csr_unary_out_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.1806158Z test_sparse_csr_unary_out_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.1894200Z test_sparse_csr_unary_out_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.1985170Z test_sparse_csr_unary_out_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.2070650Z test_sparse_csr_unary_out_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:05.2166188Z test_sparse_csr_unary_out_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:35:05.2259680Z test_sparse_csr_unary_out_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.2348223Z test_sparse_csr_unary_out_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.2435664Z test_sparse_csr_unary_out_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.2523301Z test_sparse_csr_unary_out_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.2611866Z test_sparse_csr_unary_out_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.2698157Z test_sparse_csr_unary_out_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.2785329Z test_sparse_csr_unary_out_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.2872578Z test_sparse_csr_unary_out_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.2961029Z test_sparse_csr_unary_out_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.3132092Z test_sparse_csr_unary_out_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:35:05.3231168Z test_sparse_csr_unary_out_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:35:05.3329294Z test_sparse_csr_unary_out_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:35:05.3420737Z test_sparse_csr_unary_out_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.3656694Z test_sparse_csr_unary_out_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:35:05.3755402Z test_sparse_csr_unary_out_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:35:05.3883238Z test_sparse_csr_unary_out_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:35:05.3975305Z test_sparse_csr_unary_out_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.4065865Z test_sparse_csr_unary_out_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.4158525Z test_sparse_csr_unary_out_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.4248030Z test_sparse_csr_unary_out_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.4337637Z test_sparse_csr_unary_out_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.4425747Z test_sparse_csr_unary_out_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:35:05.4505450Z test_sparse_csr_unary_out_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:05.4584960Z test_sparse_csr_unary_out_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:05.4663784Z test_sparse_csr_unary_out_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:05.4743128Z test_sparse_csr_unary_out_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:05.4822373Z test_sparse_csr_unary_out_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:35:05.4985313Z test_sparse_mm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:35:05.5144514Z test_sparse_mm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:35:05.5290475Z test_sparse_mm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:35:05.5435972Z test_sparse_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:35:05.5457920Z test_sparse_to_sparse_compressed_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T15:35:05.5463419Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.003s) 2022-09-27T15:35:05.5484828Z test_sparse_to_sparse_compressed_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T15:35:05.5490203Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.003s) 2022-09-27T15:35:05.5512183Z test_sparse_to_sparse_compressed_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T15:35:05.5846102Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.035s) 2022-09-27T15:35:05.5866976Z test_sparse_to_sparse_compressed_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T15:35:05.6228239Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.038s) 2022-09-27T15:35:05.9190429Z test_sparse_triangular_solve_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.296s) 2022-09-27T15:35:06.2305401Z test_sparse_triangular_solve_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.311s) 2022-09-27T15:35:06.4819861Z test_sparse_triangular_solve_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.251s) 2022-09-27T15:35:06.7258514Z test_sparse_triangular_solve_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.244s) 2022-09-27T15:35:06.7708078Z test_sum_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.045s) 2022-09-27T15:35:06.8067373Z test_sum_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:35:06.8494633Z test_sum_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.043s) 2022-09-27T15:35:06.8928673Z test_sum_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.043s) 2022-09-27T15:35:06.9334916Z test_sum_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.041s) 2022-09-27T15:35:06.9830895Z test_sum_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-09-27T15:35:07.0329338Z test_sum_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-09-27T15:35:07.0685192Z test_sum_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.036s) 2022-09-27T15:35:07.1039316Z test_sum_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.035s) 2022-09-27T15:35:07.1391394Z test_sum_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.035s) 2022-09-27T15:35:07.1742823Z test_sum_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.035s) 2022-09-27T15:35:07.2097668Z test_sum_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.035s) 2022-09-27T15:35:14.7938330Z test_transpose_SparseBSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (7.584s) 2022-09-27T15:35:21.8169152Z test_transpose_SparseBSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (7.022s) 2022-09-27T15:35:29.5239589Z test_transpose_SparseBSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (7.708s) 2022-09-27T15:35:37.2819575Z test_transpose_SparseBSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (7.758s) 2022-09-27T15:35:44.7050941Z test_transpose_SparseBSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (7.423s) 2022-09-27T15:35:52.0900409Z test_transpose_SparseBSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (7.385s) 2022-09-27T15:35:59.4491802Z test_transpose_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (7.359s) 2022-09-27T15:36:06.3879030Z test_transpose_SparseBSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (6.939s) 2022-09-27T15:36:13.3164332Z test_transpose_SparseBSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (6.928s) 2022-09-27T15:36:20.2444979Z test_transpose_SparseBSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (6.928s) 2022-09-27T15:36:27.1843766Z test_transpose_SparseBSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (6.940s) 2022-09-27T15:36:34.1083593Z test_transpose_SparseBSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (6.924s) 2022-09-27T15:36:41.6137617Z test_transpose_SparseBSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (7.505s) 2022-09-27T15:36:48.6837530Z test_transpose_SparseBSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (7.070s) 2022-09-27T15:36:56.5581480Z test_transpose_SparseBSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (7.874s) 2022-09-27T15:37:04.4911981Z test_transpose_SparseBSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (7.933s) 2022-09-27T15:37:12.0401839Z test_transpose_SparseBSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (7.549s) 2022-09-27T15:37:19.5537237Z test_transpose_SparseBSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (7.513s) 2022-09-27T15:37:27.0468218Z test_transpose_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (7.493s) 2022-09-27T15:37:34.1619543Z test_transpose_SparseBSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (7.115s) 2022-09-27T15:37:41.2101459Z test_transpose_SparseBSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (7.048s) 2022-09-27T15:37:48.2179002Z test_transpose_SparseBSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (7.008s) 2022-09-27T15:37:55.2935240Z test_transpose_SparseBSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (7.076s) 2022-09-27T15:38:02.3623700Z test_transpose_SparseBSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (7.069s) 2022-09-27T15:38:05.7117487Z test_transpose_SparseCSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (3.349s) 2022-09-27T15:38:08.8340822Z test_transpose_SparseCSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (3.122s) 2022-09-27T15:38:12.3897993Z test_transpose_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (3.556s) 2022-09-27T15:38:15.9447988Z test_transpose_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (3.555s) 2022-09-27T15:38:19.2942183Z test_transpose_SparseCSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (3.349s) 2022-09-27T15:38:22.6566404Z test_transpose_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (3.362s) 2022-09-27T15:38:25.9910096Z test_transpose_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (3.334s) 2022-09-27T15:38:29.1549226Z test_transpose_SparseCSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (3.164s) 2022-09-27T15:38:32.2816846Z test_transpose_SparseCSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (3.127s) 2022-09-27T15:38:35.4042522Z test_transpose_SparseCSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (3.122s) 2022-09-27T15:38:38.5010647Z test_transpose_SparseCSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (3.097s) 2022-09-27T15:38:41.5898169Z test_transpose_SparseCSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (3.089s) 2022-09-27T15:38:44.9875769Z test_transpose_SparseCSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (3.398s) 2022-09-27T15:38:48.1769787Z test_transpose_SparseCSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (3.189s) 2022-09-27T15:38:51.7539174Z test_transpose_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (3.577s) 2022-09-27T15:38:55.3268209Z test_transpose_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (3.573s) 2022-09-27T15:38:58.7804415Z test_transpose_SparseCSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (3.454s) 2022-09-27T15:39:02.2008018Z test_transpose_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (3.420s) 2022-09-27T15:39:05.6065292Z test_transpose_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (3.406s) 2022-09-27T15:39:08.8130063Z test_transpose_SparseCSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (3.206s) 2022-09-27T15:39:12.0411466Z test_transpose_SparseCSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (3.228s) 2022-09-27T15:39:15.2415875Z test_transpose_SparseCSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (3.200s) 2022-09-27T15:39:18.4558779Z test_transpose_SparseCSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (3.214s) 2022-09-27T15:39:21.6722029Z test_transpose_SparseCSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (3.216s) 2022-09-27T15:39:21.6761877Z test_zero_to_zero_correspondence_unary_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.6799996Z test_zero_to_zero_correspondence_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.6837910Z test_zero_to_zero_correspondence_unary_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.6876461Z test_zero_to_zero_correspondence_unary_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.6912128Z test_zero_to_zero_correspondence_unary_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.6947998Z test_zero_to_zero_correspondence_unary_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.6983506Z test_zero_to_zero_correspondence_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:21.7015669Z test_zero_to_zero_correspondence_unary_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:21.7047068Z test_zero_to_zero_correspondence_unary_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:21.7077586Z test_zero_to_zero_correspondence_unary_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:21.7109193Z test_zero_to_zero_correspondence_unary_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:21.7141153Z test_zero_to_zero_correspondence_unary_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:21.7179192Z test_zero_to_zero_correspondence_unary_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7218254Z test_zero_to_zero_correspondence_unary_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7257635Z test_zero_to_zero_correspondence_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7297088Z test_zero_to_zero_correspondence_unary_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7334322Z test_zero_to_zero_correspondence_unary_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7371531Z test_zero_to_zero_correspondence_unary_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7407206Z test_zero_to_zero_correspondence_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7444896Z test_zero_to_zero_correspondence_unary_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7482361Z test_zero_to_zero_correspondence_unary_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7519762Z test_zero_to_zero_correspondence_unary_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7556963Z test_zero_to_zero_correspondence_unary_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7593808Z test_zero_to_zero_correspondence_unary_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7629612Z test_zero_to_zero_correspondence_unary_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7667784Z test_zero_to_zero_correspondence_unary_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7705412Z test_zero_to_zero_correspondence_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7743401Z test_zero_to_zero_correspondence_unary_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7781306Z test_zero_to_zero_correspondence_unary_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7820389Z test_zero_to_zero_correspondence_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7860417Z test_zero_to_zero_correspondence_unary_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7900933Z test_zero_to_zero_correspondence_unary_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7941462Z test_zero_to_zero_correspondence_unary_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.7982451Z test_zero_to_zero_correspondence_unary_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8023514Z test_zero_to_zero_correspondence_unary_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8062163Z test_zero_to_zero_correspondence_unary_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8104213Z test_zero_to_zero_correspondence_unary_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8143913Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8185282Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8223747Z test_zero_to_zero_correspondence_unary_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8261491Z test_zero_to_zero_correspondence_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8300129Z test_zero_to_zero_correspondence_unary_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8339190Z test_zero_to_zero_correspondence_unary_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8380747Z test_zero_to_zero_correspondence_unary_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8418641Z test_zero_to_zero_correspondence_unary_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8456215Z test_zero_to_zero_correspondence_unary_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8492715Z test_zero_to_zero_correspondence_unary_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8532327Z test_zero_to_zero_correspondence_unary_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8570325Z test_zero_to_zero_correspondence_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8608997Z test_zero_to_zero_correspondence_unary_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8645593Z test_zero_to_zero_correspondence_unary_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8682551Z test_zero_to_zero_correspondence_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8721602Z test_zero_to_zero_correspondence_unary_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8760829Z test_zero_to_zero_correspondence_unary_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8800420Z test_zero_to_zero_correspondence_unary_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8839821Z test_zero_to_zero_correspondence_unary_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8879316Z test_zero_to_zero_correspondence_unary_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8917454Z test_zero_to_zero_correspondence_unary_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8955162Z test_zero_to_zero_correspondence_unary_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.8993599Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.9032807Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.9071110Z test_zero_to_zero_correspondence_unary_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.9107606Z test_zero_to_zero_correspondence_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.9146209Z test_zero_to_zero_correspondence_unary_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.9790380Z test_zero_to_zero_correspondence_unary_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.064s) 2022-09-27T15:39:21.9832682Z test_zero_to_zero_correspondence_unary_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.9873850Z test_zero_to_zero_correspondence_unary_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.9914491Z test_zero_to_zero_correspondence_unary_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.9953778Z test_zero_to_zero_correspondence_unary_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:21.9992575Z test_zero_to_zero_correspondence_unary_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.0030503Z test_zero_to_zero_correspondence_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.0063388Z test_zero_to_zero_correspondence_unary_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.0095905Z test_zero_to_zero_correspondence_unary_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.0127214Z test_zero_to_zero_correspondence_unary_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.0159869Z test_zero_to_zero_correspondence_unary_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.0192475Z test_zero_to_zero_correspondence_unary_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.0227915Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.0257657Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.0297018Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.0336569Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.0375533Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.0409760Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.0443513Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.0476555Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.0505636Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.0534810Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.0562739Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.0591784Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.0620210Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.0656487Z test_zero_to_zero_correspondence_unary_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.0695012Z test_zero_to_zero_correspondence_unary_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.0733022Z test_zero_to_zero_correspondence_unary_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.0770062Z test_zero_to_zero_correspondence_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.0809776Z test_zero_to_zero_correspondence_unary_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.0848868Z test_zero_to_zero_correspondence_unary_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.0888450Z test_zero_to_zero_correspondence_unary_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.0927867Z test_zero_to_zero_correspondence_unary_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.0967545Z test_zero_to_zero_correspondence_unary_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1004692Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1043763Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1083082Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1120819Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1160837Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1200590Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1239773Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1279171Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1318562Z test_zero_to_zero_correspondence_unary_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1356591Z test_zero_to_zero_correspondence_unary_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1395810Z test_zero_to_zero_correspondence_unary_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1433905Z test_zero_to_zero_correspondence_unary_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1469828Z test_zero_to_zero_correspondence_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1507358Z test_zero_to_zero_correspondence_unary_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1546331Z test_zero_to_zero_correspondence_unary_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1585332Z test_zero_to_zero_correspondence_unary_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1623614Z test_zero_to_zero_correspondence_unary_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1661048Z test_zero_to_zero_correspondence_unary_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1697308Z test_zero_to_zero_correspondence_unary_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1733496Z test_zero_to_zero_correspondence_unary_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.1768485Z test_zero_to_zero_correspondence_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.1799962Z test_zero_to_zero_correspondence_unary_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.1832117Z test_zero_to_zero_correspondence_unary_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.1862656Z test_zero_to_zero_correspondence_unary_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.1894350Z test_zero_to_zero_correspondence_unary_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.1926189Z test_zero_to_zero_correspondence_unary_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.1961398Z test_zero_to_zero_correspondence_unary_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.1993537Z test_zero_to_zero_correspondence_unary_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2030362Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.2068545Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.2106622Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.2140611Z test_zero_to_zero_correspondence_unary_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2174203Z test_zero_to_zero_correspondence_unary_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2207491Z test_zero_to_zero_correspondence_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2239570Z test_zero_to_zero_correspondence_unary_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2271228Z test_zero_to_zero_correspondence_unary_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2303033Z test_zero_to_zero_correspondence_unary_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2335036Z test_zero_to_zero_correspondence_unary_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2366753Z test_zero_to_zero_correspondence_unary_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2399333Z test_zero_to_zero_correspondence_unary_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2432683Z test_zero_to_zero_correspondence_unary_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2464977Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2497503Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2529936Z test_zero_to_zero_correspondence_unary_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2562143Z test_zero_to_zero_correspondence_unary_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2594735Z test_zero_to_zero_correspondence_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2626740Z test_zero_to_zero_correspondence_unary_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2658405Z test_zero_to_zero_correspondence_unary_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2689833Z test_zero_to_zero_correspondence_unary_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2721402Z test_zero_to_zero_correspondence_unary_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2753334Z test_zero_to_zero_correspondence_unary_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2785089Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2816750Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2848806Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2880805Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2912853Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2945344Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.2977564Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.3010585Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.3042571Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.3073940Z test_zero_to_zero_correspondence_unary_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.3106509Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.3230452Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:39:22.3263190Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.3295162Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.3327059Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.3358966Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.3390494Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.3421946Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.3453426Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.3484821Z test_zero_to_zero_correspondence_unary_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.3523038Z test_zero_to_zero_correspondence_unary_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.3562719Z test_zero_to_zero_correspondence_unary_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.3601505Z test_zero_to_zero_correspondence_unary_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.3638973Z test_zero_to_zero_correspondence_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.3678433Z test_zero_to_zero_correspondence_unary_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.3717903Z test_zero_to_zero_correspondence_unary_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.3757068Z test_zero_to_zero_correspondence_unary_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.3796711Z test_zero_to_zero_correspondence_unary_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.3836196Z test_zero_to_zero_correspondence_unary_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.3873461Z test_zero_to_zero_correspondence_unary_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.3911573Z test_zero_to_zero_correspondence_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.3950245Z test_zero_to_zero_correspondence_unary_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.3988819Z test_zero_to_zero_correspondence_unary_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.4025385Z test_zero_to_zero_correspondence_unary_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.4062691Z test_zero_to_zero_correspondence_unary_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.4098947Z test_zero_to_zero_correspondence_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.4130185Z test_zero_to_zero_correspondence_unary_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.4161078Z test_zero_to_zero_correspondence_unary_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.4190879Z test_zero_to_zero_correspondence_unary_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.4222434Z test_zero_to_zero_correspondence_unary_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.4253905Z test_zero_to_zero_correspondence_unary_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.4290783Z test_zero_to_zero_correspondence_unary_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.4326911Z test_zero_to_zero_correspondence_unary_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.4362404Z test_zero_to_zero_correspondence_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.4393517Z test_zero_to_zero_correspondence_unary_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.4424989Z test_zero_to_zero_correspondence_unary_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.4455237Z test_zero_to_zero_correspondence_unary_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.4486245Z test_zero_to_zero_correspondence_unary_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.4517532Z test_zero_to_zero_correspondence_unary_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.4554179Z test_zero_to_zero_correspondence_unary_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.4585652Z test_zero_to_zero_correspondence_unary_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.4623323Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.4661427Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.4699613Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.4735861Z test_zero_to_zero_correspondence_unary_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.4772475Z test_zero_to_zero_correspondence_unary_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.4808283Z test_zero_to_zero_correspondence_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.4839512Z test_zero_to_zero_correspondence_unary_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.4870829Z test_zero_to_zero_correspondence_unary_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.4900798Z test_zero_to_zero_correspondence_unary_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.4932085Z test_zero_to_zero_correspondence_unary_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.4963252Z test_zero_to_zero_correspondence_unary_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.5000334Z test_zero_to_zero_correspondence_unary_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.5031488Z test_zero_to_zero_correspondence_unary_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.5068249Z test_zero_to_zero_correspondence_unary_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.5104950Z test_zero_to_zero_correspondence_unary_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.5140845Z test_zero_to_zero_correspondence_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.5172232Z test_zero_to_zero_correspondence_unary_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.5203404Z test_zero_to_zero_correspondence_unary_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.5233628Z test_zero_to_zero_correspondence_unary_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.5265025Z test_zero_to_zero_correspondence_unary_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.5296362Z test_zero_to_zero_correspondence_unary_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.5328125Z test_zero_to_zero_correspondence_unary_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.5359141Z test_zero_to_zero_correspondence_unary_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.5390645Z test_zero_to_zero_correspondence_unary_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.5422191Z test_zero_to_zero_correspondence_unary_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.5453921Z test_zero_to_zero_correspondence_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.5485065Z test_zero_to_zero_correspondence_unary_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.5517093Z test_zero_to_zero_correspondence_unary_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.5548002Z test_zero_to_zero_correspondence_unary_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.5580008Z test_zero_to_zero_correspondence_unary_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.5611310Z test_zero_to_zero_correspondence_unary_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.5647761Z test_zero_to_zero_correspondence_unary_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.5686043Z test_zero_to_zero_correspondence_unary_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.5723596Z test_zero_to_zero_correspondence_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.5761309Z test_zero_to_zero_correspondence_unary_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.5798751Z test_zero_to_zero_correspondence_unary_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.5836303Z test_zero_to_zero_correspondence_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.5875579Z test_zero_to_zero_correspondence_unary_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.5914904Z test_zero_to_zero_correspondence_unary_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.5953951Z test_zero_to_zero_correspondence_unary_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.5993433Z test_zero_to_zero_correspondence_unary_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6032894Z test_zero_to_zero_correspondence_unary_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6069878Z test_zero_to_zero_correspondence_unary_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6108225Z test_zero_to_zero_correspondence_unary_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6146751Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6186632Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6224095Z test_zero_to_zero_correspondence_unary_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6260574Z test_zero_to_zero_correspondence_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6299334Z test_zero_to_zero_correspondence_unary_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6337744Z test_zero_to_zero_correspondence_unary_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6376323Z test_zero_to_zero_correspondence_unary_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6415237Z test_zero_to_zero_correspondence_unary_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6454589Z test_zero_to_zero_correspondence_unary_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6492454Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6533134Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6572198Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6723513Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:39:22.6761732Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6799825Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6840983Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6881734Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6922384Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.6963306Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7004755Z test_zero_to_zero_correspondence_unary_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7043527Z test_zero_to_zero_correspondence_unary_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7083895Z test_zero_to_zero_correspondence_unary_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7124109Z test_zero_to_zero_correspondence_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7164515Z test_zero_to_zero_correspondence_unary_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7204451Z test_zero_to_zero_correspondence_unary_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7244175Z test_zero_to_zero_correspondence_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7285878Z test_zero_to_zero_correspondence_unary_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7327236Z test_zero_to_zero_correspondence_unary_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7368379Z test_zero_to_zero_correspondence_unary_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7409924Z test_zero_to_zero_correspondence_unary_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7451340Z test_zero_to_zero_correspondence_unary_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7491220Z test_zero_to_zero_correspondence_unary_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7532214Z test_zero_to_zero_correspondence_unary_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7572510Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7612912Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7652296Z test_zero_to_zero_correspondence_unary_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7691662Z test_zero_to_zero_correspondence_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7732473Z test_zero_to_zero_correspondence_unary_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7773753Z test_zero_to_zero_correspondence_unary_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7814895Z test_zero_to_zero_correspondence_unary_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7856621Z test_zero_to_zero_correspondence_unary_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7898227Z test_zero_to_zero_correspondence_unary_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7939180Z test_zero_to_zero_correspondence_unary_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.7978588Z test_zero_to_zero_correspondence_unary_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.8017395Z test_zero_to_zero_correspondence_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.8052588Z test_zero_to_zero_correspondence_unary_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:39:22.8085970Z test_zero_to_zero_correspondence_unary_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.8118202Z test_zero_to_zero_correspondence_unary_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.8151561Z test_zero_to_zero_correspondence_unary_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:22.8184781Z test_zero_to_zero_correspondence_unary_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:39:24.4770879Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (1.658s) 2022-09-27T15:39:24.4901149Z test_clone_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:39:24.5008996Z test_clone_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:39:24.5153007Z test_clone_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-09-27T15:39:24.5289131Z test_clone_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.014s) 2022-09-27T15:39:24.5414645Z test_clone_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:39:24.5539461Z test_clone_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:39:24.5777661Z test_clone_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-09-27T15:39:24.5882893Z test_clone_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:39:24.5988282Z test_clone_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:24.6089671Z test_clone_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:24.6194630Z test_clone_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:24.6299003Z test_clone_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:24.6422853Z test_clone_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:39:24.6523481Z test_clone_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:24.6652026Z test_clone_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:39:24.6781503Z test_clone_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:39:24.6904146Z test_clone_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:39:24.7029049Z test_clone_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:39:24.7152414Z test_clone_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:39:24.7257844Z test_clone_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:39:24.7362297Z test_clone_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:24.7463632Z test_clone_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:24.7566286Z test_clone_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:24.7669789Z test_clone_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:24.7760400Z test_clone_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:24.7831996Z test_clone_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:24.7927170Z test_clone_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:24.8023628Z test_clone_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:24.8113482Z test_clone_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:24.8203254Z test_clone_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:24.8290836Z test_clone_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:24.8362658Z test_clone_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:24.8435094Z test_clone_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:24.8503800Z test_clone_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:24.8575030Z test_clone_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:24.8647073Z test_clone_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:24.8736986Z test_clone_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:24.8807515Z test_clone_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:24.8900616Z test_clone_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:24.8996413Z test_clone_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:24.9087534Z test_clone_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:24.9177533Z test_clone_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:24.9264314Z test_clone_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:24.9335739Z test_clone_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:24.9406449Z test_clone_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:24.9474352Z test_clone_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:24.9545166Z test_clone_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:24.9626912Z test_clone_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:24.9659872Z test_consistency_SparseBSC__masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:24.9693479Z test_consistency_SparseBSC__masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:24.9727689Z test_consistency_SparseBSC__masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:24.9760986Z test_consistency_SparseBSC__masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:24.9794586Z test_consistency_SparseBSC__masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:24.9827716Z test_consistency_SparseBSC__masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:24.9862403Z test_consistency_SparseBSC__masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:24.9897036Z test_consistency_SparseBSC__masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:24.9931612Z test_consistency_SparseBSC__masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:24.9966245Z test_consistency_SparseBSC__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0000709Z test_consistency_SparseBSC__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0035373Z test_consistency_SparseBSC__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0069757Z test_consistency_SparseBSC__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0104282Z test_consistency_SparseBSC__masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0138927Z test_consistency_SparseBSC__masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0173357Z test_consistency_SparseBSC__masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0208049Z test_consistency_SparseBSC__masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0242522Z test_consistency_SparseBSC__masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0276985Z test_consistency_SparseBSC__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0311205Z test_consistency_SparseBSC__masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0345858Z test_consistency_SparseBSC__masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0475157Z test_consistency_SparseBSC__masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.013s) 2022-09-27T15:39:25.0505988Z test_consistency_SparseBSC__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0536140Z test_consistency_SparseBSC__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0566468Z test_consistency_SparseBSC__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0600659Z test_consistency_SparseBSC__masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0635590Z test_consistency_SparseBSC__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0670081Z test_consistency_SparseBSC__masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0704754Z test_consistency_SparseBSC__masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0739551Z test_consistency_SparseBSC__masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0774175Z test_consistency_SparseBSC__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0808610Z test_consistency_SparseBSC__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0843035Z test_consistency_SparseBSC__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0877639Z test_consistency_SparseBSC__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0912261Z test_consistency_SparseBSC__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0946806Z test_consistency_SparseBSC__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.0980152Z test_consistency_SparseBSC__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1014486Z test_consistency_SparseBSC__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1047829Z test_consistency_SparseBSC__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1080937Z test_consistency_SparseBSC__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1113964Z test_consistency_SparseBSC__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1147825Z test_consistency_SparseBSC__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1182377Z test_consistency_SparseBSC__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1215882Z test_consistency_SparseBSC__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1249855Z test_consistency_SparseBSC__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1283357Z test_consistency_SparseBSC__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1317180Z test_consistency_SparseBSC__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1351069Z test_consistency_SparseBSC__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1384749Z test_consistency_SparseBSC__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1418511Z test_consistency_SparseBSC__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1452562Z test_consistency_SparseBSC__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1486413Z test_consistency_SparseBSC__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1519968Z test_consistency_SparseBSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1553796Z test_consistency_SparseBSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1587424Z test_consistency_SparseBSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1621260Z test_consistency_SparseBSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1655724Z test_consistency_SparseBSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1691133Z test_consistency_SparseBSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1725015Z test_consistency_SparseBSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1759129Z test_consistency_SparseBSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1793316Z test_consistency_SparseBSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1827397Z test_consistency_SparseBSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1861605Z test_consistency_SparseBSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1897982Z test_consistency_SparseBSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.004s) 2022-09-27T15:39:25.1932212Z test_consistency_SparseBSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1965897Z test_consistency_SparseBSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.1999687Z test_consistency_SparseBSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2033622Z test_consistency_SparseBSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2170516Z test_consistency_SparseBSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.014s) 2022-09-27T15:39:25.2206799Z test_consistency_SparseBSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.004s) 2022-09-27T15:39:25.2241156Z test_consistency_SparseBSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2275019Z test_consistency_SparseBSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2308821Z test_consistency_SparseBSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2342617Z test_consistency_SparseBSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2376364Z test_consistency_SparseBSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2409595Z test_consistency_SparseBSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2443395Z test_consistency_SparseBSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2479761Z test_consistency_SparseBSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.004s) 2022-09-27T15:39:25.2513854Z test_consistency_SparseBSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2547518Z test_consistency_SparseBSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2581456Z test_consistency_SparseBSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2615109Z test_consistency_SparseBSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2648812Z test_consistency_SparseBSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2683687Z test_consistency_SparseBSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2717519Z test_consistency_SparseBSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2753940Z test_consistency_SparseBSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.004s) 2022-09-27T15:39:25.2788225Z test_consistency_SparseBSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2822075Z test_consistency_SparseBSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2855669Z test_consistency_SparseBSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2889396Z test_consistency_SparseBSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2922964Z test_consistency_SparseBSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2956893Z test_consistency_SparseBSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.2990926Z test_consistency_SparseBSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3024479Z test_consistency_SparseBSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3058550Z test_consistency_SparseBSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3092555Z test_consistency_SparseBSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3126212Z test_consistency_SparseBSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3160066Z test_consistency_SparseBSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3192963Z test_consistency_SparseBSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3225332Z test_consistency_SparseBSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3257824Z test_consistency_SparseBSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3290150Z test_consistency_SparseBSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3322578Z test_consistency_SparseBSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3355917Z test_consistency_SparseBSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3388054Z test_consistency_SparseBSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3422002Z test_consistency_SparseBSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3455811Z test_consistency_SparseBSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3489637Z test_consistency_SparseBSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3523346Z test_consistency_SparseBSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3557217Z test_consistency_SparseBSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3590868Z test_consistency_SparseBSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3624906Z test_consistency_SparseBSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3658580Z test_consistency_SparseBSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3692188Z test_consistency_SparseBSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3823061Z test_consistency_SparseBSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.013s) 2022-09-27T15:39:25.3853225Z test_consistency_SparseBSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3883101Z test_consistency_SparseBSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3915827Z test_consistency_SparseBSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3949629Z test_consistency_SparseBSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.3983679Z test_consistency_SparseBSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4017334Z test_consistency_SparseBSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4051352Z test_consistency_SparseBSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4086195Z test_consistency_SparseBSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4119887Z test_consistency_SparseBSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4153801Z test_consistency_SparseBSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4187633Z test_consistency_SparseBSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4219825Z test_consistency_SparseBSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4251297Z test_consistency_SparseBSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4284794Z test_consistency_SparseBSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4318502Z test_consistency_SparseBSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4352219Z test_consistency_SparseBSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4386548Z test_consistency_SparseBSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4419948Z test_consistency_SparseBSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4453804Z test_consistency_SparseBSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4486485Z test_consistency_SparseBSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4519101Z test_consistency_SparseBSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4551404Z test_consistency_SparseBSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4584388Z test_consistency_SparseBSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4617664Z test_consistency_SparseBSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4650608Z test_consistency_SparseBSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4683222Z test_consistency_SparseBSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4716235Z test_consistency_SparseBSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4749108Z test_consistency_SparseBSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4782176Z test_consistency_SparseBSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4815319Z test_consistency_SparseBSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4848395Z test_consistency_SparseBSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4881380Z test_consistency_SparseBSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4914380Z test_consistency_SparseBSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4947627Z test_consistency_SparseBSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.4980709Z test_consistency_SparseBSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5013821Z test_consistency_SparseBSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5046784Z test_consistency_SparseBSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5080086Z test_consistency_SparseBSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5113080Z test_consistency_SparseBSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5146061Z test_consistency_SparseBSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5179190Z test_consistency_SparseBSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5212462Z test_consistency_SparseBSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5245410Z test_consistency_SparseBSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5278298Z test_consistency_SparseBSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5311316Z test_consistency_SparseBSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5442492Z test_consistency_SparseBSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.013s) 2022-09-27T15:39:25.5474844Z test_consistency_SparseBSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5507816Z test_consistency_SparseBSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5540713Z test_consistency_SparseBSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5573740Z test_consistency_SparseBSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5606837Z test_consistency_SparseBSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5639840Z test_consistency_SparseBSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5672852Z test_consistency_SparseBSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5705778Z test_consistency_SparseBSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5739085Z test_consistency_SparseBSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5772319Z test_consistency_SparseBSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5805171Z test_consistency_SparseBSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5838537Z test_consistency_SparseBSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5871264Z test_consistency_SparseBSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5904471Z test_consistency_SparseBSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5937333Z test_consistency_SparseBSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.5970561Z test_consistency_SparseBSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6003547Z test_consistency_SparseBSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6036287Z test_consistency_SparseBSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6069215Z test_consistency_SparseBSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6102418Z test_consistency_SparseBSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6135564Z test_consistency_SparseBSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6168869Z test_consistency_SparseBSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6201827Z test_consistency_SparseBSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6235020Z test_consistency_SparseBSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6267951Z test_consistency_SparseBSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6301074Z test_consistency_SparseBSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6333790Z test_consistency_SparseBSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6366732Z test_consistency_SparseBSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6399760Z test_consistency_SparseBSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6432803Z test_consistency_SparseBSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6465855Z test_consistency_SparseBSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6499252Z test_consistency_SparseBSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6532541Z test_consistency_SparseBSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6565106Z test_consistency_SparseBSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6598240Z test_consistency_SparseBSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6631742Z test_consistency_SparseBSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6664817Z test_consistency_SparseBSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6697861Z test_consistency_SparseBSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6730972Z test_consistency_SparseBSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6764008Z test_consistency_SparseBSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6797113Z test_consistency_SparseBSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6830022Z test_consistency_SparseBSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6862885Z test_consistency_SparseBSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6895895Z test_consistency_SparseBSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.6928898Z test_consistency_SparseBSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7022174Z test_consistency_SparseBSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.009s) 2022-09-27T15:39:25.7052026Z test_consistency_SparseBSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7081876Z test_consistency_SparseBSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7111897Z test_consistency_SparseBSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7141939Z test_consistency_SparseBSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7172160Z test_consistency_SparseBSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7202357Z test_consistency_SparseBSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7232320Z test_consistency_SparseBSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7262307Z test_consistency_SparseBSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7292274Z test_consistency_SparseBSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7322238Z test_consistency_SparseBSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7352207Z test_consistency_SparseBSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7382590Z test_consistency_SparseBSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7412920Z test_consistency_SparseBSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7443066Z test_consistency_SparseBSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7473116Z test_consistency_SparseBSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7503098Z test_consistency_SparseBSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7533366Z test_consistency_SparseBSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7563457Z test_consistency_SparseBSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7593602Z test_consistency_SparseBSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7623845Z test_consistency_SparseBSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7654555Z test_consistency_SparseBSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7684300Z test_consistency_SparseBSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7714626Z test_consistency_SparseBSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7744707Z test_consistency_SparseBSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7774491Z test_consistency_SparseBSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7804792Z test_consistency_SparseBSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7835360Z test_consistency_SparseBSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7865272Z test_consistency_SparseBSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7895464Z test_consistency_SparseBSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7925340Z test_consistency_SparseBSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7957844Z test_consistency_SparseBSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.7990745Z test_consistency_SparseBSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8023956Z test_consistency_SparseBSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8057178Z test_consistency_SparseBSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8090525Z test_consistency_SparseBSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8123616Z test_consistency_SparseBSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8156743Z test_consistency_SparseBSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8189859Z test_consistency_SparseBSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8223282Z test_consistency_SparseBSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8256446Z test_consistency_SparseBSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8289707Z test_consistency_SparseBSC_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8322814Z test_consistency_SparseBSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8356088Z test_consistency_SparseBSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8389160Z test_consistency_SparseBSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8422572Z test_consistency_SparseBSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8506159Z test_consistency_SparseBSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.008s) 2022-09-27T15:39:25.8536331Z test_consistency_SparseBSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8566374Z test_consistency_SparseBSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8596146Z test_consistency_SparseBSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8625951Z test_consistency_SparseBSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8655987Z test_consistency_SparseBSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8685798Z test_consistency_SparseBSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8716172Z test_consistency_SparseBSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8746580Z test_consistency_SparseBSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8776809Z test_consistency_SparseBSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8806917Z test_consistency_SparseBSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8837025Z test_consistency_SparseBSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8866704Z test_consistency_SparseBSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8895994Z test_consistency_SparseBSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8925640Z test_consistency_SparseBSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8955897Z test_consistency_SparseBSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.8986389Z test_consistency_SparseBSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9016479Z test_consistency_SparseBSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9046416Z test_consistency_SparseBSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9077178Z test_consistency_SparseBSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9107055Z test_consistency_SparseBSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9137348Z test_consistency_SparseBSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9167105Z test_consistency_SparseBSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9197143Z test_consistency_SparseBSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9227565Z test_consistency_SparseBSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9257973Z test_consistency_SparseBSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9288601Z test_consistency_SparseBSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9318753Z test_consistency_SparseBSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9348432Z test_consistency_SparseBSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9378491Z test_consistency_SparseBSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9408959Z test_consistency_SparseBSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9439106Z test_consistency_SparseBSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9469318Z test_consistency_SparseBSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9499833Z test_consistency_SparseBSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9529964Z test_consistency_SparseBSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9559761Z test_consistency_SparseBSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9590059Z test_consistency_SparseBSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9621199Z test_consistency_SparseBSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9654496Z test_consistency_SparseBSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9687747Z test_consistency_SparseBSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9721654Z test_consistency_SparseBSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9754823Z test_consistency_SparseBSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9789224Z test_consistency_SparseBSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9822902Z test_consistency_SparseBSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9856788Z test_consistency_SparseBSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9890540Z test_consistency_SparseBSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:25.9977275Z test_consistency_SparseBSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.009s) 2022-09-27T15:39:26.0007949Z test_consistency_SparseBSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0038223Z test_consistency_SparseBSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0069108Z test_consistency_SparseBSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0100170Z test_consistency_SparseBSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0131275Z test_consistency_SparseBSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0162010Z test_consistency_SparseBSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0192246Z test_consistency_SparseBSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0223146Z test_consistency_SparseBSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0254080Z test_consistency_SparseBSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0284922Z test_consistency_SparseBSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0315987Z test_consistency_SparseBSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0347053Z test_consistency_SparseBSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0378143Z test_consistency_SparseBSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0409038Z test_consistency_SparseBSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0440092Z test_consistency_SparseBSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0471389Z test_consistency_SparseBSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0502462Z test_consistency_SparseBSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0533361Z test_consistency_SparseBSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0564349Z test_consistency_SparseBSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0595334Z test_consistency_SparseBSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0626430Z test_consistency_SparseBSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0657671Z test_consistency_SparseBSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0688729Z test_consistency_SparseBSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0719923Z test_consistency_SparseBSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0750344Z test_consistency_SparseBSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0780841Z test_consistency_SparseBSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0811490Z test_consistency_SparseBSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0841604Z test_consistency_SparseBSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0872354Z test_consistency_SparseBSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0902960Z test_consistency_SparseBSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0933714Z test_consistency_SparseBSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0964520Z test_consistency_SparseBSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.0995677Z test_consistency_SparseBSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1026598Z test_consistency_SparseBSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1056578Z test_consistency_SparseBSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1086967Z test_consistency_SparseBSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1119198Z test_consistency_SparseBSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1152433Z test_consistency_SparseBSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1185981Z test_consistency_SparseBSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1219877Z test_consistency_SparseBSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1253652Z test_consistency_SparseBSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1287558Z test_consistency_SparseBSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1321081Z test_consistency_SparseBSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1354387Z test_consistency_SparseBSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1387219Z test_consistency_SparseBSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1531279Z test_consistency_SparseBSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.014s) 2022-09-27T15:39:26.1561314Z test_consistency_SparseBSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1591260Z test_consistency_SparseBSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1621739Z test_consistency_SparseBSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1651584Z test_consistency_SparseBSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1681129Z test_consistency_SparseBSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1710772Z test_consistency_SparseBSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1740237Z test_consistency_SparseBSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1769891Z test_consistency_SparseBSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1799613Z test_consistency_SparseBSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1830710Z test_consistency_SparseBSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1863862Z test_consistency_SparseBSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1897464Z test_consistency_SparseBSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1930419Z test_consistency_SparseBSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1963540Z test_consistency_SparseBSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.1996745Z test_consistency_SparseBSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.2030085Z test_consistency_SparseBSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.2063368Z test_consistency_SparseBSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.2096675Z test_consistency_SparseBSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.2129895Z test_consistency_SparseBSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.2163029Z test_consistency_SparseBSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:39:26.2196301Z test_consistency_SparseBSR__masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.2229527Z test_consistency_SparseBSR__masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.2262788Z test_consistency_SparseBSR__masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.2296036Z test_consistency_SparseBSR__masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.2329812Z test_consistency_SparseBSR__masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.2363074Z test_consistency_SparseBSR__masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.2396591Z test_consistency_SparseBSR__masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.2832359Z test_consistency_SparseBSR__masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.044s) 2022-09-27T15:39:26.2867041Z test_consistency_SparseBSR__masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.2900909Z test_consistency_SparseBSR__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.2934305Z test_consistency_SparseBSR__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.2967890Z test_consistency_SparseBSR__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3000922Z test_consistency_SparseBSR__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3034127Z test_consistency_SparseBSR__masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3067230Z test_consistency_SparseBSR__masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3100818Z test_consistency_SparseBSR__masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3134104Z test_consistency_SparseBSR__masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3167161Z test_consistency_SparseBSR__masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3200541Z test_consistency_SparseBSR__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3233950Z test_consistency_SparseBSR__masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3267304Z test_consistency_SparseBSR__masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3300643Z test_consistency_SparseBSR__masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3333968Z test_consistency_SparseBSR__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3367502Z test_consistency_SparseBSR__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3400284Z test_consistency_SparseBSR__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3558850Z test_consistency_SparseBSR__masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.016s) 2022-09-27T15:39:26.3588371Z test_consistency_SparseBSR__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3618245Z test_consistency_SparseBSR__masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3648244Z test_consistency_SparseBSR__masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3678137Z test_consistency_SparseBSR__masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3710852Z test_consistency_SparseBSR__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3744046Z test_consistency_SparseBSR__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3777661Z test_consistency_SparseBSR__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3811143Z test_consistency_SparseBSR__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3844324Z test_consistency_SparseBSR__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3877872Z test_consistency_SparseBSR__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3910691Z test_consistency_SparseBSR__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3943511Z test_consistency_SparseBSR__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.3976628Z test_consistency_SparseBSR__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.4009576Z test_consistency_SparseBSR__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.4042505Z test_consistency_SparseBSR__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.4076439Z test_consistency_SparseBSR__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.4112224Z test_consistency_SparseBSR__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-09-27T15:39:26.4145686Z test_consistency_SparseBSR__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.4178788Z test_consistency_SparseBSR__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.4212244Z test_consistency_SparseBSR__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.4245262Z test_consistency_SparseBSR__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.4278321Z test_consistency_SparseBSR__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.4311410Z test_consistency_SparseBSR__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.4344868Z test_consistency_SparseBSR__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.4380602Z test_consistency_SparseBSR__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-09-27T15:39:26.4414363Z test_consistency_SparseBSR__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:26.4478370Z test_consistency_SparseBSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.4542372Z test_consistency_SparseBSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.4603936Z test_consistency_SparseBSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.4666455Z test_consistency_SparseBSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.4723304Z test_consistency_SparseBSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.4779548Z test_consistency_SparseBSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.4835277Z test_consistency_SparseBSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.4884963Z test_consistency_SparseBSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.4937243Z test_consistency_SparseBSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.4988103Z test_consistency_SparseBSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.5037865Z test_consistency_SparseBSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.5088091Z test_consistency_SparseBSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.5145373Z test_consistency_SparseBSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.5201658Z test_consistency_SparseBSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.5267708Z test_consistency_SparseBSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:26.5331001Z test_consistency_SparseBSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.5388246Z test_consistency_SparseBSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.5496339Z test_consistency_SparseBSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:39:26.5550402Z test_consistency_SparseBSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.5602294Z test_consistency_SparseBSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.5652002Z test_consistency_SparseBSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.5701672Z test_consistency_SparseBSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.5751479Z test_consistency_SparseBSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.5802127Z test_consistency_SparseBSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.5854542Z test_consistency_SparseBSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.5906234Z test_consistency_SparseBSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.5964018Z test_consistency_SparseBSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.6020835Z test_consistency_SparseBSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.6074896Z test_consistency_SparseBSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.6128300Z test_consistency_SparseBSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.6180604Z test_consistency_SparseBSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.6232925Z test_consistency_SparseBSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.6285024Z test_consistency_SparseBSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.6338123Z test_consistency_SparseBSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.6386557Z test_consistency_SparseBSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.6438974Z test_consistency_SparseBSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.6489492Z test_consistency_SparseBSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.6546106Z test_consistency_SparseBSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.6602497Z test_consistency_SparseBSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.6653735Z test_consistency_SparseBSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.6705014Z test_consistency_SparseBSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.6755923Z test_consistency_SparseBSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.6807967Z test_consistency_SparseBSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.6858501Z test_consistency_SparseBSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.6910151Z test_consistency_SparseBSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.6962816Z test_consistency_SparseBSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.7018710Z test_consistency_SparseBSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.7072537Z test_consistency_SparseBSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.7133184Z test_consistency_SparseBSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.7191905Z test_consistency_SparseBSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.7247916Z test_consistency_SparseBSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.7302895Z test_consistency_SparseBSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.7356349Z test_consistency_SparseBSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.7412218Z test_consistency_SparseBSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.7468263Z test_consistency_SparseBSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.7524221Z test_consistency_SparseBSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.7602670Z test_consistency_SparseBSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:26.7654637Z test_consistency_SparseBSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.7704679Z test_consistency_SparseBSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.7761965Z test_consistency_SparseBSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.7819233Z test_consistency_SparseBSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.7872196Z test_consistency_SparseBSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.7924838Z test_consistency_SparseBSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.7976904Z test_consistency_SparseBSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.8028754Z test_consistency_SparseBSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.8080140Z test_consistency_SparseBSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.8131620Z test_consistency_SparseBSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.8179926Z test_consistency_SparseBSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.8232647Z test_consistency_SparseBSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.8284689Z test_consistency_SparseBSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.8337411Z test_consistency_SparseBSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.8382925Z test_consistency_SparseBSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.8428988Z test_consistency_SparseBSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.8473917Z test_consistency_SparseBSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:26.8519147Z test_consistency_SparseBSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:26.8564787Z test_consistency_SparseBSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.8616274Z test_consistency_SparseBSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.8660720Z test_consistency_SparseBSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:26.8717886Z test_consistency_SparseBSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.8775617Z test_consistency_SparseBSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.8833478Z test_consistency_SparseBSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:26.8885427Z test_consistency_SparseBSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.8937356Z test_consistency_SparseBSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.8989109Z test_consistency_SparseBSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.9034402Z test_consistency_SparseBSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:26.9079913Z test_consistency_SparseBSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:26.9124247Z test_consistency_SparseBSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:26.9169421Z test_consistency_SparseBSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:26.9214684Z test_consistency_SparseBSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:26.9269833Z test_consistency_SparseBSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.9322683Z test_consistency_SparseBSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.9377792Z test_consistency_SparseBSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.9431736Z test_consistency_SparseBSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.9484180Z test_consistency_SparseBSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.9536752Z test_consistency_SparseBSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.9589303Z test_consistency_SparseBSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.9686549Z test_consistency_SparseBSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:26.9738680Z test_consistency_SparseBSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.9791703Z test_consistency_SparseBSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.9845095Z test_consistency_SparseBSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.9899340Z test_consistency_SparseBSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:26.9953467Z test_consistency_SparseBSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0007646Z test_consistency_SparseBSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0061124Z test_consistency_SparseBSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0114116Z test_consistency_SparseBSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0167474Z test_consistency_SparseBSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0216995Z test_consistency_SparseBSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0272223Z test_consistency_SparseBSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0325646Z test_consistency_SparseBSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0380433Z test_consistency_SparseBSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0435228Z test_consistency_SparseBSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0487590Z test_consistency_SparseBSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0539718Z test_consistency_SparseBSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0592214Z test_consistency_SparseBSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0644489Z test_consistency_SparseBSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0696791Z test_consistency_SparseBSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0749128Z test_consistency_SparseBSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0802213Z test_consistency_SparseBSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0855375Z test_consistency_SparseBSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0901165Z test_consistency_SparseBSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0946928Z test_consistency_SparseBSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.0992148Z test_consistency_SparseBSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:27.1037947Z test_consistency_SparseBSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.1083596Z test_consistency_SparseBSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.1134945Z test_consistency_SparseBSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.1180890Z test_consistency_SparseBSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.1236783Z test_consistency_SparseBSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.1291527Z test_consistency_SparseBSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.1346300Z test_consistency_SparseBSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.1398711Z test_consistency_SparseBSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.1447907Z test_consistency_SparseBSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.1496366Z test_consistency_SparseBSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.1541508Z test_consistency_SparseBSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:27.1587305Z test_consistency_SparseBSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.1632760Z test_consistency_SparseBSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:27.1681192Z test_consistency_SparseBSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.1753540Z test_consistency_SparseBSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:27.1802002Z test_consistency_SparseBSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.1848276Z test_consistency_SparseBSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.1900776Z test_consistency_SparseBSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.1955179Z test_consistency_SparseBSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2005298Z test_consistency_SparseBSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2054788Z test_consistency_SparseBSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2103973Z test_consistency_SparseBSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2150564Z test_consistency_SparseBSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2197370Z test_consistency_SparseBSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2247533Z test_consistency_SparseBSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2294183Z test_consistency_SparseBSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2340808Z test_consistency_SparseBSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2389390Z test_consistency_SparseBSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2435919Z test_consistency_SparseBSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2485534Z test_consistency_SparseBSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2538278Z test_consistency_SparseBSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2587586Z test_consistency_SparseBSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2633908Z test_consistency_SparseBSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2680221Z test_consistency_SparseBSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2726210Z test_consistency_SparseBSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2773233Z test_consistency_SparseBSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2824349Z test_consistency_SparseBSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2873097Z test_consistency_SparseBSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2920475Z test_consistency_SparseBSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.2970477Z test_consistency_SparseBSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.3020480Z test_consistency_SparseBSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.3070331Z test_consistency_SparseBSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.3117824Z test_consistency_SparseBSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.3165166Z test_consistency_SparseBSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.3212466Z test_consistency_SparseBSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.3259638Z test_consistency_SparseBSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.3307019Z test_consistency_SparseBSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.3362166Z test_consistency_SparseBSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.3416800Z test_consistency_SparseBSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.3472921Z test_consistency_SparseBSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.3529340Z test_consistency_SparseBSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.3583258Z test_consistency_SparseBSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.3636494Z test_consistency_SparseBSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.3691076Z test_consistency_SparseBSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.3745841Z test_consistency_SparseBSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.3828252Z test_consistency_SparseBSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:27.3882379Z test_consistency_SparseBSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.3941145Z test_consistency_SparseBSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.3999340Z test_consistency_SparseBSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.4056726Z test_consistency_SparseBSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.4110258Z test_consistency_SparseBSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.4162613Z test_consistency_SparseBSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.4215059Z test_consistency_SparseBSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.4261624Z test_consistency_SparseBSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.4308300Z test_consistency_SparseBSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.4354052Z test_consistency_SparseBSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.4400355Z test_consistency_SparseBSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.4446288Z test_consistency_SparseBSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.4476666Z test_consistency_SparseBSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:27.4506775Z test_consistency_SparseBSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:27.4537045Z test_consistency_SparseBSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:27.4567634Z test_consistency_SparseBSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:27.4597332Z test_consistency_SparseBSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:27.4627438Z test_consistency_SparseBSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:27.4657658Z test_consistency_SparseBSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:27.4713998Z test_consistency_SparseBSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.4769448Z test_consistency_SparseBSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.4823823Z test_consistency_SparseBSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.4871214Z test_consistency_SparseBSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.4918697Z test_consistency_SparseBSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.4964813Z test_consistency_SparseBSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.5012257Z test_consistency_SparseBSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.5059043Z test_consistency_SparseBSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.5113056Z test_consistency_SparseBSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.5159844Z test_consistency_SparseBSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.5218885Z test_consistency_SparseBSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.5277112Z test_consistency_SparseBSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.5334497Z test_consistency_SparseBSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.5387595Z test_consistency_SparseBSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.5439959Z test_consistency_SparseBSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.5492357Z test_consistency_SparseBSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.5537950Z test_consistency_SparseBSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.5583860Z test_consistency_SparseBSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.5629051Z test_consistency_SparseBSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:27.5674472Z test_consistency_SparseBSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:27.5719977Z test_consistency_SparseBSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:27.5798917Z test_consistency_SparseBSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:27.5844265Z test_consistency_SparseBSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:27.5897492Z test_consistency_SparseBSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.5949905Z test_consistency_SparseBSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.6002070Z test_consistency_SparseBSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.6047769Z test_consistency_SparseBSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:27.6096011Z test_consistency_SparseBSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.6141234Z test_consistency_SparseBSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:27.6187730Z test_consistency_SparseBSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.6233761Z test_consistency_SparseBSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.6281942Z test_consistency_SparseBSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.6328084Z test_consistency_SparseBSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.6376431Z test_consistency_SparseBSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.6424599Z test_consistency_SparseBSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.6472809Z test_consistency_SparseBSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.6518375Z test_consistency_SparseBSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.6564275Z test_consistency_SparseBSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:27.6609444Z test_consistency_SparseBSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:27.6654261Z test_consistency_SparseBSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:27.6700236Z test_consistency_SparseBSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.6752890Z test_consistency_SparseBSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.6805876Z test_consistency_SparseBSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.6863988Z test_consistency_SparseBSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.6921541Z test_consistency_SparseBSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.6976416Z test_consistency_SparseBSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.7030682Z test_consistency_SparseBSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.7083820Z test_consistency_SparseBSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.7136570Z test_consistency_SparseBSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.7188554Z test_consistency_SparseBSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.7240868Z test_consistency_SparseBSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.7293352Z test_consistency_SparseBSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.7347993Z test_consistency_SparseBSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.7400956Z test_consistency_SparseBSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.7459121Z test_consistency_SparseBSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.7516142Z test_consistency_SparseBSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.7570271Z test_consistency_SparseBSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.7623827Z test_consistency_SparseBSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.7676089Z test_consistency_SparseBSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.7729375Z test_consistency_SparseBSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.7780744Z test_consistency_SparseBSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.7860348Z test_consistency_SparseBSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:27.7913305Z test_consistency_SparseBSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.7966345Z test_consistency_SparseBSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.8019530Z test_consistency_SparseBSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.8076198Z test_consistency_SparseBSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.8133528Z test_consistency_SparseBSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.8188231Z test_consistency_SparseBSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.8242848Z test_consistency_SparseBSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.8296464Z test_consistency_SparseBSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.8350054Z test_consistency_SparseBSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.8403446Z test_consistency_SparseBSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.8456369Z test_consistency_SparseBSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.8509095Z test_consistency_SparseBSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.8563359Z test_consistency_SparseBSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.8615905Z test_consistency_SparseBSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.8674443Z test_consistency_SparseBSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.8732062Z test_consistency_SparseBSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.8786237Z test_consistency_SparseBSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.8840938Z test_consistency_SparseBSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.8900420Z test_consistency_SparseBSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.8956489Z test_consistency_SparseBSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.9010845Z test_consistency_SparseBSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.9064919Z test_consistency_SparseBSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.9118446Z test_consistency_SparseBSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.9173466Z test_consistency_SparseBSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.9226848Z test_consistency_SparseBSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.9285079Z test_consistency_SparseBSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.9343218Z test_consistency_SparseBSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:27.9397311Z test_consistency_SparseBSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.9451443Z test_consistency_SparseBSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.9504603Z test_consistency_SparseBSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.9557825Z test_consistency_SparseBSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.9610740Z test_consistency_SparseBSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.9662501Z test_consistency_SparseBSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.9714716Z test_consistency_SparseBSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:27.9745090Z test_consistency_SparseBSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:27.9775031Z test_consistency_SparseBSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:27.9804418Z test_consistency_SparseBSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:27.9833815Z test_consistency_SparseBSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:27.9864253Z test_consistency_SparseBSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:27.9921647Z test_consistency_SparseBSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.006s) 2022-09-27T15:39:27.9952371Z test_consistency_SparseBSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:27.9983145Z test_consistency_SparseBSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:28.0014168Z test_consistency_SparseBSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:28.0045034Z test_consistency_SparseBSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:28.0075948Z test_consistency_SparseBSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:28.0107123Z test_consistency_SparseBSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:39:28.0168297Z test_consistency_SparseBSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:28.0228514Z test_consistency_SparseBSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:28.0286621Z test_consistency_SparseBSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:28.0335096Z test_consistency_SparseBSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.0382941Z test_consistency_SparseBSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.0429827Z test_consistency_SparseBSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.0477239Z test_consistency_SparseBSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.0524792Z test_consistency_SparseBSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.0555950Z test_consistency_SparseCSC__masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.0587028Z test_consistency_SparseCSC__masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.0617269Z test_consistency_SparseCSC__masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.0647669Z test_consistency_SparseCSC__masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.0678029Z test_consistency_SparseCSC__masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.0708635Z test_consistency_SparseCSC__masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.0738947Z test_consistency_SparseCSC__masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.0769643Z test_consistency_SparseCSC__masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.0799842Z test_consistency_SparseCSC__masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.0830536Z test_consistency_SparseCSC__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.0861701Z test_consistency_SparseCSC__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.0892656Z test_consistency_SparseCSC__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.0923788Z test_consistency_SparseCSC__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.0954745Z test_consistency_SparseCSC__masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.0985110Z test_consistency_SparseCSC__masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1015405Z test_consistency_SparseCSC__masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1045838Z test_consistency_SparseCSC__masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1076292Z test_consistency_SparseCSC__masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1106319Z test_consistency_SparseCSC__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1137154Z test_consistency_SparseCSC__masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1167165Z test_consistency_SparseCSC__masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1197811Z test_consistency_SparseCSC__masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1226752Z test_consistency_SparseCSC__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1256133Z test_consistency_SparseCSC__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1285583Z test_consistency_SparseCSC__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1314919Z test_consistency_SparseCSC__masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1344283Z test_consistency_SparseCSC__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1373995Z test_consistency_SparseCSC__masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1403676Z test_consistency_SparseCSC__masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1433192Z test_consistency_SparseCSC__masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1490374Z test_consistency_SparseCSC__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.006s) 2022-09-27T15:39:28.1520186Z test_consistency_SparseCSC__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1550094Z test_consistency_SparseCSC__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1579747Z test_consistency_SparseCSC__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1609733Z test_consistency_SparseCSC__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1639623Z test_consistency_SparseCSC__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1669013Z test_consistency_SparseCSC__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1699017Z test_consistency_SparseCSC__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1729081Z test_consistency_SparseCSC__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1759042Z test_consistency_SparseCSC__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1789000Z test_consistency_SparseCSC__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1819044Z test_consistency_SparseCSC__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1849533Z test_consistency_SparseCSC__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1879279Z test_consistency_SparseCSC__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1909504Z test_consistency_SparseCSC__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1940104Z test_consistency_SparseCSC__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.1970365Z test_consistency_SparseCSC__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.2000904Z test_consistency_SparseCSC__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.2030971Z test_consistency_SparseCSC__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.2060936Z test_consistency_SparseCSC__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.2090876Z test_consistency_SparseCSC__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.2120774Z test_consistency_SparseCSC__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:28.2177887Z test_consistency_SparseCSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:28.2237491Z test_consistency_SparseCSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:28.2298228Z test_consistency_SparseCSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:28.2354790Z test_consistency_SparseCSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:28.2406822Z test_consistency_SparseCSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.2459430Z test_consistency_SparseCSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.2510951Z test_consistency_SparseCSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.2556427Z test_consistency_SparseCSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.2601810Z test_consistency_SparseCSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.2644646Z test_consistency_SparseCSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.2688517Z test_consistency_SparseCSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.2732636Z test_consistency_SparseCSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.2785677Z test_consistency_SparseCSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.2835893Z test_consistency_SparseCSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.2894281Z test_consistency_SparseCSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:28.2952320Z test_consistency_SparseCSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:28.3005763Z test_consistency_SparseCSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.3058498Z test_consistency_SparseCSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.3110960Z test_consistency_SparseCSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.3161658Z test_consistency_SparseCSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.3479756Z test_consistency_SparseCSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:28.3532436Z test_consistency_SparseCSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.3583621Z test_consistency_SparseCSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.3634360Z test_consistency_SparseCSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.3686784Z test_consistency_SparseCSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.3738346Z test_consistency_SparseCSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.3797165Z test_consistency_SparseCSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:28.3855479Z test_consistency_SparseCSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:28.3909505Z test_consistency_SparseCSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.3962875Z test_consistency_SparseCSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.4015166Z test_consistency_SparseCSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.4068230Z test_consistency_SparseCSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.4120198Z test_consistency_SparseCSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.4172221Z test_consistency_SparseCSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.4220690Z test_consistency_SparseCSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.4273659Z test_consistency_SparseCSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.4324162Z test_consistency_SparseCSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.4382992Z test_consistency_SparseCSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:28.4440242Z test_consistency_SparseCSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:28.4491951Z test_consistency_SparseCSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.4542968Z test_consistency_SparseCSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.4592849Z test_consistency_SparseCSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.4642453Z test_consistency_SparseCSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.4691328Z test_consistency_SparseCSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.4740145Z test_consistency_SparseCSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.4790075Z test_consistency_SparseCSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.4843879Z test_consistency_SparseCSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.4895779Z test_consistency_SparseCSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.4956028Z test_consistency_SparseCSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:28.5016563Z test_consistency_SparseCSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:28.5071680Z test_consistency_SparseCSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.5128766Z test_consistency_SparseCSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:28.5182629Z test_consistency_SparseCSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.5234817Z test_consistency_SparseCSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.5286336Z test_consistency_SparseCSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.5338747Z test_consistency_SparseCSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.5390290Z test_consistency_SparseCSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.5442401Z test_consistency_SparseCSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.5551236Z test_consistency_SparseCSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:39:28.5609372Z test_consistency_SparseCSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:28.5665093Z test_consistency_SparseCSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:28.5715336Z test_consistency_SparseCSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.5764624Z test_consistency_SparseCSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.5813049Z test_consistency_SparseCSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.5861729Z test_consistency_SparseCSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.5909793Z test_consistency_SparseCSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.5957567Z test_consistency_SparseCSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.6003485Z test_consistency_SparseCSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.6052391Z test_consistency_SparseCSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.6100788Z test_consistency_SparseCSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.6148952Z test_consistency_SparseCSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.6190966Z test_consistency_SparseCSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.6233260Z test_consistency_SparseCSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.6274400Z test_consistency_SparseCSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.6316852Z test_consistency_SparseCSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.6359689Z test_consistency_SparseCSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.6408913Z test_consistency_SparseCSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.6449995Z test_consistency_SparseCSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.6503842Z test_consistency_SparseCSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.6558411Z test_consistency_SparseCSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.6612136Z test_consistency_SparseCSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.6660989Z test_consistency_SparseCSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.6708917Z test_consistency_SparseCSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.6757200Z test_consistency_SparseCSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.6799016Z test_consistency_SparseCSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.6840922Z test_consistency_SparseCSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.6882136Z test_consistency_SparseCSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.6924052Z test_consistency_SparseCSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.6965734Z test_consistency_SparseCSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.7018955Z test_consistency_SparseCSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.7068671Z test_consistency_SparseCSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.7120844Z test_consistency_SparseCSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.7173312Z test_consistency_SparseCSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.7224020Z test_consistency_SparseCSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.7274623Z test_consistency_SparseCSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.7324653Z test_consistency_SparseCSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.7375268Z test_consistency_SparseCSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.7459587Z test_consistency_SparseCSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:28.7508944Z test_consistency_SparseCSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.7558191Z test_consistency_SparseCSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.7608551Z test_consistency_SparseCSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.7657710Z test_consistency_SparseCSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.7706792Z test_consistency_SparseCSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.7755110Z test_consistency_SparseCSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.7803161Z test_consistency_SparseCSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.7852509Z test_consistency_SparseCSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.7898640Z test_consistency_SparseCSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.7947955Z test_consistency_SparseCSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.7995781Z test_consistency_SparseCSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.8046008Z test_consistency_SparseCSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.8095508Z test_consistency_SparseCSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.8144308Z test_consistency_SparseCSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.8192572Z test_consistency_SparseCSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.8240903Z test_consistency_SparseCSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.8290541Z test_consistency_SparseCSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.8340245Z test_consistency_SparseCSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.8389725Z test_consistency_SparseCSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.8439385Z test_consistency_SparseCSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.8489526Z test_consistency_SparseCSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.8532990Z test_consistency_SparseCSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.8576192Z test_consistency_SparseCSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.8619150Z test_consistency_SparseCSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.8662248Z test_consistency_SparseCSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.8705424Z test_consistency_SparseCSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.8752207Z test_consistency_SparseCSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.8796323Z test_consistency_SparseCSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.8850709Z test_consistency_SparseCSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.8905213Z test_consistency_SparseCSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.8959797Z test_consistency_SparseCSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.9008843Z test_consistency_SparseCSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.9057713Z test_consistency_SparseCSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.9106896Z test_consistency_SparseCSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.9151154Z test_consistency_SparseCSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.9196053Z test_consistency_SparseCSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.9240409Z test_consistency_SparseCSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.9284454Z test_consistency_SparseCSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.9364102Z test_consistency_SparseCSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:28.9410461Z test_consistency_SparseCSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.9453818Z test_consistency_SparseCSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.9504272Z test_consistency_SparseCSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.9552796Z test_consistency_SparseCSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.9598613Z test_consistency_SparseCSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.9645151Z test_consistency_SparseCSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.9691834Z test_consistency_SparseCSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:28.9736149Z test_consistency_SparseCSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.9780162Z test_consistency_SparseCSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.9824338Z test_consistency_SparseCSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.9867787Z test_consistency_SparseCSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.9911572Z test_consistency_SparseCSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:28.9958177Z test_consistency_SparseCSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.0001842Z test_consistency_SparseCSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.0048945Z test_consistency_SparseCSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.0095998Z test_consistency_SparseCSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.0143155Z test_consistency_SparseCSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.0187777Z test_consistency_SparseCSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.0232322Z test_consistency_SparseCSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.0276528Z test_consistency_SparseCSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.0320894Z test_consistency_SparseCSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.0365238Z test_consistency_SparseCSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.0414008Z test_consistency_SparseCSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.0458317Z test_consistency_SparseCSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.0504595Z test_consistency_SparseCSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.0550626Z test_consistency_SparseCSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.0597381Z test_consistency_SparseCSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.0641128Z test_consistency_SparseCSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.0685740Z test_consistency_SparseCSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.0731395Z test_consistency_SparseCSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.0777569Z test_consistency_SparseCSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.0821937Z test_consistency_SparseCSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.0875264Z test_consistency_SparseCSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.0927171Z test_consistency_SparseCSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.0982069Z test_consistency_SparseCSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.1036766Z test_consistency_SparseCSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.1089146Z test_consistency_SparseCSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.1141365Z test_consistency_SparseCSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.1193850Z test_consistency_SparseCSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.1281184Z test_consistency_SparseCSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:29.1334300Z test_consistency_SparseCSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.1388029Z test_consistency_SparseCSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.1445795Z test_consistency_SparseCSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.1504404Z test_consistency_SparseCSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.1562361Z test_consistency_SparseCSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.1615072Z test_consistency_SparseCSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.1666938Z test_consistency_SparseCSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.1718952Z test_consistency_SparseCSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.1763352Z test_consistency_SparseCSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.1807826Z test_consistency_SparseCSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.1851596Z test_consistency_SparseCSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.1895945Z test_consistency_SparseCSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.1940474Z test_consistency_SparseCSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.1970525Z test_consistency_SparseCSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:29.2000335Z test_consistency_SparseCSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:29.2030012Z test_consistency_SparseCSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:29.2059737Z test_consistency_SparseCSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:29.2089055Z test_consistency_SparseCSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:29.2118345Z test_consistency_SparseCSC_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:29.2147803Z test_consistency_SparseCSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:39:29.2203400Z test_consistency_SparseCSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.2256350Z test_consistency_SparseCSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.2309706Z test_consistency_SparseCSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.2353980Z test_consistency_SparseCSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.2397716Z test_consistency_SparseCSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.2440959Z test_consistency_SparseCSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.2484374Z test_consistency_SparseCSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.2528127Z test_consistency_SparseCSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.2580425Z test_consistency_SparseCSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.2627339Z test_consistency_SparseCSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.2684809Z test_consistency_SparseCSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.2742125Z test_consistency_SparseCSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.2798117Z test_consistency_SparseCSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.2849802Z test_consistency_SparseCSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.2903365Z test_consistency_SparseCSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.2956025Z test_consistency_SparseCSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.3000384Z test_consistency_SparseCSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.3044781Z test_consistency_SparseCSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.3121941Z test_consistency_SparseCSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:29.3167183Z test_consistency_SparseCSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.3215211Z test_consistency_SparseCSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.3266804Z test_consistency_SparseCSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.3309920Z test_consistency_SparseCSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.3363165Z test_consistency_SparseCSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.3414846Z test_consistency_SparseCSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.3467641Z test_consistency_SparseCSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.3511619Z test_consistency_SparseCSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.3554733Z test_consistency_SparseCSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.3596194Z test_consistency_SparseCSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.3638575Z test_consistency_SparseCSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.3680991Z test_consistency_SparseCSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.3726918Z test_consistency_SparseCSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.3773298Z test_consistency_SparseCSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.3819253Z test_consistency_SparseCSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.3865325Z test_consistency_SparseCSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.3911624Z test_consistency_SparseCSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.3955193Z test_consistency_SparseCSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.3998783Z test_consistency_SparseCSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.4043624Z test_consistency_SparseCSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.4087670Z test_consistency_SparseCSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.4130989Z test_consistency_SparseCSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.4183212Z test_consistency_SparseCSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.4234760Z test_consistency_SparseCSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.4293920Z test_consistency_SparseCSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.4352371Z test_consistency_SparseCSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.4405162Z test_consistency_SparseCSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.4458472Z test_consistency_SparseCSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.4509806Z test_consistency_SparseCSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.4560964Z test_consistency_SparseCSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.4612168Z test_consistency_SparseCSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.4663683Z test_consistency_SparseCSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.4715257Z test_consistency_SparseCSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.4769409Z test_consistency_SparseCSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.4821105Z test_consistency_SparseCSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.4880572Z test_consistency_SparseCSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.4939290Z test_consistency_SparseCSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.4993750Z test_consistency_SparseCSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.5270078Z test_consistency_SparseCSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:29.5324067Z test_consistency_SparseCSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.5377277Z test_consistency_SparseCSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.5428787Z test_consistency_SparseCSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.5479854Z test_consistency_SparseCSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.5530843Z test_consistency_SparseCSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.5581395Z test_consistency_SparseCSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.5632420Z test_consistency_SparseCSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.5688844Z test_consistency_SparseCSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.5743983Z test_consistency_SparseCSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.5796257Z test_consistency_SparseCSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.5847924Z test_consistency_SparseCSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.5898343Z test_consistency_SparseCSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.5948764Z test_consistency_SparseCSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.5999694Z test_consistency_SparseCSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.6051629Z test_consistency_SparseCSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.6102974Z test_consistency_SparseCSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.6155882Z test_consistency_SparseCSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.6206551Z test_consistency_SparseCSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.6264599Z test_consistency_SparseCSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.6321097Z test_consistency_SparseCSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.6373809Z test_consistency_SparseCSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.6426307Z test_consistency_SparseCSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.6476730Z test_consistency_SparseCSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.6526715Z test_consistency_SparseCSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.6576722Z test_consistency_SparseCSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.6626749Z test_consistency_SparseCSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.6676832Z test_consistency_SparseCSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.6728740Z test_consistency_SparseCSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.6778621Z test_consistency_SparseCSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.6835856Z test_consistency_SparseCSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.6891386Z test_consistency_SparseCSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.6943170Z test_consistency_SparseCSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.6994632Z test_consistency_SparseCSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.7044923Z test_consistency_SparseCSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.7095076Z test_consistency_SparseCSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.7145223Z test_consistency_SparseCSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.7195380Z test_consistency_SparseCSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.7278324Z test_consistency_SparseCSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:29.7350411Z test_consistency_SparseCSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:29.7409893Z test_consistency_SparseCSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.7484924Z test_consistency_SparseCSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:29.7559330Z test_consistency_SparseCSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:29.7627131Z test_consistency_SparseCSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:29.7694990Z test_consistency_SparseCSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:29.7763275Z test_consistency_SparseCSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:29.7822887Z test_consistency_SparseCSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.7884765Z test_consistency_SparseCSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.7945532Z test_consistency_SparseCSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.8007496Z test_consistency_SparseCSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.8070202Z test_consistency_SparseCSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:29.8122347Z test_consistency_SparseCSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.8175577Z test_consistency_SparseCSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.8227995Z test_consistency_SparseCSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:29.8271979Z test_consistency_SparseCSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.8315431Z test_consistency_SparseCSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.8360169Z test_consistency_SparseCSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.8403806Z test_consistency_SparseCSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.8447077Z test_consistency_SparseCSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:29.8588199Z test_consistency_SparseCSR__masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_masked/__init__.py:768: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T15:39:29.8588870Z 0, scatter_indices, values, reduce, include_self=False 2022-09-27T15:39:29.8931130Z ok (0.048s) 2022-09-27T15:39:29.9407617Z test_consistency_SparseCSR__masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.047s) 2022-09-27T15:39:29.9849435Z test_consistency_SparseCSR__masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.044s) 2022-09-27T15:39:30.0292449Z test_consistency_SparseCSR__masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.044s) 2022-09-27T15:39:30.0324943Z test_consistency_SparseCSR__masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:39:30.0356216Z test_consistency_SparseCSR__masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:39:30.0386872Z test_consistency_SparseCSR__masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:39:30.0416822Z test_consistency_SparseCSR__masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:39:30.0449161Z test_consistency_SparseCSR__masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:39:30.0901977Z test_consistency_SparseCSR__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.045s) 2022-09-27T15:39:30.1352499Z test_consistency_SparseCSR__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.045s) 2022-09-27T15:39:30.1797272Z test_consistency_SparseCSR__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.044s) 2022-09-27T15:39:30.2237765Z test_consistency_SparseCSR__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.044s) 2022-09-27T15:39:30.2270919Z test_consistency_SparseCSR__masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:39:30.2302288Z test_consistency_SparseCSR__masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:39:30.2332994Z test_consistency_SparseCSR__masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:39:30.2362954Z test_consistency_SparseCSR__masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:39:30.2392464Z test_consistency_SparseCSR__masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:39:30.2845267Z test_consistency_SparseCSR__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.045s) 2022-09-27T15:39:30.2877780Z test_consistency_SparseCSR__masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:39:30.2908876Z test_consistency_SparseCSR__masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:39:30.2940174Z test_consistency_SparseCSR__masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:39:30.3414990Z test_consistency_SparseCSR__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.047s) 2022-09-27T15:39:30.3852580Z test_consistency_SparseCSR__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.044s) 2022-09-27T15:39:30.4302970Z test_consistency_SparseCSR__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.045s) 2022-09-27T15:39:30.4335484Z test_consistency_SparseCSR__masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:39:30.4366955Z test_consistency_SparseCSR__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:39:30.4397732Z test_consistency_SparseCSR__masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:39:30.4428305Z test_consistency_SparseCSR__masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:39:30.4458895Z test_consistency_SparseCSR__masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:39:30.4618278Z test_consistency_SparseCSR__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:39:30.4787165Z test_consistency_SparseCSR__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:39:30.4958653Z test_consistency_SparseCSR__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:39:30.5366054Z test_consistency_SparseCSR__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.041s) 2022-09-27T15:39:30.5787562Z test_consistency_SparseCSR__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.042s) 2022-09-27T15:39:30.5951605Z test_consistency_SparseCSR__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:39:30.6114693Z test_consistency_SparseCSR__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:39:30.6272392Z test_consistency_SparseCSR__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:39:30.6429807Z test_consistency_SparseCSR__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:39:30.6585744Z test_consistency_SparseCSR__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:39:30.7017179Z test_consistency_SparseCSR__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:30.7173724Z test_consistency_SparseCSR__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:39:30.7344454Z test_consistency_SparseCSR__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:39:30.7508498Z test_consistency_SparseCSR__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:39:30.7909597Z test_consistency_SparseCSR__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:30.8323782Z test_consistency_SparseCSR__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.041s) 2022-09-27T15:39:30.8728928Z test_consistency_SparseCSR__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:30.8882477Z test_consistency_SparseCSR__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-09-27T15:39:30.9043094Z test_consistency_SparseCSR__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:39:30.9197616Z test_consistency_SparseCSR__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-09-27T15:39:30.9356361Z test_consistency_SparseCSR__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:39:30.9510294Z test_consistency_SparseCSR__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-09-27T15:39:30.9559072Z test_consistency_SparseCSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:30.9612501Z test_consistency_SparseCSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:30.9664642Z test_consistency_SparseCSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:30.9715141Z test_consistency_SparseCSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:30.9762701Z test_consistency_SparseCSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:30.9809882Z test_consistency_SparseCSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:30.9857053Z test_consistency_SparseCSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:30.9897954Z test_consistency_SparseCSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:30.9938341Z test_consistency_SparseCSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:30.9978880Z test_consistency_SparseCSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.0020680Z test_consistency_SparseCSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.0061376Z test_consistency_SparseCSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.0109398Z test_consistency_SparseCSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.0155357Z test_consistency_SparseCSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.0210074Z test_consistency_SparseCSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.0262474Z test_consistency_SparseCSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.0311317Z test_consistency_SparseCSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.0360399Z test_consistency_SparseCSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.0409117Z test_consistency_SparseCSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.0456541Z test_consistency_SparseCSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.0535379Z test_consistency_SparseCSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:31.0582198Z test_consistency_SparseCSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.0627274Z test_consistency_SparseCSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.0672952Z test_consistency_SparseCSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.0720671Z test_consistency_SparseCSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.0769026Z test_consistency_SparseCSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.0822780Z test_consistency_SparseCSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.0875602Z test_consistency_SparseCSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.0924995Z test_consistency_SparseCSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.0974297Z test_consistency_SparseCSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1022643Z test_consistency_SparseCSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1071015Z test_consistency_SparseCSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1118958Z test_consistency_SparseCSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1167634Z test_consistency_SparseCSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1212955Z test_consistency_SparseCSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.1261557Z test_consistency_SparseCSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1307797Z test_consistency_SparseCSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1361372Z test_consistency_SparseCSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1414521Z test_consistency_SparseCSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1462212Z test_consistency_SparseCSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1508986Z test_consistency_SparseCSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1554785Z test_consistency_SparseCSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1600440Z test_consistency_SparseCSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1645699Z test_consistency_SparseCSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.1691501Z test_consistency_SparseCSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1737673Z test_consistency_SparseCSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1786589Z test_consistency_SparseCSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1834796Z test_consistency_SparseCSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1889448Z test_consistency_SparseCSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1942036Z test_consistency_SparseCSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.1991763Z test_consistency_SparseCSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.2041069Z test_consistency_SparseCSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.2089157Z test_consistency_SparseCSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.2137073Z test_consistency_SparseCSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.2185209Z test_consistency_SparseCSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.2233098Z test_consistency_SparseCSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.2281050Z test_consistency_SparseCSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.2329187Z test_consistency_SparseCSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.2408521Z test_consistency_SparseCSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:31.2462406Z test_consistency_SparseCSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.2515260Z test_consistency_SparseCSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.2563542Z test_consistency_SparseCSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.2611306Z test_consistency_SparseCSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.2658012Z test_consistency_SparseCSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.2704466Z test_consistency_SparseCSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.2750524Z test_consistency_SparseCSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.2796663Z test_consistency_SparseCSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.2840776Z test_consistency_SparseCSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.2888817Z test_consistency_SparseCSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.2936544Z test_consistency_SparseCSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.2984149Z test_consistency_SparseCSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.3025388Z test_consistency_SparseCSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.3066606Z test_consistency_SparseCSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.3106699Z test_consistency_SparseCSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.3147662Z test_consistency_SparseCSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.3188874Z test_consistency_SparseCSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.3235725Z test_consistency_SparseCSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.3275535Z test_consistency_SparseCSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.3328202Z test_consistency_SparseCSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.3380565Z test_consistency_SparseCSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.3430925Z test_consistency_SparseCSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.3477217Z test_consistency_SparseCSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.3523318Z test_consistency_SparseCSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.3569134Z test_consistency_SparseCSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.3608123Z test_consistency_SparseCSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.3647019Z test_consistency_SparseCSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.3686541Z test_consistency_SparseCSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.3725788Z test_consistency_SparseCSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.3765750Z test_consistency_SparseCSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.3814934Z test_consistency_SparseCSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.3863952Z test_consistency_SparseCSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.3914278Z test_consistency_SparseCSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.3964336Z test_consistency_SparseCSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.4013603Z test_consistency_SparseCSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.4062599Z test_consistency_SparseCSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.4110668Z test_consistency_SparseCSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.4159204Z test_consistency_SparseCSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.4243477Z test_consistency_SparseCSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:31.4292962Z test_consistency_SparseCSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.4341207Z test_consistency_SparseCSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.4391276Z test_consistency_SparseCSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.4441072Z test_consistency_SparseCSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.4489671Z test_consistency_SparseCSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.4537922Z test_consistency_SparseCSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.4585681Z test_consistency_SparseCSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.4632549Z test_consistency_SparseCSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.4677231Z test_consistency_SparseCSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.4725729Z test_consistency_SparseCSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.4773183Z test_consistency_SparseCSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.4821663Z test_consistency_SparseCSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.4870189Z test_consistency_SparseCSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.4917066Z test_consistency_SparseCSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.4964099Z test_consistency_SparseCSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.5011420Z test_consistency_SparseCSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.5059023Z test_consistency_SparseCSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.5106179Z test_consistency_SparseCSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.5153789Z test_consistency_SparseCSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.5200968Z test_consistency_SparseCSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.5248260Z test_consistency_SparseCSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.5288517Z test_consistency_SparseCSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.5329282Z test_consistency_SparseCSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.5369478Z test_consistency_SparseCSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.5410019Z test_consistency_SparseCSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.5451093Z test_consistency_SparseCSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.5495052Z test_consistency_SparseCSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.5535754Z test_consistency_SparseCSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.5585052Z test_consistency_SparseCSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.5634451Z test_consistency_SparseCSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.5684224Z test_consistency_SparseCSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.5728145Z test_consistency_SparseCSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.5772696Z test_consistency_SparseCSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.5818150Z test_consistency_SparseCSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.5860054Z test_consistency_SparseCSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.5901791Z test_consistency_SparseCSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.5943748Z test_consistency_SparseCSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.5986452Z test_consistency_SparseCSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.6029720Z test_consistency_SparseCSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.6107254Z test_consistency_SparseCSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:31.6150364Z test_consistency_SparseCSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.6200309Z test_consistency_SparseCSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.6248858Z test_consistency_SparseCSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.6294556Z test_consistency_SparseCSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.6339743Z test_consistency_SparseCSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.6384674Z test_consistency_SparseCSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.6426675Z test_consistency_SparseCSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.6468561Z test_consistency_SparseCSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.6510478Z test_consistency_SparseCSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.6552054Z test_consistency_SparseCSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.6593818Z test_consistency_SparseCSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.6637847Z test_consistency_SparseCSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.6679588Z test_consistency_SparseCSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.6724462Z test_consistency_SparseCSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.6769038Z test_consistency_SparseCSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.6814189Z test_consistency_SparseCSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.6856372Z test_consistency_SparseCSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.6899454Z test_consistency_SparseCSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.6941687Z test_consistency_SparseCSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.6984285Z test_consistency_SparseCSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.7027486Z test_consistency_SparseCSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.7071334Z test_consistency_SparseCSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.7113048Z test_consistency_SparseCSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.7157365Z test_consistency_SparseCSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.7201663Z test_consistency_SparseCSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.7246092Z test_consistency_SparseCSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.7288095Z test_consistency_SparseCSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.7329094Z test_consistency_SparseCSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.7370048Z test_consistency_SparseCSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.7411415Z test_consistency_SparseCSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.7452770Z test_consistency_SparseCSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.7502252Z test_consistency_SparseCSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.7551702Z test_consistency_SparseCSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.7602451Z test_consistency_SparseCSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.7652998Z test_consistency_SparseCSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.7701852Z test_consistency_SparseCSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.7750432Z test_consistency_SparseCSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.7799165Z test_consistency_SparseCSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.7848182Z test_consistency_SparseCSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.7930944Z test_consistency_SparseCSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:31.7979887Z test_consistency_SparseCSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.8034923Z test_consistency_SparseCSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.8089887Z test_consistency_SparseCSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.8143551Z test_consistency_SparseCSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.8192180Z test_consistency_SparseCSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.8241395Z test_consistency_SparseCSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.8289814Z test_consistency_SparseCSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.8332220Z test_consistency_SparseCSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.8373947Z test_consistency_SparseCSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.8415158Z test_consistency_SparseCSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.8456879Z test_consistency_SparseCSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.8499082Z test_consistency_SparseCSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.8605547Z test_consistency_SparseCSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:39:31.8685235Z test_consistency_SparseCSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:31.8763860Z test_consistency_SparseCSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:31.8842357Z test_consistency_SparseCSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:31.8905742Z test_consistency_SparseCSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:31.8970042Z test_consistency_SparseCSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:31.9033699Z test_consistency_SparseCSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:31.9082486Z test_consistency_SparseCSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.9130614Z test_consistency_SparseCSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.9178159Z test_consistency_SparseCSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.9219729Z test_consistency_SparseCSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.9261401Z test_consistency_SparseCSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.9302410Z test_consistency_SparseCSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.9343923Z test_consistency_SparseCSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.9385025Z test_consistency_SparseCSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.9433555Z test_consistency_SparseCSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.9475098Z test_consistency_SparseCSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.9528285Z test_consistency_SparseCSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.9582321Z test_consistency_SparseCSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.9633946Z test_consistency_SparseCSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.9681312Z test_consistency_SparseCSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.9791362Z test_consistency_SparseCSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:39:31.9840811Z test_consistency_SparseCSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:31.9882395Z test_consistency_SparseCSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.9924144Z test_consistency_SparseCSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:31.9964642Z test_consistency_SparseCSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0005331Z test_consistency_SparseCSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0046815Z test_consistency_SparseCSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0095968Z test_consistency_SparseCSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.0137774Z test_consistency_SparseCSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0187226Z test_consistency_SparseCSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.0235697Z test_consistency_SparseCSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.0283782Z test_consistency_SparseCSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.0325141Z test_consistency_SparseCSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0366484Z test_consistency_SparseCSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0407270Z test_consistency_SparseCSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0449116Z test_consistency_SparseCSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0490562Z test_consistency_SparseCSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0535029Z test_consistency_SparseCSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0576471Z test_consistency_SparseCSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0621120Z test_consistency_SparseCSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0664862Z test_consistency_SparseCSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0708819Z test_consistency_SparseCSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0750364Z test_consistency_SparseCSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0791744Z test_consistency_SparseCSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0832921Z test_consistency_SparseCSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0874621Z test_consistency_SparseCSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0915829Z test_consistency_SparseCSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.0965005Z test_consistency_SparseCSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.1013830Z test_consistency_SparseCSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.1067716Z test_consistency_SparseCSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.1120709Z test_consistency_SparseCSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.1170982Z test_consistency_SparseCSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.1220355Z test_consistency_SparseCSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.1268873Z test_consistency_SparseCSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.1317225Z test_consistency_SparseCSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.1365125Z test_consistency_SparseCSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.1413067Z test_consistency_SparseCSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.1461201Z test_consistency_SparseCSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.1510217Z test_consistency_SparseCSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.1558387Z test_consistency_SparseCSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.1679214Z test_consistency_SparseCSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:39:32.1731858Z test_consistency_SparseCSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.1780272Z test_consistency_SparseCSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.1828474Z test_consistency_SparseCSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.1875984Z test_consistency_SparseCSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.1923381Z test_consistency_SparseCSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.1970784Z test_consistency_SparseCSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2018734Z test_consistency_SparseCSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2066027Z test_consistency_SparseCSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2113900Z test_consistency_SparseCSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2161283Z test_consistency_SparseCSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2213600Z test_consistency_SparseCSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2265615Z test_consistency_SparseCSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2314450Z test_consistency_SparseCSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2363523Z test_consistency_SparseCSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2411035Z test_consistency_SparseCSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2457902Z test_consistency_SparseCSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2504844Z test_consistency_SparseCSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2551781Z test_consistency_SparseCSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2598571Z test_consistency_SparseCSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2647119Z test_consistency_SparseCSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2694925Z test_consistency_SparseCSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2747449Z test_consistency_SparseCSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2799552Z test_consistency_SparseCSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2848984Z test_consistency_SparseCSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2897681Z test_consistency_SparseCSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2945108Z test_consistency_SparseCSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.2992511Z test_consistency_SparseCSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.3039475Z test_consistency_SparseCSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.3086564Z test_consistency_SparseCSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.3133647Z test_consistency_SparseCSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.3181793Z test_consistency_SparseCSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.3228274Z test_consistency_SparseCSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.3280578Z test_consistency_SparseCSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.3331733Z test_consistency_SparseCSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.3379699Z test_consistency_SparseCSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.3427878Z test_consistency_SparseCSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.3474186Z test_consistency_SparseCSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.3630942Z test_consistency_SparseCSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T15:39:32.3679158Z test_consistency_SparseCSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.3726976Z test_consistency_SparseCSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.3774573Z test_consistency_SparseCSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.3844897Z test_consistency_SparseCSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:32.3904049Z test_consistency_SparseCSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:32.3978942Z test_consistency_SparseCSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:32.4054000Z test_consistency_SparseCSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:32.4122690Z test_consistency_SparseCSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:32.4191785Z test_consistency_SparseCSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:32.4258956Z test_consistency_SparseCSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:32.4317620Z test_consistency_SparseCSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:32.4376623Z test_consistency_SparseCSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:32.4433109Z test_consistency_SparseCSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:32.4491306Z test_consistency_SparseCSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:32.4548961Z test_consistency_SparseCSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:32.4596107Z test_consistency_SparseCSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.4645108Z test_consistency_SparseCSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.4693862Z test_consistency_SparseCSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:39:32.4734795Z test_consistency_SparseCSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.4776851Z test_consistency_SparseCSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.4817279Z test_consistency_SparseCSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.4859038Z test_consistency_SparseCSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.4900464Z test_consistency_SparseCSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:32.5123319Z test_copy_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:32.5304082Z test_copy_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:39:32.5543160Z test_copy_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-09-27T15:39:32.5781213Z test_copy_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-09-27T15:39:32.5998194Z test_copy_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:32.6210131Z test_copy_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:32.6422799Z test_copy_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:32.6604636Z test_copy_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:39:32.6781753Z test_copy_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:39:32.6963234Z test_copy_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:39:32.7152897Z test_copy_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:39:32.7346350Z test_copy_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:39:32.7578477Z test_copy_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:39:32.7772038Z test_copy_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:39:32.8121222Z test_copy_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:32.8363336Z test_copy_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-09-27T15:39:32.8576670Z test_copy_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:32.8787600Z test_copy_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:32.9000276Z test_copy_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:32.9184976Z test_copy_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:39:32.9367632Z test_copy_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:39:32.9549108Z test_copy_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:39:32.9729350Z test_copy_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:39:32.9914779Z test_copy_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:39:33.0267519Z test_copy_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:33.0582279Z test_copy_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T15:39:33.0965402Z test_copy_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-09-27T15:39:33.1342221Z test_copy_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-09-27T15:39:33.1689030Z test_copy_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:33.2035972Z test_copy_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:33.2379735Z test_copy_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:33.2692298Z test_copy_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T15:39:33.3006692Z test_copy_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T15:39:33.3324692Z test_copy_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:33.3634094Z test_copy_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T15:39:33.3951441Z test_copy_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:33.4333402Z test_copy_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-09-27T15:39:33.4664845Z test_copy_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:33.5045801Z test_copy_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-09-27T15:39:33.5594570Z test_copy_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.055s) 2022-09-27T15:39:33.5940716Z test_copy_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:33.6286976Z test_copy_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:33.6628593Z test_copy_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:33.6942343Z test_copy_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T15:39:33.7267072Z test_copy_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:33.7585748Z test_copy_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:33.7909459Z test_copy_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:33.8245782Z test_copy_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:33.9497762Z test_copy_errors_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.125s) 2022-09-27T15:39:34.0717411Z test_copy_errors_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.122s) 2022-09-27T15:39:34.1997060Z test_copy_errors_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.128s) 2022-09-27T15:39:34.3259949Z test_copy_errors_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.126s) 2022-09-27T15:39:34.4491514Z test_copy_errors_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.123s) 2022-09-27T15:39:34.5711969Z test_copy_errors_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.122s) 2022-09-27T15:39:34.6946283Z test_copy_errors_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.123s) 2022-09-27T15:39:34.8172519Z test_copy_errors_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.122s) 2022-09-27T15:39:34.9410529Z test_copy_errors_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.124s) 2022-09-27T15:39:35.0644026Z test_copy_errors_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.123s) 2022-09-27T15:39:35.1919007Z test_copy_errors_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.127s) 2022-09-27T15:39:35.3136538Z test_copy_errors_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.122s) 2022-09-27T15:39:35.4375365Z test_copy_errors_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.124s) 2022-09-27T15:39:35.5590245Z test_copy_errors_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.122s) 2022-09-27T15:39:35.6841635Z test_copy_errors_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.125s) 2022-09-27T15:39:35.8101174Z test_copy_errors_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.126s) 2022-09-27T15:39:35.9338674Z test_copy_errors_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.124s) 2022-09-27T15:39:36.0584027Z test_copy_errors_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.124s) 2022-09-27T15:39:36.1829213Z test_copy_errors_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.124s) 2022-09-27T15:39:36.3060200Z test_copy_errors_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.123s) 2022-09-27T15:39:36.4285451Z test_copy_errors_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.122s) 2022-09-27T15:39:36.5514860Z test_copy_errors_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.123s) 2022-09-27T15:39:36.6741177Z test_copy_errors_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.123s) 2022-09-27T15:39:36.7961346Z test_copy_errors_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.122s) 2022-09-27T15:39:36.8860340Z test_copy_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.090s) 2022-09-27T15:39:36.9738692Z test_copy_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.088s) 2022-09-27T15:39:37.0652013Z test_copy_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.091s) 2022-09-27T15:39:37.1623230Z test_copy_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.097s) 2022-09-27T15:39:37.2503961Z test_copy_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.088s) 2022-09-27T15:39:37.3385200Z test_copy_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.088s) 2022-09-27T15:39:37.4266667Z test_copy_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.088s) 2022-09-27T15:39:37.5143397Z test_copy_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.088s) 2022-09-27T15:39:37.6020430Z test_copy_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.088s) 2022-09-27T15:39:37.6891108Z test_copy_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.087s) 2022-09-27T15:39:37.7760686Z test_copy_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.087s) 2022-09-27T15:39:37.8629600Z test_copy_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.087s) 2022-09-27T15:39:37.9510920Z test_copy_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.088s) 2022-09-27T15:39:38.0379619Z test_copy_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.087s) 2022-09-27T15:39:38.1283435Z test_copy_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.090s) 2022-09-27T15:39:38.2178808Z test_copy_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.089s) 2022-09-27T15:39:38.3056432Z test_copy_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.088s) 2022-09-27T15:39:38.3941902Z test_copy_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.088s) 2022-09-27T15:39:38.4832808Z test_copy_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.089s) 2022-09-27T15:39:38.5704697Z test_copy_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.087s) 2022-09-27T15:39:38.6573547Z test_copy_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.087s) 2022-09-27T15:39:38.7441422Z test_copy_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.087s) 2022-09-27T15:39:38.8312315Z test_copy_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.087s) 2022-09-27T15:39:38.9194897Z test_copy_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.088s) 2022-09-27T15:39:38.9286349Z test_dim_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:38.9365673Z test_dim_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:38.9409818Z test_dim_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:38.9453134Z test_dim_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:39:38.9927126Z test_empty_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.047s) 2022-09-27T15:39:39.0259668Z test_empty_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:39.0587172Z test_empty_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:39.0910913Z test_empty_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:39.1236837Z test_empty_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:39.1563125Z test_empty_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:39.1885436Z test_empty_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:39.2214393Z test_empty_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:39.2575921Z test_empty_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:39:39.2897995Z test_empty_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:39.3227867Z test_empty_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:39.3560307Z test_empty_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:39.3892310Z test_empty_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:39.4225235Z test_empty_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:39.4550008Z test_empty_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:39.4921290Z test_empty_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-09-27T15:39:39.5246475Z test_empty_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:39.5572051Z test_empty_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:39.5896012Z test_empty_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:39.6227985Z test_empty_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:39.6561451Z test_empty_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:39.6889532Z test_empty_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:39.7218232Z test_empty_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:39.7581557Z test_empty_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:39:39.7675319Z test_empty_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:39.7761801Z test_empty_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:39.7847172Z test_empty_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:39.7934689Z test_empty_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:39.8019693Z test_empty_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:39.8104462Z test_empty_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:39.8191293Z test_empty_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:39.8276655Z test_empty_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:39.8361370Z test_empty_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:39.8448310Z test_empty_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:39.8533112Z test_empty_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:39.8617922Z test_empty_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:39.8704997Z test_empty_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:39.8790206Z test_empty_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:39.8875408Z test_empty_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:39.8962748Z test_empty_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:39.9048055Z test_empty_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:39.9134103Z test_empty_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:39.9219049Z test_empty_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:39:39.9304036Z test_empty_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:39.9389889Z test_empty_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:39.9474372Z test_empty_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:39.9559341Z test_empty_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:39.9644125Z test_empty_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:39.9771330Z test_empty_like_SparseBSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:39:39.9874425Z test_empty_like_SparseBSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:39.9975549Z test_empty_like_SparseBSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:40.0077860Z test_empty_like_SparseBSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:40.0178373Z test_empty_like_SparseBSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:40.0279168Z test_empty_like_SparseBSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:40.0380398Z test_empty_like_SparseBSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:40.0479996Z test_empty_like_SparseBSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:40.0579768Z test_empty_like_SparseBSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:40.0678062Z test_empty_like_SparseBSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:40.0777675Z test_empty_like_SparseBSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:40.0877234Z test_empty_like_SparseBSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:40.1311116Z test_empty_like_SparseBSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:40.1739795Z test_empty_like_SparseBSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:40.2168787Z test_empty_like_SparseBSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:40.2599995Z test_empty_like_SparseBSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:40.3151888Z test_empty_like_SparseBSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.055s) 2022-09-27T15:39:40.3584067Z test_empty_like_SparseBSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:40.4012412Z test_empty_like_SparseBSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:40.4442740Z test_empty_like_SparseBSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:40.4874336Z test_empty_like_SparseBSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:40.5309570Z test_empty_like_SparseBSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:40.5738056Z test_empty_like_SparseBSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:40.6171538Z test_empty_like_SparseBSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:40.6604350Z test_empty_like_SparseBSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:40.7035405Z test_empty_like_SparseBSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:40.7467396Z test_empty_like_SparseBSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:40.7933381Z test_empty_like_SparseBSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.046s) 2022-09-27T15:39:40.8362855Z test_empty_like_SparseBSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:40.8788707Z test_empty_like_SparseBSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:40.9215987Z test_empty_like_SparseBSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:40.9642766Z test_empty_like_SparseBSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.0071593Z test_empty_like_SparseBSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.0499393Z test_empty_like_SparseBSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.0926122Z test_empty_like_SparseBSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.1354593Z test_empty_like_SparseBSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.1781391Z test_empty_like_SparseBSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.2214057Z test_empty_like_SparseBSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.2643363Z test_empty_like_SparseBSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.3074198Z test_empty_like_SparseBSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.3507752Z test_empty_like_SparseBSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.4046033Z test_empty_like_SparseBSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.054s) 2022-09-27T15:39:41.4475788Z test_empty_like_SparseBSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.4901964Z test_empty_like_SparseBSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.5332179Z test_empty_like_SparseBSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.5759202Z test_empty_like_SparseBSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.6188876Z test_empty_like_SparseBSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.6617669Z test_empty_like_SparseBSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.7045698Z test_empty_like_SparseBSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.7478192Z test_empty_like_SparseBSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.7906838Z test_empty_like_SparseBSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.8336016Z test_empty_like_SparseBSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.8764982Z test_empty_like_SparseBSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.9197612Z test_empty_like_SparseBSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:41.9625353Z test_empty_like_SparseBSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:42.0151374Z test_empty_like_SparseBSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.053s) 2022-09-27T15:39:42.0579006Z test_empty_like_SparseBSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:42.1003647Z test_empty_like_SparseBSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.042s) 2022-09-27T15:39:42.1433345Z test_empty_like_SparseBSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:42.1858779Z test_empty_like_SparseBSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.042s) 2022-09-27T15:39:42.1964977Z test_empty_like_SparseBSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:39:42.2068865Z test_empty_like_SparseBSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:42.2171055Z test_empty_like_SparseBSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:42.2276878Z test_empty_like_SparseBSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:42.2378062Z test_empty_like_SparseBSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:42.2477319Z test_empty_like_SparseBSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:42.2575143Z test_empty_like_SparseBSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:42.2673138Z test_empty_like_SparseBSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:42.2770046Z test_empty_like_SparseBSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:42.2867622Z test_empty_like_SparseBSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:42.2965833Z test_empty_like_SparseBSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:42.3064593Z test_empty_like_SparseBSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:39:42.3491297Z test_empty_like_SparseBSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:42.3916523Z test_empty_like_SparseBSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.042s) 2022-09-27T15:39:42.4512215Z test_empty_like_SparseBSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.059s) 2022-09-27T15:39:42.4939626Z test_empty_like_SparseBSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:42.5369449Z test_empty_like_SparseBSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:42.5793631Z test_empty_like_SparseBSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.042s) 2022-09-27T15:39:42.6223028Z test_empty_like_SparseBSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:42.6649350Z test_empty_like_SparseBSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:42.7077225Z test_empty_like_SparseBSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:42.7506659Z test_empty_like_SparseBSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:42.7935365Z test_empty_like_SparseBSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:42.8366657Z test_empty_like_SparseBSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:42.8795210Z test_empty_like_SparseBSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:42.9225246Z test_empty_like_SparseBSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:42.9651057Z test_empty_like_SparseBSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.042s) 2022-09-27T15:39:43.0079074Z test_empty_like_SparseBSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:43.0512658Z test_empty_like_SparseBSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:43.0940983Z test_empty_like_SparseBSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:43.1552151Z test_empty_like_SparseBSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.061s) 2022-09-27T15:39:43.1979575Z test_empty_like_SparseBSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:43.2413771Z test_empty_like_SparseBSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.043s) 2022-09-27T15:39:43.2838052Z test_empty_like_SparseBSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.042s) 2022-09-27T15:39:43.3262942Z test_empty_like_SparseBSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.042s) 2022-09-27T15:39:43.3686239Z test_empty_like_SparseBSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.042s) 2022-09-27T15:39:43.4080469Z test_empty_like_SparseCSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:43.4476019Z test_empty_like_SparseCSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:43.4871216Z test_empty_like_SparseCSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:43.5268876Z test_empty_like_SparseCSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:43.5662877Z test_empty_like_SparseCSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:43.6055165Z test_empty_like_SparseCSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:43.6450356Z test_empty_like_SparseCSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:43.6844192Z test_empty_like_SparseCSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:43.7240280Z test_empty_like_SparseCSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:43.7633747Z test_empty_like_SparseCSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:43.8030035Z test_empty_like_SparseCSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:43.8427147Z test_empty_like_SparseCSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:43.8822646Z test_empty_like_SparseCSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:43.9219392Z test_empty_like_SparseCSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:43.9616197Z test_empty_like_SparseCSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:44.0014313Z test_empty_like_SparseCSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:44.0412915Z test_empty_like_SparseCSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:44.0809735Z test_empty_like_SparseCSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:44.1208793Z test_empty_like_SparseCSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:44.1605215Z test_empty_like_SparseCSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:44.2002927Z test_empty_like_SparseCSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:44.2402273Z test_empty_like_SparseCSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:44.3025972Z test_empty_like_SparseCSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.062s) 2022-09-27T15:39:44.3426722Z test_empty_like_SparseCSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:44.3502800Z test_empty_like_SparseCSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:39:44.3573509Z test_empty_like_SparseCSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:44.3642104Z test_empty_like_SparseCSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:44.3708567Z test_empty_like_SparseCSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:44.3775145Z test_empty_like_SparseCSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:44.3840737Z test_empty_like_SparseCSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:44.3906985Z test_empty_like_SparseCSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:44.3973088Z test_empty_like_SparseCSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:44.4040191Z test_empty_like_SparseCSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:44.4105387Z test_empty_like_SparseCSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:44.4171888Z test_empty_like_SparseCSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:44.4238283Z test_empty_like_SparseCSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:44.4631028Z test_empty_like_SparseCSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:44.5022161Z test_empty_like_SparseCSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:44.5414032Z test_empty_like_SparseCSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:44.5805647Z test_empty_like_SparseCSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:44.6366685Z test_empty_like_SparseCSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.056s) 2022-09-27T15:39:44.6759080Z test_empty_like_SparseCSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:44.7151941Z test_empty_like_SparseCSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:44.7546317Z test_empty_like_SparseCSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:44.7940231Z test_empty_like_SparseCSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:44.8334128Z test_empty_like_SparseCSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:44.8726125Z test_empty_like_SparseCSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:44.9119642Z test_empty_like_SparseCSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:44.9514480Z test_empty_like_SparseCSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:44.9907801Z test_empty_like_SparseCSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:45.0304387Z test_empty_like_SparseCSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:45.0696303Z test_empty_like_SparseCSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:45.1093102Z test_empty_like_SparseCSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:45.1489637Z test_empty_like_SparseCSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:45.1882495Z test_empty_like_SparseCSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:45.2278420Z test_empty_like_SparseCSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:45.2674736Z test_empty_like_SparseCSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:45.3072212Z test_empty_like_SparseCSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:45.3537582Z test_empty_like_SparseCSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.046s) 2022-09-27T15:39:45.3927267Z test_empty_like_SparseCSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:45.4318506Z test_empty_like_SparseCSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:45.4707934Z test_empty_like_SparseCSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:45.5099182Z test_empty_like_SparseCSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:45.5491666Z test_empty_like_SparseCSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:45.5881071Z test_empty_like_SparseCSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:45.6273032Z test_empty_like_SparseCSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:45.6665337Z test_empty_like_SparseCSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:45.7058067Z test_empty_like_SparseCSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:45.7449861Z test_empty_like_SparseCSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:45.7839643Z test_empty_like_SparseCSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:45.8233655Z test_empty_like_SparseCSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:45.8625833Z test_empty_like_SparseCSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:45.9018704Z test_empty_like_SparseCSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:45.9409612Z test_empty_like_SparseCSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:45.9799823Z test_empty_like_SparseCSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:46.0193342Z test_empty_like_SparseCSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:46.0587746Z test_empty_like_SparseCSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:46.0982639Z test_empty_like_SparseCSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:46.1380555Z test_empty_like_SparseCSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:46.1775459Z test_empty_like_SparseCSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:46.2173000Z test_empty_like_SparseCSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:46.2568028Z test_empty_like_SparseCSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:46.2964041Z test_empty_like_SparseCSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:46.3358899Z test_empty_like_SparseCSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:46.3431649Z test_empty_like_SparseCSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:46.3501274Z test_empty_like_SparseCSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:46.3569422Z test_empty_like_SparseCSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:46.3636115Z test_empty_like_SparseCSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:46.3701992Z test_empty_like_SparseCSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:46.3767978Z test_empty_like_SparseCSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:46.3897137Z test_empty_like_SparseCSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:39:46.3962768Z test_empty_like_SparseCSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:39:46.4027154Z test_empty_like_SparseCSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:46.4091027Z test_empty_like_SparseCSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:46.4154144Z test_empty_like_SparseCSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:46.4217413Z test_empty_like_SparseCSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:39:46.6141661Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.192s) 2022-09-27T15:39:46.7602475Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.146s) 2022-09-27T15:39:46.9431976Z test_invalid_input_SparseBSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.183s) 2022-09-27T15:39:47.1347884Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.191s) 2022-09-27T15:39:47.2809692Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.146s) 2022-09-27T15:39:47.4637447Z test_invalid_input_SparseBSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.183s) 2022-09-27T15:39:47.6464026Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.183s) 2022-09-27T15:39:47.7908033Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.144s) 2022-09-27T15:39:47.9841171Z test_invalid_input_SparseCSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.193s) 2022-09-27T15:39:48.1661671Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.182s) 2022-09-27T15:39:48.3226915Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.156s) 2022-09-27T15:39:48.4992190Z test_invalid_input_SparseCSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.176s) 2022-09-27T15:39:48.5005001Z test_layout_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T15:39:48.5015389Z test_layout_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T15:39:48.5025102Z test_layout_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T15:39:48.5034173Z test_layout_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T15:39:48.9366416Z test_print_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.433s) 2022-09-27T15:39:49.3569528Z test_print_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.420s) 2022-09-27T15:39:49.4795192Z test_print_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.123s) 2022-09-27T15:39:49.6027695Z test_print_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.123s) 2022-09-27T15:39:49.6370310Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:49.6667008Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.030s) 2022-09-27T15:39:49.7198726Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.053s) 2022-09-27T15:39:49.7549330Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:49.7880189Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:49.8214601Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:49.8540764Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:49.8837364Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.030s) 2022-09-27T15:39:49.9133749Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.030s) 2022-09-27T15:39:49.9423300Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:49.9718327Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:50.0073306Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:50.0406502Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:50.0697694Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:50.1043789Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:50.1398314Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:50.1733043Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:50.2071340Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:50.2405331Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:50.2783184Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.038s) 2022-09-27T15:39:50.3071616Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:50.3353295Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:50.3640283Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:50.3927907Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:50.4186972Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:50.4406824Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:50.4667997Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:50.4933148Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:50.5193290Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:50.5446355Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:50.5691830Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-09-27T15:39:50.5910023Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:50.6131354Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:50.6347491Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:50.6576694Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:39:50.6803916Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:39:50.7067494Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:50.7361309Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:50.7624420Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:50.7893151Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:50.8154163Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:50.8416210Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:50.8675119Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:50.8904005Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:39:50.9140446Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-09-27T15:39:50.9364640Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:50.9602180Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-09-27T15:39:50.9839605Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-09-27T15:39:51.0189931Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:51.0496079Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.030s) 2022-09-27T15:39:51.0861716Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:39:51.1228589Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-09-27T15:39:51.1570036Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:51.1913600Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:51.2304659Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:51.2587728Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:51.2875994Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:51.3158592Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:51.3448445Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:51.3735931Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:51.4068855Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:51.4356699Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:51.4697830Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:51.5048905Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:51.5386143Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:51.5720542Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:51.6053736Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:51.6344886Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:51.6635886Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:51.6917731Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:51.7211774Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:51.7574596Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:39:51.7826851Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:51.8051084Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:51.8329508Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:51.8604939Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:51.8862595Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:51.9124673Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:51.9375842Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:51.9592401Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:51.9807100Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:52.0018112Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:52.0237544Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:52.0458994Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:52.0718128Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:52.0942548Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:52.1229363Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:52.1519877Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:52.1844083Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:52.2099879Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:52.2350903Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:52.2568407Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:52.2784158Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:52.2994692Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:52.3214174Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:52.3432045Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:52.3766985Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:52.4057401Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:52.4406441Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:52.4754465Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:52.5093387Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:52.5436496Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:52.5767763Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:52.6070185Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.030s) 2022-09-27T15:39:52.6375114Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.030s) 2022-09-27T15:39:52.6724367Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:52.7015720Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:52.7311950Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.030s) 2022-09-27T15:39:52.7649444Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:52.7942388Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:52.8291120Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:52.8641470Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:52.8977867Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:52.9318742Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:52.9649306Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:52.9947138Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.030s) 2022-09-27T15:39:53.0249249Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.030s) 2022-09-27T15:39:53.0537426Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:53.0836902Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.030s) 2022-09-27T15:39:53.1144473Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T15:39:53.1417378Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:53.1646387Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:39:53.2020665Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.037s) 2022-09-27T15:39:53.2525264Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.050s) 2022-09-27T15:39:53.2792438Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:53.3055775Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:53.3314232Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:53.3542408Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:39:53.3771082Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:39:53.3986434Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:53.4214974Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:39:53.4440505Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:39:53.4701767Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:53.4928126Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:53.5203259Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:53.5485250Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:53.5751403Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:53.6020213Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:53.6286512Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:53.6515930Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:39:53.6878445Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:39:53.7098270Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:53.7328870Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:39:53.7555597Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:39:53.7891214Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:53.8180742Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:53.8527058Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:53.8879925Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:53.9217349Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:53.9553004Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:53.9877789Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:54.0169742Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:54.0459735Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:54.0739682Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:54.1033313Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:54.1328845Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:54.1660854Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:54.2049118Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:54.2387362Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:54.2725794Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:54.3049744Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:54.3377238Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:54.3693683Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:54.3977997Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:54.4263502Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:54.4541393Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:54.4826185Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:54.5117683Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:54.5383685Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:54.5604517Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:54.5874473Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:54.6150703Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:54.6416463Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:54.6674272Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:54.6989910Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T15:39:54.7204734Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:54.7420165Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:54.7624032Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:39:54.7835159Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:54.8049555Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:54.8299469Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:54.8508023Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:54.8765901Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:54.9033640Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:54.9287853Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:54.9540281Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:54.9785600Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-09-27T15:39:55.0002002Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:55.0218283Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:55.0419583Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:39:55.0634479Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:55.0860636Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:39:55.1395338Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.053s) 2022-09-27T15:39:55.1698392Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.030s) 2022-09-27T15:39:55.2054592Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:39:55.2413558Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:39:55.2757148Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:55.3093291Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:55.3431182Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:55.3727110Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:55.4027987Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.030s) 2022-09-27T15:39:55.4322525Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:55.4614845Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:55.4904331Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:55.5237572Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:55.5530216Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:55.5876622Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:55.6221417Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:55.6693393Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.047s) 2022-09-27T15:39:55.7026283Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:55.7357929Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:55.7643251Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:55.7929767Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:55.8218886Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:55.8506744Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:55.8793295Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:55.9045872Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:55.9267961Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:55.9536099Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:55.9798952Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:56.0053206Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:56.0307661Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:56.0557180Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:56.0768151Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:56.0985970Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:56.1269343Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:56.1484956Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:56.1699274Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:56.1956262Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:56.2181189Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:56.2453443Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:56.2726247Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:56.2988709Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:56.3248467Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:56.3504453Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:56.3718072Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:56.3931708Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:56.4151248Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:56.4374338Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:56.4595152Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:56.4928799Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:56.5216048Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:56.5560756Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:56.5971930Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.041s) 2022-09-27T15:39:56.6298234Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:56.6628650Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:56.6948686Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:56.7230399Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:56.7508144Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:56.7782497Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:56.8068733Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:56.8351093Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:56.8675776Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:56.8957191Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:56.9300273Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:56.9641052Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:56.9963416Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:57.0290695Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:57.0608954Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:57.0951460Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:57.1229746Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:57.1504115Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:57.1789259Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:57.2069078Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:57.2326656Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:57.2542864Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:57.2810955Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:57.3080937Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:57.3332317Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:57.3582190Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:57.3821647Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-09-27T15:39:57.4032225Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:57.4245647Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:57.4449477Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:39:57.4660011Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:57.4871043Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:57.5126617Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:57.5413399Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:57.5680961Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:57.5953732Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:57.6217230Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:57.6476548Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:57.6726778Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:57.6947570Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:57.7170409Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:57.7383084Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:57.7600111Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:57.7815225Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:57.8157528Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:57.8451994Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:57.8800545Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:57.9152714Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:57.9495443Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:57.9889791Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.039s) 2022-09-27T15:39:58.0227891Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:58.0518591Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:58.0807871Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:58.1099691Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:58.1393022Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:58.1685002Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:58.2021780Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:58.2317451Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.030s) 2022-09-27T15:39:58.2664714Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:58.3009779Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:58.3340952Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:58.3670210Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:58.4003435Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:58.4293747Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:58.4584891Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:58.4876013Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:58.5281247Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.040s) 2022-09-27T15:39:58.5570229Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:58.5825864Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:58.6053706Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.023s) 2022-09-27T15:39:58.6331574Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:58.6602452Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:58.6856108Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:58.7108770Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:58.7361862Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:58.7571618Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:58.7780965Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:58.7990453Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:58.8201277Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:58.8413964Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:39:58.8666001Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:39:58.8886229Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:58.9161411Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:58.9446422Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:58.9784210Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:59.0051896Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:59.0318539Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:59.0541261Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:59.0762402Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:59.0986249Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:59.1209982Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:59.1435236Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:59.1774326Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:59.2060854Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.029s) 2022-09-27T15:39:59.2409247Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:59.2764157Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.035s) 2022-09-27T15:39:59.3099651Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:59.3429437Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:59.3752487Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:59.4035918Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:59.4315987Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:59.4656362Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:59.4940501Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:59.5223328Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:59.5554912Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:59.5837270Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:59.6179935Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:59.6519251Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:39:59.6842990Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:59.7174454Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:59.7492715Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T15:39:59.7764260Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:59.8041050Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:59.8310594Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:39:59.8587266Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:59.8864647Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:39:59.9126330Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:39:59.9345553Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:39:59.9680607Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.033s) 2022-09-27T15:39:59.9948937Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:40:00.0205600Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:40:00.0459203Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:40:00.0702953Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-09-27T15:40:00.0915753Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:40:00.1130145Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:40:00.1337487Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:40:00.1550445Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:40:00.1762170Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:40:00.2011479Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:40:00.2222975Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:40:00.2482078Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:40:00.2742049Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T15:40:00.2989042Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:40:00.3238102Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.025s) 2022-09-27T15:40:00.3482015Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.024s) 2022-09-27T15:40:00.3846591Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.036s) 2022-09-27T15:40:00.4068455Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:40:00.4280071Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:40:00.4497904Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:40:00.4714185Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:40:00.4824158Z test_validate_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.4934311Z test_validate_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.5043013Z test_validate_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.5153170Z test_validate_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.5260988Z test_validate_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.5371157Z test_validate_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.5479098Z test_validate_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.5588220Z test_validate_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.5696694Z test_validate_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.5804362Z test_validate_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.5914956Z test_validate_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.6024780Z test_validate_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.6132960Z test_validate_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.6239867Z test_validate_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.6346989Z test_validate_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.6454388Z test_validate_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.6559850Z test_validate_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.6664945Z test_validate_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:40:00.6771426Z test_validate_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.6879178Z test_validate_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.6986184Z test_validate_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.7093225Z test_validate_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.7200928Z test_validate_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.7309014Z test_validate_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:40:00.7354479Z test_validate_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:40:00.7400171Z test_validate_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:40:00.7445351Z test_validate_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:40:00.7490855Z test_validate_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:40:00.7536010Z test_validate_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:40:00.7582134Z test_validate_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:40:00.7627654Z test_validate_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:40:00.7672774Z test_validate_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:40:00.7828331Z test_validate_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.015s) 2022-09-27T15:40:00.7876885Z test_validate_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:40:00.7925087Z test_validate_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:40:00.7973783Z test_validate_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:40:00.8047882Z test_validate_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:40:00.8094468Z test_validate_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:40:00.8140746Z test_validate_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:40:00.8187200Z test_validate_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:40:00.8232919Z test_validate_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:40:00.8278534Z test_validate_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:40:00.8324637Z test_validate_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:40:00.8370881Z test_validate_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:40:00.8415728Z test_validate_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:40:00.8460696Z test_validate_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:40:00.8505921Z test_validate_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:40:00.8550917Z test_validate_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:40:00.8551218Z 2022-09-27T15:40:00.8551713Z ---------------------------------------------------------------------- 2022-09-27T15:40:00.8552148Z Ran 3806 tests in 321.275s 2022-09-27T15:40:00.8552364Z 2022-09-27T15:40:00.8552507Z OK (skipped=661) 2022-09-27T15:40:00.8552725Z 2022-09-27T15:40:00.8552869Z Generating XML reports... 2022-09-27T15:40:01.0954156Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCPU-20220927153439.xml 2022-09-27T15:40:01.0961781Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20220927153439.xml 2022-09-27T15:40:01.2944883Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCPU-20220927153439.xml 2022-09-27T15:40:02.1105223Z Running test_optim ... [2022-09-27 15:40:02.110090] 2022-09-27T15:40:02.1105755Z Executing ['/opt/conda/bin/python', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:40:02.110180] 2022-09-27T15:40:05.7490852Z Test results will be stored in test-reports/python-unittest/test_optim 2022-09-27T15:40:05.7538162Z 2022-09-27T15:40:05.7538265Z Running tests... 2022-09-27T15:40:05.7540256Z ---------------------------------------------------------------------- 2022-09-27T15:40:06.1449913Z test_adam (__main__.TestDifferentiableOptimizer) ... ok (0.391s) 2022-09-27T15:40:06.2072282Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... ok (0.062s) 2022-09-27T15:40:06.2239533Z test_sgd (__main__.TestDifferentiableOptimizer) ... ok (0.017s) 2022-09-27T15:40:06.2358986Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (0.012s) 2022-09-27T15:40:06.2478414Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (0.012s) 2022-09-27T15:40:06.2709462Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (0.023s) 2022-09-27T15:40:06.3671494Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.096s) 2022-09-27T15:40:06.3743520Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:40:06.3775568Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.3799832Z test_chained_lr1 (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:40:06.3800783Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:40:06.3806274Z ok (0.003s) 2022-09-27T15:40:06.3832191Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.3850113Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:40:06.3877793Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.3908860Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.3943779Z test_chained_lr5 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.4072359Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.013s) 2022-09-27T15:40:06.4203653Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-09-27T15:40:06.4331241Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-09-27T15:40:06.4461202Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.013s) 2022-09-27T15:40:06.4589281Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-09-27T15:40:06.4716997Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-09-27T15:40:06.4842930Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.013s) 2022-09-27T15:40:06.4865367Z test_compound_cosanneal_and_exp_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:40:06.4866231Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:40:06.4875652Z ok (0.003s) 2022-09-27T15:40:06.4908839Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.4941348Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.4972434Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.5003582Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.5037814Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.5068660Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.5100270Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.5143443Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.5185653Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.5218453Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.5261358Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.5291462Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.5322783Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.5349668Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.5374398Z test_constantlr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:40:06.5417502Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.5470102Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:40:06.5488631Z test_cos_anneal_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:40:06.5489568Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:40:06.5497213Z ok (0.003s) 2022-09-27T15:40:06.5529095Z test_cos_anneal_lr_continue (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:40:06.5529650Z warnings.warn(msg, FutureWarning) 2022-09-27T15:40:06.5529848Z ok (0.003s) 2022-09-27T15:40:06.5558397Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.5616256Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.006s) 2022-09-27T15:40:06.5630687Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:40:06.5692091Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.006s) 2022-09-27T15:40:06.5748797Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.006s) 2022-09-27T15:40:06.5808202Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.006s) 2022-09-27T15:40:06.5820987Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:40:06.5837730Z test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:40:06.5923984Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.009s) 2022-09-27T15:40:06.6006956Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.008s) 2022-09-27T15:40:06.6103306Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.010s) 2022-09-27T15:40:06.6154768Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:40:06.6203858Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:40:06.6254737Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:40:06.6307337Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:40:06.6501602Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.019s) 2022-09-27T15:40:06.6544810Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.6567904Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:40:06.6592016Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:40:06.6619286Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.6661708Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.6700239Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.6739497Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.6778169Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.6806677Z test_get_last_lr_sequentiallr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:163: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-09-27T15:40:06.6807622Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-09-27T15:40:06.6826075Z ok (0.005s) 2022-09-27T15:40:06.6863384Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.6883403Z test_lambda_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:40:06.6884269Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:40:06.6891393Z ok (0.003s) 2022-09-27T15:40:06.6911815Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:40:06.6935037Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:40:06.6979886Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.6999801Z test_linearlr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:40:06.7000650Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:40:06.7008024Z ok (0.003s) 2022-09-27T15:40:06.7062554Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:40:06.7081470Z test_multi_step_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:40:06.7082329Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:40:06.7089487Z ok (0.003s) 2022-09-27T15:40:06.7119872Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.7174484Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:40:06.7194207Z test_multiplicative_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:40:06.7195272Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:40:06.7203055Z ok (0.003s) 2022-09-27T15:40:06.7253977Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:40:06.7301253Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:40:06.7378742Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.008s) 2022-09-27T15:40:06.7392381Z test_no_cyclic_references (__main__.TestLRScheduler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82948 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T15:40:06.7460144Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:40:06.7527177Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:40:06.7594728Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:40:06.7657427Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.006s) 2022-09-27T15:40:06.7724855Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.007s) 2022-09-27T15:40:06.7737860Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:40:06.7791192Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:40:06.7804466Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:40:06.7817943Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.001s) 2022-09-27T15:40:06.7862651Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.7908980Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:40:06.7928125Z test_poly_lr (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:40:06.7928960Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:40:06.7935711Z ok (0.003s) 2022-09-27T15:40:06.7978683Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.8009354Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.8055021Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.8102344Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:40:06.8143765Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.8187890Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.8229594Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.8272555Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.8322510Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:40:06.8348651Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.8372110Z test_sequentiallr1 (__main__.TestLRScheduler) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:40:06.8374001Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:40:06.8375994Z /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:163: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-09-27T15:40:06.8377277Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-09-27T15:40:06.8388640Z ok (0.004s) 2022-09-27T15:40:06.8414763Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.8441977Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.8462055Z test_sequentiallr4 (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:40:06.8488046Z test_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.8531366Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.004s) 2022-09-27T15:40:06.8559222Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.8590847Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:06.8644788Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:40:06.8664785Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.002s) 2022-09-27T15:40:06.8718517Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.005s) 2022-09-27T15:40:06.8749156Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.003s) 2022-09-27T15:40:10.0227751Z test_adadelta (__main__.TestOptim) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:40:10.0228634Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:40:20.3344853Z ok (13.459s) 2022-09-27T15:40:20.3511471Z test_adadelta_complex (__main__.TestOptim) ... ok (0.017s) 2022-09-27T15:40:37.0950330Z test_adagrad (__main__.TestOptim) ... ok (16.744s) 2022-09-27T15:40:37.1181301Z test_adagrad_complex (__main__.TestOptim) ... ok (0.023s) 2022-09-27T15:41:21.2425171Z test_adagrad_sparse (__main__.TestOptim) ... ok (44.124s) 2022-09-27T15:42:01.3689691Z test_adam (__main__.TestOptim) ... ok (40.126s) 2022-09-27T15:42:11.1387985Z test_adamax (__main__.TestOptim) ... ok (9.770s) 2022-09-27T15:42:23.7028432Z test_adamw (__main__.TestOptim) ... ok (12.564s) 2022-09-27T15:42:31.6574135Z test_asgd (__main__.TestOptim) ... ok (7.954s) 2022-09-27T15:42:31.6587234Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.001s) 2022-09-27T15:42:31.6611783Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... skip: CUDA is required. (0.002s) 2022-09-27T15:42:31.6622651Z test_fused_optimizers (__main__.TestOptim) ... ok (0.001s) 2022-09-27T15:42:31.6632394Z test_invalid_param_type (__main__.TestOptim) ... ok (0.001s) 2022-09-27T15:42:33.4582335Z test_lbfgs (__main__.TestOptim) ... ok (1.795s) 2022-09-27T15:42:33.4589885Z test_lbfgs_return_type (__main__.TestOptim) ... skip: division-by-zero error with UBSAN (0.001s) 2022-09-27T15:42:33.4625523Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.003s) 2022-09-27T15:42:36.6728120Z test_nadam (__main__.TestOptim) ... /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py:143: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-09-27T15:42:36.6729120Z "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning) 2022-09-27T15:42:41.2306490Z ok (7.768s) 2022-09-27T15:42:41.2331948Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.003s) 2022-09-27T15:42:49.4822712Z test_radam (__main__.TestOptim) ... ok (8.249s) 2022-09-27T15:43:06.0619711Z test_rmsprop (__main__.TestOptim) ... ok (16.580s) 2022-09-27T15:43:13.0003234Z test_rprop (__main__.TestOptim) ... ok (6.938s) 2022-09-27T15:43:43.4211752Z test_sgd (__main__.TestOptim) ... ok (30.421s) 2022-09-27T15:43:43.4556124Z test_sgd_complex (__main__.TestOptim) ... ok (0.034s) 2022-09-27T15:44:17.7339357Z test_sgd_sparse (__main__.TestOptim) ... ok (34.278s) 2022-09-27T15:44:29.5751649Z test_sparse_adam (__main__.TestOptim) ... ok (11.841s) 2022-09-27T15:44:29.6140652Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.039s) 2022-09-27T15:44:29.6350009Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.021s) 2022-09-27T15:44:29.6547693Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.020s) 2022-09-27T15:44:29.6563803Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.002s) 2022-09-27T15:44:29.6706623Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.014s) 2022-09-27T15:44:29.7117331Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.041s) 2022-09-27T15:44:29.8114140Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (0.100s) 2022-09-27T15:44:29.9205391Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.109s) 2022-09-27T15:44:29.9205668Z 2022-09-27T15:44:29.9206061Z ---------------------------------------------------------------------- 2022-09-27T15:44:29.9208642Z Ran 149 tests in 264.167s 2022-09-27T15:44:29.9208875Z 2022-09-27T15:44:29.9209008Z OK (skipped=3) 2022-09-27T15:44:29.9209193Z 2022-09-27T15:44:29.9209353Z Generating XML reports... 2022-09-27T15:44:29.9239537Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20220927154005.xml 2022-09-27T15:44:29.9336796Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20220927154005.xml 2022-09-27T15:44:29.9360351Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestOptim-20220927154005.xml 2022-09-27T15:44:29.9368871Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20220927154005.xml 2022-09-27T15:44:30.5414230Z Running test_tensorexpr ... [2022-09-27 15:44:30.540974] 2022-09-27T15:44:30.5414753Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:44:30.541062] 2022-09-27T15:44:34.2179660Z Test results will be stored in test-reports/python-unittest/test_tensorexpr 2022-09-27T15:44:34.2199336Z 2022-09-27T15:44:34.2199475Z Running tests... 2022-09-27T15:44:34.2199921Z ---------------------------------------------------------------------- 2022-09-27T15:44:34.6242011Z test_add_const_rhs (__main__.TestTensorExprFuser) ... ok (0.404s) 2022-09-27T15:44:34.8035731Z test_add_sub (__main__.TestTensorExprFuser) ... ok (0.179s) 2022-09-27T15:44:35.1367852Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... ok (0.333s) 2022-09-27T15:44:35.1697099Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.033s) 2022-09-27T15:44:46.3847056Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (11.215s) 2022-09-27T15:44:46.6292882Z test_all_combos (__main__.TestTensorExprFuser) ... ok (0.245s) 2022-09-27T15:44:46.6649709Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.036s) 2022-09-27T15:44:49.1716674Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (2.506s) 2022-09-27T15:44:49.4802731Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (0.309s) 2022-09-27T15:44:50.1202425Z test_broadcast (__main__.TestTensorExprFuser) ... ok (0.640s) 2022-09-27T15:44:55.4974803Z test_broadcast3 (__main__.TestTensorExprFuser) ... ok (5.377s) 2022-09-27T15:44:55.5870583Z test_broadcast_2 (__main__.TestTensorExprFuser) ... ok (0.090s) 2022-09-27T15:45:15.0488234Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... ok (19.462s) 2022-09-27T15:45:17.4262503Z test_cat (__main__.TestTensorExprFuser) ... ok (2.377s) 2022-09-27T15:45:19.7738070Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (2.347s) 2022-09-27T15:45:22.0706319Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (2.297s) 2022-09-27T15:45:22.0717239Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.001s) 2022-09-27T15:45:24.4202538Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (2.348s) 2022-09-27T15:45:24.5652760Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.145s) 2022-09-27T15:45:24.6112999Z test_char (__main__.TestTensorExprFuser) ... ok (0.046s) 2022-09-27T15:45:25.2571958Z test_chunk (__main__.TestTensorExprFuser) ... ok (0.646s) 2022-09-27T15:45:25.6011744Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.344s) 2022-09-27T15:45:25.6520218Z test_constant (__main__.TestTensorExprFuser) ... ok (0.051s) 2022-09-27T15:45:25.6943184Z test_double (__main__.TestTensorExprFuser) ... ok (0.042s) 2022-09-27T15:45:25.7299208Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.036s) 2022-09-27T15:45:25.7319557Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.002s) 2022-09-27T15:45:25.8400906Z test_easy (__main__.TestTensorExprFuser) ... ok (0.108s) 2022-09-27T15:45:25.9786531Z test_eq (__main__.TestTensorExprFuser) ... ok (0.138s) 2022-09-27T15:45:26.0645988Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.086s) 2022-09-27T15:45:26.2457883Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.181s) 2022-09-27T15:45:26.4330260Z test_ge (__main__.TestTensorExprFuser) ... ok (0.187s) 2022-09-27T15:45:26.5359096Z test_gt (__main__.TestTensorExprFuser) ... ok (0.103s) 2022-09-27T15:45:26.5370418Z test_guard_fails (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:45:26.5388297Z test_half_bn_relu (__main__.TestTensorExprFuser) ... ok (0.002s) 2022-09-27T15:45:26.5512981Z test_half_gelu (__main__.TestTensorExprFuser) ... ok (0.012s) 2022-09-27T15:45:26.5963435Z test_int64_promotion (__main__.TestTensorExprFuser) ... ok (0.045s) 2022-09-27T15:45:26.6383431Z test_int_output (__main__.TestTensorExprFuser) ... ok (0.042s) 2022-09-27T15:45:26.7822215Z test_le (__main__.TestTensorExprFuser) ... ok (0.144s) 2022-09-27T15:45:27.9819551Z test_loop (__main__.TestTensorExprFuser) ... ok (1.200s) 2022-09-27T15:45:28.0827784Z test_lt (__main__.TestTensorExprFuser) ... ok (0.101s) 2022-09-27T15:45:28.1146020Z test_mask (__main__.TestTensorExprFuser) ... ok (0.032s) 2022-09-27T15:45:28.2783182Z test_min_max (__main__.TestTensorExprFuser) ... ok (0.164s) 2022-09-27T15:45:28.3239344Z test_min_max_reduction (__main__.TestTensorExprFuser) ... ok (0.046s) 2022-09-27T15:45:28.3649110Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... ok (0.041s) 2022-09-27T15:45:28.4172884Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... ok (0.052s) 2022-09-27T15:45:28.6270395Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... ok (0.210s) 2022-09-27T15:45:28.6631140Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.036s) 2022-09-27T15:45:28.8709833Z test_multioutput (__main__.TestTensorExprFuser) ... ok (0.208s) 2022-09-27T15:45:29.0612448Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.190s) 2022-09-27T15:45:29.1701226Z test_nans (__main__.TestTensorExprFuser) ... ok (0.109s) 2022-09-27T15:45:29.2747857Z test_ne (__main__.TestTensorExprFuser) ... ok (0.105s) 2022-09-27T15:45:29.3966743Z test_promotion (__main__.TestTensorExprFuser) ... ok (0.122s) 2022-09-27T15:46:45.0637154Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... ok (75.667s) 2022-09-27T15:46:47.5309519Z test_rand_like (__main__.TestTensorExprFuser) ... ok (2.467s) 2022-09-27T15:46:49.0210126Z test_rank_two (__main__.TestTensorExprFuser) ... ok (1.490s) 2022-09-27T15:46:49.4797222Z test_relu (__main__.TestTensorExprFuser) ... ok (0.459s) 2022-09-27T15:46:49.9741329Z test_remainder (__main__.TestTensorExprFuser) ... ok (0.494s) 2022-09-27T15:46:52.5188237Z test_reps (__main__.TestTensorExprFuser) ... ok (2.543s) 2022-09-27T15:46:52.5813120Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.064s) 2022-09-27T15:46:52.6455682Z test_short (__main__.TestTensorExprFuser) ... ok (0.064s) 2022-09-27T15:46:52.7923705Z test_simple_add (__main__.TestTensorExprFuser) ... ok (0.147s) 2022-09-27T15:47:39.1185314Z test_slice (__main__.TestTensorExprFuser) ... ok (46.326s) 2022-09-27T15:47:39.3074976Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.189s) 2022-09-27T15:47:39.9856061Z test_softmax_cpu (__main__.TestTensorExprFuser) ... ok (0.678s) 2022-09-27T15:47:39.9860967Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:47:40.2763682Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... ok (0.290s) 2022-09-27T15:47:40.4791719Z test_three_arg (__main__.TestTensorExprFuser) ... ok (0.203s) 2022-09-27T15:47:41.7644285Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (1.285s) 2022-09-27T15:47:42.0069896Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.242s) 2022-09-27T15:47:47.2256310Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (5.218s) 2022-09-27T15:48:09.3686897Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (22.143s) 2022-09-27T15:48:09.4919259Z test_where (__main__.TestTensorExprFuser) ... ok (0.123s) 2022-09-27T15:48:09.4919533Z 2022-09-27T15:48:09.4919878Z ---------------------------------------------------------------------- 2022-09-27T15:48:09.4920163Z Ran 72 tests in 215.272s 2022-09-27T15:48:09.4920323Z 2022-09-27T15:48:09.4920451Z OK (skipped=4) 2022-09-27T15:48:09.4920609Z 2022-09-27T15:48:09.4920748Z Generating XML reports... 2022-09-27T15:48:09.5013775Z Generated XML report: test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20220927154434.xml 2022-09-27T15:48:10.6163451Z Running test_sparse ... [2022-09-27 15:48:10.615965] 2022-09-27T15:48:10.6163993Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:48:10.616055] 2022-09-27T15:48:15.5544596Z Test results will be stored in test-reports/python-unittest/test_sparse 2022-09-27T15:48:15.5841633Z 2022-09-27T15:48:15.5842036Z Running tests... 2022-09-27T15:48:15.5842703Z ---------------------------------------------------------------------- 2022-09-27T15:48:15.6519850Z test_Sparse_to_Sparse_copy__cpu_bfloat16 (__main__.TestSparseCPU) ... test_sparse.py:744: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:48:15.6521557Z self.assertEqual(None, x1.grad) 2022-09-27T15:48:15.6937969Z ok (0.109s) 2022-09-27T15:48:15.7005381Z test_Sparse_to_Sparse_copy__cpu_complex128 (__main__.TestSparseCPU) ... test_sparse.py:716: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T15:48:15.7005870Z x1 = x1.to(torch.float32) 2022-09-27T15:48:15.7772844Z ok (0.083s) 2022-09-27T15:48:15.8585286Z test_Sparse_to_Sparse_copy__cpu_float64 (__main__.TestSparseCPU) ... ok (0.081s) 2022-09-27T15:48:15.8603927Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_complex128 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.002s) 2022-09-27T15:48:15.8621729Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_float64 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.002s) 2022-09-27T15:48:15.8883865Z test_add_dense_sparse_mismatch_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.026s) 2022-09-27T15:48:15.9143044Z test_add_dense_sparse_mismatch_cpu_float64 (__main__.TestSparseCPU) ... ok (0.026s) 2022-09-27T15:48:15.9192183Z test_add_noncontiguous_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:48:15.9232255Z test_add_noncontiguous_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:48:15.9258046Z test_add_sub_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-09-27T15:48:15.9279331Z test_add_sub_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:48:15.9621339Z test_add_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.034s) 2022-09-27T15:48:15.9900924Z test_add_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.028s) 2022-09-27T15:48:15.9930153Z test_any_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-09-27T15:48:16.0863709Z test_asin_arcsin_cpu_float32 (__main__.TestSparseCPU) ... ok (0.093s) 2022-09-27T15:48:16.1765787Z test_asin_arcsin_cpu_float64 (__main__.TestSparseCPU) ... ok (0.090s) 2022-09-27T15:48:16.4869535Z test_asin_arcsin_cpu_int16 (__main__.TestSparseCPU) ... ok (0.310s) 2022-09-27T15:48:16.7977460Z test_asin_arcsin_cpu_int32 (__main__.TestSparseCPU) ... ok (0.311s) 2022-09-27T15:48:17.1081124Z test_asin_arcsin_cpu_int64 (__main__.TestSparseCPU) ... ok (0.310s) 2022-09-27T15:48:17.4264780Z test_asin_arcsin_cpu_int8 (__main__.TestSparseCPU) ... ok (0.318s) 2022-09-27T15:48:17.7373706Z test_asin_arcsin_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.311s) 2022-09-27T15:48:17.7420186Z test_assign_cpu_float64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:48:17.8529441Z test_basic_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.111s) 2022-09-27T15:48:17.9603770Z test_basic_cpu_float64 (__main__.TestSparseCPU) ... ok (0.107s) 2022-09-27T15:48:20.3640283Z test_basic_ops_cpu_float64 (__main__.TestSparseCPU) ... ok (2.404s) 2022-09-27T15:48:25.0887974Z test_bmm_cpu_float64 (__main__.TestSparseCPU) ... ok (4.725s) 2022-09-27T15:48:25.0901201Z test_bmm_cuda_version_error_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:48:25.0922314Z test_bmm_deterministic_cpu_float64 (__main__.TestSparseCPU) ... skip: bmm sparse-dense requires CUDA 10.1 or greater (0.002s) 2022-09-27T15:48:25.0930096Z test_bmm_windows_error_cpu_float64 (__main__.TestSparseCPU) ... skip: this test ensures bmm sparse-dense CUDA gives an error when run on Windows with CUDA < 11.0 (0.001s) 2022-09-27T15:48:25.2151126Z test_cat_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.122s) 2022-09-27T15:48:25.3298925Z test_cat_cpu_float64 (__main__.TestSparseCPU) ... ok (0.115s) 2022-09-27T15:48:25.3380238Z test_change_tensor_metadata_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:48:25.3456601Z test_change_tensor_metadata_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:48:25.3582861Z test_clone_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.013s) 2022-09-27T15:48:25.3689850Z test_clone_cpu_float64 (__main__.TestSparseCPU) ... ok (0.011s) 2022-09-27T15:48:25.4153030Z test_coalesce_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.046s) 2022-09-27T15:48:25.4603106Z test_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.045s) 2022-09-27T15:48:25.4989225Z test_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.039s) 2022-09-27T15:48:25.5013767Z test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:48:25.5436111Z test_coalesce_transpose_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.042s) 2022-09-27T15:48:25.5682510Z test_constructor_device_legacy_cpu (__main__.TestSparseCPU) ... ok (0.025s) 2022-09-27T15:48:25.5814037Z test_contig_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.013s) 2022-09-27T15:48:25.5935970Z test_contig_cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-09-27T15:48:25.6216872Z test_contig_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.028s) 2022-09-27T15:48:25.6349373Z test_contig_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-09-27T15:48:25.6536390Z test_ctor_large_sizes_cpu_float64 (__main__.TestSparseCPU) ... ok (0.019s) 2022-09-27T15:48:25.6668762Z test_ctor_size_checks_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.013s) 2022-09-27T15:48:25.6801267Z test_ctor_size_checks_cpu_float64 (__main__.TestSparseCPU) ... ok (0.013s) 2022-09-27T15:48:25.6819349Z test_cuda_empty_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:48:25.6917782Z test_div_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T15:48:25.7147758Z test_div_rounding_mode_cpu_float32 (__main__.TestSparseCPU) ... ok (0.023s) 2022-09-27T15:48:25.7346224Z test_div_rounding_mode_cpu_float64 (__main__.TestSparseCPU) ... ok (0.020s) 2022-09-27T15:48:26.1378378Z test_dsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.403s) 2022-09-27T15:48:26.1404073Z test_dtypes_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-09-27T15:48:26.1561238Z test_empty_full_cpu (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T15:48:26.2923602Z test_empty_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.136s) 2022-09-27T15:48:26.4265197Z test_empty_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.134s) 2022-09-27T15:48:26.4374922Z test_factory_copy_cpu (__main__.TestSparseCPU) ... ok (0.011s) 2022-09-27T15:48:26.4593355Z test_factory_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.022s) 2022-09-27T15:48:26.4804015Z test_factory_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.021s) 2022-09-27T15:48:26.5013739Z test_factory_cpu_float16 (__main__.TestSparseCPU) ... ok (0.021s) 2022-09-27T15:48:26.5212984Z test_factory_cpu_float32 (__main__.TestSparseCPU) ... ok (0.020s) 2022-09-27T15:48:26.5409239Z test_factory_cpu_float64 (__main__.TestSparseCPU) ... ok (0.019s) 2022-09-27T15:48:26.5423290Z test_factory_default_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:48:26.5759832Z test_factory_dense_dim_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.033s) 2022-09-27T15:48:26.6093943Z test_factory_dense_dim_cpu_float64 (__main__.TestSparseCPU) ... ok (0.033s) 2022-09-27T15:48:26.6115344Z test_factory_device_type_inference_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:48:26.6146307Z test_factory_empty_indices_cpu (__main__.TestSparseCPU) ... ok (0.003s) 2022-09-27T15:48:26.6482037Z test_factory_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.033s) 2022-09-27T15:48:26.6816408Z test_factory_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.033s) 2022-09-27T15:48:26.6903598Z test_factory_nnz_zero_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.009s) 2022-09-27T15:48:26.6980613Z test_factory_nnz_zero_cpu_float64 (__main__.TestSparseCPU) ... ok (0.008s) 2022-09-27T15:48:26.7572462Z test_factory_size_check_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.059s) 2022-09-27T15:48:26.8158920Z test_factory_size_check_cpu_float64 (__main__.TestSparseCPU) ... ok (0.059s) 2022-09-27T15:48:26.8207715Z test_factory_type_inference_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:48:26.8252456Z test_factory_type_inference_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:48:26.8297861Z test_factory_type_inference_cpu_float16 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:48:26.8343309Z test_factory_type_inference_cpu_float32 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:48:26.8388573Z test_factory_type_inference_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:48:26.8434076Z test_factory_type_inference_cpu_int64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:48:26.8537491Z test_floor_divide_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T15:48:26.9995592Z test_full_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.146s) 2022-09-27T15:48:27.1244706Z test_full_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.125s) 2022-09-27T15:48:27.5128458Z test_hsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.388s) 2022-09-27T15:48:30.1017776Z test_index_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (2.589s) 2022-09-27T15:48:31.5697518Z test_index_select_cpu_float64 (__main__.TestSparseCPU) ... ok (1.468s) 2022-09-27T15:48:31.7777093Z test_index_select_empty_and_non_contiguous_index_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.208s) 2022-09-27T15:48:31.9216779Z test_index_select_empty_and_non_contiguous_index_cpu_float64 (__main__.TestSparseCPU) ... ok (0.144s) 2022-09-27T15:48:38.2221891Z test_index_select_exhaustive_index_large_cpu_complex128 (__main__.TestSparseCPU) ... ok (6.300s) 2022-09-27T15:48:42.8099638Z test_index_select_exhaustive_index_large_cpu_float64 (__main__.TestSparseCPU) ... ok (4.588s) 2022-09-27T15:48:43.9137961Z test_index_select_exhaustive_index_small_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.104s) 2022-09-27T15:48:44.9306536Z test_index_select_exhaustive_index_small_cpu_float64 (__main__.TestSparseCPU) ... ok (1.017s) 2022-09-27T15:48:44.9320452Z test_index_select_parallelization_cpu_complex128 (__main__.TestSparseCPU) 2022-09-27T15:48:46.4757361Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (1.545s) 2022-09-27T15:48:46.4767954Z test_index_select_parallelization_cpu_float64 (__main__.TestSparseCPU) 2022-09-27T15:48:47.7845443Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (1.309s) 2022-09-27T15:48:47.7934623Z test_is_nonzero_cpu (__main__.TestSparseCPU) ... ok (0.009s) 2022-09-27T15:48:47.7948552Z test_is_sparse_cpu (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T15:48:47.7997355Z test_isnan_cpu (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:48:47.8021033Z test_legacy_constructor_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:48:47.8045596Z test_legacy_new_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:48:47.8751851Z test_log1p_cpu_float32 (__main__.TestSparseCPU) ... ok (0.070s) 2022-09-27T15:48:47.9452385Z test_log1p_cpu_float64 (__main__.TestSparseCPU) ... ok (0.070s) 2022-09-27T15:48:48.0301108Z test_log1p_cpu_int16 (__main__.TestSparseCPU) ... ok (0.085s) 2022-09-27T15:48:48.1150470Z test_log1p_cpu_int32 (__main__.TestSparseCPU) ... ok (0.085s) 2022-09-27T15:48:48.1997899Z test_log1p_cpu_int64 (__main__.TestSparseCPU) ... ok (0.085s) 2022-09-27T15:48:48.2845958Z test_log1p_cpu_int8 (__main__.TestSparseCPU) ... ok (0.085s) 2022-09-27T15:48:48.3701028Z test_log1p_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.085s) 2022-09-27T15:48:49.5633672Z test_mm_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.193s) 2022-09-27T15:48:50.1686182Z test_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.605s) 2022-09-27T15:48:50.2508038Z test_mv_cpu_float64 (__main__.TestSparseCPU) ... ok (0.082s) 2022-09-27T15:48:50.4559924Z test_narrow_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.205s) 2022-09-27T15:48:50.6495147Z test_narrow_cpu_float64 (__main__.TestSparseCPU) ... ok (0.193s) 2022-09-27T15:48:50.6809605Z test_neg_negative_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.031s) 2022-09-27T15:48:50.7091652Z test_neg_negative_cpu_float64 (__main__.TestSparseCPU) ... ok (0.028s) 2022-09-27T15:48:50.7233556Z test_new_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.014s) 2022-09-27T15:48:50.7356151Z test_new_cpu_float64 (__main__.TestSparseCPU) ... ok (0.012s) 2022-09-27T15:48:50.7363068Z test_new_device_multi_gpu_cpu (__main__.TestSparseCPU) ... skip: only one GPU detected (0.001s) 2022-09-27T15:48:50.7373862Z test_new_device_single_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:48:50.8314534Z test_norm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.094s) 2022-09-27T15:48:50.9244317Z test_norm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.093s) 2022-09-27T15:48:51.9974833Z test_permute_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.073s) 2022-09-27T15:48:52.8210885Z test_permute_cpu_float64 (__main__.TestSparseCPU) ... ok (0.823s) 2022-09-27T15:48:52.8452086Z test_pickle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.024s) 2022-09-27T15:48:52.8668120Z test_print_coalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.021s) 2022-09-27T15:48:52.8874591Z test_print_uncoalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.021s) 2022-09-27T15:48:52.8912670Z test_resize_as_cpu (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:48:52.9731067Z test_resize_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.082s) 2022-09-27T15:48:53.0542762Z test_resize_cpu_float64 (__main__.TestSparseCPU) ... ok (0.081s) 2022-09-27T15:48:54.7872154Z test_saddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.733s) 2022-09-27T15:48:56.0147243Z test_saddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (1.227s) 2022-09-27T15:48:56.0171850Z test_same_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:48:56.0274381Z test_scalar_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T15:48:56.0361198Z test_scalar_cpu_float64 (__main__.TestSparseCPU) ... ok (0.009s) 2022-09-27T15:48:58.6881403Z test_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (2.652s) 2022-09-27T15:49:00.1605109Z test_select_cpu_float64 (__main__.TestSparseCPU) ... ok (1.472s) 2022-09-27T15:49:00.1656314Z test_select_no_type_promotion_cpu_int16 (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:49:00.1708639Z test_select_no_type_promotion_cpu_int32 (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:49:00.1758467Z test_select_no_type_promotion_cpu_int64 (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:49:00.1807899Z test_select_no_type_promotion_cpu_int8 (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:49:00.1856120Z test_select_no_type_promotion_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.005s) 2022-09-27T15:49:00.1900466Z test_shared_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:49:00.1940291Z test_shared_cpu_float64 (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:49:00.1961482Z test_small_nnz_coalesced_cpu (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:49:02.5912492Z test_softmax_cpu_float64 (__main__.TestSparseCPU) ... ok (2.395s) 2022-09-27T15:49:02.5933473Z test_softmax_zero_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:49:03.6057289Z test_spadd_cpu_float64 (__main__.TestSparseCPU) ... ok (1.012s) 2022-09-27T15:49:03.6084894Z test_sparse_add_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-09-27T15:49:03.6111398Z test_sparse_add_coalesce_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-09-27T15:49:03.6137265Z test_sparse_add_coalesce_cpu_float32 (__main__.TestSparseCPU) ... ok (0.003s) 2022-09-27T15:49:03.6162938Z test_sparse_add_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:49:03.6178331Z test_sparse_add_out_bfloat16_cpu_complex128 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:03.6192925Z test_sparse_add_out_bfloat16_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:03.6214387Z test_sparse_addmm_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-09-27T15:49:03.6236288Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-09-27T15:49:03.6257797Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.002s) 2022-09-27T15:49:03.6275579Z test_sparse_bool_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:49:03.6292516Z test_sparse_bool_cpu_float64 (__main__.TestSparseCPU) ... ok (0.002s) 2022-09-27T15:49:03.6645770Z test_sparse_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.035s) 2022-09-27T15:49:03.6974984Z test_sparse_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.033s) 2022-09-27T15:49:03.9343623Z test_sparse_dense_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (0.237s) 2022-09-27T15:49:03.9662821Z test_sparse_dense_mul_cpu_bool (__main__.TestSparseCPU) ... ok (0.032s) 2022-09-27T15:49:04.5796641Z test_sparse_dense_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.613s) 2022-09-27T15:49:05.2206279Z test_sparse_dense_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.641s) 2022-09-27T15:49:05.4628213Z test_sparse_dense_mul_cpu_float16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.float16, device=cpu runs only with coalesced inputs (0.242s) 2022-09-27T15:49:06.0207572Z test_sparse_dense_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (0.558s) 2022-09-27T15:49:06.5164179Z test_sparse_dense_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.496s) 2022-09-27T15:49:06.8759249Z test_sparse_dense_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (0.359s) 2022-09-27T15:49:07.2682785Z test_sparse_dense_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (0.392s) 2022-09-27T15:49:07.6127936Z test_sparse_dense_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (0.344s) 2022-09-27T15:49:07.9726350Z test_sparse_dense_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (0.360s) 2022-09-27T15:49:08.3706938Z test_sparse_dense_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.398s) 2022-09-27T15:49:08.5870207Z test_sparse_mask_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.216s) 2022-09-27T15:49:08.7513137Z test_sparse_mask_cpu_float64 (__main__.TestSparseCPU) ... ok (0.164s) 2022-09-27T15:49:09.0998638Z test_sparse_mask_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.348s) 2022-09-27T15:49:09.3535591Z test_sparse_mask_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.254s) 2022-09-27T15:49:09.3665961Z test_sparse_matmul_cpu_complex128 (__main__.TestSparseCPU) 2022-09-27T15:49:21.6464819Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (12.293s) 2022-09-27T15:49:21.6508843Z test_sparse_matmul_cpu_complex64 (__main__.TestSparseCPU) 2022-09-27T15:49:22.6131369Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.967s) 2022-09-27T15:49:22.6175294Z test_sparse_matmul_cpu_float32 (__main__.TestSparseCPU) 2022-09-27T15:49:23.5165480Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.903s) 2022-09-27T15:49:23.5216438Z test_sparse_matmul_cpu_float64 (__main__.TestSparseCPU) 2022-09-27T15:49:29.4021657Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (5.886s) 2022-09-27T15:49:29.4491987Z test_sparse_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.047s) 2022-09-27T15:49:29.4696475Z test_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.020s) 2022-09-27T15:49:29.4921627Z test_sparse_spdiags_cpu_bool (__main__.TestSparseCPU) ... test_sparse.py:3693: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T15:49:29.4922764Z out = torch.sparse.spdiags(diags, offsets, shape, layout=layout) 2022-09-27T15:49:29.5649743Z ok (0.095s) 2022-09-27T15:49:29.6937868Z test_sparse_spdiags_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.129s) 2022-09-27T15:49:29.8376376Z test_sparse_spdiags_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.144s) 2022-09-27T15:49:29.9474174Z test_sparse_spdiags_cpu_float32 (__main__.TestSparseCPU) ... ok (0.110s) 2022-09-27T15:49:30.0563759Z test_sparse_spdiags_cpu_float64 (__main__.TestSparseCPU) ... ok (0.109s) 2022-09-27T15:49:30.1505966Z test_sparse_spdiags_cpu_int16 (__main__.TestSparseCPU) ... ok (0.094s) 2022-09-27T15:49:30.2448002Z test_sparse_spdiags_cpu_int32 (__main__.TestSparseCPU) ... ok (0.094s) 2022-09-27T15:49:30.3379585Z test_sparse_spdiags_cpu_int64 (__main__.TestSparseCPU) ... ok (0.093s) 2022-09-27T15:49:30.4325062Z test_sparse_spdiags_cpu_int8 (__main__.TestSparseCPU) ... ok (0.094s) 2022-09-27T15:49:30.5263124Z test_sparse_spdiags_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.094s) 2022-09-27T15:49:30.9455644Z test_sparse_sum_cpu_float64 (__main__.TestSparseCPU) ... ok (0.419s) 2022-09-27T15:49:30.9493665Z test_sparse_to_numpy_cpu (__main__.TestSparseCPU) ... ok (0.004s) 2022-09-27T15:49:32.3603407Z test_sspaddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (1.411s) 2022-09-27T15:49:33.2542845Z test_sspaddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.894s) 2022-09-27T15:49:33.2555004Z test_storage_not_null_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:49:33.2590007Z test_t_empty_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.003s) 2022-09-27T15:49:33.2623682Z test_t_empty_cpu_float64 (__main__.TestSparseCPU) ... ok (0.003s) 2022-09-27T15:49:33.2911559Z test_to_dense_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.029s) 2022-09-27T15:49:33.3190361Z test_to_dense_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.028s) 2022-09-27T15:49:33.3476034Z test_to_dense_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.028s) 2022-09-27T15:49:33.3744691Z test_to_dense_cpu_float16 (__main__.TestSparseCPU) ... ok (0.027s) 2022-09-27T15:49:33.4016134Z test_to_dense_cpu_float32 (__main__.TestSparseCPU) ... ok (0.027s) 2022-09-27T15:49:33.4335115Z test_to_dense_cpu_float64 (__main__.TestSparseCPU) ... ok (0.032s) 2022-09-27T15:49:33.4731818Z test_to_dense_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.040s) 2022-09-27T15:49:33.4923461Z test_to_dense_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.019s) 2022-09-27T15:49:34.0410653Z test_to_sparse_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.548s) 2022-09-27T15:49:34.5502060Z test_to_sparse_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.509s) 2022-09-27T15:49:35.1280183Z test_to_sparse_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.578s) 2022-09-27T15:49:35.6242211Z test_to_sparse_cpu_float16 (__main__.TestSparseCPU) ... ok (0.496s) 2022-09-27T15:49:36.1291785Z test_to_sparse_cpu_float64 (__main__.TestSparseCPU) ... ok (0.505s) 2022-09-27T15:49:36.5688058Z test_to_sparse_cpu_int32 (__main__.TestSparseCPU) ... ok (0.440s) 2022-09-27T15:49:36.6416082Z test_transpose_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.073s) 2022-09-27T15:49:36.7034754Z test_transpose_cpu_float64 (__main__.TestSparseCPU) ... ok (0.062s) 2022-09-27T15:49:37.1268830Z test_unsqueeze_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.423s) 2022-09-27T15:49:37.5094659Z test_unsqueeze_cpu_float64 (__main__.TestSparseCPU) ... ok (0.382s) 2022-09-27T15:49:38.0244888Z test_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.515s) 2022-09-27T15:49:38.4553234Z test_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.431s) 2022-09-27T15:49:39.0152148Z test_zeros_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.560s) 2022-09-27T15:49:39.5134304Z test_zeros_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.498s) 2022-09-27T15:49:39.5147726Z test_future_empty_dim__masked_amax_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:39.5753600Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.062s) 2022-09-27T15:49:39.5766813Z test_future_empty_dim__masked_amax_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:39.6372178Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.062s) 2022-09-27T15:49:39.6384958Z test_future_empty_dim__masked_amax_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:39.6966072Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.059s) 2022-09-27T15:49:39.6978608Z test_future_empty_dim__masked_amax_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:39.7545175Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.058s) 2022-09-27T15:49:39.7557146Z test_future_empty_dim__masked_amax_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:39.7977130Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.043s) 2022-09-27T15:49:39.7989534Z test_future_empty_dim__masked_amax_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:39.8413614Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.044s) 2022-09-27T15:49:39.8426293Z test_future_empty_dim__masked_amax_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:39.8844697Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.043s) 2022-09-27T15:49:39.8857965Z test_future_empty_dim__masked_amax_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:39.9283505Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.044s) 2022-09-27T15:49:39.9296634Z test_future_empty_dim__masked_amax_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:39.9705437Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.042s) 2022-09-27T15:49:39.9717978Z test_future_empty_dim__masked_amin_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.0295906Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.059s) 2022-09-27T15:49:40.0307533Z test_future_empty_dim__masked_amin_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.0922075Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.063s) 2022-09-27T15:49:40.0934056Z test_future_empty_dim__masked_amin_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.1515423Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.059s) 2022-09-27T15:49:40.1528567Z test_future_empty_dim__masked_amin_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.2101232Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.058s) 2022-09-27T15:49:40.2113247Z test_future_empty_dim__masked_amin_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.2531560Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.043s) 2022-09-27T15:49:40.2543643Z test_future_empty_dim__masked_amin_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.2966144Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.043s) 2022-09-27T15:49:40.2981482Z test_future_empty_dim__masked_amin_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.3405723Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.044s) 2022-09-27T15:49:40.3417883Z test_future_empty_dim__masked_amin_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.3836814Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.043s) 2022-09-27T15:49:40.3850352Z test_future_empty_dim__masked_amin_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.4271775Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.043s) 2022-09-27T15:49:40.4284497Z test_future_empty_dim__masked_prod_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.4828654Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.056s) 2022-09-27T15:49:40.4841816Z test_future_empty_dim__masked_prod_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.5305579Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.048s) 2022-09-27T15:49:40.5318160Z test_future_empty_dim__masked_prod_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.5772886Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.047s) 2022-09-27T15:49:40.5785500Z test_future_empty_dim__masked_prod_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.6374678Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.060s) 2022-09-27T15:49:40.6387314Z test_future_empty_dim__masked_prod_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.6966151Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.059s) 2022-09-27T15:49:40.6978375Z test_future_empty_dim__masked_prod_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.7396013Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.043s) 2022-09-27T15:49:40.7408315Z test_future_empty_dim__masked_prod_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.7817596Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.042s) 2022-09-27T15:49:40.7829897Z test_future_empty_dim__masked_prod_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.8237310Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.042s) 2022-09-27T15:49:40.8249666Z test_future_empty_dim__masked_prod_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.8661185Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.042s) 2022-09-27T15:49:40.8673351Z test_future_empty_dim__masked_prod_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.9094501Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.043s) 2022-09-27T15:49:40.9106773Z test_future_empty_dim__masked_sum_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:40.9749308Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.065s) 2022-09-27T15:49:40.9761606Z test_future_empty_dim__masked_sum_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:41.0230104Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.048s) 2022-09-27T15:49:41.0242270Z test_future_empty_dim__masked_sum_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:41.0781580Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.055s) 2022-09-27T15:49:41.0793949Z test_future_empty_dim__masked_sum_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:41.1331235Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.055s) 2022-09-27T15:49:41.1343359Z test_future_empty_dim__masked_sum_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:41.1989390Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.066s) 2022-09-27T15:49:41.2001731Z test_future_empty_dim__masked_sum_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:41.2655101Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.066s) 2022-09-27T15:49:41.2667242Z test_future_empty_dim__masked_sum_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:41.3307334Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.065s) 2022-09-27T15:49:41.3320529Z test_future_empty_dim__masked_sum_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:41.3806218Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.050s) 2022-09-27T15:49:41.3818464Z test_future_empty_dim__masked_sum_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:41.4305402Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.050s) 2022-09-27T15:49:41.4317622Z test_future_empty_dim__masked_sum_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:41.4787518Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.048s) 2022-09-27T15:49:41.4800061Z test_future_empty_dim__masked_sum_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:41.5296144Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.051s) 2022-09-27T15:49:41.5308417Z test_future_empty_dim__masked_sum_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T15:49:41.6004203Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.071s) 2022-09-27T15:49:41.6045790Z test_basic (__main__.TestSparseMeta) ... ok (0.004s) 2022-09-27T15:49:41.6059787Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... skip: CUDA not available (0.001s) 2022-09-27T15:49:41.6075559Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... skip: CUDA not available (0.002s) 2022-09-27T15:49:41.6116756Z test_inplace_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:41.6155372Z test_inplace_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:41.6188837Z test_inplace_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:41.6221985Z test_inplace_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:41.6388241Z test_inplace_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:41.6555269Z test_inplace_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:41.6722803Z test_inplace_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:41.6892149Z test_inplace_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:41.7058303Z test_inplace_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:41.7104147Z test_inplace_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T15:49:41.7144143Z test_inplace_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:41.7177653Z test_inplace_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:41.7210263Z test_inplace_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:41.7375370Z test_inplace_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:41.7537382Z test_inplace_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:41.7700628Z test_inplace_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:41.7865368Z test_inplace_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:41.8032916Z test_inplace_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:41.8081491Z test_inplace_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T15:49:41.8124527Z test_inplace_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:41.8161835Z test_inplace_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:41.8197915Z test_inplace_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:41.8365197Z test_inplace_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:41.8530829Z test_inplace_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:41.8696979Z test_inplace_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:41.8862205Z test_inplace_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:41.9029691Z test_inplace_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:41.9075464Z test_inplace_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T15:49:41.9117816Z test_inplace_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:41.9151945Z test_inplace_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:41.9184993Z test_inplace_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:41.9349537Z test_inplace_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:41.9511815Z test_inplace_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:41.9675367Z test_inplace_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:41.9838598Z test_inplace_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:41.9999852Z test_inplace_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.0037843Z test_inplace_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:42.0101021Z test_inplace_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T15:49:42.0126723Z test_inplace_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.0152241Z test_inplace_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.0177477Z test_inplace_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.0203116Z test_inplace_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.0228777Z test_inplace_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.0243954Z test_inplace_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.0258690Z test_inplace_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.0273441Z test_inplace_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.0288489Z test_inplace_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.0303094Z test_inplace_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.0317888Z test_inplace_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.0332731Z test_inplace_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.0347323Z test_inplace_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.0362334Z test_inplace_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.0373138Z test_inplace_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:49:42.0383851Z test_inplace_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:49:42.0394672Z test_inplace_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:49:42.0405252Z test_inplace_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:49:42.0416400Z test_inplace_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:49:42.0427206Z test_inplace_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:49:42.0437961Z test_inplace_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:49:42.0448124Z test_inplace_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:49:42.0457559Z test_inplace_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.001s) 2022-09-27T15:49:42.0495115Z test_inplace_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:42.0529164Z test_inplace_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.0693725Z test_inplace_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.0858188Z test_inplace_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.1023022Z test_inplace_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.1188736Z test_inplace_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:42.1354103Z test_inplace_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.1393510Z test_inplace_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:42.1428786Z test_inplace_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.1591196Z test_inplace_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.1754548Z test_inplace_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.1917774Z test_inplace_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.2082123Z test_inplace_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.2246443Z test_inplace_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.2285952Z test_inplace_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:42.2320793Z test_inplace_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.2347233Z test_inplace_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.2373684Z test_inplace_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.2398859Z test_inplace_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.2424337Z test_inplace_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.2450427Z test_inplace_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.2465620Z test_inplace_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2480742Z test_inplace_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2495993Z test_inplace_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2510971Z test_inplace_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2525899Z test_inplace_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2540780Z test_inplace_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2555148Z test_inplace_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2569448Z test_inplace_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2583900Z test_inplace_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2599005Z test_inplace_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2613994Z test_inplace_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2628833Z test_inplace_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2643844Z test_inplace_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2658773Z test_inplace_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2673963Z test_inplace_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2689041Z test_inplace_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2703860Z test_inplace_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2718782Z test_inplace_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2733341Z test_inplace_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2747705Z test_inplace_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2762132Z test_inplace_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2776761Z test_inplace_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2791724Z test_inplace_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2806536Z test_inplace_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2821430Z test_inplace_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2836250Z test_inplace_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2851421Z test_inplace_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2866077Z test_inplace_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2880941Z test_inplace_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2895711Z test_inplace_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2910349Z test_inplace_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2925158Z test_inplace_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.2964817Z test_inplace_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:42.3000701Z test_inplace_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:42.3166020Z test_inplace_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.3330734Z test_inplace_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.3494581Z test_inplace_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.3658486Z test_inplace_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.3822171Z test_inplace_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.3855531Z test_inplace_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.3885936Z test_inplace_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.3910892Z test_inplace_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.3935148Z test_inplace_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.3958507Z test_inplace_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.3982481Z test_inplace_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4006722Z test_inplace_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4045838Z test_inplace_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:42.4084197Z test_inplace_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:42.4117440Z test_inplace_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.4149280Z test_inplace_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.4175187Z test_inplace_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.4200870Z test_inplace_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.4225777Z test_inplace_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4251826Z test_inplace_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.4277275Z test_inplace_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4311224Z test_inplace_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.4342709Z test_inplace_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.4367467Z test_inplace_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4392464Z test_inplace_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4416669Z test_inplace_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4441499Z test_inplace_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4466436Z test_inplace_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4504045Z test_inplace_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:42.4539373Z test_inplace_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.4570388Z test_inplace_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.4600844Z test_inplace_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.4625240Z test_inplace_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4650063Z test_inplace_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4673957Z test_inplace_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4698556Z test_inplace_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4723200Z test_inplace_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4823550Z test_inplace_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T15:49:42.4854870Z test_inplace_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.4879366Z test_inplace_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4904351Z test_inplace_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4928878Z test_inplace_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4953713Z test_inplace_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4978865Z test_inplace_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:42.4993850Z test_inplace_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.5008808Z test_inplace_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.5023634Z test_inplace_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.5038363Z test_inplace_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.5052563Z test_inplace_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.5067246Z test_inplace_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.5081917Z test_inplace_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:42.5123008Z test_inplace_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:42.5161066Z test_inplace_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:42.5195383Z test_inplace_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.5229068Z test_inplace_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.5393765Z test_inplace_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.5556719Z test_inplace_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.5720511Z test_inplace_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.5885323Z test_inplace_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.6055657Z test_inplace_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:42.6506566Z test_inplace_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T15:49:42.6548168Z test_inplace_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:42.6582822Z test_inplace_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.6616169Z test_inplace_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.6783058Z test_inplace_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:42.6948463Z test_inplace_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.7114867Z test_inplace_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:42.7281696Z test_inplace_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:42.7447910Z test_inplace_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:42.7491660Z test_inplace_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:42.7531674Z test_inplace_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:42.7566154Z test_inplace_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.7600676Z test_inplace_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.7766566Z test_inplace_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.7932682Z test_inplace_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:42.8099939Z test_inplace_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:42.8267389Z test_inplace_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:42.8433647Z test_inplace_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:42.8478823Z test_inplace_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:42.8519220Z test_inplace_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:42.8554210Z test_inplace_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.8588266Z test_inplace_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.8754835Z test_inplace_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:42.8920490Z test_inplace_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:42.9086238Z test_inplace_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:42.9253834Z test_inplace_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:42.9420231Z test_inplace_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:42.9465754Z test_inplace_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T15:49:42.9506337Z test_inplace_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:42.9540676Z test_inplace_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.9574629Z test_inplace_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:42.9739341Z test_inplace_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T15:49:42.9906082Z test_inplace_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:43.0072322Z test_inplace_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:43.0239570Z test_inplace_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:43.0409007Z test_inplace_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:43.0450669Z test_inplace_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.0488211Z test_inplace_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.0515523Z test_inplace_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.0542651Z test_inplace_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.0569424Z test_inplace_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.0596123Z test_inplace_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.0622804Z test_inplace_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.0663056Z test_out_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.0700960Z test_out_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.0735000Z test_out_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.0768009Z test_out_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.0798603Z test_out_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.0829591Z test_out_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.0861472Z test_out_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.0891561Z test_out_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.0914039Z test_out_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.0952887Z test_out_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.0990744Z test_out_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.1022766Z test_out_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1053803Z test_out_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1083590Z test_out_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1113437Z test_out_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1143422Z test_out_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1173735Z test_out_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1203312Z test_out_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1242143Z test_out_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.1278434Z test_out_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.1311278Z test_out_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1343925Z test_out_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1375990Z test_out_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1406577Z test_out_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1437695Z test_out_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1468889Z test_out_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1499436Z test_out_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1537659Z test_out_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.1573600Z test_out_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.1604325Z test_out_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1634891Z test_out_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1704534Z test_out_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T15:49:43.1732207Z test_out_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1759810Z test_out_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1787128Z test_out_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1809343Z test_out_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.1840376Z test_out_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1870468Z test_out_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.1895159Z test_out_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.1919459Z test_out_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.1943518Z test_out_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.1968143Z test_out_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.1992385Z test_out_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.2006218Z test_out_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.2019510Z test_out_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.2032788Z test_out_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.2046296Z test_out_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.2059535Z test_out_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.2072859Z test_out_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.2086019Z test_out_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.2099332Z test_out_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.2112710Z test_out_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.2154418Z test_out_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.2192581Z test_out_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.2223940Z test_out_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.2255453Z test_out_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.2279765Z test_out_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.2304236Z test_out_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.2328207Z test_out_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.2352231Z test_out_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.2376367Z test_out_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.2411063Z test_out_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.2443662Z test_out_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.2474797Z test_out_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.2506299Z test_out_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.2537350Z test_out_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.2568516Z test_out_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.2599318Z test_out_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.2633449Z test_out_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.2665115Z test_out_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.2695310Z test_out_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.2726080Z test_out_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.2756129Z test_out_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.2786356Z test_out_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.2817491Z test_out_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.2851242Z test_out_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.2882077Z test_out_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.2906040Z test_out_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.2930853Z test_out_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.2954728Z test_out_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.2979717Z test_out_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.3005294Z test_out_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.3018893Z test_out_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.3031989Z test_out_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.3045299Z test_out_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.3058518Z test_out_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.3071618Z test_out_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.3085292Z test_out_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.3098927Z test_out_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.3112102Z test_out_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.3125417Z test_out_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.3138926Z test_out_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.3152128Z test_out_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.3165604Z test_out_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.3178910Z test_out_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.3192092Z test_out_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.3205477Z test_out_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.3218748Z test_out_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.3232006Z test_out_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.3245391Z test_out_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:49:43.3279791Z test_out_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.3309539Z test_out_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.3336158Z test_out_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.3362093Z test_out_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.3387488Z test_out_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.3413192Z test_out_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.3438561Z test_out_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.3468604Z test_out_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.3496863Z test_out_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.3522005Z test_out_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.3546989Z test_out_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.3572413Z test_out_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.3597385Z test_out_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.3623877Z test_out_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.3659852Z test_out_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.3692633Z test_out_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.3723541Z test_out_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.3754481Z test_out_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.3785463Z test_out_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.3816675Z test_out_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.3848146Z test_out_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.3877052Z test_out_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.3904888Z test_out_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.3926654Z test_out_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.3948792Z test_out_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.3970528Z test_out_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.3992406Z test_out_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4015031Z test_out_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4051998Z test_out_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.4088405Z test_out_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.4120230Z test_out_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.4153381Z test_out_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.4179938Z test_out_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.4204992Z test_out_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4229656Z test_out_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4254953Z test_out_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4280293Z test_out_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4313224Z test_out_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.4344296Z test_out_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.4368657Z test_out_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4393164Z test_out_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4419071Z test_out_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.4443556Z test_out_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4468185Z test_out_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4504908Z test_out_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.4540030Z test_out_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.4570826Z test_out_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.4601259Z test_out_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.4625281Z test_out_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4649794Z test_out_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4673490Z test_out_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4698131Z test_out_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4722713Z test_out_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4755008Z test_out_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.4785602Z test_out_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.4810163Z test_out_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4834112Z test_out_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4857770Z test_out_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4881897Z test_out_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4907241Z test_out_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.4936173Z test_out_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.4964007Z test_out_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.4988747Z test_out_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.5013834Z test_out_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.5138102Z test_out_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T15:49:43.5162270Z test_out_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.5186642Z test_out_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.5229864Z test_out_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.5267110Z test_out_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.5300442Z test_out_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.5333474Z test_out_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.5364476Z test_out_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.5395340Z test_out_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.5437596Z test_out_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.5457293Z test_out_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.5489399Z test_out_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.5528162Z test_out_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.5563430Z test_out_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.5594627Z test_out_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.5626122Z test_out_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.5657377Z test_out_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.5686606Z test_out_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.5716987Z test_out_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.5747457Z test_out_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.5777776Z test_out_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.5814687Z test_out_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.5850514Z test_out_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.5882556Z test_out_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.5914576Z test_out_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.5945027Z test_out_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.5975635Z test_out_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6005569Z test_out_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6036597Z test_out_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6067325Z test_out_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6105815Z test_out_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.6142769Z test_out_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.6175958Z test_out_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6209090Z test_out_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6239806Z test_out_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6270537Z test_out_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6302356Z test_out_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6333347Z test_out_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6363578Z test_out_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6400958Z test_out_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.6436333Z test_out_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6467687Z test_out_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6500676Z test_out_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6530619Z test_out_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6560345Z test_out_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6590386Z test_out_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6620551Z test_out_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6651150Z test_out_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6683807Z test_out_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6716351Z test_out_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.6740830Z test_out_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.6765249Z test_out_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.6789349Z test_out_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.6814022Z test_out_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.6838630Z test_out_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.7271249Z test_sparse_consistency_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T15:49:43.7313582Z test_sparse_consistency_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.7348106Z test_sparse_consistency_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.7379987Z test_sparse_consistency_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.7410067Z test_sparse_consistency_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.7439305Z test_sparse_consistency_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.7468313Z test_sparse_consistency_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.7497544Z test_sparse_consistency_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.7521125Z test_sparse_consistency_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.7557695Z test_sparse_consistency_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.7591504Z test_sparse_consistency_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.7620372Z test_sparse_consistency_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.7649224Z test_sparse_consistency_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.7676474Z test_sparse_consistency_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.7703833Z test_sparse_consistency_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.7731057Z test_sparse_consistency_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.7757824Z test_sparse_consistency_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.7784946Z test_sparse_consistency_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.7820817Z test_sparse_consistency_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:43.7854997Z test_sparse_consistency_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.7885542Z test_sparse_consistency_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.7916291Z test_sparse_consistency_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.7945594Z test_sparse_consistency_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.7974403Z test_sparse_consistency_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8004427Z test_sparse_consistency_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8033701Z test_sparse_consistency_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8062851Z test_sparse_consistency_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8097940Z test_sparse_consistency_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8131715Z test_sparse_consistency_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8160599Z test_sparse_consistency_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8189478Z test_sparse_consistency_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8216704Z test_sparse_consistency_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8243514Z test_sparse_consistency_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8270660Z test_sparse_consistency_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8297678Z test_sparse_consistency_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8320325Z test_sparse_consistency_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.8349160Z test_sparse_consistency_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8377618Z test_sparse_consistency_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8399894Z test_sparse_consistency_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.8422365Z test_sparse_consistency_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.8444254Z test_sparse_consistency_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.8466800Z test_sparse_consistency_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.8489483Z test_sparse_consistency_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.8519005Z test_sparse_consistency_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8548018Z test_sparse_consistency_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8571318Z test_sparse_consistency_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.8594680Z test_sparse_consistency_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.8614407Z test_sparse_consistency_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.8633600Z test_sparse_consistency_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.8652710Z test_sparse_consistency_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.8671892Z test_sparse_consistency_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.8691553Z test_sparse_consistency_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.8726551Z test_sparse_consistency_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8760814Z test_sparse_consistency_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8788868Z test_sparse_consistency_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8816819Z test_sparse_consistency_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8838351Z test_sparse_consistency_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.8860383Z test_sparse_consistency_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.8881507Z test_sparse_consistency_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.8903246Z test_sparse_consistency_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.8924944Z test_sparse_consistency_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.8957839Z test_sparse_consistency_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.8989867Z test_sparse_consistency_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9020238Z test_sparse_consistency_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9133428Z test_sparse_consistency_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T15:49:43.9163608Z test_sparse_consistency_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9193934Z test_sparse_consistency_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9223248Z test_sparse_consistency_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9254856Z test_sparse_consistency_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9285831Z test_sparse_consistency_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9315909Z test_sparse_consistency_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9345803Z test_sparse_consistency_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9376085Z test_sparse_consistency_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9405671Z test_sparse_consistency_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9435515Z test_sparse_consistency_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9465561Z test_sparse_consistency_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9495136Z test_sparse_consistency_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9517610Z test_sparse_consistency_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.9540246Z test_sparse_consistency_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.9562472Z test_sparse_consistency_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.9585154Z test_sparse_consistency_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.9607971Z test_sparse_consistency_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.9642735Z test_sparse_consistency_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9675558Z test_sparse_consistency_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9702839Z test_sparse_consistency_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9729626Z test_sparse_consistency_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9753169Z test_sparse_consistency_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.9776966Z test_sparse_consistency_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.9800747Z test_sparse_consistency_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.9824545Z test_sparse_consistency_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.9848421Z test_sparse_consistency_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:43.9879138Z test_sparse_consistency_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9909376Z test_sparse_consistency_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9936748Z test_sparse_consistency_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9964482Z test_sparse_consistency_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:43.9989204Z test_sparse_consistency_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0014513Z test_sparse_consistency_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0039569Z test_sparse_consistency_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0063850Z test_sparse_consistency_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0088502Z test_sparse_consistency_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0115904Z test_sparse_consistency_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.0143508Z test_sparse_consistency_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.0168505Z test_sparse_consistency_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0192583Z test_sparse_consistency_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0216636Z test_sparse_consistency_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0240491Z test_sparse_consistency_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0264880Z test_sparse_consistency_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0292044Z test_sparse_consistency_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.0319297Z test_sparse_consistency_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.0343627Z test_sparse_consistency_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0368262Z test_sparse_consistency_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0392618Z test_sparse_consistency_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0417298Z test_sparse_consistency_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0441457Z test_sparse_consistency_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0474584Z test_sparse_consistency_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.0506770Z test_sparse_consistency_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.0536982Z test_sparse_consistency_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.0567116Z test_sparse_consistency_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.0596883Z test_sparse_consistency_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.0626540Z test_sparse_consistency_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.0656145Z test_sparse_consistency_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.0681077Z test_sparse_consistency_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0705708Z test_sparse_consistency_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0726539Z test_sparse_consistency_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0747547Z test_sparse_consistency_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0767830Z test_sparse_consistency_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0788571Z test_sparse_consistency_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0809688Z test_sparse_consistency_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0845362Z test_sparse_consistency_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:44.0880727Z test_sparse_consistency_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.0910278Z test_sparse_consistency_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.0940882Z test_sparse_consistency_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.0964078Z test_sparse_consistency_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.0986936Z test_sparse_consistency_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1009637Z test_sparse_consistency_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1032538Z test_sparse_consistency_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1055933Z test_sparse_consistency_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1086254Z test_sparse_consistency_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.1115927Z test_sparse_consistency_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.1138671Z test_sparse_consistency_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1160995Z test_sparse_consistency_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1183266Z test_sparse_consistency_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1206282Z test_sparse_consistency_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1229343Z test_sparse_consistency_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1264880Z test_sparse_consistency_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:44.1300069Z test_sparse_consistency_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.1329533Z test_sparse_consistency_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.1358016Z test_sparse_consistency_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.1380663Z test_sparse_consistency_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1402929Z test_sparse_consistency_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1424727Z test_sparse_consistency_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1447844Z test_sparse_consistency_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1471095Z test_sparse_consistency_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1501600Z test_sparse_consistency_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.1531193Z test_sparse_consistency_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.1553564Z test_sparse_consistency_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1576207Z test_sparse_consistency_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1598165Z test_sparse_consistency_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1620899Z test_sparse_consistency_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1643836Z test_sparse_consistency_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1670184Z test_sparse_consistency_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.1696859Z test_sparse_consistency_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.1720804Z test_sparse_consistency_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1744468Z test_sparse_consistency_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1768430Z test_sparse_consistency_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1792523Z test_sparse_consistency_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1816661Z test_sparse_consistency_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.1854062Z test_sparse_consistency_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:44.1889823Z test_sparse_consistency_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:44.1921227Z test_sparse_consistency_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.1952459Z test_sparse_consistency_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.1982308Z test_sparse_consistency_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2011857Z test_sparse_consistency_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2041254Z test_sparse_consistency_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2070805Z test_sparse_consistency_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2100385Z test_sparse_consistency_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2135707Z test_sparse_consistency_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2169968Z test_sparse_consistency_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2200181Z test_sparse_consistency_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2229949Z test_sparse_consistency_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2259104Z test_sparse_consistency_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2288920Z test_sparse_consistency_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2317130Z test_sparse_consistency_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2345560Z test_sparse_consistency_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2374259Z test_sparse_consistency_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2408157Z test_sparse_consistency_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2441722Z test_sparse_consistency_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2471820Z test_sparse_consistency_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2502443Z test_sparse_consistency_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2530952Z test_sparse_consistency_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2559467Z test_sparse_consistency_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2588079Z test_sparse_consistency_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2616390Z test_sparse_consistency_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2644878Z test_sparse_consistency_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2679505Z test_sparse_consistency_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2713674Z test_sparse_consistency_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2744254Z test_sparse_consistency_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2857831Z test_sparse_consistency_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T15:49:44.2887532Z test_sparse_consistency_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2917138Z test_sparse_consistency_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2946829Z test_sparse_consistency_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.2976193Z test_sparse_consistency_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.3006839Z test_sparse_consistency_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.3043390Z test_sparse_consistency_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:44.3079439Z test_sparse_consistency_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T15:49:44.3110460Z test_sparse_consistency_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.3142183Z test_sparse_consistency_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.3172069Z test_sparse_consistency_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.3201588Z test_sparse_consistency_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.3231294Z test_sparse_consistency_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.3260696Z test_sparse_consistency_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.3290336Z test_sparse_consistency_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.3321461Z test_sparse_consistency_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.3352815Z test_sparse_consistency_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T15:49:44.3375317Z test_sparse_consistency_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.3398062Z test_sparse_consistency_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.3419943Z test_sparse_consistency_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.3442240Z test_sparse_consistency_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.3465030Z test_sparse_consistency_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.3475432Z test_sparse_fn_grad_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.3485434Z test_sparse_fn_grad_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.3495461Z test_sparse_fn_grad_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.3505330Z test_sparse_fn_grad_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.3515344Z test_sparse_fn_grad_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.3525216Z test_sparse_fn_grad_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.3535183Z test_sparse_fn_grad_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.3545112Z test_sparse_fn_grad_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.3676232Z test_sparse_fn_grad_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T15:49:44.4149794Z test_sparse_fn_grad_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T15:49:44.4319917Z test_sparse_fn_grad_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T15:49:44.4590078Z test_sparse_fn_grad_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T15:49:44.4691183Z test_sparse_fn_grad_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T15:49:44.4701532Z test_sparse_fn_grad_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.4711209Z test_sparse_fn_grad_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.4838246Z test_sparse_fn_grad_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T15:49:44.4854359Z test_sparse_fn_grad_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-09-27T15:49:44.4868727Z test_sparse_fn_grad_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:49:44.4883388Z test_sparse_fn_grad_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:49:44.4897977Z test_sparse_fn_grad_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:49:44.4912540Z test_sparse_fn_grad_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:49:44.4927198Z test_sparse_fn_grad_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.001s) 2022-09-27T15:49:44.4937091Z test_sparse_fn_grad_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.4947076Z test_sparse_fn_grad_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.5233630Z test_sparse_fn_grad_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T15:49:44.5348577Z test_sparse_fn_grad_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T15:49:44.5476700Z test_sparse_fn_grad_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T15:49:44.5487562Z test_sparse_fn_grad_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.5497883Z test_sparse_fn_grad_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.5623991Z test_sparse_fn_grad_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T15:49:44.5639616Z test_sparse_fn_grad_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.002s) 2022-09-27T15:49:44.5649945Z test_sparse_fn_grad_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.5660385Z test_sparse_fn_grad_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.5670220Z test_sparse_fn_grad_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.5680110Z test_sparse_fn_grad_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.5690080Z test_sparse_fn_grad_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.5699915Z test_sparse_fn_grad_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.5710265Z test_sparse_fn_grad_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.5720273Z test_sparse_fn_grad_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.5729984Z test_sparse_fn_grad_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.5739748Z test_sparse_fn_grad_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.001s) 2022-09-27T15:49:44.5879282Z test_sparse_fn_grad_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T15:49:44.5901378Z test_sparse_zero_dims_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.5922749Z test_sparse_zero_dims_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.5942251Z test_sparse_zero_dims_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.5961260Z test_sparse_zero_dims_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.5980881Z test_sparse_zero_dims_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6000443Z test_sparse_zero_dims_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6020037Z test_sparse_zero_dims_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6039749Z test_sparse_zero_dims_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6059317Z test_sparse_zero_dims_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6079252Z test_sparse_zero_dims_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6099186Z test_sparse_zero_dims_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6118453Z test_sparse_zero_dims_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6137515Z test_sparse_zero_dims_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6156929Z test_sparse_zero_dims_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6176628Z test_sparse_zero_dims_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6196409Z test_sparse_zero_dims_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6216199Z test_sparse_zero_dims_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6235751Z test_sparse_zero_dims_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6255651Z test_sparse_zero_dims_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6275633Z test_sparse_zero_dims_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6295093Z test_sparse_zero_dims_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6313799Z test_sparse_zero_dims_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6333551Z test_sparse_zero_dims_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6353186Z test_sparse_zero_dims_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6372845Z test_sparse_zero_dims_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6392791Z test_sparse_zero_dims_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6412600Z test_sparse_zero_dims_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6432328Z test_sparse_zero_dims_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6452664Z test_sparse_zero_dims_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6471785Z test_sparse_zero_dims_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6490769Z test_sparse_zero_dims_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6510384Z test_sparse_zero_dims_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6530090Z test_sparse_zero_dims_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6549630Z test_sparse_zero_dims_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6569400Z test_sparse_zero_dims_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6589066Z test_sparse_zero_dims_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6608386Z test_sparse_zero_dims_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6627263Z test_sparse_zero_dims_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6644391Z test_sparse_zero_dims_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6661125Z test_sparse_zero_dims_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6751521Z test_sparse_zero_dims_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T15:49:44.6768272Z test_sparse_zero_dims_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6784179Z test_sparse_zero_dims_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6804900Z test_sparse_zero_dims_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6824876Z test_sparse_zero_dims_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6842147Z test_sparse_zero_dims_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6859155Z test_sparse_zero_dims_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6874010Z test_sparse_zero_dims_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:44.6889468Z test_sparse_zero_dims_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:44.6904522Z test_sparse_zero_dims_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:44.6920212Z test_sparse_zero_dims_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6935941Z test_sparse_zero_dims_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6956067Z test_sparse_zero_dims_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6976443Z test_sparse_zero_dims_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.6994601Z test_sparse_zero_dims_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7012559Z test_sparse_zero_dims_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7028425Z test_sparse_zero_dims_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7044276Z test_sparse_zero_dims_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7059600Z test_sparse_zero_dims_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:44.7075257Z test_sparse_zero_dims_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7091184Z test_sparse_zero_dims_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7110350Z test_sparse_zero_dims_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7129638Z test_sparse_zero_dims_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7148937Z test_sparse_zero_dims_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7168600Z test_sparse_zero_dims_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7187925Z test_sparse_zero_dims_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7207756Z test_sparse_zero_dims_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7227096Z test_sparse_zero_dims_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7246124Z test_sparse_zero_dims_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7264729Z test_sparse_zero_dims_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7285060Z test_sparse_zero_dims_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7304805Z test_sparse_zero_dims_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7325832Z test_sparse_zero_dims_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7345631Z test_sparse_zero_dims_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7365680Z test_sparse_zero_dims_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7384814Z test_sparse_zero_dims_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7403686Z test_sparse_zero_dims_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7420981Z test_sparse_zero_dims_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7437854Z test_sparse_zero_dims_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7454596Z test_sparse_zero_dims_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7471500Z test_sparse_zero_dims_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7488701Z test_sparse_zero_dims_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7507515Z test_sparse_zero_dims_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7527759Z test_sparse_zero_dims_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7545650Z test_sparse_zero_dims_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7562872Z test_sparse_zero_dims_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7579877Z test_sparse_zero_dims_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7596967Z test_sparse_zero_dims_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7614213Z test_sparse_zero_dims_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7631200Z test_sparse_zero_dims_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7648280Z test_sparse_zero_dims_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.7665208Z test_sparse_zero_dims_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8113438Z test_sparse_zero_dims_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T15:49:44.8132200Z test_sparse_zero_dims_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8149518Z test_sparse_zero_dims_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8166653Z test_sparse_zero_dims_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8183718Z test_sparse_zero_dims_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8200917Z test_sparse_zero_dims_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8218281Z test_sparse_zero_dims_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8235534Z test_sparse_zero_dims_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8252701Z test_sparse_zero_dims_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8269537Z test_sparse_zero_dims_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8286784Z test_sparse_zero_dims_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8303771Z test_sparse_zero_dims_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8320768Z test_sparse_zero_dims_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8337951Z test_sparse_zero_dims_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8354946Z test_sparse_zero_dims_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8372427Z test_sparse_zero_dims_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8389177Z test_sparse_zero_dims_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8406302Z test_sparse_zero_dims_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8423360Z test_sparse_zero_dims_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8440347Z test_sparse_zero_dims_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8457380Z test_sparse_zero_dims_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8474326Z test_sparse_zero_dims_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8494302Z test_sparse_zero_dims_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8513256Z test_sparse_zero_dims_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8533201Z test_sparse_zero_dims_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8552809Z test_sparse_zero_dims_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8572580Z test_sparse_zero_dims_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8592090Z test_sparse_zero_dims_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8612018Z test_sparse_zero_dims_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8632054Z test_sparse_zero_dims_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8650962Z test_sparse_zero_dims_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8667728Z test_sparse_zero_dims_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8684863Z test_sparse_zero_dims_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8701601Z test_sparse_zero_dims_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8718727Z test_sparse_zero_dims_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8735872Z test_sparse_zero_dims_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8756604Z test_sparse_zero_dims_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8777279Z test_sparse_zero_dims_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8796962Z test_sparse_zero_dims_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8816251Z test_sparse_zero_dims_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8833598Z test_sparse_zero_dims_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8851061Z test_sparse_zero_dims_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8867730Z test_sparse_zero_dims_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8885364Z test_sparse_zero_dims_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8902561Z test_sparse_zero_dims_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8922109Z test_sparse_zero_dims_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8940951Z test_sparse_zero_dims_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8957800Z test_sparse_zero_dims_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8974797Z test_sparse_zero_dims_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.8991211Z test_sparse_zero_dims_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9008210Z test_sparse_zero_dims_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9024904Z test_sparse_zero_dims_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9046047Z test_sparse_zero_dims_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9066090Z test_sparse_zero_dims_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9085420Z test_sparse_zero_dims_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9104452Z test_sparse_zero_dims_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9121243Z test_sparse_zero_dims_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9138355Z test_sparse_zero_dims_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9154890Z test_sparse_zero_dims_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9171684Z test_sparse_zero_dims_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9188465Z test_sparse_zero_dims_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9207693Z test_sparse_zero_dims_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9226145Z test_sparse_zero_dims_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9242985Z test_sparse_zero_dims_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9259811Z test_sparse_zero_dims_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9276110Z test_sparse_zero_dims_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9292996Z test_sparse_zero_dims_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9309724Z test_sparse_zero_dims_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9326641Z test_sparse_zero_dims_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9343534Z test_sparse_zero_dims_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9360177Z test_sparse_zero_dims_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9376948Z test_sparse_zero_dims_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9394207Z test_sparse_zero_dims_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9410582Z test_sparse_zero_dims_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9427221Z test_sparse_zero_dims_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9447763Z test_sparse_zero_dims_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9467788Z test_sparse_zero_dims_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9486973Z test_sparse_zero_dims_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9505678Z test_sparse_zero_dims_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9525367Z test_sparse_zero_dims_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9544782Z test_sparse_zero_dims_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9564296Z test_sparse_zero_dims_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9583631Z test_sparse_zero_dims_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9603291Z test_sparse_zero_dims_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9622727Z test_sparse_zero_dims_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9642501Z test_sparse_zero_dims_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9661337Z test_sparse_zero_dims_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9679863Z test_sparse_zero_dims_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9698971Z test_sparse_zero_dims_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9718378Z test_sparse_zero_dims_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9737776Z test_sparse_zero_dims_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9757060Z test_sparse_zero_dims_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9776423Z test_sparse_zero_dims_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9796073Z test_sparse_zero_dims_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9815879Z test_sparse_zero_dims_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9834711Z test_sparse_zero_dims_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9853852Z test_sparse_zero_dims_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9872928Z test_sparse_zero_dims_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9892215Z test_sparse_zero_dims_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9911627Z test_sparse_zero_dims_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9931175Z test_sparse_zero_dims_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9950244Z test_sparse_zero_dims_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9969909Z test_sparse_zero_dims_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:44.9989609Z test_sparse_zero_dims_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0008857Z test_sparse_zero_dims_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0027435Z test_sparse_zero_dims_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0046868Z test_sparse_zero_dims_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0066206Z test_sparse_zero_dims_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0085461Z test_sparse_zero_dims_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0104805Z test_sparse_zero_dims_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0124204Z test_sparse_zero_dims_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0143875Z test_sparse_zero_dims_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0164332Z test_sparse_zero_dims_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0183019Z test_sparse_zero_dims_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0201478Z test_sparse_zero_dims_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0220988Z test_sparse_zero_dims_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0240676Z test_sparse_zero_dims_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0259977Z test_sparse_zero_dims_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0279355Z test_sparse_zero_dims_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0298603Z test_sparse_zero_dims_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0317602Z test_sparse_zero_dims_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0336264Z test_sparse_zero_dims_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0352732Z test_sparse_zero_dims_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0369472Z test_sparse_zero_dims_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0385532Z test_sparse_zero_dims_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0402121Z test_sparse_zero_dims_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0419088Z test_sparse_zero_dims_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0439330Z test_sparse_zeros_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0458952Z test_sparse_zeros_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0478082Z test_sparse_zeros_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0496644Z test_sparse_zeros_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0516114Z test_sparse_zeros_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0535418Z test_sparse_zeros_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0554692Z test_sparse_zeros_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0574097Z test_sparse_zeros_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0593301Z test_sparse_zeros_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0612160Z test_sparse_zeros_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0630946Z test_sparse_zeros_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0648996Z test_sparse_zeros_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0666453Z test_sparse_zeros_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0685380Z test_sparse_zeros_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0704139Z test_sparse_zeros_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0722295Z test_sparse_zeros_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0740991Z test_sparse_zeros_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0759820Z test_sparse_zeros_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0779791Z test_sparse_zeros_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0799568Z test_sparse_zeros_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0819013Z test_sparse_zeros_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0838015Z test_sparse_zeros_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0857912Z test_sparse_zeros_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0877708Z test_sparse_zeros_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0897963Z test_sparse_zeros_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0917696Z test_sparse_zeros_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0938031Z test_sparse_zeros_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0957485Z test_sparse_zeros_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0977150Z test_sparse_zeros_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.0995968Z test_sparse_zeros_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1014516Z test_sparse_zeros_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1033720Z test_sparse_zeros_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1229087Z test_sparse_zeros_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T15:49:45.1249175Z test_sparse_zeros_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1268193Z test_sparse_zeros_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1287672Z test_sparse_zeros_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1306244Z test_sparse_zeros_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1324442Z test_sparse_zeros_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1341186Z test_sparse_zeros_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1357264Z test_sparse_zeros_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1372937Z test_sparse_zeros_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1388776Z test_sparse_zeros_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1404790Z test_sparse_zeros_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1425296Z test_sparse_zeros_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1445418Z test_sparse_zeros_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1463719Z test_sparse_zeros_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1480806Z test_sparse_zeros_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1495560Z test_sparse_zeros_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:45.1510068Z test_sparse_zeros_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:45.1524365Z test_sparse_zeros_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:45.1538314Z test_sparse_zeros_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:45.1552233Z test_sparse_zeros_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:45.1571150Z test_sparse_zeros_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1589869Z test_sparse_zeros_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1606664Z test_sparse_zeros_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1622923Z test_sparse_zeros_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1636973Z test_sparse_zeros_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:45.1651233Z test_sparse_zeros_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:45.1664870Z test_sparse_zeros_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:45.1678672Z test_sparse_zeros_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:45.1692641Z test_sparse_zeros_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:45.1711214Z test_sparse_zeros_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1729317Z test_sparse_zeros_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1749619Z test_sparse_zeros_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1768539Z test_sparse_zeros_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1787205Z test_sparse_zeros_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1806083Z test_sparse_zeros_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1824581Z test_sparse_zeros_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1842591Z test_sparse_zeros_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1859670Z test_sparse_zeros_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1877457Z test_sparse_zeros_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1895272Z test_sparse_zeros_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1913097Z test_sparse_zeros_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1931166Z test_sparse_zeros_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1949548Z test_sparse_zeros_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1969319Z test_sparse_zeros_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.1986049Z test_sparse_zeros_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2002354Z test_sparse_zeros_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2018578Z test_sparse_zeros_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2033388Z test_sparse_zeros_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:45.2049443Z test_sparse_zeros_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2065159Z test_sparse_zeros_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2084049Z test_sparse_zeros_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2103515Z test_sparse_zeros_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2121202Z test_sparse_zeros_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2138498Z test_sparse_zeros_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2155546Z test_sparse_zeros_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2172434Z test_sparse_zeros_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2189281Z test_sparse_zeros_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2206194Z test_sparse_zeros_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2223593Z test_sparse_zeros_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2240456Z test_sparse_zeros_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2257266Z test_sparse_zeros_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2274082Z test_sparse_zeros_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2290819Z test_sparse_zeros_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2307421Z test_sparse_zeros_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2324480Z test_sparse_zeros_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2341170Z test_sparse_zeros_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2358043Z test_sparse_zeros_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2374840Z test_sparse_zeros_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2391559Z test_sparse_zeros_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2408478Z test_sparse_zeros_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2425137Z test_sparse_zeros_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2441866Z test_sparse_zeros_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2458803Z test_sparse_zeros_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2475221Z test_sparse_zeros_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2491873Z test_sparse_zeros_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2508223Z test_sparse_zeros_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2525124Z test_sparse_zeros_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2541966Z test_sparse_zeros_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2558785Z test_sparse_zeros_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2575633Z test_sparse_zeros_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2592407Z test_sparse_zeros_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2609285Z test_sparse_zeros_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2629111Z test_sparse_zeros_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2648107Z test_sparse_zeros_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2667516Z test_sparse_zeros_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2686966Z test_sparse_zeros_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2706607Z test_sparse_zeros_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2725994Z test_sparse_zeros_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2745656Z test_sparse_zeros_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2764244Z test_sparse_zeros_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2782577Z test_sparse_zeros_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2798879Z test_sparse_zeros_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2814743Z test_sparse_zeros_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2830019Z test_sparse_zeros_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:45.2846073Z test_sparse_zeros_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2862230Z test_sparse_zeros_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2882044Z test_sparse_zeros_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2901719Z test_sparse_zeros_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2920555Z test_sparse_zeros_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2938830Z test_sparse_zeros_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2954938Z test_sparse_zeros_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2971025Z test_sparse_zeros_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.2986817Z test_sparse_zeros_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:45.3003967Z test_sparse_zeros_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3021531Z test_sparse_zeros_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3040184Z test_sparse_zeros_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3058361Z test_sparse_zeros_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3074308Z test_sparse_zeros_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3090288Z test_sparse_zeros_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3105681Z test_sparse_zeros_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:45.3121554Z test_sparse_zeros_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3137494Z test_sparse_zeros_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3157060Z test_sparse_zeros_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3176719Z test_sparse_zeros_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3195363Z test_sparse_zeros_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3213385Z test_sparse_zeros_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3229212Z test_sparse_zeros_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3245715Z test_sparse_zeros_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3260487Z test_sparse_zeros_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:45.3276268Z test_sparse_zeros_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3292204Z test_sparse_zeros_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3310854Z test_sparse_zeros_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3329195Z test_sparse_zeros_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3344759Z test_sparse_zeros_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3360585Z test_sparse_zeros_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3375847Z test_sparse_zeros_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:45.3391484Z test_sparse_zeros_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3407229Z test_sparse_zeros_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3424223Z test_sparse_zeros_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3441090Z test_sparse_zeros_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3458232Z test_sparse_zeros_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3474840Z test_sparse_zeros_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3491795Z test_sparse_zeros_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3508465Z test_sparse_zeros_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3525403Z test_sparse_zeros_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3545342Z test_sparse_zeros_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3565313Z test_sparse_zeros_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3584168Z test_sparse_zeros_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3602984Z test_sparse_zeros_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3622460Z test_sparse_zeros_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3641973Z test_sparse_zeros_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3661540Z test_sparse_zeros_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3681079Z test_sparse_zeros_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3700318Z test_sparse_zeros_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3718984Z test_sparse_zeros_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3738082Z test_sparse_zeros_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3756442Z test_sparse_zeros_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3774184Z test_sparse_zeros_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3792582Z test_sparse_zeros_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3811138Z test_sparse_zeros_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3829599Z test_sparse_zeros_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3848298Z test_sparse_zeros_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3866880Z test_sparse_zeros_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3886563Z test_sparse_zeros_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3906202Z test_sparse_zeros_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3925464Z test_sparse_zeros_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3944280Z test_sparse_zeros_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3964144Z test_sparse_zeros_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.3983671Z test_sparse_zeros_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4004067Z test_sparse_zeros_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4023310Z test_sparse_zeros_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4043470Z test_sparse_zeros_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4063282Z test_sparse_zeros_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4083233Z test_sparse_zeros_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4102412Z test_sparse_zeros_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4121415Z test_sparse_zeros_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4141065Z test_sparse_zeros_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4160766Z test_sparse_zeros_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4180559Z test_sparse_zeros_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4200277Z test_sparse_zeros_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4219858Z test_sparse_zeros_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4239865Z test_sparse_zeros_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4259704Z test_sparse_zeros_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4279166Z test_sparse_zeros_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4298429Z test_sparse_zeros_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4319139Z test_sparse_zeros_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4338356Z test_sparse_zeros_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4358044Z test_sparse_zeros_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4377801Z test_sparse_zeros_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4397563Z test_sparse_zeros_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4416876Z test_sparse_zeros_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4435756Z test_sparse_zeros_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4451868Z test_sparse_zeros_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4467641Z test_sparse_zeros_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4483001Z test_sparse_zeros_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T15:49:45.4498839Z test_sparse_zeros_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4514863Z test_sparse_zeros_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T15:49:45.4515151Z 2022-09-27T15:49:45.4515573Z ---------------------------------------------------------------------- 2022-09-27T15:49:45.4515829Z Ran 1399 tests in 89.867s 2022-09-27T15:49:45.4517569Z 2022-09-27T15:49:45.4517882Z OK (skipped=135) 2022-09-27T15:49:45.4518099Z 2022-09-27T15:49:45.4518256Z Generating XML reports... 2022-09-27T15:49:45.4739175Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20220927154815.xml 2022-09-27T15:49:45.4786997Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20220927154815.xml 2022-09-27T15:49:45.4789581Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20220927154815.xml 2022-09-27T15:49:45.5844531Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20220927154815.xml 2022-09-27T15:49:45.5847709Z Generated XML report: test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20220927154815.xml 2022-09-27T15:49:46.3302900Z Running test_maskedtensor ... [2022-09-27 15:49:46.329889] 2022-09-27T15:49:46.3303432Z Executing ['/opt/conda/bin/python', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:49:46.329978] 2022-09-27T15:49:51.1484649Z Test results will be stored in test-reports/python-unittest/test_maskedtensor 2022-09-27T15:49:51.1511940Z 2022-09-27T15:49:51.1512177Z Running tests... 2022-09-27T15:49:51.1512576Z ---------------------------------------------------------------------- 2022-09-27T15:49:51.1783503Z test_binary_fn_aten_add (__main__.TestBinary) ... ok (0.027s) 2022-09-27T15:49:51.2114287Z test_binary_fn_aten_arctan2 (__main__.TestBinary) ... ok (0.033s) 2022-09-27T15:49:51.2167578Z test_binary_fn_aten_atan2 (__main__.TestBinary) ... ok (0.005s) 2022-09-27T15:49:51.2210718Z test_binary_fn_aten_bitwise_and (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2251708Z test_binary_fn_aten_bitwise_left_shift (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2291620Z test_binary_fn_aten_bitwise_or (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2331104Z test_binary_fn_aten_bitwise_right_shift (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2370564Z test_binary_fn_aten_bitwise_xor (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2407991Z test_binary_fn_aten_div (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2444710Z test_binary_fn_aten_divide (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2482841Z test_binary_fn_aten_eq (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2522942Z test_binary_fn_aten_floor_divide (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2559990Z test_binary_fn_aten_fmax (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2596666Z test_binary_fn_aten_fmin (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2633141Z test_binary_fn_aten_fmod (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2670358Z test_binary_fn_aten_ge (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2707265Z test_binary_fn_aten_greater (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2743328Z test_binary_fn_aten_greater_equal (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2779399Z test_binary_fn_aten_gt (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2816761Z test_binary_fn_aten_le (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2854586Z test_binary_fn_aten_less (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2893717Z test_binary_fn_aten_less_equal (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2931576Z test_binary_fn_aten_logaddexp (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.2971505Z test_binary_fn_aten_logaddexp2 (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.3007804Z test_binary_fn_aten_lt (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.3043945Z test_binary_fn_aten_maximum (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.3080308Z test_binary_fn_aten_minimum (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.3116137Z test_binary_fn_aten_mul (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.3151494Z test_binary_fn_aten_multiply (__main__.TestBinary) ... ok (0.003s) 2022-09-27T15:49:51.3188032Z test_binary_fn_aten_ne (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.3224115Z test_binary_fn_aten_nextafter (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.3260415Z test_binary_fn_aten_not_equal (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.3299691Z test_binary_fn_aten_remainder (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.3335324Z test_binary_fn_aten_sub (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.3371737Z test_binary_fn_aten_subtract (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.3406708Z test_binary_fn_aten_true_divide (__main__.TestBinary) ... ok (0.003s) 2022-09-27T15:49:51.3441693Z test_inplace_binary_fn_aten_add_ (__main__.TestBinary) ... ok (0.003s) 2022-09-27T15:49:51.3477940Z test_inplace_binary_fn_aten_arctan2_ (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.3512066Z test_inplace_binary_fn_aten_atan2_ (__main__.TestBinary) ... ok (0.003s) 2022-09-27T15:49:51.3547896Z test_inplace_binary_fn_aten_bitwise_and_ (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.3583724Z test_inplace_binary_fn_aten_bitwise_left_shift_ (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.3619689Z test_inplace_binary_fn_aten_bitwise_or_ (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.3657787Z test_inplace_binary_fn_aten_bitwise_right_shift_ (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.3693405Z test_inplace_binary_fn_aten_bitwise_xor_ (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.3728052Z test_inplace_binary_fn_aten_div_ (__main__.TestBinary) ... ok (0.003s) 2022-09-27T15:49:51.3760087Z test_inplace_binary_fn_aten_divide_ (__main__.TestBinary) ... ok (0.003s) 2022-09-27T15:49:51.4109084Z test_inplace_binary_fn_aten_eq_ (__main__.TestBinary) ... ok (0.035s) 2022-09-27T15:49:51.4442455Z test_inplace_binary_fn_aten_floor_divide_ (__main__.TestBinary) ... ok (0.033s) 2022-09-27T15:49:51.4477524Z test_inplace_binary_fn_aten_fmod_ (__main__.TestBinary) ... ok (0.003s) 2022-09-27T15:49:51.4808866Z test_inplace_binary_fn_aten_ge_ (__main__.TestBinary) ... ok (0.033s) 2022-09-27T15:49:51.5149517Z test_inplace_binary_fn_aten_greater_ (__main__.TestBinary) ... ok (0.034s) 2022-09-27T15:49:51.5482951Z test_inplace_binary_fn_aten_greater_equal_ (__main__.TestBinary) ... ok (0.033s) 2022-09-27T15:49:51.6004784Z test_inplace_binary_fn_aten_gt_ (__main__.TestBinary) ... ok (0.052s) 2022-09-27T15:49:51.6356671Z test_inplace_binary_fn_aten_le_ (__main__.TestBinary) ... ok (0.035s) 2022-09-27T15:49:51.6698619Z test_inplace_binary_fn_aten_less_ (__main__.TestBinary) ... ok (0.034s) 2022-09-27T15:49:51.7044641Z test_inplace_binary_fn_aten_less_equal_ (__main__.TestBinary) ... ok (0.035s) 2022-09-27T15:49:51.7384358Z test_inplace_binary_fn_aten_lt_ (__main__.TestBinary) ... ok (0.034s) 2022-09-27T15:49:51.7420894Z test_inplace_binary_fn_aten_mul_ (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.7456008Z test_inplace_binary_fn_aten_multiply_ (__main__.TestBinary) ... ok (0.003s) 2022-09-27T15:49:51.7794413Z test_inplace_binary_fn_aten_ne_ (__main__.TestBinary) ... ok (0.034s) 2022-09-27T15:49:51.7829667Z test_inplace_binary_fn_aten_nextafter_ (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.8167844Z test_inplace_binary_fn_aten_not_equal_ (__main__.TestBinary) ... ok (0.034s) 2022-09-27T15:49:51.8204355Z test_inplace_binary_fn_aten_remainder_ (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.8241342Z test_inplace_binary_fn_aten_sub_ (__main__.TestBinary) ... ok (0.004s) 2022-09-27T15:49:51.8274995Z test_inplace_binary_fn_aten_subtract_ (__main__.TestBinary) ... ok (0.003s) 2022-09-27T15:49:51.8308086Z test_inplace_binary_fn_aten_true_divide_ (__main__.TestBinary) ... ok (0.003s) 2022-09-27T15:49:51.8331435Z test_masks_match_fn_name_add (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:51.8352942Z test_masks_match_fn_name_add_ (__main__.TestBinary) ... ok (0.002s) 2022-09-27T15:49:51.8401788Z test_bmm (__main__.TestMatMul) ... ok (0.005s) 2022-09-27T15:49:51.8421895Z test_linear (__main__.TestMatMul) ... ok (0.002s) 2022-09-27T15:49:51.8436845Z test_masked_bmm (__main__.TestMatMul) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84586 for platform(s) asan, linux, mac, macos, rocm, win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T15:49:51.8506137Z test_all (__main__.TestReductions) ... ok (0.007s) 2022-09-27T15:49:51.8552429Z test_amax (__main__.TestReductions) ... ok (0.005s) 2022-09-27T15:49:51.8617010Z test_amax_grad (__main__.TestReductions) ... ok (0.006s) 2022-09-27T15:49:51.8661083Z test_amin (__main__.TestReductions) ... ok (0.004s) 2022-09-27T15:49:51.8716629Z test_amin_grad (__main__.TestReductions) ... ok (0.005s) 2022-09-27T15:49:51.8763332Z test_grad_dtype (__main__.TestReductions) ... ok (0.005s) 2022-09-27T15:49:51.8782744Z test_max_not_implemented (__main__.TestReductions) ... /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py:594: UserWarning: max is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T15:49:51.8783524Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T15:49:51.8784000Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T15:49:51.8784300Z warnings.warn(msg) 2022-09-27T15:49:51.8785852Z ok (0.002s) 2022-09-27T15:49:51.8845967Z test_mean (__main__.TestReductions) ... ok (0.006s) 2022-09-27T15:49:51.8928694Z test_mean_dim_grad (__main__.TestReductions) ... ok (0.008s) 2022-09-27T15:49:51.8939588Z test_mean_grad_case_1a (__main__.TestReductions) 2022-09-27T15:49:51.9025317Z values.requires_grad = True ... ok (0.010s) 2022-09-27T15:49:51.9033403Z test_mean_grad_case_1b (__main__.TestReductions) 2022-09-27T15:49:51.9088833Z values.requires_grad = False ... ok (0.006s) 2022-09-27T15:49:51.9096411Z test_mean_grad_case_1c (__main__.TestReductions) 2022-09-27T15:49:51.9145063Z values.requires_grad = True ... ok (0.006s) 2022-09-27T15:49:51.9151755Z test_mean_grad_case_1d (__main__.TestReductions) 2022-09-27T15:49:51.9174406Z values.requires_grad = False ... ok (0.003s) 2022-09-27T15:49:51.9183369Z test_mean_grad_case_1e (__main__.TestReductions) 2022-09-27T15:49:51.9268938Z values.requires_grad = True ... ok (0.009s) 2022-09-27T15:49:51.9275590Z test_mean_grad_case_1f (__main__.TestReductions) 2022-09-27T15:49:51.9296041Z values.requires_grad = False ... ok (0.003s) 2022-09-27T15:49:51.9345720Z test_prod (__main__.TestReductions) ... ok (0.005s) 2022-09-27T15:49:51.9409985Z test_prod_grad (__main__.TestReductions) ... ok (0.006s) 2022-09-27T15:49:51.9456399Z test_sum (__main__.TestReductions) ... ok (0.005s) 2022-09-27T15:49:51.9513192Z test_sum_grad (__main__.TestReductions) ... ok (0.006s) 2022-09-27T15:49:51.9537985Z test_inplace_unary_fn_aten_abs_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:51.9560528Z test_inplace_unary_fn_aten_absolute_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:51.9606895Z test_inplace_unary_fn_aten_acos_ (__main__.TestUnary) ... ok (0.005s) 2022-09-27T15:49:51.9632793Z test_inplace_unary_fn_aten_acosh_ (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:51.9658743Z test_inplace_unary_fn_aten_arccos_ (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:51.9682909Z test_inplace_unary_fn_aten_arccosh_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:51.9710540Z test_inplace_unary_fn_aten_arcsin_ (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:51.9735417Z test_inplace_unary_fn_aten_arcsinh_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:51.9760881Z test_inplace_unary_fn_aten_arctan_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:51.9786476Z test_inplace_unary_fn_aten_arctanh_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:51.9812382Z test_inplace_unary_fn_aten_asin_ (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:51.9835581Z test_inplace_unary_fn_aten_asinh_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:51.9858806Z test_inplace_unary_fn_aten_atan_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:51.9881825Z test_inplace_unary_fn_aten_atanh_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:51.9906928Z test_inplace_unary_fn_aten_bitwise_not_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:51.9930966Z test_inplace_unary_fn_aten_ceil_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:51.9955804Z test_inplace_unary_fn_aten_clamp_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:51.9979020Z test_inplace_unary_fn_aten_clip_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0002757Z test_inplace_unary_fn_aten_conj_physical_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0028678Z test_inplace_unary_fn_aten_cos_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0053525Z test_inplace_unary_fn_aten_cosh_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0079404Z test_inplace_unary_fn_aten_deg2rad_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0103797Z test_inplace_unary_fn_aten_digamma_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0130023Z test_inplace_unary_fn_aten_erf_ (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.0155187Z test_inplace_unary_fn_aten_erfc_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0181563Z test_inplace_unary_fn_aten_erfinv_ (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.0205894Z test_inplace_unary_fn_aten_exp2_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0231048Z test_inplace_unary_fn_aten_exp_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0256688Z test_inplace_unary_fn_aten_expm1_ (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.0282534Z test_inplace_unary_fn_aten_fix_ (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.0306770Z test_inplace_unary_fn_aten_floor_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0331375Z test_inplace_unary_fn_aten_frac_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0355742Z test_inplace_unary_fn_aten_i0_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0381295Z test_inplace_unary_fn_aten_lgamma_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0411761Z test_inplace_unary_fn_aten_log10_ (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.0439800Z test_inplace_unary_fn_aten_log1p_ (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.0465886Z test_inplace_unary_fn_aten_log2_ (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.0492818Z test_inplace_unary_fn_aten_log_ (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.0521112Z test_inplace_unary_fn_aten_logit_ (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.0545692Z test_inplace_unary_fn_aten_nan_to_num_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0570077Z test_inplace_unary_fn_aten_neg_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0593006Z test_inplace_unary_fn_aten_negative_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0617656Z test_inplace_unary_fn_aten_pow_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0642319Z test_inplace_unary_fn_aten_rad2deg_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0666573Z test_inplace_unary_fn_aten_reciprocal_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0690776Z test_inplace_unary_fn_aten_round_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0715616Z test_inplace_unary_fn_aten_rsqrt_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0739862Z test_inplace_unary_fn_aten_sgn_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0763820Z test_inplace_unary_fn_aten_sigmoid_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0787827Z test_inplace_unary_fn_aten_sign_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0813908Z test_inplace_unary_fn_aten_sin_ (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.0838029Z test_inplace_unary_fn_aten_sinc_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0863698Z test_inplace_unary_fn_aten_sinh_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0889859Z test_inplace_unary_fn_aten_sqrt_ (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.0913429Z test_inplace_unary_fn_aten_square_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0939405Z test_inplace_unary_fn_aten_tan_ (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.0964524Z test_inplace_unary_fn_aten_tanh_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.0987870Z test_inplace_unary_fn_aten_trunc_ (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1011775Z test_unary_fn_aten_abs (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1035547Z test_unary_fn_aten_absolute (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1081874Z test_unary_fn_aten_acos (__main__.TestUnary) ... ok (0.005s) 2022-09-27T15:49:52.1106314Z test_unary_fn_aten_acosh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1129446Z test_unary_fn_aten_angle (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1157211Z test_unary_fn_aten_arccos (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.1181125Z test_unary_fn_aten_arccosh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1207872Z test_unary_fn_aten_arcsin (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.1230827Z test_unary_fn_aten_arcsinh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1255992Z test_unary_fn_aten_arctan (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1280280Z test_unary_fn_aten_arctanh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1305839Z test_unary_fn_aten_asin (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1328423Z test_unary_fn_aten_asinh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1352513Z test_unary_fn_aten_atan (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1376004Z test_unary_fn_aten_atanh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1399683Z test_unary_fn_aten_bitwise_not (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1422449Z test_unary_fn_aten_ceil (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1445532Z test_unary_fn_aten_clamp (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1468549Z test_unary_fn_aten_clip (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1489360Z test_unary_fn_aten_conj_physical (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1514887Z test_unary_fn_aten_cos (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1546455Z test_unary_fn_aten_cosh (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.1573242Z test_unary_fn_aten_deg2rad (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.1597013Z test_unary_fn_aten_digamma (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1622426Z test_unary_fn_aten_erf (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1647676Z test_unary_fn_aten_erfc (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1672863Z test_unary_fn_aten_erfinv (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1697620Z test_unary_fn_aten_exp (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1721099Z test_unary_fn_aten_exp2 (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1745904Z test_unary_fn_aten_expm1 (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1771058Z test_unary_fn_aten_fix (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1794464Z test_unary_fn_aten_floor (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1817935Z test_unary_fn_aten_frac (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1843056Z test_unary_fn_aten_i0 (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1866456Z test_unary_fn_aten_isnan (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1891447Z test_unary_fn_aten_lgamma (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1917900Z test_unary_fn_aten_log (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.1943500Z test_unary_fn_aten_log10 (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.1969950Z test_unary_fn_aten_log1p (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.1995483Z test_unary_fn_aten_log2 (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.2023253Z test_unary_fn_aten_logit (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.2047525Z test_unary_fn_aten_nan_to_num (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.2071237Z test_unary_fn_aten_neg (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.2095419Z test_unary_fn_aten_negative (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.2115816Z test_unary_fn_aten_positive (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.2144670Z test_unary_fn_aten_pow (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.2170778Z test_unary_fn_aten_rad2deg (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.2194783Z test_unary_fn_aten_reciprocal (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.2220263Z test_unary_fn_aten_round (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.2245259Z test_unary_fn_aten_rsqrt (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.2269164Z test_unary_fn_aten_sgn (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.2293181Z test_unary_fn_aten_sigmoid (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.2317188Z test_unary_fn_aten_sign (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.2341898Z test_unary_fn_aten_signbit (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.2367118Z test_unary_fn_aten_sin (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.2391620Z test_unary_fn_aten_sinc (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.2416907Z test_unary_fn_aten_sinh (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.2442754Z test_unary_fn_aten_sqrt (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.2469045Z test_unary_fn_aten_square (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.2811342Z test_unary_fn_aten_tan (__main__.TestUnary) ... ok (0.034s) 2022-09-27T15:49:52.2837358Z test_unary_fn_aten_tanh (__main__.TestUnary) ... ok (0.003s) 2022-09-27T15:49:52.2863287Z test_unary_fn_aten_trunc (__main__.TestUnary) ... ok (0.002s) 2022-09-27T15:49:52.2863556Z 2022-09-27T15:49:52.2863977Z ---------------------------------------------------------------------- 2022-09-27T15:49:52.2864361Z Ran 210 tests in 1.135s 2022-09-27T15:49:52.2864541Z 2022-09-27T15:49:52.2864656Z OK (skipped=1) 2022-09-27T15:49:52.2864821Z 2022-09-27T15:49:52.2864961Z Generating XML reports... 2022-09-27T15:49:52.2954613Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20220927154951.xml 2022-09-27T15:49:52.2959175Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestMatMul-20220927154951.xml 2022-09-27T15:49:52.2977547Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20220927154951.xml 2022-09-27T15:49:52.3077708Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20220927154951.xml 2022-09-27T15:49:52.9710453Z Running test_nestedtensor ... [2022-09-27 15:49:52.970664] 2022-09-27T15:49:52.9711047Z Executing ['/opt/conda/bin/python', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:49:52.970749] 2022-09-27T15:49:56.9121998Z Test results will be stored in test-reports/python-unittest/test_nestedtensor 2022-09-27T15:49:56.9144089Z 2022-09-27T15:49:56.9144214Z Running tests... 2022-09-27T15:49:56.9144784Z ---------------------------------------------------------------------- 2022-09-27T15:49:56.9181349Z test_activations (__main__.TestNestedTensor) ... test_nestedtensor.py:258: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-09-27T15:49:56.9182186Z nt = nested_tensor([t]) 2022-09-27T15:49:56.9226043Z ok (0.008s) 2022-09-27T15:49:56.9250203Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T15:49:56.9267341Z test_dim (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T15:49:56.9333943Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.007s) 2022-09-27T15:49:56.9359391Z test_nested_namespace (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T15:49:56.9372506Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T15:49:56.9486941Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.011s) 2022-09-27T15:49:56.9521609Z test_numel (__main__.TestNestedTensor) ... ok (0.003s) 2022-09-27T15:49:56.9575931Z test_repr_string (__main__.TestNestedTensor) ... ok (0.005s) 2022-09-27T15:49:56.9615300Z test_size (__main__.TestNestedTensor) ... ok (0.004s) 2022-09-27T15:49:56.9653961Z test_stride (__main__.TestNestedTensor) ... ok (0.004s) 2022-09-27T15:49:56.9669210Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-09-27T15:49:56.9692550Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T15:49:56.9714383Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T15:49:56.9741405Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.003s) 2022-09-27T15:49:56.9766184Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.002s) 2022-09-27T15:49:56.9822286Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.006s) 2022-09-27T15:49:56.9878099Z test_backward_for_add_op (__main__.TestNestedTensorAutograd) ... ok (0.005s) 2022-09-27T15:49:56.9939015Z test_dropout_backward (__main__.TestNestedTensorAutograd) ... ok (0.006s) 2022-09-27T15:49:57.0001855Z test_nested_tensor_bmm_backward (__main__.TestNestedTensorAutograd) ... ok (0.006s) 2022-09-27T15:49:57.2232128Z test_nested_tensor_bmm_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.223s) 2022-09-27T15:49:57.2339798Z test_nested_tensor_from_list (__main__.TestNestedTensorAutograd) ... ok (0.011s) 2022-09-27T15:49:57.2421043Z test_nested_tensor_from_mask_and_to_padded (__main__.TestNestedTensorAutograd) ... ok (0.008s) 2022-09-27T15:49:57.2489755Z test_nested_tensor_from_padded (__main__.TestNestedTensorAutograd) ... ok (0.007s) 2022-09-27T15:49:57.2561152Z test_nested_tensor_from_padded_fused (__main__.TestNestedTensorAutograd) ... ok (0.007s) 2022-09-27T15:49:57.2872218Z test_nested_tensor_linear (__main__.TestNestedTensorAutograd) ... ok (0.031s) 2022-09-27T15:49:57.2895415Z test_nested_tensor_linear_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-09-27T15:49:57.2958187Z test_nested_tensor_matmul_backward (__main__.TestNestedTensorAutograd) ... ok (0.006s) 2022-09-27T15:49:57.5008502Z test_nested_tensor_matmul_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.205s) 2022-09-27T15:49:57.5041191Z test_nested_tensor_reshape_backward (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T15:49:57.5061495Z test_nested_tensor_reshape_gradcheck (__main__.TestNestedTensorAutograd) ... /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T15:49:57.5062195Z f'Input #{idx} requires gradient and ' 2022-09-27T15:49:57.5062853Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T15:49:57.5063343Z f'Input #{idx} requires gradient and ' 2022-09-27T15:49:57.6312048Z ok (0.127s) 2022-09-27T15:49:57.6434269Z test_nested_tensor_softmax (__main__.TestNestedTensorAutograd) ... ok (0.012s) 2022-09-27T15:49:57.6492818Z test_nested_tensor_to_padded_tensor (__main__.TestNestedTensorAutograd) ... ok (0.006s) 2022-09-27T15:49:57.6523746Z test_nested_tensor_transpose_backward (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-09-27T15:49:57.7340222Z test_nested_tensor_transpose_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.081s) 2022-09-27T15:49:57.7351031Z test_set_requires_grad_from_list (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T15:49:57.7365169Z test_set_requires_grad_from_mask (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-09-27T15:49:57.7467426Z test_size_dim (__main__.TestNestedTensorAutograd) ... ok (0.010s) 2022-09-27T15:49:57.7582277Z test_to_buffer_series_ops_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.011s) 2022-09-27T15:49:57.7705389Z test_unbind_flow_through (__main__.TestNestedTensorAutograd) ... ok (0.012s) 2022-09-27T15:49:57.7801017Z test_values_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.010s) 2022-09-27T15:49:57.8951453Z test_bmm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.115s) 2022-09-27T15:49:57.9941084Z test_bmm_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.099s) 2022-09-27T15:49:57.9979277Z test_bmm_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:58.0015259Z test_bmm_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:58.0180021Z test_clone_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:49:58.0332556Z test_clone_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.015s) 2022-09-27T15:49:58.0383061Z test_detach_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:49:58.0430106Z test_detach_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:49:58.0475699Z test_detach_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:58.0485545Z test_device_checks_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-09-27T15:49:58.0664016Z test_dropout_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.018s) 2022-09-27T15:49:58.0829093Z test_dropout_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T15:49:58.0872800Z test_dropout_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:58.0917109Z test_dropout_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:58.0988308Z test_embedding_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:49:58.1416941Z test_layer_norm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.043s) 2022-09-27T15:49:58.1860437Z test_linear_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.044s) 2022-09-27T15:49:58.2289341Z test_linear_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.043s) 2022-09-27T15:49:58.2390673Z test_linear_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-09-27T15:49:58.2487139Z test_linear_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-09-27T15:49:58.3725710Z test_matmul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... test_nestedtensor.py:1047: UserWarning: An output with one or more elements was resized since it had shape [8, 9, 2, 6], which does not match the required output shape [72, 2, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:49:58.3726707Z actual = torch.nested.to_padded_tensor(torch.matmul(nt0, nt1), 0.0) 2022-09-27T15:49:58.3727563Z test_nestedtensor.py:1047: UserWarning: An output with one or more elements was resized since it had shape [8, 9, 3, 5], which does not match the required output shape [72, 3, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:49:58.3728227Z actual = torch.nested.to_padded_tensor(torch.matmul(nt0, nt1), 0.0) 2022-09-27T15:49:58.3759283Z ok (0.127s) 2022-09-27T15:49:58.5018620Z test_matmul_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.126s) 2022-09-27T15:49:58.5058916Z test_matmul_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:58.5094686Z test_matmul_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:58.5136122Z test_nested_tensor_add_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:58.5176934Z test_nested_tensor_add_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:58.5215231Z test_nested_tensor_add_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:58.5253315Z test_nested_tensor_add_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:58.6161133Z test_nested_tensor_indexing_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.091s) 2022-09-27T15:49:58.7518777Z test_nested_tensor_indexing_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.136s) 2022-09-27T15:49:58.8406702Z test_nested_tensor_indexing_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.089s) 2022-09-27T15:49:58.8451803Z test_nested_tensor_indexing_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:49:58.8493555Z test_nested_tensor_indexing_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:58.8532498Z test_nested_tensor_indexing_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:58.8759892Z test_nested_tensor_mul_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.023s) 2022-09-27T15:49:58.8984325Z test_nested_tensor_mul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.022s) 2022-09-27T15:49:58.9269001Z test_nested_tensor_mul_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:49:58.9551861Z test_nested_tensor_mul_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:49:59.0134089Z test_nested_tensor_sum_dim_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.058s) 2022-09-27T15:49:59.0424400Z test_reshape_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.029s) 2022-09-27T15:49:59.0701431Z test_reshape_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:49:59.0979689Z test_reshape_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.028s) 2022-09-27T15:49:59.1244570Z test_scaled_dot_product_attention_input_dim_3_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:49:59.1508828Z test_scaled_dot_product_attention_input_dim_4_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.026s) 2022-09-27T15:49:59.2136383Z test_softmax_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.063s) 2022-09-27T15:49:59.2757060Z test_softmax_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.062s) 2022-09-27T15:49:59.2803140Z test_softmax_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:49:59.2845892Z test_softmax_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:59.2920089Z test_to_padded_tensor_dim2_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:49:59.2991295Z test_to_padded_tensor_dim2_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:49:59.3064044Z test_to_padded_tensor_dim2_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:49:59.3131980Z test_to_padded_tensor_dim3_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:49:59.3200619Z test_to_padded_tensor_dim3_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:49:59.3268860Z test_to_padded_tensor_dim3_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-09-27T15:49:59.3621117Z test_to_padded_tensor_dim4_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.035s) 2022-09-27T15:49:59.3952166Z test_to_padded_tensor_dim4_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.033s) 2022-09-27T15:49:59.4272628Z test_to_padded_tensor_dim4_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.032s) 2022-09-27T15:49:59.4374114Z test_to_padded_tensor_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-09-27T15:49:59.4471512Z test_to_padded_tensor_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-09-27T15:49:59.4566454Z test_to_padded_tensor_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.009s) 2022-09-27T15:49:59.4619489Z test_to_padded_tensor_output_size_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:49:59.4667041Z test_to_padded_tensor_output_size_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:49:59.4708231Z test_to_padded_tensor_simple_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:59.4749032Z test_to_padded_tensor_simple_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:59.4796537Z test_to_then_from_padded_tensor_no_transform0213_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:49:59.5240429Z test_transpose_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.044s) 2022-09-27T15:49:59.5681137Z test_transpose_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.044s) 2022-09-27T15:49:59.6150019Z test_transpose_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.047s) 2022-09-27T15:49:59.6203718Z test_transpose_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:49:59.6253493Z test_transpose_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:49:59.6300076Z test_transpose_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:49:59.6344992Z test_unbind_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:59.6388907Z test_unbind_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:59.6429163Z test_unbind_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:59.7150703Z test_view_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.072s) 2022-09-27T15:49:59.7729134Z test_view_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.058s) 2022-09-27T15:49:59.8307429Z test_view_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.058s) 2022-09-27T15:49:59.8356150Z test_view_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-09-27T15:49:59.8399786Z test_view_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:59.8440041Z test_view_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-09-27T15:49:59.8440668Z 2022-09-27T15:49:59.8441211Z ---------------------------------------------------------------------- 2022-09-27T15:49:59.8441518Z Ran 121 tests in 2.930s 2022-09-27T15:49:59.8441633Z 2022-09-27T15:49:59.8441694Z OK 2022-09-27T15:49:59.8441774Z 2022-09-27T15:49:59.8441860Z Generating XML reports... 2022-09-27T15:49:59.8491665Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20220927154956.xml 2022-09-27T15:49:59.8513315Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20220927154956.xml 2022-09-27T15:49:59.8579505Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20220927154956.xml 2022-09-27T15:50:00.4491440Z Running test_datapipe ... [2022-09-27 15:50:00.448725] 2022-09-27T15:50:00.4492009Z Executing ['/opt/conda/bin/python', '-bb', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:00.448832] 2022-09-27T15:50:04.1260353Z Test results will be stored in test-reports/python-unittest/test_datapipe 2022-09-27T15:50:04.1293005Z 2022-09-27T15:50:04.1293157Z Running tests... 2022-09-27T15:50:04.1293561Z ---------------------------------------------------------------------- 2022-09-27T15:50:04.1298787Z test_basic_capture (__main__.TestCaptureDataFrame) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:50:04.1349953Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.005s) 2022-09-27T15:50:04.4270094Z test_circular_serialization_with_pickle (__main__.TestCircularSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:50:04.4271204Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:50:04.4354148Z ok (0.300s) 2022-09-27T15:50:04.4364216Z test_as_string (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:50:04.4374275Z test_getitem (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:50:04.4383275Z test_iter (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:50:04.4387597Z test_len (__main__.TestDataChunk) ... ok (0.000s) 2022-09-27T15:50:04.4398499Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:50:04.4408667Z test_reverse (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:50:04.4417997Z test_sort (__main__.TestDataChunk) ... ok (0.001s) 2022-09-27T15:50:04.4426075Z test_batch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:50:04.4433559Z test_capture (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:50:04.4444727Z test_collate (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:50:04.4451093Z test_filter (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:50:04.4465899Z test_shuffle (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:50:04.4466322Z test_unbatch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.001s) 2022-09-27T15:50:04.4507039Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-09-27T15:50:04.4556586Z test_collate_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:50:04.4557102Z "Local function is not supported by pickle, please use " 2022-09-27T15:50:04.4616363Z ok (0.011s) 2022-09-27T15:50:04.4663005Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.005s) 2022-09-27T15:50:04.4814952Z test_demux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:50:04.4815882Z "Local function is not supported by pickle, please use " 2022-09-27T15:50:04.4824589Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:50:04.4825382Z "Local function is not supported by pickle, please use " 2022-09-27T15:50:04.4835409Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:50:04.4836236Z "Local function is not supported by pickle, please use " 2022-09-27T15:50:04.4849189Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:50:04.4850007Z "Local function is not supported by pickle, please use " 2022-09-27T15:50:04.4859084Z ok (0.020s) 2022-09-27T15:50:04.4939311Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.008s) 2022-09-27T15:50:04.5108361Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.017s) 2022-09-27T15:50:04.5142251Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-09-27T15:50:04.5405463Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.026s) 2022-09-27T15:50:04.5429176Z test_map_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:50:04.5429720Z "Local function is not supported by pickle, please use " 2022-09-27T15:50:04.5560102Z ok (0.015s) 2022-09-27T15:50:04.6054726Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.049s) 2022-09-27T15:50:04.6091253Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-09-27T15:50:04.6109999Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-09-27T15:50:04.6234073Z test_serializable (__main__.TestFunctionalIterDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:50:04.6234639Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:50:04.6529821Z /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:50:04.6530320Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:50:04.6728061Z ok (0.062s) 2022-09-27T15:50:04.6758958Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-09-27T15:50:04.6936277Z Only for DataPipes that take in a function as argument ... ok (0.021s) 2022-09-27T15:50:04.7024464Z test_shuffler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.009s) 2022-09-27T15:50:04.7044946Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-09-27T15:50:04.7110221Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.006s) 2022-09-27T15:50:04.7145650Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-09-27T15:50:04.7189743Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.004s) 2022-09-27T15:50:04.7217436Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-09-27T15:50:04.7234381Z test_map_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:50:04.7234883Z "Local function is not supported by pickle, please use " 2022-09-27T15:50:04.7328041Z ok (0.011s) 2022-09-27T15:50:04.7355887Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-09-27T15:50:04.7492488Z test_serializable (__main__.TestFunctionalMapDataPipe) ... ok (0.014s) 2022-09-27T15:50:04.7507231Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-09-27T15:50:04.7555345Z Only for DataPipes that take in a function as argument ... ok (0.006s) 2022-09-27T15:50:04.7618301Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.006s) 2022-09-27T15:50:04.7648088Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.003s) 2022-09-27T15:50:04.7661928Z test_simple_traverse (__main__.TestGraph) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:50:04.7662404Z "Local function is not supported by pickle, please use " 2022-09-27T15:50:04.7667180Z ok (0.002s) 2022-09-27T15:50:04.7687671Z test_traverse_circular_datapipe (__main__.TestGraph) ... ok (0.002s) 2022-09-27T15:50:04.7728402Z test_traverse_forked (__main__.TestGraph) ... ok (0.004s) 2022-09-27T15:50:04.7744316Z test_traverse_mapdatapipe (__main__.TestGraph) ... ok (0.002s) 2022-09-27T15:50:04.7757656Z test_traverse_mixdatapipe (__main__.TestGraph) ... ok (0.001s) 2022-09-27T15:50:04.7774644Z test_traverse_unhashable_datapipe (__main__.TestGraph) ... ok (0.002s) 2022-09-27T15:50:04.7785446Z test_iterdatapipe_sample_yielded_generator_function (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-09-27T15:50:04.7803915Z test_iterdatapipe_sample_yielded_generator_function_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.002s) 2022-09-27T15:50:04.7818562Z test_iterdatapipe_sample_yielded_next (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-09-27T15:50:04.7837198Z test_iterdatapipe_sample_yielded_next_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.002s) 2022-09-27T15:50:04.7988628Z test_iterdatapipe_sample_yielded_return_self (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.015s) 2022-09-27T15:50:04.8005548Z test_simple_snapshot_custom_non_generator (__main__.TestIterDataPipeGraphFastForward) ... ok (0.002s) 2022-09-27T15:50:04.8023337Z test_simple_snapshot_custom_self_next (__main__.TestIterDataPipeGraphFastForward) ... ok (0.002s) 2022-09-27T15:50:04.8202367Z test_simple_snapshot_graph (__main__.TestIterDataPipeGraphFastForward) ... ok (0.018s) 2022-09-27T15:50:04.8250092Z test_simple_snapshot_graph_repeated (__main__.TestIterDataPipeGraphFastForward) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py:264: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-09-27T15:50:04.8250693Z "the buffer and each child DataPipe will read from the start again.", UserWarning) 2022-09-27T15:50:04.8274318Z ok (0.007s) 2022-09-27T15:50:04.8427751Z test_simple_snapshot_graph_with_serialization (__main__.TestIterDataPipeGraphFastForward) ... ok (0.015s) 2022-09-27T15:50:04.8440805Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:50:04.8464270Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.004s) 2022-09-27T15:50:04.8502177Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:50:04.8555929Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... ok (0.009s) 2022-09-27T15:50:04.8562868Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:50:04.8594337Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... ok (0.004s) 2022-09-27T15:50:04.8607697Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:50:04.8620657Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.003s) 2022-09-27T15:50:04.8634494Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-09-27T15:50:04.8668967Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.005s) 2022-09-27T15:50:04.8694010Z test_demux_mux_datapipe (__main__.TestIterableDataPipeBasic) ... /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py:136: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-09-27T15:50:04.8694525Z "Local function is not supported by pickle, please use " 2022-09-27T15:50:04.8716397Z ok (0.005s) 2022-09-27T15:50:04.8800854Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.008s) 2022-09-27T15:50:04.8830553Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.003s) 2022-09-27T15:50:04.8851277Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.002s) 2022-09-27T15:50:04.8884967Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.003s) 2022-09-27T15:50:04.8931789Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.005s) 2022-09-27T15:50:04.8976233Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.004s) 2022-09-27T15:50:04.8983649Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-09-27T15:50:04.8990529Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.001s) 2022-09-27T15:50:04.9673599Z test_old_dataloader (__main__.TestSharding) ... ok (0.068s) 2022-09-27T15:50:04.9703494Z test_sharding_length (__main__.TestSharding) ... ok (0.003s) 2022-09-27T15:50:04.9751034Z test_simple_sharding (__main__.TestSharding) ... ok (0.005s) 2022-09-27T15:50:04.9768360Z test_api (__main__.TestStreamWrapper) ... ok (0.002s) 2022-09-27T15:50:04.9778499Z test_dir (__main__.TestStreamWrapper) ... ok (0.001s) 2022-09-27T15:50:04.9794922Z test_pickle (__main__.TestStreamWrapper) ... ok (0.002s) 2022-09-27T15:50:04.9808403Z test_repr (__main__.TestStreamWrapper) ... ok (0.001s) 2022-09-27T15:50:04.9857958Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.005s) 2022-09-27T15:50:04.9871550Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-09-27T15:50:04.9881369Z test_isinstance (__main__.TestTyping) ... ok (0.001s) 2022-09-27T15:50:04.9905155Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-09-27T15:50:04.9915611Z test_protocol (__main__.TestTyping) ... ok (0.001s) 2022-09-27T15:50:04.9933444Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-09-27T15:50:04.9947049Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-09-27T15:50:04.9973206Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.003s) 2022-09-27T15:50:04.9973753Z 2022-09-27T15:50:04.9974239Z ---------------------------------------------------------------------- 2022-09-27T15:50:04.9975029Z Ran 87 tests in 0.868s 2022-09-27T15:50:04.9975191Z 2022-09-27T15:50:04.9975266Z OK (skipped=16) 2022-09-27T15:50:04.9975375Z 2022-09-27T15:50:04.9975467Z Generating XML reports... 2022-09-27T15:50:05.0303876Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20220927155004.xml 2022-09-27T15:50:05.0311387Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20220927155004.xml 2022-09-27T15:50:05.0332863Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20220927155004.xml 2022-09-27T15:50:05.0343394Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20220927155004.xml 2022-09-27T15:50:05.0350789Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestGraph-20220927155004.xml 2022-09-27T15:50:05.0357624Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20220927155004.xml 2022-09-27T15:50:05.0364592Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20220927155004.xml 2022-09-27T15:50:05.0372176Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20220927155004.xml 2022-09-27T15:50:05.0380084Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20220927155004.xml 2022-09-27T15:50:05.0384652Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSharding-20220927155004.xml 2022-09-27T15:50:05.0390036Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20220927155004.xml 2022-09-27T15:50:05.0400960Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestTyping-20220927155004.xml 2022-09-27T15:50:05.0404207Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20220927155004.xml 2022-09-27T15:50:05.0412807Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20220927155004.xml 2022-09-27T15:50:05.0417173Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20220927155004.xml 2022-09-27T15:50:05.6976025Z Running test_dynamic_shapes ... [2022-09-27 15:50:05.697207] 2022-09-27T15:50:05.6976556Z Executing ['/opt/conda/bin/python', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:05.697297] 2022-09-27T15:50:09.4226115Z Test results will be stored in test-reports/python-unittest/test_dynamic_shapes 2022-09-27T15:50:09.4241260Z 2022-09-27T15:50:09.4241693Z Running tests... 2022-09-27T15:50:09.4242108Z ---------------------------------------------------------------------- 2022-09-27T15:50:09.7831453Z test_arith_ops (__main__.TestPySymInt) ... ok (0.359s) 2022-09-27T15:50:09.7988774Z test_aten_ops (__main__.TestPySymInt) ... ok (0.016s) 2022-09-27T15:50:09.8263347Z test_binary (__main__.TestPySymInt) ... ok (0.027s) 2022-09-27T15:50:09.8406386Z test_fx_trace_intlist (__main__.TestPySymInt) ... ok (0.014s) 2022-09-27T15:50:09.8424948Z test_guard_int (__main__.TestPySymInt) ... ok (0.002s) 2022-09-27T15:50:09.8436540Z test_int_conversion (__main__.TestPySymInt) ... ok (0.001s) 2022-09-27T15:50:09.8452301Z test_int_to_float (__main__.TestPySymInt) ... ok (0.002s) 2022-09-27T15:50:09.8485775Z test_meta_symint (__main__.TestPySymInt) ... ok (0.003s) 2022-09-27T15:50:09.9363273Z test_reverse_arith_ops (__main__.TestPySymInt) ... ok (0.088s) 2022-09-27T15:50:09.9443189Z test_roundtrip (__main__.TestPySymInt) ... ok (0.008s) 2022-09-27T15:50:09.9523063Z test_size_expressions (__main__.TestPySymInt) ... ok (0.008s) 2022-09-27T15:50:09.9582760Z test_stride (__main__.TestPySymInt) ... ok (0.006s) 2022-09-27T15:50:09.9898876Z test_symint_args (__main__.TestPySymInt) ... ok (0.031s) 2022-09-27T15:50:10.0071725Z test_symint_vargs (__main__.TestPySymInt) ... ok (0.017s) 2022-09-27T15:50:10.0072038Z 2022-09-27T15:50:10.0072897Z ---------------------------------------------------------------------- 2022-09-27T15:50:10.0073392Z Ran 14 tests in 0.583s 2022-09-27T15:50:10.0073499Z 2022-09-27T15:50:10.0073562Z OK 2022-09-27T15:50:10.0073656Z 2022-09-27T15:50:10.0073754Z Generating XML reports... 2022-09-27T15:50:10.0115780Z Generated XML report: test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20220927155009.xml 2022-09-27T15:50:10.6417755Z Running test_decomp ... [2022-09-27 15:50:10.641381] 2022-09-27T15:50:10.6418315Z Executing ['/opt/conda/bin/python', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:10.641470] 2022-09-27T15:50:15.7265095Z Test results will be stored in test-reports/python-unittest/test_decomp 2022-09-27T15:50:15.8609472Z 2022-09-27T15:50:15.8609950Z Running tests... 2022-09-27T15:50:15.8610391Z ---------------------------------------------------------------------- 2022-09-27T15:50:15.8615797Z test_comprehensive_H_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:15.8620888Z test_comprehensive_H_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8625385Z test_comprehensive_H_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8630149Z test_comprehensive_H_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8636074Z test_comprehensive_H_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8641410Z test_comprehensive_H_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8646672Z test_comprehensive_H_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8652478Z test_comprehensive_H_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:15.8657860Z test_comprehensive_H_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8662955Z test_comprehensive_H_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8668438Z test_comprehensive_H_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8673719Z test_comprehensive_H_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8679074Z test_comprehensive_H_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8684482Z test_comprehensive_T_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8689869Z test_comprehensive_T_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8695337Z test_comprehensive_T_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8700614Z test_comprehensive_T_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8706042Z test_comprehensive_T_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8711331Z test_comprehensive_T_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8716790Z test_comprehensive_T_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8722215Z test_comprehensive_T_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8727461Z test_comprehensive_T_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8732972Z test_comprehensive_T_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8738294Z test_comprehensive_T_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8743604Z test_comprehensive_T_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8749039Z test_comprehensive_T_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8754539Z test_comprehensive___getitem___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8759960Z test_comprehensive___getitem___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8765353Z test_comprehensive___getitem___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8770706Z test_comprehensive___getitem___cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8776228Z test_comprehensive___getitem___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8781426Z test_comprehensive___getitem___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8786801Z test_comprehensive___getitem___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8792303Z test_comprehensive___getitem___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8797741Z test_comprehensive___getitem___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:15.8803106Z test_comprehensive___getitem___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8808846Z test_comprehensive___getitem___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8814037Z test_comprehensive___getitem___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8819256Z test_comprehensive___getitem___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8824610Z test_comprehensive___radd___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8829919Z test_comprehensive___radd___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8835346Z test_comprehensive___radd___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8840629Z test_comprehensive___radd___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8845957Z test_comprehensive___radd___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8851432Z test_comprehensive___radd___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:15.8856760Z test_comprehensive___radd___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8862538Z test_comprehensive___radd___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8867661Z test_comprehensive___radd___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8873181Z test_comprehensive___radd___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8878477Z test_comprehensive___radd___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:15.8884036Z test_comprehensive___radd___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8889406Z test_comprehensive___rand___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:15.8894868Z test_comprehensive___rand___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8900241Z test_comprehensive___rand___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8905669Z test_comprehensive___rand___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8911064Z test_comprehensive___rand___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8916567Z test_comprehensive___rand___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8921953Z test_comprehensive___rdiv___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8927467Z test_comprehensive___rdiv___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8932841Z test_comprehensive___rdiv___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:15.8938167Z test_comprehensive___rdiv___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8943641Z test_comprehensive___rdiv___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8948996Z test_comprehensive___rdiv___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8954600Z test_comprehensive___rdiv___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8959916Z test_comprehensive___rdiv___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8965334Z test_comprehensive___rdiv___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8970789Z test_comprehensive___rdiv___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:15.8976141Z test_comprehensive___rdiv___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8981496Z test_comprehensive___rdiv___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8986804Z test_comprehensive___rmatmul___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8992206Z test_comprehensive___rmatmul___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.8997653Z test_comprehensive___rmatmul___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9003083Z test_comprehensive___rmatmul___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9008764Z test_comprehensive___rmatmul___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9014117Z test_comprehensive___rmatmul___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9019511Z test_comprehensive___rmatmul___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9024594Z test_comprehensive___rmatmul___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9030108Z test_comprehensive___rmatmul___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9035459Z test_comprehensive___rmatmul___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:15.9040661Z test_comprehensive___rmod___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9045974Z test_comprehensive___rmod___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9051222Z test_comprehensive___rmod___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:15.9056500Z test_comprehensive___rmod___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9061961Z test_comprehensive___rmul___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9067002Z test_comprehensive___rmul___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9072428Z test_comprehensive___rmul___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9077969Z test_comprehensive___rmul___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9083052Z test_comprehensive___rmul___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9088493Z test_comprehensive___rmul___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9093649Z test_comprehensive___rmul___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9099025Z test_comprehensive___rmul___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9104181Z test_comprehensive___rmul___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9109461Z test_comprehensive___rmul___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9114604Z test_comprehensive___rmul___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9120268Z test_comprehensive___rmul___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9125352Z test_comprehensive___ror___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:15.9130593Z test_comprehensive___ror___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9135820Z test_comprehensive___ror___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9141015Z test_comprehensive___ror___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9146138Z test_comprehensive___ror___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9150998Z test_comprehensive___ror___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9155759Z test_comprehensive___rpow___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9160078Z test_comprehensive___rpow___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9164619Z test_comprehensive___rpow___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9169291Z test_comprehensive___rpow___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9174199Z test_comprehensive___rpow___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9178941Z test_comprehensive___rpow___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9183337Z test_comprehensive___rpow___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9187661Z test_comprehensive___rpow___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9192434Z test_comprehensive___rpow___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9196960Z test_comprehensive___rpow___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9201694Z test_comprehensive___rpow___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9206239Z test_comprehensive___rsub___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9210679Z test_comprehensive___rsub___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9215252Z test_comprehensive___rsub___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9219620Z test_comprehensive___rsub___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9224077Z test_comprehensive___rsub___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9228706Z test_comprehensive___rsub___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9233297Z test_comprehensive___rsub___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9237633Z test_comprehensive___rsub___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9242493Z test_comprehensive___rsub___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9246929Z test_comprehensive___rsub___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9251454Z test_comprehensive___rsub___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9255874Z test_comprehensive___rxor___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9260376Z test_comprehensive___rxor___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9265456Z test_comprehensive___rxor___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9269762Z test_comprehensive___rxor___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9273985Z test_comprehensive___rxor___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9278478Z test_comprehensive___rxor___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9282952Z test_comprehensive__masked_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9287709Z test_comprehensive__masked_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9292185Z test_comprehensive__masked_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9296830Z test_comprehensive__masked_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9301163Z test_comprehensive__masked_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9305602Z test_comprehensive__masked_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9309900Z test_comprehensive__masked_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9314536Z test_comprehensive__masked_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9319038Z test_comprehensive__masked_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9323659Z test_comprehensive__masked_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9329044Z test_comprehensive__masked_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9333186Z test_comprehensive__masked_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9337650Z test_comprehensive__masked_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9342081Z test_comprehensive__masked_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9346532Z test_comprehensive__masked_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9351051Z test_comprehensive__masked_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9355688Z test_comprehensive__masked_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9360181Z test_comprehensive__masked_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9364925Z test_comprehensive__masked_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9369696Z test_comprehensive__masked_argmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9374527Z test_comprehensive__masked_argmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9379232Z test_comprehensive__masked_argmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9383655Z test_comprehensive__masked_argmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9388145Z test_comprehensive__masked_argmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9392550Z test_comprehensive__masked_argmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9397204Z test_comprehensive__masked_argmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9401538Z test_comprehensive__masked_argmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9405970Z test_comprehensive__masked_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9410535Z test_comprehensive__masked_argmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9415015Z test_comprehensive__masked_argmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9419448Z test_comprehensive__masked_argmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9423916Z test_comprehensive__masked_argmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9428375Z test_comprehensive__masked_argmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9432903Z test_comprehensive__masked_argmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9437436Z test_comprehensive__masked_argmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9441933Z test_comprehensive__masked_argmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9446457Z test_comprehensive__masked_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9450954Z test_comprehensive__masked_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9455470Z test_comprehensive__masked_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9459841Z test_comprehensive__masked_cumprod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9464309Z test_comprehensive__masked_cumprod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9468783Z test_comprehensive__masked_cumprod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9473226Z test_comprehensive__masked_cumprod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9477693Z test_comprehensive__masked_cumprod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9482239Z test_comprehensive__masked_cumprod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9486690Z test_comprehensive__masked_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9491215Z test_comprehensive__masked_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9495642Z test_comprehensive__masked_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9500083Z test_comprehensive__masked_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9504503Z test_comprehensive__masked_cumsum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9508920Z test_comprehensive__masked_cumsum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9513478Z test_comprehensive__masked_cumsum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9518015Z test_comprehensive__masked_cumsum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9522466Z test_comprehensive__masked_cumsum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9526964Z test_comprehensive__masked_cumsum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9531712Z test_comprehensive__masked_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9535983Z test_comprehensive__masked_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9540384Z test_comprehensive__masked_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9544868Z test_comprehensive__masked_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9549268Z test_comprehensive__masked_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9553825Z test_comprehensive__masked_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9558289Z test_comprehensive__masked_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9562777Z test_comprehensive__masked_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:50:15.9567210Z test_comprehensive__masked_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:50:15.9571673Z test_comprehensive__masked_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:50:15.9576157Z test_comprehensive__masked_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:50:15.9580550Z test_comprehensive__masked_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:50:15.9585051Z test_comprehensive__masked_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:50:15.9589602Z test_comprehensive__masked_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:50:15.9594108Z test_comprehensive__masked_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:50:15.9598622Z test_comprehensive__masked_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9603083Z test_comprehensive__masked_mean_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9607876Z test_comprehensive__masked_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9612106Z test_comprehensive__masked_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9616659Z test_comprehensive__masked_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9620929Z test_comprehensive__masked_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9625458Z test_comprehensive__masked_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9630044Z test_comprehensive__masked_mean_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9634651Z test_comprehensive__masked_mean_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9639121Z test_comprehensive__masked_mean_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9643597Z test_comprehensive__masked_mean_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9648659Z test_comprehensive__masked_mean_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9652956Z test_comprehensive__masked_median_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9657491Z test_comprehensive__masked_median_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9661975Z test_comprehensive__masked_median_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9666851Z test_comprehensive__masked_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9670942Z test_comprehensive__masked_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9675655Z test_comprehensive__masked_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9680246Z test_comprehensive__masked_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9684619Z test_comprehensive__masked_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9689227Z test_comprehensive__masked_normalize_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9693815Z test_comprehensive__masked_normalize_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9698297Z test_comprehensive__masked_normalize_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9703262Z test_comprehensive__masked_normalize_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9707505Z test_comprehensive__masked_normalize_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9711985Z test_comprehensive__masked_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9716659Z test_comprehensive__masked_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9721111Z test_comprehensive__masked_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9725711Z test_comprehensive__masked_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9730078Z test_comprehensive__masked_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9734414Z test_comprehensive__masked_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9738903Z test_comprehensive__masked_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9743483Z test_comprehensive__masked_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9747957Z test_comprehensive__masked_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9752627Z test_comprehensive__masked_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9757175Z test_comprehensive__masked_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9761574Z test_comprehensive__masked_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9766072Z test_comprehensive__masked_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9770622Z test_comprehensive__masked_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9775102Z test_comprehensive__masked_softmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9779463Z test_comprehensive__masked_softmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9783906Z test_comprehensive__masked_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9788408Z test_comprehensive__masked_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9792943Z test_comprehensive__masked_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9797886Z test_comprehensive__masked_std_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9802470Z test_comprehensive__masked_std_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9988859Z test_comprehensive__masked_std_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.019s) 2022-09-27T15:50:15.9993236Z test_comprehensive__masked_std_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:15.9997313Z test_comprehensive__masked_std_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0001520Z test_comprehensive__masked_std_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0006096Z test_comprehensive__masked_std_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0010074Z test_comprehensive__masked_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0014402Z test_comprehensive__masked_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0018925Z test_comprehensive__masked_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0023521Z test_comprehensive__masked_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0027981Z test_comprehensive__masked_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0032521Z test_comprehensive__masked_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0037006Z test_comprehensive__masked_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0041713Z test_comprehensive__masked_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0045960Z test_comprehensive__masked_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0050862Z test_comprehensive__masked_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0055504Z test_comprehensive__masked_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0060094Z test_comprehensive__masked_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0064779Z test_comprehensive__masked_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0069361Z test_comprehensive__masked_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0074350Z test_comprehensive__masked_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0078413Z test_comprehensive__masked_var_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0083021Z test_comprehensive__masked_var_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0087850Z test_comprehensive__masked_var_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0092275Z test_comprehensive__masked_var_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0096707Z test_comprehensive__masked_var_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0101258Z test_comprehensive__masked_var_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0106098Z test_comprehensive__masked_var_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0110431Z test_comprehensive__masked_var_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0115135Z test_comprehensive_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0119464Z test_comprehensive_abs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0124296Z test_comprehensive_abs_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0128816Z test_comprehensive_abs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0133174Z test_comprehensive_abs_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0137429Z test_comprehensive_abs_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0141929Z test_comprehensive_abs_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0146192Z test_comprehensive_abs_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0150563Z test_comprehensive_abs_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0155062Z test_comprehensive_abs_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0159540Z test_comprehensive_abs_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0163871Z test_comprehensive_abs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0168626Z test_comprehensive_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0172974Z test_comprehensive_acos_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0177476Z test_comprehensive_acos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0181863Z test_comprehensive_acos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0186251Z test_comprehensive_acos_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0190626Z test_comprehensive_acos_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0195121Z test_comprehensive_acos_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0199511Z test_comprehensive_acos_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0203916Z test_comprehensive_acos_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0208540Z test_comprehensive_acos_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0212968Z test_comprehensive_acos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0217490Z test_comprehensive_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0221873Z test_comprehensive_acosh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0226511Z test_comprehensive_acosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0230998Z test_comprehensive_acosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0235632Z test_comprehensive_acosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0240048Z test_comprehensive_acosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0244754Z test_comprehensive_acosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0249992Z test_comprehensive_acosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0254153Z test_comprehensive_acosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0259239Z test_comprehensive_acosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0263651Z test_comprehensive_acosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0268312Z test_comprehensive_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0272866Z test_comprehensive_add_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0277488Z test_comprehensive_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0282090Z test_comprehensive_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0286797Z test_comprehensive_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0291465Z test_comprehensive_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0295906Z test_comprehensive_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0300753Z test_comprehensive_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0305039Z test_comprehensive_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0309532Z test_comprehensive_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0314075Z test_comprehensive_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0318937Z test_comprehensive_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0323260Z test_comprehensive_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0328101Z test_comprehensive_addbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0332550Z test_comprehensive_addbmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0337013Z test_comprehensive_addbmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0341748Z test_comprehensive_addbmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0346025Z test_comprehensive_addbmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0350512Z test_comprehensive_addbmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0355049Z test_comprehensive_addbmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0359452Z test_comprehensive_addbmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0363871Z test_comprehensive_addbmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0368383Z test_comprehensive_addbmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0372738Z test_comprehensive_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0377094Z test_comprehensive_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0381481Z test_comprehensive_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0385940Z test_comprehensive_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0390621Z test_comprehensive_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0395625Z test_comprehensive_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0400406Z test_comprehensive_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0404477Z test_comprehensive_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0408934Z test_comprehensive_addcmul_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0413709Z test_comprehensive_addcmul_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0417966Z test_comprehensive_addcmul_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0422475Z test_comprehensive_addcmul_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0427127Z test_comprehensive_addcmul_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0431820Z test_comprehensive_addcmul_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0436300Z test_comprehensive_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0440746Z test_comprehensive_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0445281Z test_comprehensive_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0450142Z test_comprehensive_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0454696Z test_comprehensive_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0459329Z test_comprehensive_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0463956Z test_comprehensive_addmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0468706Z test_comprehensive_addmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0473283Z test_comprehensive_addmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0477922Z test_comprehensive_addmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0482331Z test_comprehensive_addmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0486863Z test_comprehensive_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0491953Z test_comprehensive_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0496927Z test_comprehensive_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0501404Z test_comprehensive_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0506224Z test_comprehensive_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0510946Z test_comprehensive_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0515535Z test_comprehensive_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0520343Z test_comprehensive_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0524866Z test_comprehensive_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0529679Z test_comprehensive_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0534216Z test_comprehensive_addmv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0538906Z test_comprehensive_addmv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0543590Z test_comprehensive_addmv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0548146Z test_comprehensive_addmv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0552973Z test_comprehensive_addmv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0557868Z test_comprehensive_addmv_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0562296Z test_comprehensive_addmv_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0567011Z test_comprehensive_addmv_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0571709Z test_comprehensive_addmv_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0576083Z test_comprehensive_addmv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0580765Z test_comprehensive_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0585168Z test_comprehensive_addr_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0589878Z test_comprehensive_addr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0594596Z test_comprehensive_addr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0599320Z test_comprehensive_addr_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0603812Z test_comprehensive_addr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0609096Z test_comprehensive_addr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0612788Z test_comprehensive_addr_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0617193Z test_comprehensive_addr_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0621695Z test_comprehensive_addr_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0626037Z test_comprehensive_addr_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0630501Z test_comprehensive_addr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0634936Z test_comprehensive_all_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0639347Z test_comprehensive_all_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0643850Z test_comprehensive_all_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0648313Z test_comprehensive_all_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0653039Z test_comprehensive_all_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0657379Z test_comprehensive_all_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0661943Z test_comprehensive_all_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0666407Z test_comprehensive_all_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0671267Z test_comprehensive_all_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0675585Z test_comprehensive_all_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0679895Z test_comprehensive_all_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0685085Z test_comprehensive_all_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0689292Z test_comprehensive_allclose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0693803Z test_comprehensive_allclose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0698581Z test_comprehensive_allclose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0703194Z test_comprehensive_allclose_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0707923Z test_comprehensive_allclose_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0712146Z test_comprehensive_allclose_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0716747Z test_comprehensive_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0721146Z test_comprehensive_amax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0725581Z test_comprehensive_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0730327Z test_comprehensive_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0734885Z test_comprehensive_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0739448Z test_comprehensive_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0744056Z test_comprehensive_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0748708Z test_comprehensive_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0753461Z test_comprehensive_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0758243Z test_comprehensive_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0763357Z test_comprehensive_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0768092Z test_comprehensive_amin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0772631Z test_comprehensive_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0777144Z test_comprehensive_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0781871Z test_comprehensive_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0786292Z test_comprehensive_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0790781Z test_comprehensive_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0795474Z test_comprehensive_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0800267Z test_comprehensive_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0804613Z test_comprehensive_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0809315Z test_comprehensive_aminmax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0813978Z test_comprehensive_aminmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0818423Z test_comprehensive_aminmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0822893Z test_comprehensive_aminmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0827403Z test_comprehensive_aminmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0832083Z test_comprehensive_aminmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0836487Z test_comprehensive_aminmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0840923Z test_comprehensive_aminmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0845401Z test_comprehensive_angle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0850119Z test_comprehensive_angle_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0854607Z test_comprehensive_angle_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0859118Z test_comprehensive_angle_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0863518Z test_comprehensive_angle_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0867981Z test_comprehensive_angle_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0872507Z test_comprehensive_angle_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0877115Z test_comprehensive_angle_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0881687Z test_comprehensive_angle_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0886374Z test_comprehensive_angle_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0891072Z test_comprehensive_angle_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0895613Z test_comprehensive_angle_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0900254Z test_comprehensive_any_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0904576Z test_comprehensive_any_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0908944Z test_comprehensive_any_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0913524Z test_comprehensive_any_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0918071Z test_comprehensive_any_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0922757Z test_comprehensive_any_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0927114Z test_comprehensive_any_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0931965Z test_comprehensive_any_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0936984Z test_comprehensive_any_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0941316Z test_comprehensive_any_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0945485Z test_comprehensive_any_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0949916Z test_comprehensive_any_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0954545Z test_comprehensive_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0958951Z test_comprehensive_arange_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0963351Z test_comprehensive_arange_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0967737Z test_comprehensive_arange_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0972415Z test_comprehensive_arange_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0977080Z test_comprehensive_arange_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0981598Z test_comprehensive_arange_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0986240Z test_comprehensive_arange_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0990771Z test_comprehensive_arange_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.0995579Z test_comprehensive_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1000145Z test_comprehensive_argmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1004670Z test_comprehensive_argmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1009272Z test_comprehensive_argmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1013859Z test_comprehensive_argmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1018645Z test_comprehensive_argmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1022986Z test_comprehensive_argmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1027651Z test_comprehensive_argmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1032106Z test_comprehensive_argmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1036867Z test_comprehensive_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1041615Z test_comprehensive_argmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1046112Z test_comprehensive_argmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1050645Z test_comprehensive_argmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1055097Z test_comprehensive_argmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1059623Z test_comprehensive_argmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1064156Z test_comprehensive_argmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1068671Z test_comprehensive_argmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1073338Z test_comprehensive_argmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1077862Z test_comprehensive_argsort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1082604Z test_comprehensive_argsort_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1087717Z test_comprehensive_argsort_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1092203Z test_comprehensive_argsort_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1096818Z test_comprehensive_argsort_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1101238Z test_comprehensive_argsort_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1105715Z test_comprehensive_argsort_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1110477Z test_comprehensive_argsort_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1115098Z test_comprehensive_argsort_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1119468Z test_comprehensive_argsort_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1123801Z test_comprehensive_argwhere_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1128381Z test_comprehensive_argwhere_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1133202Z test_comprehensive_argwhere_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1137642Z test_comprehensive_argwhere_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1142138Z test_comprehensive_argwhere_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1146827Z test_comprehensive_argwhere_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1151388Z test_comprehensive_argwhere_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1155907Z test_comprehensive_argwhere_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1160256Z test_comprehensive_argwhere_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1164713Z test_comprehensive_argwhere_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1169373Z test_comprehensive_argwhere_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1173784Z test_comprehensive_argwhere_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1178294Z test_comprehensive_as_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1182993Z test_comprehensive_as_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1187410Z test_comprehensive_as_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1191983Z test_comprehensive_as_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1196616Z test_comprehensive_as_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1201161Z test_comprehensive_as_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1205574Z test_comprehensive_as_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1210110Z test_comprehensive_as_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1214626Z test_comprehensive_as_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1219268Z test_comprehensive_as_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1223933Z test_comprehensive_as_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1228490Z test_comprehensive_as_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1233493Z test_comprehensive_as_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1238248Z test_comprehensive_as_strided_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:16.1242987Z test_comprehensive_as_strided_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:16.1247744Z test_comprehensive_as_strided_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:16.1252671Z test_comprehensive_as_strided_scatter_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:16.1257367Z test_comprehensive_as_strided_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:16.1261914Z test_comprehensive_as_strided_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:16.1266640Z test_comprehensive_as_strided_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:16.1271229Z test_comprehensive_as_strided_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:16.1276504Z test_comprehensive_as_strided_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:16.1280837Z test_comprehensive_as_strided_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:16.1285406Z test_comprehensive_as_strided_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:16.1290395Z test_comprehensive_as_strided_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:16.1295224Z test_comprehensive_as_strided_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:16.1299719Z test_comprehensive_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1304383Z test_comprehensive_asin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1308976Z test_comprehensive_asin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1313644Z test_comprehensive_asin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1318195Z test_comprehensive_asin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1322730Z test_comprehensive_asin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1327531Z test_comprehensive_asin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1332050Z test_comprehensive_asin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1336603Z test_comprehensive_asin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1341113Z test_comprehensive_asin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1345853Z test_comprehensive_asin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1350337Z test_comprehensive_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1354987Z test_comprehensive_asinh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1359504Z test_comprehensive_asinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1364070Z test_comprehensive_asinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1368684Z test_comprehensive_asinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1373245Z test_comprehensive_asinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1377809Z test_comprehensive_asinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1382463Z test_comprehensive_asinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1386901Z test_comprehensive_asinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1391456Z test_comprehensive_asinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1396061Z test_comprehensive_asinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1400653Z test_comprehensive_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1405197Z test_comprehensive_atan2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1409933Z test_comprehensive_atan2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1414426Z test_comprehensive_atan2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1418959Z test_comprehensive_atan2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1423614Z test_comprehensive_atan2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1428288Z test_comprehensive_atan2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1432392Z test_comprehensive_atan2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1436838Z test_comprehensive_atan2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1441230Z test_comprehensive_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1445685Z test_comprehensive_atan_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1450253Z test_comprehensive_atan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1454769Z test_comprehensive_atan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1459126Z test_comprehensive_atan_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1463685Z test_comprehensive_atan_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1468154Z test_comprehensive_atan_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1472559Z test_comprehensive_atan_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1477068Z test_comprehensive_atan_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1481598Z test_comprehensive_atan_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1485981Z test_comprehensive_atan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1490474Z test_comprehensive_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1495074Z test_comprehensive_atanh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1499518Z test_comprehensive_atanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1504048Z test_comprehensive_atanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1508334Z test_comprehensive_atanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1513226Z test_comprehensive_atanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1517505Z test_comprehensive_atanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1521932Z test_comprehensive_atanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1526865Z test_comprehensive_atanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1531541Z test_comprehensive_atanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1535935Z test_comprehensive_atanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1540582Z test_comprehensive_atleast_1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1545377Z test_comprehensive_atleast_1d_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1549688Z test_comprehensive_atleast_1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1554204Z test_comprehensive_atleast_1d_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1558662Z test_comprehensive_atleast_1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1563065Z test_comprehensive_atleast_1d_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1567783Z test_comprehensive_atleast_1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1572338Z test_comprehensive_atleast_1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1576956Z test_comprehensive_atleast_1d_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1581214Z test_comprehensive_atleast_1d_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1586030Z test_comprehensive_atleast_1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1590426Z test_comprehensive_atleast_1d_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1594927Z test_comprehensive_atleast_1d_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1599528Z test_comprehensive_atleast_2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1604052Z test_comprehensive_atleast_2d_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1608877Z test_comprehensive_atleast_2d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1612976Z test_comprehensive_atleast_2d_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1617358Z test_comprehensive_atleast_2d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1621740Z test_comprehensive_atleast_2d_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1626191Z test_comprehensive_atleast_2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1630562Z test_comprehensive_atleast_2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1634997Z test_comprehensive_atleast_2d_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1639399Z test_comprehensive_atleast_2d_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1643737Z test_comprehensive_atleast_2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1648876Z test_comprehensive_atleast_2d_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1652801Z test_comprehensive_atleast_2d_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1657676Z test_comprehensive_atleast_3d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1662607Z test_comprehensive_atleast_3d_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1667306Z test_comprehensive_atleast_3d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1672062Z test_comprehensive_atleast_3d_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1676935Z test_comprehensive_atleast_3d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1681706Z test_comprehensive_atleast_3d_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1686554Z test_comprehensive_atleast_3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1691443Z test_comprehensive_atleast_3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1696262Z test_comprehensive_atleast_3d_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1701017Z test_comprehensive_atleast_3d_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1706055Z test_comprehensive_atleast_3d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1710746Z test_comprehensive_atleast_3d_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1715615Z test_comprehensive_atleast_3d_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1720525Z test_comprehensive_baddbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1725328Z test_comprehensive_baddbmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1730466Z test_comprehensive_baddbmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1735547Z test_comprehensive_baddbmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1740236Z test_comprehensive_baddbmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1745018Z test_comprehensive_baddbmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1750115Z test_comprehensive_baddbmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1754925Z test_comprehensive_baddbmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1759556Z test_comprehensive_baddbmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1764403Z test_comprehensive_baddbmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1769397Z test_comprehensive_bernoulli_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1774224Z test_comprehensive_bernoulli_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1779100Z test_comprehensive_bernoulli_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1784108Z test_comprehensive_bfloat16_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1788618Z test_comprehensive_bfloat16_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1793240Z test_comprehensive_bfloat16_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1798004Z test_comprehensive_bfloat16_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1802837Z test_comprehensive_bfloat16_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1808320Z test_comprehensive_bfloat16_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1812756Z test_comprehensive_bfloat16_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1817667Z test_comprehensive_bfloat16_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1822433Z test_comprehensive_bfloat16_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1827275Z test_comprehensive_bfloat16_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1832125Z test_comprehensive_bfloat16_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1837118Z test_comprehensive_bfloat16_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1841958Z test_comprehensive_bfloat16_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1846956Z test_comprehensive_bincount_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1852038Z test_comprehensive_bincount_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1856942Z test_comprehensive_bincount_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1861830Z test_comprehensive_bincount_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1866613Z test_comprehensive_bincount_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1871384Z test_comprehensive_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1876443Z test_comprehensive_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1881353Z test_comprehensive_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1886305Z test_comprehensive_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1891386Z test_comprehensive_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1896341Z test_comprehensive_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1901384Z test_comprehensive_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1906383Z test_comprehensive_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1911315Z test_comprehensive_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1916328Z test_comprehensive_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1921358Z test_comprehensive_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1926367Z test_comprehensive_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1931603Z test_comprehensive_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1936431Z test_comprehensive_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1941435Z test_comprehensive_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1946429Z test_comprehensive_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1951289Z test_comprehensive_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1956409Z test_comprehensive_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1961462Z test_comprehensive_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1966359Z test_comprehensive_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1971384Z test_comprehensive_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1976291Z test_comprehensive_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1981371Z test_comprehensive_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1986082Z test_comprehensive_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1990705Z test_comprehensive_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.1995455Z test_comprehensive_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2000311Z test_comprehensive_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2004440Z test_comprehensive_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2009266Z test_comprehensive_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2014153Z test_comprehensive_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2018774Z test_comprehensive_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2023164Z test_comprehensive_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2027824Z test_comprehensive_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2032337Z test_comprehensive_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2036964Z test_comprehensive_block_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2041474Z test_comprehensive_block_diag_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2046084Z test_comprehensive_block_diag_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2050815Z test_comprehensive_block_diag_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2055442Z test_comprehensive_block_diag_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2059981Z test_comprehensive_block_diag_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2064792Z test_comprehensive_block_diag_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2069438Z test_comprehensive_block_diag_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2074274Z test_comprehensive_block_diag_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2079062Z test_comprehensive_block_diag_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2083992Z test_comprehensive_block_diag_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2089097Z test_comprehensive_block_diag_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2114332Z test_comprehensive_block_diag_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.002s) 2022-09-27T15:50:16.2118979Z test_comprehensive_bmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2123836Z test_comprehensive_bmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2128611Z test_comprehensive_bmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2132831Z test_comprehensive_bmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2136905Z test_comprehensive_bmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2140935Z test_comprehensive_bmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2145265Z test_comprehensive_bmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2149176Z test_comprehensive_bmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2153437Z test_comprehensive_bmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2157484Z test_comprehensive_bmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2161402Z test_comprehensive_bool_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2165480Z test_comprehensive_bool_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2169895Z test_comprehensive_bool_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2173813Z test_comprehensive_bool_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2177794Z test_comprehensive_bool_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2182063Z test_comprehensive_bool_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2186194Z test_comprehensive_bool_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2190489Z test_comprehensive_bool_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2194580Z test_comprehensive_bool_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2198748Z test_comprehensive_bool_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2202810Z test_comprehensive_bool_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2206977Z test_comprehensive_bool_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2210973Z test_comprehensive_bool_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2215046Z test_comprehensive_broadcast_shapes_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2218958Z test_comprehensive_broadcast_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2222871Z test_comprehensive_broadcast_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2227227Z test_comprehensive_broadcast_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2231370Z test_comprehensive_broadcast_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2235230Z test_comprehensive_broadcast_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2239481Z test_comprehensive_broadcast_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2244428Z test_comprehensive_broadcast_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2249038Z test_comprehensive_broadcast_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2254060Z test_comprehensive_broadcast_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2258972Z test_comprehensive_broadcast_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2264134Z test_comprehensive_broadcast_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2269250Z test_comprehensive_broadcast_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2274673Z test_comprehensive_broadcast_to_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2279876Z test_comprehensive_broadcast_to_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2284443Z test_comprehensive_broadcast_to_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2289175Z test_comprehensive_broadcast_to_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2293574Z test_comprehensive_broadcast_to_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2298234Z test_comprehensive_broadcast_to_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2302615Z test_comprehensive_broadcast_to_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2307177Z test_comprehensive_broadcast_to_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2311477Z test_comprehensive_broadcast_to_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2316358Z test_comprehensive_broadcast_to_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2320864Z test_comprehensive_broadcast_to_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2325122Z test_comprehensive_broadcast_to_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2329783Z test_comprehensive_bucketize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2334183Z test_comprehensive_bucketize_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2338743Z test_comprehensive_bucketize_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2343295Z test_comprehensive_bucketize_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2347900Z test_comprehensive_bucketize_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2352402Z test_comprehensive_bucketize_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2357055Z test_comprehensive_bucketize_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2361540Z test_comprehensive_bucketize_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2366217Z test_comprehensive_bucketize_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2371144Z test_comprehensive_byte_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2375513Z test_comprehensive_byte_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2380076Z test_comprehensive_byte_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2384495Z test_comprehensive_byte_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2389049Z test_comprehensive_byte_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2393999Z test_comprehensive_byte_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2398482Z test_comprehensive_byte_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2402908Z test_comprehensive_byte_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2407701Z test_comprehensive_byte_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2411998Z test_comprehensive_byte_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2416741Z test_comprehensive_byte_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2420848Z test_comprehensive_byte_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2425414Z test_comprehensive_cartesian_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2429765Z test_comprehensive_cartesian_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2434169Z test_comprehensive_cartesian_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2438575Z test_comprehensive_cartesian_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2443257Z test_comprehensive_cartesian_prod_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2447796Z test_comprehensive_cartesian_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2452107Z test_comprehensive_cartesian_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2456796Z test_comprehensive_cartesian_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2461081Z test_comprehensive_cartesian_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2465517Z test_comprehensive_cartesian_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2469979Z test_comprehensive_cartesian_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2474911Z test_comprehensive_cartesian_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2479139Z test_comprehensive_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2483639Z test_comprehensive_cat_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2487925Z test_comprehensive_cat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2492343Z test_comprehensive_cat_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2496891Z test_comprehensive_cat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2501255Z test_comprehensive_cat_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2505915Z test_comprehensive_cat_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2510218Z test_comprehensive_cat_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2514935Z test_comprehensive_cat_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2519125Z test_comprehensive_cat_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2523723Z test_comprehensive_cat_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2528150Z test_comprehensive_cat_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2533015Z test_comprehensive_cat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2537160Z test_comprehensive_cdist_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2541577Z test_comprehensive_cdist_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2546196Z test_comprehensive_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2550578Z test_comprehensive_ceil_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2555511Z test_comprehensive_ceil_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2560207Z test_comprehensive_ceil_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2565082Z test_comprehensive_ceil_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2569670Z test_comprehensive_ceil_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2574426Z test_comprehensive_ceil_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2578961Z test_comprehensive_ceil_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2583449Z test_comprehensive_chalf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2587659Z test_comprehensive_chalf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2591874Z test_comprehensive_chalf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2596311Z test_comprehensive_chalf_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2600754Z test_comprehensive_chalf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2605405Z test_comprehensive_chalf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2609844Z test_comprehensive_chalf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2614248Z test_comprehensive_chalf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2618666Z test_comprehensive_chalf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2623105Z test_comprehensive_chalf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2627312Z test_comprehensive_chalf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2631972Z test_comprehensive_chalf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2636106Z test_comprehensive_chalf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2640555Z test_comprehensive_char_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2644892Z test_comprehensive_char_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2649454Z test_comprehensive_char_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2654119Z test_comprehensive_char_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2659104Z test_comprehensive_char_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2664649Z test_comprehensive_char_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2670028Z test_comprehensive_char_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2675376Z test_comprehensive_char_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2680632Z test_comprehensive_char_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2685783Z test_comprehensive_char_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2691206Z test_comprehensive_char_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2696507Z test_comprehensive_char_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2701642Z test_comprehensive_char_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2707040Z test_comprehensive_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2712505Z test_comprehensive_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2717863Z test_comprehensive_cholesky_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.2723233Z test_comprehensive_cholesky_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2728868Z test_comprehensive_cholesky_inverse_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2734302Z test_comprehensive_cholesky_inverse_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2739524Z test_comprehensive_cholesky_inverse_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2744533Z test_comprehensive_cholesky_inverse_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2748924Z test_comprehensive_cholesky_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2753520Z test_comprehensive_cholesky_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2758159Z test_comprehensive_cholesky_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2762475Z test_comprehensive_cholesky_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2767266Z test_comprehensive_chunk_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2771489Z test_comprehensive_chunk_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2775770Z test_comprehensive_chunk_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2780192Z test_comprehensive_chunk_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2784496Z test_comprehensive_chunk_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2788897Z test_comprehensive_chunk_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2793692Z test_comprehensive_chunk_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2798554Z test_comprehensive_chunk_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2803084Z test_comprehensive_chunk_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2807789Z test_comprehensive_chunk_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2812243Z test_comprehensive_chunk_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2816665Z test_comprehensive_chunk_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2821110Z test_comprehensive_chunk_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2825619Z test_comprehensive_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2829891Z test_comprehensive_clamp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2834310Z test_comprehensive_clamp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2838945Z test_comprehensive_clamp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2843292Z test_comprehensive_clamp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2847981Z test_comprehensive_clamp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2852463Z test_comprehensive_clamp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2856936Z test_comprehensive_clamp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2861545Z test_comprehensive_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2866172Z test_comprehensive_clamp_max_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2870465Z test_comprehensive_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2875236Z test_comprehensive_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2879872Z test_comprehensive_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2884489Z test_comprehensive_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2889256Z test_comprehensive_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2893912Z test_comprehensive_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2898532Z test_comprehensive_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2903218Z test_comprehensive_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2907884Z test_comprehensive_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2912535Z test_comprehensive_clamp_min_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2917231Z test_comprehensive_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2921914Z test_comprehensive_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2926589Z test_comprehensive_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2931288Z test_comprehensive_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2935910Z test_comprehensive_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2940553Z test_comprehensive_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2945187Z test_comprehensive_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2949864Z test_comprehensive_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2954740Z test_comprehensive_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2959220Z test_comprehensive_clone_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2963726Z test_comprehensive_clone_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2968543Z test_comprehensive_clone_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2973051Z test_comprehensive_clone_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2977772Z test_comprehensive_clone_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2982141Z test_comprehensive_clone_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2986660Z test_comprehensive_clone_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2990892Z test_comprehensive_clone_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.2995479Z test_comprehensive_clone_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3000005Z test_comprehensive_clone_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3004900Z test_comprehensive_clone_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3009900Z test_comprehensive_clone_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3014428Z test_comprehensive_column_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3019199Z test_comprehensive_column_stack_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3024554Z test_comprehensive_column_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3029935Z test_comprehensive_column_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3035463Z test_comprehensive_column_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3040800Z test_comprehensive_column_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3046228Z test_comprehensive_column_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3051762Z test_comprehensive_column_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.3057208Z test_comprehensive_column_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3062606Z test_comprehensive_column_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3067955Z test_comprehensive_column_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3073143Z test_comprehensive_column_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3078588Z test_comprehensive_column_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3084004Z test_comprehensive_combinations_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.3088713Z test_comprehensive_combinations_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3093327Z test_comprehensive_combinations_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3097782Z test_comprehensive_combinations_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3102450Z test_comprehensive_combinations_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3106936Z test_comprehensive_combinations_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3111787Z test_comprehensive_combinations_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3116432Z test_comprehensive_combinations_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3120614Z test_comprehensive_combinations_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3124932Z test_comprehensive_combinations_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3129497Z test_comprehensive_combinations_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3134305Z test_comprehensive_combinations_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3138620Z test_comprehensive_complex_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3143031Z test_comprehensive_complex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3147351Z test_comprehensive_complex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3152023Z test_comprehensive_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3156671Z test_comprehensive_conj_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3161310Z test_comprehensive_conj_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3165877Z test_comprehensive_conj_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3170364Z test_comprehensive_conj_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3175306Z test_comprehensive_conj_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3179790Z test_comprehensive_conj_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3184121Z test_comprehensive_conj_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3188704Z test_comprehensive_conj_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3193331Z test_comprehensive_conj_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3198099Z test_comprehensive_conj_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3202684Z test_comprehensive_conj_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3207174Z test_comprehensive_conj_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3211735Z test_comprehensive_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3216102Z test_comprehensive_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3220782Z test_comprehensive_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3225305Z test_comprehensive_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3229687Z test_comprehensive_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3234634Z test_comprehensive_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3239413Z test_comprehensive_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3244556Z test_comprehensive_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3249258Z test_comprehensive_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3253597Z test_comprehensive_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3257936Z test_comprehensive_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3262245Z test_comprehensive_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3266670Z test_comprehensive_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3271046Z test_comprehensive_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3275671Z test_comprehensive_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3280567Z test_comprehensive_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3284865Z test_comprehensive_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3289430Z test_comprehensive_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3293845Z test_comprehensive_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3298513Z test_comprehensive_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3302768Z test_comprehensive_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3307207Z test_comprehensive_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3311707Z test_comprehensive_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3316193Z test_comprehensive_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3320800Z test_comprehensive_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3325170Z test_comprehensive_contiguous_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3329730Z test_comprehensive_contiguous_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3334211Z test_comprehensive_contiguous_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3338677Z test_comprehensive_contiguous_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3343221Z test_comprehensive_contiguous_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3347653Z test_comprehensive_contiguous_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3352181Z test_comprehensive_contiguous_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3356720Z test_comprehensive_contiguous_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3361383Z test_comprehensive_contiguous_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3365900Z test_comprehensive_contiguous_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3370739Z test_comprehensive_contiguous_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3375453Z test_comprehensive_contiguous_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3380062Z test_comprehensive_contiguous_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3384574Z test_comprehensive_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3389051Z test_comprehensive_copysign_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3393751Z test_comprehensive_copysign_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3398166Z test_comprehensive_copysign_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3402692Z test_comprehensive_copysign_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3407120Z test_comprehensive_copysign_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3411787Z test_comprehensive_copysign_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3416283Z test_comprehensive_copysign_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3420901Z test_comprehensive_copysign_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3425479Z test_comprehensive_copysign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3429982Z test_comprehensive_corrcoef_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3434585Z test_comprehensive_corrcoef_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3439178Z test_comprehensive_corrcoef_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3443807Z test_comprehensive_corrcoef_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3448482Z test_comprehensive_corrcoef_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3452946Z test_comprehensive_corrcoef_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3457389Z test_comprehensive_corrcoef_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3461869Z test_comprehensive_corrcoef_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3466399Z test_comprehensive_corrcoef_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3471086Z test_comprehensive_corrcoef_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3476425Z test_comprehensive_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3480811Z test_comprehensive_cos_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3485408Z test_comprehensive_cos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3490132Z test_comprehensive_cos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3495116Z test_comprehensive_cos_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3499747Z test_comprehensive_cos_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3504027Z test_comprehensive_cos_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3508577Z test_comprehensive_cos_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3513080Z test_comprehensive_cos_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3517898Z test_comprehensive_cos_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3522228Z test_comprehensive_cos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3526783Z test_comprehensive_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3531408Z test_comprehensive_cosh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3536525Z test_comprehensive_cosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3541491Z test_comprehensive_cosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3546433Z test_comprehensive_cosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3551316Z test_comprehensive_cosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3556503Z test_comprehensive_cosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3561490Z test_comprehensive_cosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3566503Z test_comprehensive_cosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3571586Z test_comprehensive_cosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3576678Z test_comprehensive_cosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3581718Z test_comprehensive_count_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3586642Z test_comprehensive_count_nonzero_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3591610Z test_comprehensive_count_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3596765Z test_comprehensive_count_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3601892Z test_comprehensive_count_nonzero_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3606787Z test_comprehensive_count_nonzero_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3611906Z test_comprehensive_count_nonzero_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3616922Z test_comprehensive_count_nonzero_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3621936Z test_comprehensive_count_nonzero_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3626905Z test_comprehensive_count_nonzero_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3632040Z test_comprehensive_count_nonzero_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3637148Z test_comprehensive_count_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3641980Z test_comprehensive_cov_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3647003Z test_comprehensive_cov_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3652197Z test_comprehensive_cov_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3657123Z test_comprehensive_cov_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3662015Z test_comprehensive_cov_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3667044Z test_comprehensive_cov_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3680705Z test_comprehensive_cov_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3681130Z test_comprehensive_cov_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3681681Z test_comprehensive_cov_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3686384Z test_comprehensive_cov_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3690889Z test_comprehensive_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3695400Z test_comprehensive_cross_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3699946Z test_comprehensive_cross_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3704366Z test_comprehensive_cross_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3708876Z test_comprehensive_cross_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3713316Z test_comprehensive_cross_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3717977Z test_comprehensive_cross_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3722573Z test_comprehensive_cross_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3727655Z test_comprehensive_cross_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3732089Z test_comprehensive_cross_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3736576Z test_comprehensive_cummax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3741390Z test_comprehensive_cummax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3746548Z test_comprehensive_cummax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3751523Z test_comprehensive_cummax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3756497Z test_comprehensive_cummax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3761519Z test_comprehensive_cummax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3766175Z test_comprehensive_cummax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3770781Z test_comprehensive_cummax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3775137Z test_comprehensive_cummax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3779590Z test_comprehensive_cummin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3784100Z test_comprehensive_cummin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3788510Z test_comprehensive_cummin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3793015Z test_comprehensive_cummin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3797458Z test_comprehensive_cummin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3802229Z test_comprehensive_cummin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3806188Z test_comprehensive_cummin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3810842Z test_comprehensive_cummin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3815189Z test_comprehensive_cummin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3819595Z test_comprehensive_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3824121Z test_comprehensive_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3828598Z test_comprehensive_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3833295Z test_comprehensive_cumprod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3837733Z test_comprehensive_cumprod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3842289Z test_comprehensive_cumprod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3846750Z test_comprehensive_cumprod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3851407Z test_comprehensive_cumprod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3855803Z test_comprehensive_cumprod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3860266Z test_comprehensive_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3864678Z test_comprehensive_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3869218Z test_comprehensive_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3874274Z test_comprehensive_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3879432Z test_comprehensive_cumsum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3884829Z test_comprehensive_cumsum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3890375Z test_comprehensive_cumsum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.3895803Z test_comprehensive_cumsum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3901223Z test_comprehensive_cumsum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3906689Z test_comprehensive_cumsum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3912157Z test_comprehensive_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3917765Z test_comprehensive_cumulative_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.3923262Z test_comprehensive_cumulative_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3928979Z test_comprehensive_cumulative_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.3934453Z test_comprehensive_cumulative_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.3939910Z test_comprehensive_cumulative_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3945534Z test_comprehensive_cumulative_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.3951060Z test_comprehensive_cumulative_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.3956608Z test_comprehensive_cumulative_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.3962157Z test_comprehensive_cumulative_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3967676Z test_comprehensive_cumulative_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3973234Z test_comprehensive_deg2rad_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.3978447Z test_comprehensive_deg2rad_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3983809Z test_comprehensive_deg2rad_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3989320Z test_comprehensive_deg2rad_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.3994735Z test_comprehensive_deg2rad_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.4000208Z test_comprehensive_deg2rad_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4005725Z test_comprehensive_deg2rad_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.4011243Z test_comprehensive_deg2rad_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.4016778Z test_comprehensive_deg2rad_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4022298Z test_comprehensive_deg2rad_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.4027775Z test_comprehensive_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4033278Z test_comprehensive_diag_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4038748Z test_comprehensive_diag_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.4044303Z test_comprehensive_diag_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4049890Z test_comprehensive_diag_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.4055338Z test_comprehensive_diag_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4060806Z test_comprehensive_diag_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4066084Z test_comprehensive_diag_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4070734Z test_comprehensive_diag_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4075566Z test_comprehensive_diag_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4080022Z test_comprehensive_diag_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4084543Z test_comprehensive_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4089486Z test_comprehensive_diag_embed_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4094154Z test_comprehensive_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4099159Z test_comprehensive_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4103698Z test_comprehensive_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4107982Z test_comprehensive_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4112327Z test_comprehensive_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4116909Z test_comprehensive_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4121346Z test_comprehensive_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4125928Z test_comprehensive_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4130558Z test_comprehensive_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4134713Z test_comprehensive_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4139138Z test_comprehensive_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4143832Z test_comprehensive_diagflat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4147945Z test_comprehensive_diagflat_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4152448Z test_comprehensive_diagflat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4157126Z test_comprehensive_diagflat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4162082Z test_comprehensive_diagflat_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4166526Z test_comprehensive_diagflat_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4171233Z test_comprehensive_diagflat_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4175681Z test_comprehensive_diagflat_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4211359Z test_comprehensive_diagflat_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.004s) 2022-09-27T15:50:16.4215543Z test_comprehensive_diagflat_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4219893Z test_comprehensive_diagflat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4224254Z test_comprehensive_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4228176Z test_comprehensive_diagonal_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4232315Z test_comprehensive_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4236491Z test_comprehensive_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4240859Z test_comprehensive_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4244643Z test_comprehensive_diagonal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4249002Z test_comprehensive_diagonal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4253302Z test_comprehensive_diagonal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4257285Z test_comprehensive_diagonal_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4261357Z test_comprehensive_diagonal_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4265516Z test_comprehensive_diagonal_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4269601Z test_comprehensive_diagonal_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4273481Z test_comprehensive_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4277952Z test_comprehensive_diagonal_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4281825Z test_comprehensive_diagonal_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4285887Z test_comprehensive_diagonal_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4290083Z test_comprehensive_diagonal_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4294276Z test_comprehensive_diagonal_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4298276Z test_comprehensive_diagonal_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4302112Z test_comprehensive_diagonal_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4306564Z test_comprehensive_diagonal_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4310354Z test_comprehensive_diagonal_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4314495Z test_comprehensive_diagonal_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4318593Z test_comprehensive_diff_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4322551Z test_comprehensive_diff_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4326559Z test_comprehensive_diff_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4330655Z test_comprehensive_diff_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4334628Z test_comprehensive_diff_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4338575Z test_comprehensive_diff_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4342620Z test_comprehensive_diff_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4346717Z test_comprehensive_diff_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4350674Z test_comprehensive_diff_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4354823Z test_comprehensive_diff_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4358791Z test_comprehensive_diff_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4362855Z test_comprehensive_diff_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4366878Z test_comprehensive_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4371082Z test_comprehensive_digamma_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4375116Z test_comprehensive_digamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4379081Z test_comprehensive_digamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4383444Z test_comprehensive_digamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4387230Z test_comprehensive_digamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4391325Z test_comprehensive_digamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4395528Z test_comprehensive_digamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4399631Z test_comprehensive_digamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4403670Z test_comprehensive_dist_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4407829Z test_comprehensive_dist_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4411940Z test_comprehensive_dist_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4416053Z test_comprehensive_dist_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4420226Z test_comprehensive_dist_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4424497Z test_comprehensive_dist_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4428614Z test_comprehensive_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4433111Z test_comprehensive_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4436941Z test_comprehensive_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4440990Z test_comprehensive_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4445088Z test_comprehensive_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4449216Z test_comprehensive_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4453492Z test_comprehensive_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4457567Z test_comprehensive_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4461788Z test_comprehensive_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4466438Z test_comprehensive_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4470529Z test_comprehensive_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4474828Z test_comprehensive_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4479029Z test_comprehensive_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4483234Z test_comprehensive_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4487586Z test_comprehensive_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4492232Z test_comprehensive_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4496804Z test_comprehensive_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4501317Z test_comprehensive_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4505756Z test_comprehensive_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4510296Z test_comprehensive_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4514911Z test_comprehensive_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4519391Z test_comprehensive_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4523987Z test_comprehensive_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4528513Z test_comprehensive_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4532713Z test_comprehensive_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4537089Z test_comprehensive_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4541357Z test_comprehensive_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4545818Z test_comprehensive_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4550366Z test_comprehensive_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4554953Z test_comprehensive_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4559396Z test_comprehensive_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4563751Z test_comprehensive_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4568479Z test_comprehensive_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4572879Z test_comprehensive_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4577398Z test_comprehensive_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4582246Z test_comprehensive_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4587066Z test_comprehensive_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4591897Z test_comprehensive_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4596893Z test_comprehensive_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4601735Z test_comprehensive_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4606567Z test_comprehensive_double_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4611580Z test_comprehensive_double_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4616801Z test_comprehensive_double_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4621454Z test_comprehensive_double_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4626435Z test_comprehensive_double_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4631149Z test_comprehensive_double_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4636033Z test_comprehensive_double_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4640997Z test_comprehensive_double_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4645881Z test_comprehensive_double_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4650934Z test_comprehensive_double_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4655795Z test_comprehensive_double_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4660723Z test_comprehensive_double_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4665672Z test_comprehensive_double_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4670312Z test_comprehensive_dsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4675290Z test_comprehensive_dsplit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4680204Z test_comprehensive_dsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4685059Z test_comprehensive_dsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4690031Z test_comprehensive_dsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4694932Z test_comprehensive_dsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4699781Z test_comprehensive_dsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4704797Z test_comprehensive_dsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4709500Z test_comprehensive_dsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4714476Z test_comprehensive_dsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4719521Z test_comprehensive_dsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4724531Z test_comprehensive_dsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4729605Z test_comprehensive_dsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4734355Z test_comprehensive_dstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4739472Z test_comprehensive_dstack_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4744381Z test_comprehensive_dstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4749518Z test_comprehensive_dstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4754715Z test_comprehensive_dstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4759575Z test_comprehensive_dstack_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4764532Z test_comprehensive_dstack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4769654Z test_comprehensive_dstack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4774775Z test_comprehensive_dstack_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4779657Z test_comprehensive_dstack_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4784491Z test_comprehensive_dstack_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4789484Z test_comprehensive_dstack_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4794438Z test_comprehensive_dstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4799433Z test_comprehensive_einsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4804167Z test_comprehensive_einsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4809412Z test_comprehensive_einsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4814227Z test_comprehensive_einsum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4818805Z test_comprehensive_einsum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4823784Z test_comprehensive_einsum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4828664Z test_comprehensive_einsum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4833740Z test_comprehensive_einsum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4838553Z test_comprehensive_einsum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4843394Z test_comprehensive_einsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4848833Z test_comprehensive_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4853684Z test_comprehensive_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4858459Z test_comprehensive_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4863585Z test_comprehensive_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4868523Z test_comprehensive_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4873504Z test_comprehensive_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4878467Z test_comprehensive_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4883452Z test_comprehensive_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4888600Z test_comprehensive_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4893597Z test_comprehensive_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4898628Z test_comprehensive_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4903561Z test_comprehensive_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4908552Z test_comprehensive_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4913599Z test_comprehensive_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4918641Z test_comprehensive_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4923615Z test_comprehensive_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4928789Z test_comprehensive_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4934029Z test_comprehensive_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4938846Z test_comprehensive_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4943741Z test_comprehensive_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4948665Z test_comprehensive_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4953595Z test_comprehensive_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4958549Z test_comprehensive_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4963436Z test_comprehensive_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4968718Z test_comprehensive_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4973564Z test_comprehensive_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4978445Z test_comprehensive_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4983214Z test_comprehensive_eq_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4988190Z test_comprehensive_eq_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4993076Z test_comprehensive_eq_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.4997608Z test_comprehensive_eq_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5002261Z test_comprehensive_eq_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5007210Z test_comprehensive_eq_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5011642Z test_comprehensive_eq_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5016464Z test_comprehensive_eq_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5020737Z test_comprehensive_eq_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5025147Z test_comprehensive_eq_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5029543Z test_comprehensive_eq_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5034051Z test_comprehensive_eq_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5038830Z test_comprehensive_equal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5043271Z test_comprehensive_equal_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5047947Z test_comprehensive_equal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5052385Z test_comprehensive_equal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5056896Z test_comprehensive_equal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5061407Z test_comprehensive_equal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5065723Z test_comprehensive_equal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5070227Z test_comprehensive_equal_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5074871Z test_comprehensive_equal_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5079400Z test_comprehensive_equal_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5083895Z test_comprehensive_equal_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5088527Z test_comprehensive_equal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5093058Z test_comprehensive_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5097490Z test_comprehensive_erf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5101939Z test_comprehensive_erf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5106435Z test_comprehensive_erf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5110955Z test_comprehensive_erf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5115603Z test_comprehensive_erf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5120179Z test_comprehensive_erf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5124648Z test_comprehensive_erf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5129238Z test_comprehensive_erf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5133781Z test_comprehensive_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5138188Z test_comprehensive_erfc_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5142800Z test_comprehensive_erfc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5147396Z test_comprehensive_erfc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5151698Z test_comprehensive_erfc_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5156496Z test_comprehensive_erfc_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5161102Z test_comprehensive_erfc_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5165577Z test_comprehensive_erfc_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5170158Z test_comprehensive_erfc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5174505Z test_comprehensive_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5179010Z test_comprehensive_erfinv_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5183446Z test_comprehensive_erfinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5188304Z test_comprehensive_erfinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5192859Z test_comprehensive_erfinv_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5197337Z test_comprehensive_erfinv_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5201859Z test_comprehensive_erfinv_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5206412Z test_comprehensive_erfinv_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5210862Z test_comprehensive_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5215608Z test_comprehensive_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5219977Z test_comprehensive_exp2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5224427Z test_comprehensive_exp2_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5228925Z test_comprehensive_exp2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5233545Z test_comprehensive_exp2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5238206Z test_comprehensive_exp2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5242667Z test_comprehensive_exp2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5247424Z test_comprehensive_exp2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5251893Z test_comprehensive_exp2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5256700Z test_comprehensive_exp2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5261075Z test_comprehensive_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5265431Z test_comprehensive_exp_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5269916Z test_comprehensive_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5274519Z test_comprehensive_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5278995Z test_comprehensive_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5283384Z test_comprehensive_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5287829Z test_comprehensive_exp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5292744Z test_comprehensive_exp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5297279Z test_comprehensive_exp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5301671Z test_comprehensive_exp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5306014Z test_comprehensive_exp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5310492Z test_comprehensive_expand_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5315100Z test_comprehensive_expand_as_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5319193Z test_comprehensive_expand_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5323801Z test_comprehensive_expand_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5328009Z test_comprehensive_expand_as_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5332710Z test_comprehensive_expand_as_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5337192Z test_comprehensive_expand_as_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5341545Z test_comprehensive_expand_as_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5345957Z test_comprehensive_expand_as_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5350511Z test_comprehensive_expand_as_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5355108Z test_comprehensive_expand_as_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5359496Z test_comprehensive_expand_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5364048Z test_comprehensive_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5368734Z test_comprehensive_expand_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5373317Z test_comprehensive_expand_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5377617Z test_comprehensive_expand_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5382042Z test_comprehensive_expand_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5386660Z test_comprehensive_expand_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5391043Z test_comprehensive_expand_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5395642Z test_comprehensive_expand_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5400269Z test_comprehensive_expand_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5405024Z test_comprehensive_expand_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5409119Z test_comprehensive_expand_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5413488Z test_comprehensive_expand_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5418034Z test_comprehensive_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5422391Z test_comprehensive_expm1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5426599Z test_comprehensive_expm1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5430951Z test_comprehensive_expm1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5435407Z test_comprehensive_expm1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5440118Z test_comprehensive_expm1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5444475Z test_comprehensive_expm1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5448893Z test_comprehensive_expm1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5453206Z test_comprehensive_expm1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5457865Z test_comprehensive_eye_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5462469Z test_comprehensive_eye_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5467071Z test_comprehensive_eye_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5471625Z test_comprehensive_eye_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5476242Z test_comprehensive_eye_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5480739Z test_comprehensive_eye_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5485277Z test_comprehensive_eye_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5489876Z test_comprehensive_eye_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5494470Z test_comprehensive_eye_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5499092Z test_comprehensive_eye_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5503387Z test_comprehensive_eye_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5508061Z test_comprehensive_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5512503Z test_comprehensive_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5516720Z test_comprehensive_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5521302Z test_comprehensive_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5525679Z test_comprehensive_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5530169Z test_comprehensive_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5534654Z test_comprehensive_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5539159Z test_comprehensive_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5543645Z test_comprehensive_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5548077Z test_comprehensive_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5552578Z test_comprehensive_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5557100Z test_comprehensive_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5561584Z test_comprehensive_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5566033Z test_comprehensive_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5570671Z test_comprehensive_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5575115Z test_comprehensive_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5579543Z test_comprehensive_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5584151Z test_comprehensive_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5588456Z test_comprehensive_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5592979Z test_comprehensive_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5597521Z test_comprehensive_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5602002Z test_comprehensive_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5606490Z test_comprehensive_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5610998Z test_comprehensive_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5615582Z test_comprehensive_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5620051Z test_comprehensive_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5624502Z test_comprehensive_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5628945Z test_comprehensive_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5633606Z test_comprehensive_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5637959Z test_comprehensive_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5643922Z test_comprehensive_fft_fftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.5650130Z test_comprehensive_fft_fftshift_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.5654625Z test_comprehensive_fft_fftshift_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5658955Z test_comprehensive_fft_fftshift_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5663271Z test_comprehensive_fft_fftshift_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5667887Z test_comprehensive_fft_fftshift_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5672681Z test_comprehensive_fft_fftshift_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5677871Z test_comprehensive_fft_fftshift_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5682711Z test_comprehensive_fft_fftshift_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5688006Z test_comprehensive_fft_fftshift_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5693007Z test_comprehensive_fft_fftshift_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5698199Z test_comprehensive_fft_fftshift_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5702887Z test_comprehensive_fft_fftshift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5707383Z test_comprehensive_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5711875Z test_comprehensive_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5716292Z test_comprehensive_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5720667Z test_comprehensive_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5725186Z test_comprehensive_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5729712Z test_comprehensive_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5734401Z test_comprehensive_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5738763Z test_comprehensive_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5743302Z test_comprehensive_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5747827Z test_comprehensive_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5752456Z test_comprehensive_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5757041Z test_comprehensive_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5761599Z test_comprehensive_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5766116Z test_comprehensive_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5770774Z test_comprehensive_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5775399Z test_comprehensive_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5779968Z test_comprehensive_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5784482Z test_comprehensive_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5789115Z test_comprehensive_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5793747Z test_comprehensive_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5798319Z test_comprehensive_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5802925Z test_comprehensive_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5807695Z test_comprehensive_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5812335Z test_comprehensive_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5816859Z test_comprehensive_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5821376Z test_comprehensive_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5825969Z test_comprehensive_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5830534Z test_comprehensive_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5835246Z test_comprehensive_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5839815Z test_comprehensive_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5844450Z test_comprehensive_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5848994Z test_comprehensive_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5853644Z test_comprehensive_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5858119Z test_comprehensive_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5862796Z test_comprehensive_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5867194Z test_comprehensive_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5871706Z test_comprehensive_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5876345Z test_comprehensive_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5880899Z test_comprehensive_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5885448Z test_comprehensive_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5890110Z test_comprehensive_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5894685Z test_comprehensive_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5899223Z test_comprehensive_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5903728Z test_comprehensive_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5908362Z test_comprehensive_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5913076Z test_comprehensive_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5918092Z test_comprehensive_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5922267Z test_comprehensive_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5927018Z test_comprehensive_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5932073Z test_comprehensive_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5936593Z test_comprehensive_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5941316Z test_comprehensive_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5945977Z test_comprehensive_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5950707Z test_comprehensive_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5955531Z test_comprehensive_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5960230Z test_comprehensive_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5964559Z test_comprehensive_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5969201Z test_comprehensive_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5973681Z test_comprehensive_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5978066Z test_comprehensive_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5982468Z test_comprehensive_fft_ifftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5986988Z test_comprehensive_fft_ifftshift_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5991762Z test_comprehensive_fft_ifftshift_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.5996233Z test_comprehensive_fft_ifftshift_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6000820Z test_comprehensive_fft_ifftshift_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6005631Z test_comprehensive_fft_ifftshift_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6010120Z test_comprehensive_fft_ifftshift_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6014784Z test_comprehensive_fft_ifftshift_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6019419Z test_comprehensive_fft_ifftshift_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6023567Z test_comprehensive_fft_ifftshift_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6028041Z test_comprehensive_fft_ifftshift_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6032544Z test_comprehensive_fft_ifftshift_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6037448Z test_comprehensive_fft_ifftshift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6041833Z test_comprehensive_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6046452Z test_comprehensive_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6051039Z test_comprehensive_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6055562Z test_comprehensive_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6060064Z test_comprehensive_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6064773Z test_comprehensive_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6069316Z test_comprehensive_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6073938Z test_comprehensive_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6078467Z test_comprehensive_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6083009Z test_comprehensive_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6087773Z test_comprehensive_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6092283Z test_comprehensive_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6096810Z test_comprehensive_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6101363Z test_comprehensive_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6105905Z test_comprehensive_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6110546Z test_comprehensive_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6115237Z test_comprehensive_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6119901Z test_comprehensive_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6124466Z test_comprehensive_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6129277Z test_comprehensive_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6133852Z test_comprehensive_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6138242Z test_comprehensive_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6142892Z test_comprehensive_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6147281Z test_comprehensive_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6151774Z test_comprehensive_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6156473Z test_comprehensive_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6161012Z test_comprehensive_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6165917Z test_comprehensive_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6170429Z test_comprehensive_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6175201Z test_comprehensive_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6179505Z test_comprehensive_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6184071Z test_comprehensive_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6188975Z test_comprehensive_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6193324Z test_comprehensive_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6197888Z test_comprehensive_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6202688Z test_comprehensive_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6207250Z test_comprehensive_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6212163Z test_comprehensive_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6216774Z test_comprehensive_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6221351Z test_comprehensive_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6225979Z test_comprehensive_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6230560Z test_comprehensive_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6235038Z test_comprehensive_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6239762Z test_comprehensive_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6244288Z test_comprehensive_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6248961Z test_comprehensive_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6253461Z test_comprehensive_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6258118Z test_comprehensive_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6262627Z test_comprehensive_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6267155Z test_comprehensive_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6271690Z test_comprehensive_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6276354Z test_comprehensive_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6280994Z test_comprehensive_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6285643Z test_comprehensive_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6290247Z test_comprehensive_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6294881Z test_comprehensive_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6317540Z test_comprehensive_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.002s) 2022-09-27T15:50:16.6321864Z test_comprehensive_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6326454Z test_comprehensive_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6330627Z test_comprehensive_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6334620Z test_comprehensive_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6338875Z test_comprehensive_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6343065Z test_comprehensive_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6347371Z test_comprehensive_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6351761Z test_comprehensive_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6356860Z test_comprehensive_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6361900Z test_comprehensive_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6366648Z test_comprehensive_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6371724Z test_comprehensive_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6376524Z test_comprehensive_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6381418Z test_comprehensive_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6386239Z test_comprehensive_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6391139Z test_comprehensive_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6396122Z test_comprehensive_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6401006Z test_comprehensive_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6406014Z test_comprehensive_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6411052Z test_comprehensive_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6415879Z test_comprehensive_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6420769Z test_comprehensive_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6425797Z test_comprehensive_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6430533Z test_comprehensive_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6435224Z test_comprehensive_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6439366Z test_comprehensive_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6443548Z test_comprehensive_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6448020Z test_comprehensive_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6452043Z test_comprehensive_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6457460Z test_comprehensive_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6463885Z test_comprehensive_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6470614Z test_comprehensive_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6477601Z test_comprehensive_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6484204Z test_comprehensive_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6491150Z test_comprehensive_flatten_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6497931Z test_comprehensive_flatten_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6504695Z test_comprehensive_flatten_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6511587Z test_comprehensive_flatten_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6518585Z test_comprehensive_flatten_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6525427Z test_comprehensive_flatten_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6532380Z test_comprehensive_flatten_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6539134Z test_comprehensive_flatten_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6545949Z test_comprehensive_flatten_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6552844Z test_comprehensive_flatten_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6559760Z test_comprehensive_flatten_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6566604Z test_comprehensive_flatten_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6574109Z test_comprehensive_flatten_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6580357Z test_comprehensive_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6586551Z test_comprehensive_flip_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6592989Z test_comprehensive_flip_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6598815Z test_comprehensive_flip_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6605025Z test_comprehensive_flip_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6610349Z test_comprehensive_flip_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:16.6615121Z test_comprehensive_flip_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6619361Z test_comprehensive_flip_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6624441Z test_comprehensive_flip_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6629012Z test_comprehensive_flip_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6633531Z test_comprehensive_flip_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6638544Z test_comprehensive_flip_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6643469Z test_comprehensive_fliplr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6648044Z test_comprehensive_fliplr_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6652630Z test_comprehensive_fliplr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6657202Z test_comprehensive_fliplr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6661525Z test_comprehensive_fliplr_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6666193Z test_comprehensive_fliplr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6671341Z test_comprehensive_fliplr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6675647Z test_comprehensive_fliplr_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6680402Z test_comprehensive_fliplr_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6684915Z test_comprehensive_fliplr_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6689558Z test_comprehensive_fliplr_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6694386Z test_comprehensive_fliplr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6699341Z test_comprehensive_flipud_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6704300Z test_comprehensive_flipud_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6708395Z test_comprehensive_flipud_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6713538Z test_comprehensive_flipud_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6718123Z test_comprehensive_flipud_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6722326Z test_comprehensive_flipud_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6727011Z test_comprehensive_flipud_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6731292Z test_comprehensive_flipud_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6735834Z test_comprehensive_flipud_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6740240Z test_comprehensive_flipud_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6744826Z test_comprehensive_flipud_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6749373Z test_comprehensive_flipud_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6753960Z test_comprehensive_float_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6758494Z test_comprehensive_float_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6762998Z test_comprehensive_float_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6767738Z test_comprehensive_float_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6772287Z test_comprehensive_float_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6776862Z test_comprehensive_float_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6781623Z test_comprehensive_float_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6786373Z test_comprehensive_float_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6790789Z test_comprehensive_float_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6795272Z test_comprehensive_float_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6799886Z test_comprehensive_float_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6804448Z test_comprehensive_float_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6809168Z test_comprehensive_float_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6813714Z test_comprehensive_float_power_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6818201Z test_comprehensive_float_power_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6822778Z test_comprehensive_float_power_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6828470Z test_comprehensive_float_power_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6833521Z test_comprehensive_float_power_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6838715Z test_comprehensive_float_power_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6843372Z test_comprehensive_float_power_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6848178Z test_comprehensive_float_power_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6853128Z test_comprehensive_float_power_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6857453Z test_comprehensive_float_power_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6861903Z test_comprehensive_float_power_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6866602Z test_comprehensive_float_power_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6870872Z test_comprehensive_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6875654Z test_comprehensive_floor_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6880196Z test_comprehensive_floor_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6884781Z test_comprehensive_floor_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6889406Z test_comprehensive_floor_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6893867Z test_comprehensive_floor_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6898244Z test_comprehensive_floor_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6903253Z test_comprehensive_floor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6907634Z test_comprehensive_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.6912082Z test_comprehensive_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7097362Z test_comprehensive_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.018s) 2022-09-27T15:50:16.7271551Z test_comprehensive_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.017s) 2022-09-27T15:50:16.7275611Z test_comprehensive_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7280026Z test_comprehensive_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7284687Z test_comprehensive_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7289657Z test_comprehensive_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7294148Z test_comprehensive_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7299228Z test_comprehensive_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7303129Z test_comprehensive_fmax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7307661Z test_comprehensive_fmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7312775Z test_comprehensive_fmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7317066Z test_comprehensive_fmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7321670Z test_comprehensive_fmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7326243Z test_comprehensive_fmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7331001Z test_comprehensive_fmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7335749Z test_comprehensive_fmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7340228Z test_comprehensive_fmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7344969Z test_comprehensive_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7349449Z test_comprehensive_fmin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7353919Z test_comprehensive_fmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7358592Z test_comprehensive_fmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7363276Z test_comprehensive_fmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7367991Z test_comprehensive_fmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7372969Z test_comprehensive_fmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7377441Z test_comprehensive_fmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7382015Z test_comprehensive_fmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7386477Z test_comprehensive_fmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7391190Z test_comprehensive_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7395734Z test_comprehensive_fmod_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7400058Z test_comprehensive_fmod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7404331Z test_comprehensive_fmod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7409033Z test_comprehensive_fmod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7413530Z test_comprehensive_fmod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7418398Z test_comprehensive_fmod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7422412Z test_comprehensive_fmod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7427599Z test_comprehensive_fmod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7432842Z test_comprehensive_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7438190Z test_comprehensive_frac_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7443390Z test_comprehensive_frac_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7449239Z test_comprehensive_frac_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7454106Z test_comprehensive_frexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7459239Z test_comprehensive_frexp_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7464498Z test_comprehensive_frexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7469787Z test_comprehensive_frexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7475138Z test_comprehensive_full_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7480352Z test_comprehensive_full_like_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7485456Z test_comprehensive_full_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7490328Z test_comprehensive_full_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7494998Z test_comprehensive_full_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7499582Z test_comprehensive_full_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7504048Z test_comprehensive_full_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7508402Z test_comprehensive_full_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7512984Z test_comprehensive_full_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7517505Z test_comprehensive_full_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7522091Z test_comprehensive_full_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7526557Z test_comprehensive_full_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7531444Z test_comprehensive_gather_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7536021Z test_comprehensive_gather_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7540138Z test_comprehensive_gather_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7544777Z test_comprehensive_gather_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7549337Z test_comprehensive_gather_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7553877Z test_comprehensive_gather_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7558685Z test_comprehensive_gather_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7562991Z test_comprehensive_gather_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7567787Z test_comprehensive_gather_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7572131Z test_comprehensive_gather_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7576561Z test_comprehensive_gather_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7581109Z test_comprehensive_gather_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7585502Z test_comprehensive_gcd_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7589937Z test_comprehensive_gcd_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7594614Z test_comprehensive_gcd_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7599052Z test_comprehensive_gcd_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7603599Z test_comprehensive_gcd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7608129Z test_comprehensive_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7612905Z test_comprehensive_ge_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7617501Z test_comprehensive_ge_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7622117Z test_comprehensive_ge_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7626913Z test_comprehensive_ge_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7631530Z test_comprehensive_ge_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7636284Z test_comprehensive_ge_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7640423Z test_comprehensive_ge_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7645145Z test_comprehensive_ge_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7649640Z test_comprehensive_ge_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7654228Z test_comprehensive_geqrf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7658686Z test_comprehensive_geqrf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7663218Z test_comprehensive_geqrf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7667720Z test_comprehensive_geqrf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7672227Z test_comprehensive_gradient_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7676816Z test_comprehensive_gradient_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7681312Z test_comprehensive_gradient_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7685723Z test_comprehensive_gradient_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7690351Z test_comprehensive_gradient_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7695049Z test_comprehensive_gradient_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7699595Z test_comprehensive_gradient_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7704059Z test_comprehensive_gradient_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7708897Z test_comprehensive_gradient_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7713482Z test_comprehensive_gradient_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7717709Z test_comprehensive_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7722474Z test_comprehensive_gt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7726896Z test_comprehensive_gt_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7731734Z test_comprehensive_gt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7736068Z test_comprehensive_gt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7740329Z test_comprehensive_gt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7744705Z test_comprehensive_gt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7749083Z test_comprehensive_gt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7753548Z test_comprehensive_gt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7757886Z test_comprehensive_gt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7762237Z test_comprehensive_half_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7766598Z test_comprehensive_half_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7771107Z test_comprehensive_half_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7775894Z test_comprehensive_half_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7780200Z test_comprehensive_half_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7784715Z test_comprehensive_half_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7789235Z test_comprehensive_half_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7793860Z test_comprehensive_half_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7798837Z test_comprehensive_half_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7803220Z test_comprehensive_half_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7807972Z test_comprehensive_half_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7812516Z test_comprehensive_half_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7816957Z test_comprehensive_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7821467Z test_comprehensive_heaviside_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7826017Z test_comprehensive_heaviside_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7830523Z test_comprehensive_heaviside_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7835238Z test_comprehensive_heaviside_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7839770Z test_comprehensive_heaviside_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7844324Z test_comprehensive_heaviside_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7849118Z test_comprehensive_heaviside_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7853848Z test_comprehensive_heaviside_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7858411Z test_comprehensive_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7863030Z test_comprehensive_histc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7867610Z test_comprehensive_histc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7872202Z test_comprehensive_histc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7877021Z test_comprehensive_histogram_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7881596Z test_comprehensive_histogram_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7886236Z test_comprehensive_histogramdd_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7890949Z test_comprehensive_histogramdd_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7895477Z test_comprehensive_hsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7900132Z test_comprehensive_hsplit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7904643Z test_comprehensive_hsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7909286Z test_comprehensive_hsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7913885Z test_comprehensive_hsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7918501Z test_comprehensive_hsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7923076Z test_comprehensive_hsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7927522Z test_comprehensive_hsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7932047Z test_comprehensive_hsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7936411Z test_comprehensive_hsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7941032Z test_comprehensive_hsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7945438Z test_comprehensive_hsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7949903Z test_comprehensive_hsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7954278Z test_comprehensive_hstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7958863Z test_comprehensive_hstack_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7963308Z test_comprehensive_hstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7967740Z test_comprehensive_hstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7972103Z test_comprehensive_hstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7976947Z test_comprehensive_hstack_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7981569Z test_comprehensive_hstack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7986426Z test_comprehensive_hstack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7991263Z test_comprehensive_hstack_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.7995956Z test_comprehensive_hstack_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8000279Z test_comprehensive_hstack_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8004789Z test_comprehensive_hstack_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8009706Z test_comprehensive_hstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8014067Z test_comprehensive_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8018721Z test_comprehensive_hypot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8023092Z test_comprehensive_hypot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8027755Z test_comprehensive_i0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8032078Z test_comprehensive_i0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8036633Z test_comprehensive_i0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8041293Z test_comprehensive_i0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8045620Z test_comprehensive_i0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8049872Z test_comprehensive_i0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8054141Z test_comprehensive_i0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8058610Z test_comprehensive_i0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8062948Z test_comprehensive_i0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8067513Z test_comprehensive_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8071769Z test_comprehensive_igamma_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8076404Z test_comprehensive_igamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8080702Z test_comprehensive_igamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8085500Z test_comprehensive_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8090003Z test_comprehensive_igammac_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8094428Z test_comprehensive_igammac_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8099030Z test_comprehensive_igammac_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8103822Z test_comprehensive_imag_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8108370Z test_comprehensive_imag_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8112826Z test_comprehensive_imag_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8117746Z test_comprehensive_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8122234Z test_comprehensive_index_add_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8126790Z test_comprehensive_index_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8131310Z test_comprehensive_index_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8135852Z test_comprehensive_index_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8140471Z test_comprehensive_index_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8144955Z test_comprehensive_index_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8149408Z test_comprehensive_index_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8154039Z test_comprehensive_index_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8158550Z test_comprehensive_index_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8163057Z test_comprehensive_index_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8167861Z test_comprehensive_index_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8172272Z test_comprehensive_index_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8176741Z test_comprehensive_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8181213Z test_comprehensive_index_copy_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8185716Z test_comprehensive_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8190060Z test_comprehensive_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8194790Z test_comprehensive_index_copy_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8199668Z test_comprehensive_index_copy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8204522Z test_comprehensive_index_copy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8208914Z test_comprehensive_index_copy_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8213534Z test_comprehensive_index_copy_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8218122Z test_comprehensive_index_copy_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8222538Z test_comprehensive_index_copy_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8226936Z test_comprehensive_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8231513Z test_comprehensive_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8236096Z test_comprehensive_index_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8240422Z test_comprehensive_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8244898Z test_comprehensive_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8249277Z test_comprehensive_index_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8253809Z test_comprehensive_index_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8258263Z test_comprehensive_index_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8262573Z test_comprehensive_index_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8267078Z test_comprehensive_index_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8271667Z test_comprehensive_index_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8276643Z test_comprehensive_index_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8280824Z test_comprehensive_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8285164Z test_comprehensive_index_put_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8289767Z test_comprehensive_index_put_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8294472Z test_comprehensive_index_put_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8298897Z test_comprehensive_index_put_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8303658Z test_comprehensive_index_put_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8308269Z test_comprehensive_index_put_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8312964Z test_comprehensive_index_put_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8317660Z test_comprehensive_index_put_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8322242Z test_comprehensive_index_put_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8326775Z test_comprehensive_index_put_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8331205Z test_comprehensive_index_put_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8335883Z test_comprehensive_index_put_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8340401Z test_comprehensive_index_put_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8345150Z test_comprehensive_index_reduce_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8349645Z test_comprehensive_index_reduce_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8354274Z test_comprehensive_index_reduce_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8358812Z test_comprehensive_index_reduce_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8363434Z test_comprehensive_index_reduce_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8368359Z test_comprehensive_index_reduce_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8372892Z test_comprehensive_index_reduce_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8377605Z test_comprehensive_index_reduce_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8381908Z test_comprehensive_index_reduce_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8386562Z test_comprehensive_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8391238Z test_comprehensive_index_select_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8396164Z test_comprehensive_index_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8400935Z test_comprehensive_index_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8405620Z test_comprehensive_index_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8410232Z test_comprehensive_index_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8414989Z test_comprehensive_index_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8419517Z test_comprehensive_index_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8424094Z test_comprehensive_index_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8428812Z test_comprehensive_index_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8433371Z test_comprehensive_index_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8437992Z test_comprehensive_index_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8442554Z test_comprehensive_index_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8447008Z test_comprehensive_inner_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8452051Z test_comprehensive_inner_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8456397Z test_comprehensive_inner_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8460893Z test_comprehensive_inner_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8465410Z test_comprehensive_inner_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8469955Z test_comprehensive_inner_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8474825Z test_comprehensive_inner_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8478997Z test_comprehensive_inner_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8483204Z test_comprehensive_inner_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8487673Z test_comprehensive_inner_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8492774Z test_comprehensive_int_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8497437Z test_comprehensive_int_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8502242Z test_comprehensive_int_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8507137Z test_comprehensive_int_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8511656Z test_comprehensive_int_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8516354Z test_comprehensive_int_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8521095Z test_comprehensive_int_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8525455Z test_comprehensive_int_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8530046Z test_comprehensive_int_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8534267Z test_comprehensive_int_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8538569Z test_comprehensive_int_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8543085Z test_comprehensive_int_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8547820Z test_comprehensive_isclose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8552423Z test_comprehensive_isclose_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8557461Z test_comprehensive_isclose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8561488Z test_comprehensive_isclose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8566028Z test_comprehensive_isclose_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8570562Z test_comprehensive_isclose_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8575023Z test_comprehensive_isclose_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8579423Z test_comprehensive_isclose_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8583985Z test_comprehensive_isclose_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8588436Z test_comprehensive_isclose_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8593178Z test_comprehensive_isclose_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8597525Z test_comprehensive_isclose_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8602102Z test_comprehensive_isfinite_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8606805Z test_comprehensive_isfinite_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8611146Z test_comprehensive_isfinite_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8615392Z test_comprehensive_isfinite_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8620044Z test_comprehensive_isfinite_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8624540Z test_comprehensive_isfinite_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8628984Z test_comprehensive_isfinite_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8633544Z test_comprehensive_isfinite_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8638029Z test_comprehensive_isfinite_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8642849Z test_comprehensive_isfinite_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8647181Z test_comprehensive_isfinite_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8651995Z test_comprehensive_isfinite_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8656430Z test_comprehensive_isfinite_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8661085Z test_comprehensive_isin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8665547Z test_comprehensive_isin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8669947Z test_comprehensive_isin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8674770Z test_comprehensive_isin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8679409Z test_comprehensive_isin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8684075Z test_comprehensive_isin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8688813Z test_comprehensive_isin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8693271Z test_comprehensive_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8698153Z test_comprehensive_isinf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8702396Z test_comprehensive_isinf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8707005Z test_comprehensive_isinf_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8711472Z test_comprehensive_isinf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8716040Z test_comprehensive_isinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8720685Z test_comprehensive_isinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8725511Z test_comprehensive_isinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8730450Z test_comprehensive_isinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8734941Z test_comprehensive_isinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8739714Z test_comprehensive_isinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8744082Z test_comprehensive_isinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8748681Z test_comprehensive_isinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8752956Z test_comprehensive_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8757665Z test_comprehensive_isnan_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8762381Z test_comprehensive_isnan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8767133Z test_comprehensive_isnan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8772050Z test_comprehensive_isnan_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8776734Z test_comprehensive_isnan_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8781445Z test_comprehensive_isnan_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8786224Z test_comprehensive_isnan_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8790908Z test_comprehensive_isnan_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8795797Z test_comprehensive_isnan_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8800494Z test_comprehensive_isnan_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8805163Z test_comprehensive_isnan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8809974Z test_comprehensive_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8926158Z test_comprehensive_isneginf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.012s) 2022-09-27T15:50:16.8930375Z test_comprehensive_isneginf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8934708Z test_comprehensive_isneginf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8938819Z test_comprehensive_isneginf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8942891Z test_comprehensive_isneginf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8946958Z test_comprehensive_isneginf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8951006Z test_comprehensive_isneginf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8955504Z test_comprehensive_isneginf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8959766Z test_comprehensive_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8963977Z test_comprehensive_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8968575Z test_comprehensive_isposinf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8972682Z test_comprehensive_isposinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8976872Z test_comprehensive_isposinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8980889Z test_comprehensive_isposinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8985152Z test_comprehensive_isposinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8988909Z test_comprehensive_isposinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8992966Z test_comprehensive_isposinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.8997100Z test_comprehensive_isposinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9001251Z test_comprehensive_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9005465Z test_comprehensive_isreal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9009719Z test_comprehensive_isreal_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9014468Z test_comprehensive_isreal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9018460Z test_comprehensive_isreal_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9022744Z test_comprehensive_isreal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9026923Z test_comprehensive_isreal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9031147Z test_comprehensive_isreal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9035647Z test_comprehensive_isreal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9039723Z test_comprehensive_isreal_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9043604Z test_comprehensive_isreal_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9047809Z test_comprehensive_isreal_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9051676Z test_comprehensive_isreal_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9055642Z test_comprehensive_isreal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9059663Z test_comprehensive_istft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9063651Z test_comprehensive_istft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9067652Z test_comprehensive_istft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9071619Z test_comprehensive_istft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9075709Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9079777Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9083615Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9087780Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9091749Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9095822Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9099832Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9103971Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9108281Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9112523Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9116589Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9120659Z test_comprehensive_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9124978Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9128892Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9132950Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9136947Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9140895Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9144947Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9148848Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9152812Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9156819Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9160798Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9164712Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9168813Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9172732Z test_comprehensive_jiterator_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9176686Z test_comprehensive_jiterator_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9180654Z test_comprehensive_jiterator_binary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9184619Z test_comprehensive_jiterator_binary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9188654Z test_comprehensive_jiterator_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9192590Z test_comprehensive_jiterator_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9196431Z test_comprehensive_jiterator_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9200861Z test_comprehensive_jiterator_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9205015Z test_comprehensive_jiterator_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9209428Z test_comprehensive_jiterator_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9213506Z test_comprehensive_jiterator_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9217667Z test_comprehensive_jiterator_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9222408Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9226988Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9231917Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9236907Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9241924Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9246191Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9250948Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9255998Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9260127Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9264609Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9269120Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9273707Z test_comprehensive_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9278194Z test_comprehensive_jiterator_unary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9282681Z test_comprehensive_jiterator_unary_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9287171Z test_comprehensive_jiterator_unary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9292030Z test_comprehensive_jiterator_unary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9296612Z test_comprehensive_jiterator_unary_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9301161Z test_comprehensive_jiterator_unary_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9305744Z test_comprehensive_jiterator_unary_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9310396Z test_comprehensive_jiterator_unary_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9315319Z test_comprehensive_jiterator_unary_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9319810Z test_comprehensive_jiterator_unary_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9324150Z test_comprehensive_jiterator_unary_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9328795Z test_comprehensive_jiterator_unary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9333779Z test_comprehensive_kron_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9337968Z test_comprehensive_kron_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9342626Z test_comprehensive_kron_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9347207Z test_comprehensive_kron_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9351812Z test_comprehensive_kron_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9356537Z test_comprehensive_kron_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9361082Z test_comprehensive_kron_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9365645Z test_comprehensive_kron_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9370410Z test_comprehensive_kron_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9374995Z test_comprehensive_kron_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9379547Z test_comprehensive_kron_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9384088Z test_comprehensive_kron_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9388746Z test_comprehensive_kthvalue_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9393354Z test_comprehensive_kthvalue_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9398002Z test_comprehensive_kthvalue_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9402621Z test_comprehensive_kthvalue_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9407223Z test_comprehensive_kthvalue_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9412063Z test_comprehensive_kthvalue_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9416657Z test_comprehensive_kthvalue_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9421259Z test_comprehensive_kthvalue_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9425800Z test_comprehensive_lcm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9430372Z test_comprehensive_lcm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9435052Z test_comprehensive_lcm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9439630Z test_comprehensive_lcm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9444453Z test_comprehensive_lcm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9449150Z test_comprehensive_ldexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9453625Z test_comprehensive_ldexp_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9458451Z test_comprehensive_ldexp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9462952Z test_comprehensive_ldexp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9467237Z test_comprehensive_ldexp_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9471808Z test_comprehensive_ldexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9476405Z test_comprehensive_ldexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9480744Z test_comprehensive_ldexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9485508Z test_comprehensive_ldexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9489899Z test_comprehensive_ldexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9494307Z test_comprehensive_ldexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9498884Z test_comprehensive_ldexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9503103Z test_comprehensive_le_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9507641Z test_comprehensive_le_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9512128Z test_comprehensive_le_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9516677Z test_comprehensive_le_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9521220Z test_comprehensive_le_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9525645Z test_comprehensive_le_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9530348Z test_comprehensive_le_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9535110Z test_comprehensive_le_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9539542Z test_comprehensive_le_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9543864Z test_comprehensive_le_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9548387Z test_comprehensive_lerp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9552976Z test_comprehensive_lerp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9557521Z test_comprehensive_lerp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9562088Z test_comprehensive_lerp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9566563Z test_comprehensive_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9571277Z test_comprehensive_lgamma_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9575859Z test_comprehensive_lgamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9580220Z test_comprehensive_lgamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9584803Z test_comprehensive_lgamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9589219Z test_comprehensive_lgamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9593845Z test_comprehensive_lgamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9598289Z test_comprehensive_lgamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9602880Z test_comprehensive_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9607249Z test_comprehensive_linalg_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9611894Z test_comprehensive_linalg_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9616410Z test_comprehensive_linalg_cholesky_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9620985Z test_comprehensive_linalg_cholesky_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9625360Z test_comprehensive_linalg_cholesky_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9629882Z test_comprehensive_linalg_cholesky_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9634464Z test_comprehensive_linalg_cholesky_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9638915Z test_comprehensive_linalg_cholesky_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9643445Z test_comprehensive_linalg_cond_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9648154Z test_comprehensive_linalg_cond_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9652544Z test_comprehensive_linalg_cond_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9657076Z test_comprehensive_linalg_cond_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9661566Z test_comprehensive_linalg_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9665992Z test_comprehensive_linalg_cross_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9670517Z test_comprehensive_linalg_cross_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9675173Z test_comprehensive_linalg_cross_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9679564Z test_comprehensive_linalg_cross_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9684090Z test_comprehensive_linalg_cross_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9688657Z test_comprehensive_linalg_cross_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9693526Z test_comprehensive_linalg_cross_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9698258Z test_comprehensive_linalg_cross_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9702426Z test_comprehensive_linalg_cross_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9707100Z test_comprehensive_linalg_det_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9711840Z test_comprehensive_linalg_det_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9716644Z test_comprehensive_linalg_det_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9721489Z test_comprehensive_linalg_det_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9726072Z test_comprehensive_linalg_det_singular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9730707Z test_comprehensive_linalg_det_singular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9735322Z test_comprehensive_linalg_det_singular_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9739559Z test_comprehensive_linalg_det_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9744139Z test_comprehensive_linalg_eig_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9748773Z test_comprehensive_linalg_eig_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9753255Z test_comprehensive_linalg_eig_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9757819Z test_comprehensive_linalg_eig_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9762332Z test_comprehensive_linalg_eigh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9767038Z test_comprehensive_linalg_eigh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9771735Z test_comprehensive_linalg_eigh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9776424Z test_comprehensive_linalg_eigh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9781094Z test_comprehensive_linalg_eigvals_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9785847Z test_comprehensive_linalg_eigvals_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9790483Z test_comprehensive_linalg_eigvals_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9795266Z test_comprehensive_linalg_eigvals_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9799867Z test_comprehensive_linalg_eigvalsh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9804523Z test_comprehensive_linalg_eigvalsh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9809304Z test_comprehensive_linalg_eigvalsh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9813934Z test_comprehensive_linalg_eigvalsh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9818752Z test_comprehensive_linalg_householder_product_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9823509Z test_comprehensive_linalg_householder_product_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9828101Z test_comprehensive_linalg_householder_product_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9832905Z test_comprehensive_linalg_householder_product_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9837449Z test_comprehensive_linalg_inv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9842082Z test_comprehensive_linalg_inv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9846712Z test_comprehensive_linalg_inv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9851423Z test_comprehensive_linalg_inv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9856168Z test_comprehensive_linalg_inv_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9860874Z test_comprehensive_linalg_inv_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9865406Z test_comprehensive_linalg_inv_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9870058Z test_comprehensive_linalg_inv_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9874177Z test_comprehensive_linalg_ldl_factor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9878569Z test_comprehensive_linalg_ldl_factor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9882938Z test_comprehensive_linalg_ldl_factor_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9887206Z test_comprehensive_linalg_ldl_factor_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9891811Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9896190Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9900815Z test_comprehensive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9904949Z test_comprehensive_linalg_ldl_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9909512Z test_comprehensive_linalg_ldl_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9914102Z test_comprehensive_linalg_ldl_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9918602Z test_comprehensive_linalg_ldl_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9923024Z test_comprehensive_linalg_ldl_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9927606Z test_comprehensive_linalg_lstsq_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9932205Z test_comprehensive_linalg_lstsq_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9936711Z test_comprehensive_linalg_lstsq_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9941464Z test_comprehensive_linalg_lstsq_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9946148Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9950726Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9955572Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9960388Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9965225Z test_comprehensive_linalg_lu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9969831Z test_comprehensive_linalg_lu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9974331Z test_comprehensive_linalg_lu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9978995Z test_comprehensive_linalg_lu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9983717Z test_comprehensive_linalg_lu_factor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9987887Z test_comprehensive_linalg_lu_factor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9992487Z test_comprehensive_linalg_lu_factor_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:16.9997260Z test_comprehensive_linalg_lu_factor_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0001909Z test_comprehensive_linalg_lu_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0006452Z test_comprehensive_linalg_lu_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0010992Z test_comprehensive_linalg_lu_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0015679Z test_comprehensive_linalg_lu_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0020152Z test_comprehensive_linalg_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0024490Z test_comprehensive_linalg_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0028854Z test_comprehensive_linalg_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0033570Z test_comprehensive_linalg_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0038273Z test_comprehensive_linalg_matrix_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0042689Z test_comprehensive_linalg_matrix_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0046966Z test_comprehensive_linalg_matrix_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0051693Z test_comprehensive_linalg_matrix_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0056387Z test_comprehensive_linalg_matrix_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0060895Z test_comprehensive_linalg_matrix_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0065561Z test_comprehensive_linalg_matrix_power_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0069792Z test_comprehensive_linalg_matrix_power_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0074358Z test_comprehensive_linalg_matrix_power_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0078790Z test_comprehensive_linalg_matrix_power_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0083333Z test_comprehensive_linalg_matrix_rank_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0088387Z test_comprehensive_linalg_matrix_rank_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0092696Z test_comprehensive_linalg_matrix_rank_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0097347Z test_comprehensive_linalg_matrix_rank_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0101855Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0106471Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0110831Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0115317Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0119843Z test_comprehensive_linalg_multi_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0124321Z test_comprehensive_linalg_multi_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0128874Z test_comprehensive_linalg_multi_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0133292Z test_comprehensive_linalg_multi_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0138001Z test_comprehensive_linalg_multi_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0142430Z test_comprehensive_linalg_multi_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0146872Z test_comprehensive_linalg_multi_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0151513Z test_comprehensive_linalg_multi_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0156051Z test_comprehensive_linalg_multi_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0160660Z test_comprehensive_linalg_multi_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0165274Z test_comprehensive_linalg_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0169912Z test_comprehensive_linalg_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0174468Z test_comprehensive_linalg_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0178855Z test_comprehensive_linalg_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0183425Z test_comprehensive_linalg_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0188167Z test_comprehensive_linalg_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0192857Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0197524Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0202162Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0207130Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0211846Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0216657Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0221402Z test_comprehensive_linalg_pinv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0226129Z test_comprehensive_linalg_pinv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0230804Z test_comprehensive_linalg_pinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0235583Z test_comprehensive_linalg_pinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0240410Z test_comprehensive_linalg_pinv_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0245167Z test_comprehensive_linalg_pinv_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0249459Z test_comprehensive_linalg_pinv_hermitian_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0254126Z test_comprehensive_linalg_pinv_hermitian_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0259024Z test_comprehensive_linalg_pinv_singular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0263381Z test_comprehensive_linalg_pinv_singular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0267970Z test_comprehensive_linalg_pinv_singular_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0272798Z test_comprehensive_linalg_pinv_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0277462Z test_comprehensive_linalg_qr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0281935Z test_comprehensive_linalg_qr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0286245Z test_comprehensive_linalg_qr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0290832Z test_comprehensive_linalg_qr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0295532Z test_comprehensive_linalg_slogdet_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0300274Z test_comprehensive_linalg_slogdet_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0304573Z test_comprehensive_linalg_slogdet_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0309075Z test_comprehensive_linalg_slogdet_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0313355Z test_comprehensive_linalg_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0317652Z test_comprehensive_linalg_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0322094Z test_comprehensive_linalg_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0326526Z test_comprehensive_linalg_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0331176Z test_comprehensive_linalg_solve_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0335740Z test_comprehensive_linalg_solve_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0340283Z test_comprehensive_linalg_solve_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0345014Z test_comprehensive_linalg_solve_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0349463Z test_comprehensive_linalg_solve_triangular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0354139Z test_comprehensive_linalg_solve_triangular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0358588Z test_comprehensive_linalg_solve_triangular_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0363087Z test_comprehensive_linalg_solve_triangular_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0367781Z test_comprehensive_linalg_svd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0372372Z test_comprehensive_linalg_svd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0377143Z test_comprehensive_linalg_svd_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0381558Z test_comprehensive_linalg_svd_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0386120Z test_comprehensive_linalg_svdvals_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0390593Z test_comprehensive_linalg_svdvals_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0395137Z test_comprehensive_linalg_svdvals_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0399628Z test_comprehensive_linalg_svdvals_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0404086Z test_comprehensive_linalg_tensorinv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0408812Z test_comprehensive_linalg_tensorinv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0413575Z test_comprehensive_linalg_tensorinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0417715Z test_comprehensive_linalg_tensorinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0422256Z test_comprehensive_linalg_tensorsolve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0426725Z test_comprehensive_linalg_tensorsolve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0431310Z test_comprehensive_linalg_tensorsolve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0436013Z test_comprehensive_linalg_tensorsolve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0440585Z test_comprehensive_linalg_vander_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0445355Z test_comprehensive_linalg_vander_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0450123Z test_comprehensive_linalg_vander_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0455003Z test_comprehensive_linalg_vander_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0459338Z test_comprehensive_linalg_vander_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0463759Z test_comprehensive_linalg_vander_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0468344Z test_comprehensive_linalg_vander_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0472728Z test_comprehensive_linalg_vander_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0477566Z test_comprehensive_linalg_vander_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0482014Z test_comprehensive_linalg_vecdot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0486440Z test_comprehensive_linalg_vecdot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0491153Z test_comprehensive_linalg_vecdot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0495581Z test_comprehensive_linalg_vecdot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0500252Z test_comprehensive_linalg_vecdot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0504757Z test_comprehensive_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0509168Z test_comprehensive_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0513953Z test_comprehensive_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0518486Z test_comprehensive_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0522993Z test_comprehensive_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0527581Z test_comprehensive_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0532055Z test_comprehensive_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0536612Z test_comprehensive_linspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0541167Z test_comprehensive_linspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0545553Z test_comprehensive_linspace_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0550041Z test_comprehensive_linspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0554786Z test_comprehensive_linspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0559273Z test_comprehensive_linspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0582256Z test_comprehensive_linspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0582790Z test_comprehensive_linspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0583058Z test_comprehensive_linspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0583331Z test_comprehensive_linspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0583577Z test_comprehensive_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0591506Z test_comprehensive_log10_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0591857Z test_comprehensive_log10_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0596384Z test_comprehensive_log10_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0600965Z test_comprehensive_log10_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0605628Z test_comprehensive_log10_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0610393Z test_comprehensive_log10_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0614883Z test_comprehensive_log10_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0619523Z test_comprehensive_log10_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0624158Z test_comprehensive_log10_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0628761Z test_comprehensive_log10_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0633448Z test_comprehensive_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0638095Z test_comprehensive_log1p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0642806Z test_comprehensive_log1p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0647577Z test_comprehensive_log1p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0652233Z test_comprehensive_log1p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0656820Z test_comprehensive_log1p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0661430Z test_comprehensive_log1p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0666113Z test_comprehensive_log1p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0670711Z test_comprehensive_log1p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0675464Z test_comprehensive_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0680200Z test_comprehensive_log2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0684990Z test_comprehensive_log2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0689534Z test_comprehensive_log2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0694067Z test_comprehensive_log2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0698572Z test_comprehensive_log2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0703336Z test_comprehensive_log2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0707698Z test_comprehensive_log2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0712204Z test_comprehensive_log2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0716915Z test_comprehensive_log2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0721583Z test_comprehensive_log2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0725976Z test_comprehensive_log_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0730769Z test_comprehensive_log_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0735266Z test_comprehensive_log_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0739803Z test_comprehensive_log_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0744354Z test_comprehensive_log_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0748856Z test_comprehensive_log_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0753503Z test_comprehensive_log_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0758066Z test_comprehensive_log_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0762587Z test_comprehensive_log_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0767154Z test_comprehensive_log_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0771900Z test_comprehensive_log_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0776763Z test_comprehensive_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0780865Z test_comprehensive_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0785301Z test_comprehensive_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0789713Z test_comprehensive_log_softmax_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0794414Z test_comprehensive_log_softmax_dtype_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0799013Z test_comprehensive_log_softmax_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0803791Z test_comprehensive_log_softmax_dtype_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0808789Z test_comprehensive_log_softmax_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0813043Z test_comprehensive_log_softmax_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0817539Z test_comprehensive_log_softmax_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0822254Z test_comprehensive_log_softmax_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0826713Z test_comprehensive_log_softmax_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0831338Z test_comprehensive_log_softmax_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0835993Z test_comprehensive_log_softmax_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0840787Z test_comprehensive_log_softmax_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0845269Z test_comprehensive_log_softmax_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0850079Z test_comprehensive_logaddexp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0854624Z test_comprehensive_logaddexp2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0859203Z test_comprehensive_logaddexp2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0863837Z test_comprehensive_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0868539Z test_comprehensive_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0873037Z test_comprehensive_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0877796Z test_comprehensive_logcumsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0882406Z test_comprehensive_logcumsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0887179Z test_comprehensive_logcumsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0891847Z test_comprehensive_logdet_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0896442Z test_comprehensive_logdet_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0901048Z test_comprehensive_logdet_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0905694Z test_comprehensive_logdet_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0910235Z test_comprehensive_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0914938Z test_comprehensive_logical_and_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0919527Z test_comprehensive_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0924164Z test_comprehensive_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0928886Z test_comprehensive_logical_and_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0933888Z test_comprehensive_logical_and_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0938330Z test_comprehensive_logical_and_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0943019Z test_comprehensive_logical_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0947760Z test_comprehensive_logical_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0952325Z test_comprehensive_logical_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0957549Z test_comprehensive_logical_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0962052Z test_comprehensive_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0967802Z test_comprehensive_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0972912Z test_comprehensive_logical_not_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0978182Z test_comprehensive_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0983643Z test_comprehensive_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.0988895Z test_comprehensive_logical_not_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1009342Z test_comprehensive_logical_not_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.002s) 2022-09-27T15:50:17.1014430Z test_comprehensive_logical_not_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1019351Z test_comprehensive_logical_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1024138Z test_comprehensive_logical_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1028936Z test_comprehensive_logical_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1033824Z test_comprehensive_logical_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1038615Z test_comprehensive_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1043391Z test_comprehensive_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1048298Z test_comprehensive_logical_or_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1053197Z test_comprehensive_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1057952Z test_comprehensive_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1062743Z test_comprehensive_logical_or_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1067583Z test_comprehensive_logical_or_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1072446Z test_comprehensive_logical_or_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1077244Z test_comprehensive_logical_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1082040Z test_comprehensive_logical_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1086849Z test_comprehensive_logical_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1091751Z test_comprehensive_logical_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1096533Z test_comprehensive_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1101333Z test_comprehensive_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1106156Z test_comprehensive_logical_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1111071Z test_comprehensive_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1115942Z test_comprehensive_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1120721Z test_comprehensive_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1125541Z test_comprehensive_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1130501Z test_comprehensive_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1135368Z test_comprehensive_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1140201Z test_comprehensive_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1144933Z test_comprehensive_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1149770Z test_comprehensive_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1154772Z test_comprehensive_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1159572Z test_comprehensive_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1164401Z test_comprehensive_logit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1169244Z test_comprehensive_logit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1174037Z test_comprehensive_logit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1178800Z test_comprehensive_logit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1184405Z test_comprehensive_logit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1189062Z test_comprehensive_logit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1194305Z test_comprehensive_logit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1199451Z test_comprehensive_logit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1204577Z test_comprehensive_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1209103Z test_comprehensive_logspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1213545Z test_comprehensive_logspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1217999Z test_comprehensive_logspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1222940Z test_comprehensive_logspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1227356Z test_comprehensive_logspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1231875Z test_comprehensive_logspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1236526Z test_comprehensive_logspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1241271Z test_comprehensive_logspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1245737Z test_comprehensive_logspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1250136Z test_comprehensive_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1254872Z test_comprehensive_logsumexp_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1259173Z test_comprehensive_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1263792Z test_comprehensive_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1268079Z test_comprehensive_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1272674Z test_comprehensive_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1277614Z test_comprehensive_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1281541Z test_comprehensive_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1285873Z test_comprehensive_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1290811Z test_comprehensive_long_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1295448Z test_comprehensive_long_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1300093Z test_comprehensive_long_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1304596Z test_comprehensive_long_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1309107Z test_comprehensive_long_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1313823Z test_comprehensive_long_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1318331Z test_comprehensive_long_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1322864Z test_comprehensive_long_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1327423Z test_comprehensive_long_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1332116Z test_comprehensive_long_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1336314Z test_comprehensive_long_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1340650Z test_comprehensive_long_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1344941Z test_comprehensive_long_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1349264Z test_comprehensive_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1354021Z test_comprehensive_lt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1358250Z test_comprehensive_lt_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1362533Z test_comprehensive_lt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1366999Z test_comprehensive_lt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1371722Z test_comprehensive_lt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1376156Z test_comprehensive_lt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1380846Z test_comprehensive_lt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1385285Z test_comprehensive_lt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1389589Z test_comprehensive_lt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1394221Z test_comprehensive_lu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1398980Z test_comprehensive_lu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1403392Z test_comprehensive_lu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1408416Z test_comprehensive_lu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1412952Z test_comprehensive_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1417956Z test_comprehensive_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1422069Z test_comprehensive_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1426322Z test_comprehensive_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1430616Z test_comprehensive_lu_unpack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1435150Z test_comprehensive_lu_unpack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1440071Z test_comprehensive_lu_unpack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1444452Z test_comprehensive_lu_unpack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1448966Z test_comprehensive_mH_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1453539Z test_comprehensive_mH_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1458730Z test_comprehensive_mH_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1462451Z test_comprehensive_mH_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1467322Z test_comprehensive_mH_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1471609Z test_comprehensive_mH_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1476089Z test_comprehensive_mH_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1480546Z test_comprehensive_mH_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1485328Z test_comprehensive_mH_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1490100Z test_comprehensive_mH_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1494792Z test_comprehensive_mH_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1499524Z test_comprehensive_mH_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1503905Z test_comprehensive_mH_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1508468Z test_comprehensive_mT_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1512996Z test_comprehensive_mT_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1517834Z test_comprehensive_mT_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1522184Z test_comprehensive_mT_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1526679Z test_comprehensive_mT_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1531313Z test_comprehensive_mT_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1535846Z test_comprehensive_mT_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1540437Z test_comprehensive_mT_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1545037Z test_comprehensive_mT_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1549432Z test_comprehensive_mT_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1554214Z test_comprehensive_mT_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1558759Z test_comprehensive_mT_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1563381Z test_comprehensive_mT_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1568170Z test_comprehensive_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1572876Z test_comprehensive_masked_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1577169Z test_comprehensive_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1581647Z test_comprehensive_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1586176Z test_comprehensive_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1590682Z test_comprehensive_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1595351Z test_comprehensive_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1600013Z test_comprehensive_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1604529Z test_comprehensive_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1609155Z test_comprehensive_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1613695Z test_comprehensive_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1618067Z test_comprehensive_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1622392Z test_comprehensive_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1626724Z test_comprehensive_masked_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1631150Z test_comprehensive_masked_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1635725Z test_comprehensive_masked_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1640079Z test_comprehensive_masked_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1644560Z test_comprehensive_masked_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1649179Z test_comprehensive_masked_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1653940Z test_comprehensive_masked_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1658571Z test_comprehensive_masked_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1663217Z test_comprehensive_masked_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1667865Z test_comprehensive_masked_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1672652Z test_comprehensive_masked_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1677334Z test_comprehensive_masked_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1682125Z test_comprehensive_masked_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1686685Z test_comprehensive_masked_select_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1691487Z test_comprehensive_masked_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1696126Z test_comprehensive_masked_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1700796Z test_comprehensive_masked_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1705230Z test_comprehensive_masked_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1709836Z test_comprehensive_masked_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1714257Z test_comprehensive_masked_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1718908Z test_comprehensive_masked_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1723414Z test_comprehensive_masked_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1728981Z test_comprehensive_masked_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1734356Z test_comprehensive_masked_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1739463Z test_comprehensive_matmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1744736Z test_comprehensive_matmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1749888Z test_comprehensive_matmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1754951Z test_comprehensive_matmul_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1759297Z test_comprehensive_matmul_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1763788Z test_comprehensive_matmul_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1768196Z test_comprehensive_matmul_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1772674Z test_comprehensive_matmul_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1777112Z test_comprehensive_matmul_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1781859Z test_comprehensive_matmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1786210Z test_comprehensive_matrix_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1790778Z test_comprehensive_matrix_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1795328Z test_comprehensive_matrix_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1799803Z test_comprehensive_matrix_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1804597Z test_comprehensive_matrix_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1809394Z test_comprehensive_max_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1814013Z test_comprehensive_max_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1818294Z test_comprehensive_max_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1822940Z test_comprehensive_max_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1827489Z test_comprehensive_max_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1831605Z test_comprehensive_max_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1836137Z test_comprehensive_max_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1840782Z test_comprehensive_max_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1845026Z test_comprehensive_max_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1849645Z test_comprehensive_max_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1854270Z test_comprehensive_max_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1858847Z test_comprehensive_max_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1863126Z test_comprehensive_max_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1867411Z test_comprehensive_max_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1871843Z test_comprehensive_max_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1876315Z test_comprehensive_max_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1880655Z test_comprehensive_max_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1885281Z test_comprehensive_max_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1890496Z test_comprehensive_max_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1895586Z test_comprehensive_max_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1900720Z test_comprehensive_max_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1905857Z test_comprehensive_max_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1911123Z test_comprehensive_max_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1916434Z test_comprehensive_max_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1921760Z test_comprehensive_max_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1927062Z test_comprehensive_max_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1932414Z test_comprehensive_max_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1937638Z test_comprehensive_max_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1942895Z test_comprehensive_max_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1948050Z test_comprehensive_max_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1953380Z test_comprehensive_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1958606Z test_comprehensive_maximum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1964164Z test_comprehensive_maximum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1969772Z test_comprehensive_maximum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1974610Z test_comprehensive_maximum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1979768Z test_comprehensive_maximum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1984886Z test_comprehensive_maximum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1989878Z test_comprehensive_maximum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1994860Z test_comprehensive_maximum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.1999318Z test_comprehensive_maximum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2004052Z test_comprehensive_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2008728Z test_comprehensive_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2012957Z test_comprehensive_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2017401Z test_comprehensive_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2021734Z test_comprehensive_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2026104Z test_comprehensive_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2030627Z test_comprehensive_median_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2035043Z test_comprehensive_median_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2039355Z test_comprehensive_median_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2043867Z test_comprehensive_median_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2048667Z test_comprehensive_median_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2053523Z test_comprehensive_median_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2057858Z test_comprehensive_median_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2062295Z test_comprehensive_median_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2067116Z test_comprehensive_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2071660Z test_comprehensive_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2076305Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2080968Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2085569Z test_comprehensive_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2090166Z test_comprehensive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2094772Z test_comprehensive_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2099334Z test_comprehensive_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2103982Z test_comprehensive_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2108385Z test_comprehensive_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2112932Z test_comprehensive_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2117520Z test_comprehensive_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2122148Z test_comprehensive_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2126652Z test_comprehensive_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2131406Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2135954Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2140482Z test_comprehensive_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2145023Z test_comprehensive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2149540Z test_comprehensive_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2154343Z test_comprehensive_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2158853Z test_comprehensive_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2163485Z test_comprehensive_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2168239Z test_comprehensive_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2172795Z test_comprehensive_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2177372Z test_comprehensive_min_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2181892Z test_comprehensive_min_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2186457Z test_comprehensive_min_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2191008Z test_comprehensive_min_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2195664Z test_comprehensive_min_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2200226Z test_comprehensive_min_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2204845Z test_comprehensive_min_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2209469Z test_comprehensive_min_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2214158Z test_comprehensive_min_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2218529Z test_comprehensive_min_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2223276Z test_comprehensive_min_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2227998Z test_comprehensive_min_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2232327Z test_comprehensive_min_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2236825Z test_comprehensive_min_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2241351Z test_comprehensive_min_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2245904Z test_comprehensive_min_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2250519Z test_comprehensive_min_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2255089Z test_comprehensive_min_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2259701Z test_comprehensive_min_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2264245Z test_comprehensive_min_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2269030Z test_comprehensive_min_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2274278Z test_comprehensive_min_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2279339Z test_comprehensive_min_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2284654Z test_comprehensive_min_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2290077Z test_comprehensive_min_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:17.2295213Z test_comprehensive_min_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2300316Z test_comprehensive_min_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2305393Z test_comprehensive_min_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2310585Z test_comprehensive_min_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2315949Z test_comprehensive_min_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2321027Z test_comprehensive_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2326214Z test_comprehensive_minimum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2331551Z test_comprehensive_minimum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2336753Z test_comprehensive_minimum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2341996Z test_comprehensive_minimum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2347087Z test_comprehensive_minimum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2352117Z test_comprehensive_minimum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2357334Z test_comprehensive_minimum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2362251Z test_comprehensive_minimum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2366818Z test_comprehensive_minimum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2371536Z test_comprehensive_mm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2376144Z test_comprehensive_mm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2380900Z test_comprehensive_mm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2385392Z test_comprehensive_mm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2389999Z test_comprehensive_mm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2394772Z test_comprehensive_mm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2399444Z test_comprehensive_mm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2404089Z test_comprehensive_mm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2408965Z test_comprehensive_mm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2413639Z test_comprehensive_mm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2418265Z test_comprehensive_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2422740Z test_comprehensive_mode_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2427381Z test_comprehensive_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2431959Z test_comprehensive_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2436774Z test_comprehensive_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2441424Z test_comprehensive_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2445963Z test_comprehensive_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2450514Z test_comprehensive_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2454967Z test_comprehensive_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2459562Z test_comprehensive_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2464096Z test_comprehensive_movedim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2468693Z test_comprehensive_movedim_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2473573Z test_comprehensive_movedim_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2478117Z test_comprehensive_movedim_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2482974Z test_comprehensive_movedim_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2487853Z test_comprehensive_movedim_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2492051Z test_comprehensive_movedim_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2496169Z test_comprehensive_movedim_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2500701Z test_comprehensive_movedim_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2505348Z test_comprehensive_movedim_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2509381Z test_comprehensive_movedim_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2514039Z test_comprehensive_movedim_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2518436Z test_comprehensive_movedim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2523108Z test_comprehensive_msort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2527717Z test_comprehensive_msort_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2532141Z test_comprehensive_msort_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2536630Z test_comprehensive_msort_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2540966Z test_comprehensive_msort_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2545384Z test_comprehensive_msort_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2549727Z test_comprehensive_msort_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2554283Z test_comprehensive_msort_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2558842Z test_comprehensive_msort_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2563155Z test_comprehensive_msort_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2567637Z test_comprehensive_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2572046Z test_comprehensive_mul_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2576422Z test_comprehensive_mul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2580884Z test_comprehensive_mul_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2585288Z test_comprehensive_mul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2589650Z test_comprehensive_mul_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2594140Z test_comprehensive_mul_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2598562Z test_comprehensive_mul_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2602980Z test_comprehensive_mul_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2607501Z test_comprehensive_mul_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2611968Z test_comprehensive_mul_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2616472Z test_comprehensive_mul_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2620830Z test_comprehensive_mul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2625234Z test_comprehensive_multinomial_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2629705Z test_comprehensive_multinomial_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2634195Z test_comprehensive_multinomial_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2638596Z test_comprehensive_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2643008Z test_comprehensive_mv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2647483Z test_comprehensive_mv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2651851Z test_comprehensive_mv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2656217Z test_comprehensive_mv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2660548Z test_comprehensive_mv_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2665073Z test_comprehensive_mv_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2669349Z test_comprehensive_mv_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2673816Z test_comprehensive_mv_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2678277Z test_comprehensive_mv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2682686Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2687121Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2691570Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2695931Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2700322Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2704745Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2709170Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2713794Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2718474Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2722831Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2727282Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2731916Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2736539Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2741076Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2745579Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2749977Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2754557Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2759232Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2763796Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2768489Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2772920Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2777501Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2782078Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2786590Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2791136Z test_comprehensive_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2795350Z test_comprehensive_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2799884Z test_comprehensive_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2804612Z test_comprehensive_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2808972Z test_comprehensive_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2813643Z test_comprehensive_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2818122Z test_comprehensive_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2822631Z test_comprehensive_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2827098Z test_comprehensive_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2831818Z test_comprehensive_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2836243Z test_comprehensive_nanmean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2840882Z test_comprehensive_nanmean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2845296Z test_comprehensive_nanmean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2849836Z test_comprehensive_nanmean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2854554Z test_comprehensive_nanmedian_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2858977Z test_comprehensive_nanmedian_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2863650Z test_comprehensive_nanmedian_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2868247Z test_comprehensive_nanmedian_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2872911Z test_comprehensive_nanmedian_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2877558Z test_comprehensive_nanmedian_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2881955Z test_comprehensive_nanmedian_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2886523Z test_comprehensive_nanmedian_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2891122Z test_comprehensive_nanquantile_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2895784Z test_comprehensive_nanquantile_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2900264Z test_comprehensive_nansum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2904862Z test_comprehensive_nansum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2909304Z test_comprehensive_nansum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2913918Z test_comprehensive_nansum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2918502Z test_comprehensive_nansum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2923522Z test_comprehensive_nansum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2927804Z test_comprehensive_nansum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2932389Z test_comprehensive_nansum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2936921Z test_comprehensive_nansum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2941441Z test_comprehensive_nansum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2945957Z test_comprehensive_narrow_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2950566Z test_comprehensive_narrow_copy_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2955213Z test_comprehensive_narrow_copy_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2960226Z test_comprehensive_narrow_copy_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2964879Z test_comprehensive_narrow_copy_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2969241Z test_comprehensive_narrow_copy_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2973774Z test_comprehensive_narrow_copy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2978390Z test_comprehensive_narrow_copy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2982956Z test_comprehensive_narrow_copy_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2987222Z test_comprehensive_narrow_copy_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2991841Z test_comprehensive_narrow_copy_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.2996844Z test_comprehensive_narrow_copy_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3001295Z test_comprehensive_narrow_copy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3005776Z test_comprehensive_narrow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3010716Z test_comprehensive_narrow_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3015244Z test_comprehensive_narrow_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3019540Z test_comprehensive_narrow_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3023856Z test_comprehensive_narrow_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3028326Z test_comprehensive_narrow_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3033097Z test_comprehensive_narrow_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3037675Z test_comprehensive_narrow_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3042116Z test_comprehensive_narrow_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3067756Z test_comprehensive_narrow_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T15:50:17.3071961Z test_comprehensive_narrow_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3076308Z test_comprehensive_narrow_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3080428Z test_comprehensive_narrow_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3084541Z test_comprehensive_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3088775Z test_comprehensive_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3092979Z test_comprehensive_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3096813Z test_comprehensive_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3101101Z test_comprehensive_ne_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3105285Z test_comprehensive_ne_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3109099Z test_comprehensive_ne_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3113279Z test_comprehensive_ne_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3117153Z test_comprehensive_ne_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3121517Z test_comprehensive_ne_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3125444Z test_comprehensive_ne_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3129603Z test_comprehensive_ne_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3133939Z test_comprehensive_ne_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3137766Z test_comprehensive_ne_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3141839Z test_comprehensive_ne_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3145981Z test_comprehensive_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3149902Z test_comprehensive_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3154089Z test_comprehensive_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3158147Z test_comprehensive_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3162497Z test_comprehensive_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3166657Z test_comprehensive_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3171117Z test_comprehensive_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3175123Z test_comprehensive_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3179338Z test_comprehensive_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3183386Z test_comprehensive_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3187423Z test_comprehensive_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3191794Z test_comprehensive_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3196243Z test_comprehensive_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3200072Z test_comprehensive_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3204240Z test_comprehensive_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3208474Z test_comprehensive_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3212586Z test_comprehensive_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3216547Z test_comprehensive_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3221167Z test_comprehensive_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3225065Z test_comprehensive_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3229233Z test_comprehensive_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3233256Z test_comprehensive_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3237459Z test_comprehensive_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3241613Z test_comprehensive_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3245436Z test_comprehensive_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3249649Z test_comprehensive_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.3254009Z test_comprehensive_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.3257868Z test_comprehensive_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.3261884Z test_comprehensive_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.3265919Z test_comprehensive_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.3270014Z test_comprehensive_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.3274218Z test_comprehensive_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.3278283Z test_comprehensive_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.3282730Z test_comprehensive_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.3287177Z test_comprehensive_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.3291802Z test_comprehensive_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.3296312Z test_comprehensive_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.3300844Z test_comprehensive_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.3305263Z test_comprehensive_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3309876Z test_comprehensive_new_full_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3314458Z test_comprehensive_new_full_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3319141Z test_comprehensive_new_full_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3323507Z test_comprehensive_new_full_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3327988Z test_comprehensive_new_full_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3332730Z test_comprehensive_new_full_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3337413Z test_comprehensive_new_full_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3342107Z test_comprehensive_new_full_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3346627Z test_comprehensive_new_full_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3351068Z test_comprehensive_new_full_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3355805Z test_comprehensive_new_full_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3360133Z test_comprehensive_new_full_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3364660Z test_comprehensive_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3369422Z test_comprehensive_new_ones_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3374112Z test_comprehensive_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3379018Z test_comprehensive_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3383906Z test_comprehensive_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3388726Z test_comprehensive_new_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3394023Z test_comprehensive_new_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3398632Z test_comprehensive_new_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3403450Z test_comprehensive_new_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3408989Z test_comprehensive_new_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3413596Z test_comprehensive_new_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3418555Z test_comprehensive_new_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3423587Z test_comprehensive_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3428663Z test_comprehensive_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3433797Z test_comprehensive_new_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3438811Z test_comprehensive_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3443927Z test_comprehensive_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3449020Z test_comprehensive_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3454134Z test_comprehensive_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3459200Z test_comprehensive_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3464308Z test_comprehensive_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3469592Z test_comprehensive_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3474473Z test_comprehensive_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3479392Z test_comprehensive_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3484094Z test_comprehensive_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3488822Z test_comprehensive_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3493216Z test_comprehensive_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3497887Z test_comprehensive_nextafter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3502356Z test_comprehensive_nextafter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3507030Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3511710Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3516418Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3521093Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3525684Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3530348Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3534983Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3539735Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3544110Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3548474Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3553203Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3557864Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3562445Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3567041Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3571709Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3576212Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3580559Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3584950Z test_comprehensive_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3589608Z test_comprehensive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3594141Z test_comprehensive_nn_functional_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3598561Z test_comprehensive_nn_functional_avg_pool1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3603238Z test_comprehensive_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3608124Z test_comprehensive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3612623Z test_comprehensive_nn_functional_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3617136Z test_comprehensive_nn_functional_avg_pool2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3621628Z test_comprehensive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3626035Z test_comprehensive_nn_functional_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3630644Z test_comprehensive_nn_functional_avg_pool3d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3635351Z test_comprehensive_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3639896Z test_comprehensive_nn_functional_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3644413Z test_comprehensive_nn_functional_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3649177Z test_comprehensive_nn_functional_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3653754Z test_comprehensive_nn_functional_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3658709Z test_comprehensive_nn_functional_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3663788Z test_comprehensive_nn_functional_bilinear_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3668326Z test_comprehensive_nn_functional_bilinear_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3672936Z test_comprehensive_nn_functional_bilinear_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3677505Z test_comprehensive_nn_functional_bilinear_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3682013Z test_comprehensive_nn_functional_bilinear_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3686563Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3691207Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3695950Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3700428Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3705024Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3709557Z test_comprehensive_nn_functional_celu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3714069Z test_comprehensive_nn_functional_celu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3718577Z test_comprehensive_nn_functional_celu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3723052Z test_comprehensive_nn_functional_conv1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3727784Z test_comprehensive_nn_functional_conv1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3732384Z test_comprehensive_nn_functional_conv1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3736964Z test_comprehensive_nn_functional_conv1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3741115Z test_comprehensive_nn_functional_conv1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3745727Z test_comprehensive_nn_functional_conv1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3750123Z test_comprehensive_nn_functional_conv2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3754706Z test_comprehensive_nn_functional_conv2d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3759204Z test_comprehensive_nn_functional_conv2d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3763826Z test_comprehensive_nn_functional_conv2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3768303Z test_comprehensive_nn_functional_conv2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3772944Z test_comprehensive_nn_functional_conv2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3777419Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3782005Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3786425Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3790741Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3795546Z test_comprehensive_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3800003Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3804429Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3809025Z test_comprehensive_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3813527Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3818244Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3822590Z test_comprehensive_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3827077Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3831257Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3835639Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3840161Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3844736Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3849504Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3854280Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3858861Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3863494Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3868151Z test_comprehensive_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3872934Z test_comprehensive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3878177Z test_comprehensive_nn_functional_cosine_similarity_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3882670Z test_comprehensive_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3887049Z test_comprehensive_nn_functional_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3891841Z test_comprehensive_nn_functional_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3896343Z test_comprehensive_nn_functional_ctc_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3900839Z test_comprehensive_nn_functional_ctc_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3905402Z test_comprehensive_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3909945Z test_comprehensive_nn_functional_dropout2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3914553Z test_comprehensive_nn_functional_dropout2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3919086Z test_comprehensive_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3923599Z test_comprehensive_nn_functional_dropout3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3928361Z test_comprehensive_nn_functional_dropout3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3932798Z test_comprehensive_nn_functional_dropout_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3937192Z test_comprehensive_nn_functional_dropout_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3941752Z test_comprehensive_nn_functional_dropout_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3946235Z test_comprehensive_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3950736Z test_comprehensive_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3955898Z test_comprehensive_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3960238Z test_comprehensive_nn_functional_embedding_bag_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3964563Z test_comprehensive_nn_functional_embedding_bag_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3969320Z test_comprehensive_nn_functional_embedding_bag_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3973939Z test_comprehensive_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3978758Z test_comprehensive_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3983046Z test_comprehensive_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3987402Z test_comprehensive_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3992487Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.3996805Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4001416Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4005651Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4010187Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4014673Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4019107Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4023680Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4028154Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4032543Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4037319Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4042015Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4046700Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4051597Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4056150Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4060824Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4065605Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4070105Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4074850Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4079460Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4084098Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4088798Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4093558Z test_comprehensive_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4098086Z test_comprehensive_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4102675Z test_comprehensive_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4107332Z test_comprehensive_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4111919Z test_comprehensive_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4116694Z test_comprehensive_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4121481Z test_comprehensive_nn_functional_grid_sample_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4126184Z test_comprehensive_nn_functional_grid_sample_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4130876Z test_comprehensive_nn_functional_group_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4135487Z test_comprehensive_nn_functional_group_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4140021Z test_comprehensive_nn_functional_group_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4144730Z test_comprehensive_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4149180Z test_comprehensive_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4153488Z test_comprehensive_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4157972Z test_comprehensive_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4162585Z test_comprehensive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4166893Z test_comprehensive_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4171625Z test_comprehensive_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4175864Z test_comprehensive_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4180324Z test_comprehensive_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4185031Z test_comprehensive_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4189197Z test_comprehensive_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4193780Z test_comprehensive_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4197915Z test_comprehensive_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4202620Z test_comprehensive_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4207423Z test_comprehensive_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4211740Z test_comprehensive_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4216212Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4220691Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4225169Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4229696Z test_comprehensive_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4234207Z test_comprehensive_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4238776Z test_comprehensive_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4243526Z test_comprehensive_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4248364Z test_comprehensive_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4253010Z test_comprehensive_nn_functional_instance_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4257498Z test_comprehensive_nn_functional_instance_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4261872Z test_comprehensive_nn_functional_interpolate_area_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4266324Z test_comprehensive_nn_functional_interpolate_area_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4270842Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4275526Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4280061Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4284575Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4289267Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4293718Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4298113Z test_comprehensive_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4302633Z test_comprehensive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4307196Z test_comprehensive_nn_functional_interpolate_linear_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4311672Z test_comprehensive_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4316182Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4320557Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4325170Z test_comprehensive_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4329911Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4334352Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4338812Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4343125Z test_comprehensive_nn_functional_kl_div_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4347415Z test_comprehensive_nn_functional_kl_div_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4352026Z test_comprehensive_nn_functional_kl_div_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4356545Z test_comprehensive_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4361040Z test_comprehensive_nn_functional_l1_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4365630Z test_comprehensive_nn_functional_l1_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4370279Z test_comprehensive_nn_functional_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4374919Z test_comprehensive_nn_functional_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4379514Z test_comprehensive_nn_functional_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4384162Z test_comprehensive_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4388742Z test_comprehensive_nn_functional_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4393444Z test_comprehensive_nn_functional_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4398082Z test_comprehensive_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4402685Z test_comprehensive_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4407487Z test_comprehensive_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4412027Z test_comprehensive_nn_functional_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4416634Z test_comprehensive_nn_functional_linear_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4421227Z test_comprehensive_nn_functional_linear_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4425804Z test_comprehensive_nn_functional_linear_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4430429Z test_comprehensive_nn_functional_linear_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4435146Z test_comprehensive_nn_functional_linear_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4439703Z test_comprehensive_nn_functional_linear_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4444294Z test_comprehensive_nn_functional_linear_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4448963Z test_comprehensive_nn_functional_linear_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4453543Z test_comprehensive_nn_functional_linear_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4458460Z test_comprehensive_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4463010Z test_comprehensive_nn_functional_local_response_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4467534Z test_comprehensive_nn_functional_local_response_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4472160Z test_comprehensive_nn_functional_local_response_norm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4476820Z test_comprehensive_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4481397Z test_comprehensive_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4486100Z test_comprehensive_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4490557Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4495290Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4499909Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4504352Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4509020Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4513355Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4518130Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4522666Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4527186Z test_comprehensive_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4531988Z test_comprehensive_nn_functional_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4536551Z test_comprehensive_nn_functional_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4541167Z test_comprehensive_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4545824Z test_comprehensive_nn_functional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4550553Z test_comprehensive_nn_functional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4555355Z test_comprehensive_nn_functional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4559846Z test_comprehensive_nn_functional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4564729Z test_comprehensive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4569257Z test_comprehensive_nn_functional_max_unpool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4574109Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4578521Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4582924Z test_comprehensive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4587507Z test_comprehensive_nn_functional_max_unpool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4591851Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4596474Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4600932Z test_comprehensive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4605443Z test_comprehensive_nn_functional_max_unpool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4609979Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4614533Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4619045Z test_comprehensive_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4623575Z test_comprehensive_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4628302Z test_comprehensive_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4632793Z test_comprehensive_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4637374Z test_comprehensive_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4642004Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4646587Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4651369Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4655817Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4660934Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4666236Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:17.4671376Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4676020Z test_comprehensive_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4680499Z test_comprehensive_nn_functional_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4684947Z test_comprehensive_nn_functional_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4689513Z test_comprehensive_nn_functional_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4694049Z test_comprehensive_nn_functional_normalize_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4698514Z test_comprehensive_nn_functional_normalize_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4702988Z test_comprehensive_nn_functional_normalize_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4707521Z test_comprehensive_nn_functional_normalize_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4712587Z test_comprehensive_nn_functional_one_hot_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4717071Z test_comprehensive_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.4721429Z test_comprehensive_nn_functional_pad_circular_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.4725913Z test_comprehensive_nn_functional_pad_circular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.4730318Z test_comprehensive_nn_functional_pad_circular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.4734771Z test_comprehensive_nn_functional_pad_circular_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.4739615Z test_comprehensive_nn_functional_pad_circular_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.4744253Z test_comprehensive_nn_functional_pad_circular_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.4748600Z test_comprehensive_nn_functional_pad_circular_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.4753527Z test_comprehensive_nn_functional_pad_circular_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.4757734Z test_comprehensive_nn_functional_pad_circular_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.4762201Z test_comprehensive_nn_functional_pad_circular_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.4766585Z test_comprehensive_nn_functional_pad_circular_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:17.4771100Z test_comprehensive_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4775586Z test_comprehensive_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4779941Z test_comprehensive_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4784493Z test_comprehensive_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4789088Z test_comprehensive_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4793470Z test_comprehensive_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4797798Z test_comprehensive_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4802221Z test_comprehensive_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4806713Z test_comprehensive_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4811437Z test_comprehensive_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4815789Z test_comprehensive_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4820500Z test_comprehensive_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4825216Z test_comprehensive_nn_functional_pad_reflect_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4829707Z test_comprehensive_nn_functional_pad_reflect_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4833984Z test_comprehensive_nn_functional_pad_reflect_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4838609Z test_comprehensive_nn_functional_pad_reflect_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4843163Z test_comprehensive_nn_functional_pad_replicate_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4847733Z test_comprehensive_nn_functional_pad_replicate_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4853143Z test_comprehensive_nn_functional_pad_replicate_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4856927Z test_comprehensive_nn_functional_pad_replicate_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4861797Z test_comprehensive_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4866146Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4870563Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4874979Z test_comprehensive_nn_functional_pairwise_distance_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4879217Z test_comprehensive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4883431Z test_comprehensive_nn_functional_pairwise_distance_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4888117Z test_comprehensive_nn_functional_pairwise_distance_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4892448Z test_comprehensive_nn_functional_pairwise_distance_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4897089Z test_comprehensive_nn_functional_pairwise_distance_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4901515Z test_comprehensive_nn_functional_pairwise_distance_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4906269Z test_comprehensive_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4910583Z test_comprehensive_nn_functional_pdist_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4915180Z test_comprehensive_nn_functional_pdist_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4919406Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4924089Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4928602Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4933108Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4937328Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4941868Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4946266Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4950847Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4955634Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4960317Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4964892Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4969650Z test_comprehensive_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4974389Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4979039Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4983756Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4988401Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4993107Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.4997915Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5002540Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5007194Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5011974Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5016625Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5021227Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5025864Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5030538Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5035289Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5039820Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5044352Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5049256Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5053734Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5058239Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5062702Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5089428Z test_comprehensive_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T15:50:17.5093812Z test_comprehensive_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5097648Z test_comprehensive_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5101865Z test_comprehensive_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5106167Z test_comprehensive_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5110025Z test_comprehensive_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5114284Z test_comprehensive_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5118444Z test_comprehensive_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5122552Z test_comprehensive_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5126679Z test_comprehensive_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5130921Z test_comprehensive_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5135030Z test_comprehensive_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5139157Z test_comprehensive_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5143229Z test_comprehensive_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5147337Z test_comprehensive_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5151473Z test_comprehensive_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5155756Z test_comprehensive_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5159957Z test_comprehensive_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5164207Z test_comprehensive_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5168541Z test_comprehensive_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5172675Z test_comprehensive_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5176850Z test_comprehensive_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5180932Z test_comprehensive_nn_functional_selu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5185064Z test_comprehensive_nn_functional_selu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5189278Z test_comprehensive_nn_functional_selu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5193500Z test_comprehensive_nn_functional_silu_complex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5197637Z test_comprehensive_nn_functional_silu_complex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5201800Z test_comprehensive_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5205971Z test_comprehensive_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5210148Z test_comprehensive_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5214240Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5218820Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5223511Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5228108Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5232789Z test_comprehensive_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5237446Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5242018Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5246574Z test_comprehensive_nn_functional_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5251379Z test_comprehensive_nn_functional_softmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5255884Z test_comprehensive_nn_functional_softmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5260409Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5264711Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5269132Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5273570Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5277885Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5282225Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5286578Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5291092Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5295701Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5300431Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5305036Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5310018Z test_comprehensive_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5314297Z test_comprehensive_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5319063Z test_comprehensive_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5323981Z test_comprehensive_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5328944Z test_comprehensive_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5333386Z test_comprehensive_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5338905Z test_comprehensive_nn_functional_softsign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5343879Z test_comprehensive_nn_functional_softsign_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5349027Z test_comprehensive_nn_functional_softsign_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5353773Z test_comprehensive_nn_functional_softsign_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5358355Z test_comprehensive_nn_functional_softsign_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5362853Z test_comprehensive_nn_functional_softsign_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5367591Z test_comprehensive_nn_functional_softsign_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5372068Z test_comprehensive_nn_functional_softsign_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5376601Z test_comprehensive_nn_functional_softsign_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5381119Z test_comprehensive_nn_functional_softsign_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5385635Z test_comprehensive_nn_functional_softsign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5390134Z test_comprehensive_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5394726Z test_comprehensive_nn_functional_tanhshrink_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5399210Z test_comprehensive_nn_functional_tanhshrink_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5403728Z test_comprehensive_nn_functional_tanhshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5409155Z test_comprehensive_nn_functional_tanhshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5412938Z test_comprehensive_nn_functional_tanhshrink_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5417543Z test_comprehensive_nn_functional_tanhshrink_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5422247Z test_comprehensive_nn_functional_tanhshrink_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5426665Z test_comprehensive_nn_functional_tanhshrink_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5431269Z test_comprehensive_nn_functional_tanhshrink_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5436349Z test_comprehensive_nn_functional_threshold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5440772Z test_comprehensive_nn_functional_threshold_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5445367Z test_comprehensive_nn_functional_threshold_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5450336Z test_comprehensive_nn_functional_threshold_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5454824Z test_comprehensive_nn_functional_threshold_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5459254Z test_comprehensive_nn_functional_threshold_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5463928Z test_comprehensive_nn_functional_threshold_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5468495Z test_comprehensive_nn_functional_threshold_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5473183Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5478100Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5482646Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5487207Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5491568Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5496263Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5500592Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5504998Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5509499Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5514192Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5518748Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5523251Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5527965Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5532510Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5537038Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5541573Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5546049Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5550563Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5555147Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5559661Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5564524Z test_comprehensive_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5568998Z test_comprehensive_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5573462Z test_comprehensive_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5578033Z test_comprehensive_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5582546Z test_comprehensive_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5587308Z test_comprehensive_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5591814Z test_comprehensive_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5596428Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5601027Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5605576Z test_comprehensive_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5610277Z test_comprehensive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5614841Z test_comprehensive_nn_functional_upsample_nearest_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5619358Z test_comprehensive_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5623829Z test_comprehensive_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5628373Z test_comprehensive_nonzero_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5633027Z test_comprehensive_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5637589Z test_comprehensive_nonzero_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5642223Z test_comprehensive_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5646777Z test_comprehensive_nonzero_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5651423Z test_comprehensive_nonzero_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5656004Z test_comprehensive_nonzero_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5660612Z test_comprehensive_nonzero_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5665102Z test_comprehensive_nonzero_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5669642Z test_comprehensive_nonzero_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5674266Z test_comprehensive_nonzero_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5678818Z test_comprehensive_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5683399Z test_comprehensive_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5688060Z test_comprehensive_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5692915Z test_comprehensive_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5697212Z test_comprehensive_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5701687Z test_comprehensive_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5706282Z test_comprehensive_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5710753Z test_comprehensive_norm_fro_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5715536Z test_comprehensive_norm_fro_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5719994Z test_comprehensive_norm_fro_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5724518Z test_comprehensive_norm_fro_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5729086Z test_comprehensive_norm_fro_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5733677Z test_comprehensive_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5738239Z test_comprehensive_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5742774Z test_comprehensive_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5747284Z test_comprehensive_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5751781Z test_comprehensive_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5756394Z test_comprehensive_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5760906Z test_comprehensive_norm_nuc_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5765550Z test_comprehensive_norm_nuc_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5770204Z test_comprehensive_norm_nuc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5774791Z test_comprehensive_norm_nuc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5779371Z test_comprehensive_normal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5783897Z test_comprehensive_normal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5788467Z test_comprehensive_normal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5793363Z test_comprehensive_normal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5797852Z test_comprehensive_normal_number_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5802443Z test_comprehensive_normal_number_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5806905Z test_comprehensive_normal_number_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5812060Z test_comprehensive_normal_number_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5816331Z test_comprehensive_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5820942Z test_comprehensive_ones_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5825352Z test_comprehensive_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5830004Z test_comprehensive_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5834544Z test_comprehensive_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5838997Z test_comprehensive_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5843501Z test_comprehensive_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5848213Z test_comprehensive_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5853140Z test_comprehensive_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5857655Z test_comprehensive_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5862217Z test_comprehensive_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5866762Z test_comprehensive_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5871265Z test_comprehensive_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5876074Z test_comprehensive_ones_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5880906Z test_comprehensive_ones_like_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5885682Z test_comprehensive_ones_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5890000Z test_comprehensive_ones_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5894312Z test_comprehensive_ones_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5898806Z test_comprehensive_ones_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5903196Z test_comprehensive_ones_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5908041Z test_comprehensive_ones_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5912781Z test_comprehensive_ones_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5917317Z test_comprehensive_ones_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5921949Z test_comprehensive_ones_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5926290Z test_comprehensive_ones_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5930940Z test_comprehensive_ones_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5935341Z test_comprehensive_ormqr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5939760Z test_comprehensive_ormqr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5944423Z test_comprehensive_ormqr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5948716Z test_comprehensive_ormqr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5953393Z test_comprehensive_outer_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5957952Z test_comprehensive_outer_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5962301Z test_comprehensive_outer_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5966869Z test_comprehensive_outer_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5971216Z test_comprehensive_outer_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5975432Z test_comprehensive_outer_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5979812Z test_comprehensive_outer_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5984230Z test_comprehensive_outer_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5988536Z test_comprehensive_outer_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5992905Z test_comprehensive_outer_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.5997302Z test_comprehensive_outer_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6001722Z test_comprehensive_outer_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6006050Z test_comprehensive_pca_lowrank_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6010515Z test_comprehensive_pca_lowrank_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6015515Z test_comprehensive_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6020188Z test_comprehensive_permute_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6025538Z test_comprehensive_permute_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6030955Z test_comprehensive_permute_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6036148Z test_comprehensive_permute_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6041120Z test_comprehensive_permute_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6046054Z test_comprehensive_permute_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6051233Z test_comprehensive_permute_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6056186Z test_comprehensive_permute_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6061289Z test_comprehensive_permute_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6066423Z test_comprehensive_permute_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6071495Z test_comprehensive_permute_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6076688Z test_comprehensive_permute_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6082014Z test_comprehensive_pinverse_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6087158Z test_comprehensive_pinverse_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6092632Z test_comprehensive_pinverse_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6097876Z test_comprehensive_pinverse_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6103090Z test_comprehensive_polar_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6108324Z test_comprehensive_polar_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6113800Z test_comprehensive_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6119082Z test_comprehensive_polygamma_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6124370Z test_comprehensive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6129742Z test_comprehensive_polygamma_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6135179Z test_comprehensive_polygamma_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6140430Z test_comprehensive_polygamma_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6145655Z test_comprehensive_polygamma_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6150944Z test_comprehensive_polygamma_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6156331Z test_comprehensive_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6161597Z test_comprehensive_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6166866Z test_comprehensive_polygamma_polygamma_n_1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6172412Z test_comprehensive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:17.6177829Z test_comprehensive_polygamma_polygamma_n_1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6183097Z test_comprehensive_polygamma_polygamma_n_1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6188333Z test_comprehensive_polygamma_polygamma_n_1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6193638Z test_comprehensive_polygamma_polygamma_n_1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6198879Z test_comprehensive_polygamma_polygamma_n_1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6204149Z test_comprehensive_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6209638Z test_comprehensive_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6214892Z test_comprehensive_polygamma_polygamma_n_2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6219991Z test_comprehensive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6225139Z test_comprehensive_polygamma_polygamma_n_2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6230409Z test_comprehensive_polygamma_polygamma_n_2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6235789Z test_comprehensive_polygamma_polygamma_n_2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6241198Z test_comprehensive_polygamma_polygamma_n_2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6246534Z test_comprehensive_polygamma_polygamma_n_2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6252095Z test_comprehensive_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:17.6257451Z test_comprehensive_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6262739Z test_comprehensive_polygamma_polygamma_n_3_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6267998Z test_comprehensive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6273338Z test_comprehensive_polygamma_polygamma_n_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6278621Z test_comprehensive_polygamma_polygamma_n_3_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6284043Z test_comprehensive_polygamma_polygamma_n_3_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6289292Z test_comprehensive_polygamma_polygamma_n_3_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6294539Z test_comprehensive_polygamma_polygamma_n_3_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6299874Z test_comprehensive_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6305189Z test_comprehensive_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6310642Z test_comprehensive_polygamma_polygamma_n_4_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6315967Z test_comprehensive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6321243Z test_comprehensive_polygamma_polygamma_n_4_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6326597Z test_comprehensive_polygamma_polygamma_n_4_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6331802Z test_comprehensive_polygamma_polygamma_n_4_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6336946Z test_comprehensive_polygamma_polygamma_n_4_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6342206Z test_comprehensive_polygamma_polygamma_n_4_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6346664Z test_comprehensive_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6351357Z test_comprehensive_positive_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6356002Z test_comprehensive_positive_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6360306Z test_comprehensive_positive_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6365044Z test_comprehensive_positive_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6369702Z test_comprehensive_positive_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6374331Z test_comprehensive_positive_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6378716Z test_comprehensive_positive_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6383430Z test_comprehensive_positive_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6387966Z test_comprehensive_positive_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6392496Z test_comprehensive_positive_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6397013Z test_comprehensive_positive_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6401876Z test_comprehensive_positive_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6406537Z test_comprehensive_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6411234Z test_comprehensive_pow_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6415790Z test_comprehensive_pow_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6420538Z test_comprehensive_pow_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6425240Z test_comprehensive_pow_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6429675Z test_comprehensive_pow_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6433952Z test_comprehensive_pow_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6438630Z test_comprehensive_pow_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6442819Z test_comprehensive_pow_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6447508Z test_comprehensive_pow_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6452327Z test_comprehensive_pow_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6456619Z test_comprehensive_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6461078Z test_comprehensive_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6465346Z test_comprehensive_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6469639Z test_comprehensive_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6474373Z test_comprehensive_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6478968Z test_comprehensive_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6483575Z test_comprehensive_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6488382Z test_comprehensive_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6492882Z test_comprehensive_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6497673Z test_comprehensive_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6502047Z test_comprehensive_put_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6506344Z test_comprehensive_put_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6511092Z test_comprehensive_put_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6515667Z test_comprehensive_put_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6520345Z test_comprehensive_put_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6525151Z test_comprehensive_put_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6529464Z test_comprehensive_put_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6533763Z test_comprehensive_put_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6538323Z test_comprehensive_put_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6542915Z test_comprehensive_put_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6547471Z test_comprehensive_put_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6551959Z test_comprehensive_put_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6556971Z test_comprehensive_qr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6561656Z test_comprehensive_qr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6566224Z test_comprehensive_qr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6571262Z test_comprehensive_qr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6575335Z test_comprehensive_quantile_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6580202Z test_comprehensive_quantile_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6585512Z test_comprehensive_rad2deg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6590690Z test_comprehensive_rad2deg_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6595546Z test_comprehensive_rad2deg_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6600038Z test_comprehensive_rad2deg_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6604627Z test_comprehensive_rad2deg_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6609239Z test_comprehensive_rad2deg_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6613794Z test_comprehensive_rad2deg_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6618637Z test_comprehensive_rad2deg_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6623392Z test_comprehensive_rad2deg_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6628121Z test_comprehensive_rad2deg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6632693Z test_comprehensive_rand_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6637508Z test_comprehensive_rand_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6641970Z test_comprehensive_rand_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6646681Z test_comprehensive_rand_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6651316Z test_comprehensive_rand_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6655986Z test_comprehensive_rand_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6660692Z test_comprehensive_rand_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6665384Z test_comprehensive_randint_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6670084Z test_comprehensive_randint_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6674874Z test_comprehensive_randint_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6679874Z test_comprehensive_randint_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6684456Z test_comprehensive_randint_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6688936Z test_comprehensive_randint_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6693585Z test_comprehensive_randint_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6697894Z test_comprehensive_randint_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6702394Z test_comprehensive_randint_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6706792Z test_comprehensive_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6711282Z test_comprehensive_randn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6715945Z test_comprehensive_randn_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6720288Z test_comprehensive_randn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6724709Z test_comprehensive_randn_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6729513Z test_comprehensive_randn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6734037Z test_comprehensive_randn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6739136Z test_comprehensive_randn_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6744481Z test_comprehensive_randn_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6749655Z test_comprehensive_randn_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6754830Z test_comprehensive_randn_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6760061Z test_comprehensive_randn_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6765162Z test_comprehensive_randn_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6770486Z test_comprehensive_randn_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6775727Z test_comprehensive_ravel_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6780820Z test_comprehensive_ravel_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6786268Z test_comprehensive_ravel_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6791314Z test_comprehensive_ravel_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6796555Z test_comprehensive_ravel_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6802004Z test_comprehensive_ravel_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6807575Z test_comprehensive_ravel_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6812769Z test_comprehensive_ravel_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:17.6817849Z test_comprehensive_ravel_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6823322Z test_comprehensive_ravel_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6828691Z test_comprehensive_ravel_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6833802Z test_comprehensive_ravel_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6838856Z test_comprehensive_ravel_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6844142Z test_comprehensive_real_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6849608Z test_comprehensive_real_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6854773Z test_comprehensive_real_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6860064Z test_comprehensive_real_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6865252Z test_comprehensive_real_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6870413Z test_comprehensive_real_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6875793Z test_comprehensive_real_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6880829Z test_comprehensive_real_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6885982Z test_comprehensive_real_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6891175Z test_comprehensive_real_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6896282Z test_comprehensive_real_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6901415Z test_comprehensive_real_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6906719Z test_comprehensive_real_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6912108Z test_comprehensive_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6917543Z test_comprehensive_reciprocal_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6922821Z test_comprehensive_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6928271Z test_comprehensive_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6933415Z test_comprehensive_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6938833Z test_comprehensive_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6943940Z test_comprehensive_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6948967Z test_comprehensive_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6954212Z test_comprehensive_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6959595Z test_comprehensive_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6964595Z test_comprehensive_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6969833Z test_comprehensive_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6975158Z test_comprehensive_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6980127Z test_comprehensive_remainder_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6985472Z test_comprehensive_remainder_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6990892Z test_comprehensive_remainder_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.6995872Z test_comprehensive_remainder_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7000504Z test_comprehensive_remainder_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7005231Z test_comprehensive_remainder_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7010084Z test_comprehensive_remainder_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7014793Z test_comprehensive_remainder_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7019494Z test_comprehensive_renorm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7023847Z test_comprehensive_renorm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7028557Z test_comprehensive_renorm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7033328Z test_comprehensive_renorm_cpu_float16 (__main__.TestDecompCPU) ... skip: Inconsistent accuracy (0.000s) 2022-09-27T15:50:17.7037837Z test_comprehensive_renorm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7042744Z test_comprehensive_renorm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7047171Z test_comprehensive_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7052272Z test_comprehensive_repeat_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7056947Z test_comprehensive_repeat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7061380Z test_comprehensive_repeat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7065898Z test_comprehensive_repeat_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7070535Z test_comprehensive_repeat_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7075426Z test_comprehensive_repeat_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7079813Z test_comprehensive_repeat_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7084235Z test_comprehensive_repeat_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7088824Z test_comprehensive_repeat_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7093091Z test_comprehensive_repeat_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7097630Z test_comprehensive_repeat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7102133Z test_comprehensive_repeat_interleave_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7106693Z test_comprehensive_repeat_interleave_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7111359Z test_comprehensive_repeat_interleave_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7116117Z test_comprehensive_repeat_interleave_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7120679Z test_comprehensive_repeat_interleave_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7124997Z test_comprehensive_repeat_interleave_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7129802Z test_comprehensive_repeat_interleave_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7133987Z test_comprehensive_repeat_interleave_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7138628Z test_comprehensive_repeat_interleave_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7143020Z test_comprehensive_repeat_interleave_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7147327Z test_comprehensive_repeat_interleave_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7152004Z test_comprehensive_repeat_interleave_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7156644Z test_comprehensive_repeat_interleave_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7161506Z test_comprehensive_reshape_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7165812Z test_comprehensive_reshape_as_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7170845Z test_comprehensive_reshape_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7175243Z test_comprehensive_reshape_as_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7179596Z test_comprehensive_reshape_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7184061Z test_comprehensive_reshape_as_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7188464Z test_comprehensive_reshape_as_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7193173Z test_comprehensive_reshape_as_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7197633Z test_comprehensive_reshape_as_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7202275Z test_comprehensive_reshape_as_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7206638Z test_comprehensive_reshape_as_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7211319Z test_comprehensive_reshape_as_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7216190Z test_comprehensive_reshape_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7220725Z test_comprehensive_reshape_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7225315Z test_comprehensive_reshape_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7229886Z test_comprehensive_reshape_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7234477Z test_comprehensive_reshape_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7239080Z test_comprehensive_reshape_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7268372Z test_comprehensive_reshape_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T15:50:17.7272706Z test_comprehensive_reshape_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7276876Z test_comprehensive_reshape_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7281208Z test_comprehensive_reshape_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7285446Z test_comprehensive_reshape_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7289755Z test_comprehensive_reshape_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7293984Z test_comprehensive_reshape_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7298646Z test_comprehensive_reshape_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7302627Z test_comprehensive_resize__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7306877Z test_comprehensive_resize__cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7310934Z test_comprehensive_resize__cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7315224Z test_comprehensive_resize__cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7319818Z test_comprehensive_resize__cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7323626Z test_comprehensive_resize__cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7328097Z test_comprehensive_resize__cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7332191Z test_comprehensive_resize__cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7336373Z test_comprehensive_resize__cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7340490Z test_comprehensive_resize__cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7345017Z test_comprehensive_resize__cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7349112Z test_comprehensive_resize__cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7353274Z test_comprehensive_resize_as__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7357581Z test_comprehensive_resize_as__cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7361901Z test_comprehensive_resize_as__cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7366085Z test_comprehensive_resize_as__cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7370498Z test_comprehensive_resize_as__cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7374466Z test_comprehensive_resize_as__cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7378940Z test_comprehensive_resize_as__cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7382977Z test_comprehensive_resize_as__cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7387215Z test_comprehensive_resize_as__cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7391500Z test_comprehensive_resize_as__cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7395724Z test_comprehensive_resize_as__cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7399896Z test_comprehensive_resize_as__cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7404131Z test_comprehensive_resolve_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7408462Z test_comprehensive_resolve_conj_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7412710Z test_comprehensive_resolve_conj_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7416616Z test_comprehensive_resolve_conj_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7420749Z test_comprehensive_resolve_conj_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7425057Z test_comprehensive_resolve_conj_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7430012Z test_comprehensive_resolve_conj_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7434664Z test_comprehensive_resolve_conj_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7439453Z test_comprehensive_resolve_conj_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7444852Z test_comprehensive_resolve_conj_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7449977Z test_comprehensive_resolve_conj_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7454870Z test_comprehensive_resolve_conj_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7459503Z test_comprehensive_resolve_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7463854Z test_comprehensive_resolve_neg_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7468430Z test_comprehensive_resolve_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7473383Z test_comprehensive_resolve_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7477799Z test_comprehensive_resolve_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7482511Z test_comprehensive_resolve_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7486886Z test_comprehensive_resolve_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7491816Z test_comprehensive_resolve_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7496311Z test_comprehensive_resolve_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7501032Z test_comprehensive_resolve_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7505499Z test_comprehensive_resolve_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7509853Z test_comprehensive_resolve_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7514334Z test_comprehensive_resolve_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7518795Z test_comprehensive_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7523419Z test_comprehensive_roll_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7528551Z test_comprehensive_roll_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7533406Z test_comprehensive_roll_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7538801Z test_comprehensive_roll_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7543904Z test_comprehensive_roll_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7549315Z test_comprehensive_roll_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7554923Z test_comprehensive_roll_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7560064Z test_comprehensive_roll_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7565038Z test_comprehensive_roll_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7570645Z test_comprehensive_roll_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7575723Z test_comprehensive_roll_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7581204Z test_comprehensive_roll_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7586449Z test_comprehensive_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7591862Z test_comprehensive_rot90_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7597013Z test_comprehensive_rot90_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7602393Z test_comprehensive_rot90_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7607666Z test_comprehensive_rot90_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7612940Z test_comprehensive_rot90_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7617900Z test_comprehensive_rot90_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7623206Z test_comprehensive_rot90_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7628356Z test_comprehensive_rot90_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7633506Z test_comprehensive_rot90_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7638723Z test_comprehensive_rot90_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7643905Z test_comprehensive_rot90_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7649508Z test_comprehensive_round_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7654526Z test_comprehensive_round_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7659815Z test_comprehensive_round_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7664913Z test_comprehensive_round_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7670105Z test_comprehensive_round_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7675471Z test_comprehensive_round_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.7874037Z test_comprehensive_round_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.020s) 2022-09-27T15:50:17.8057021Z test_comprehensive_round_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.018s) 2022-09-27T15:50:17.8061664Z test_comprehensive_round_decimals_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8066089Z test_comprehensive_round_decimals_0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8070932Z test_comprehensive_round_decimals_0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8075311Z test_comprehensive_round_decimals_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8079848Z test_comprehensive_round_decimals_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8084762Z test_comprehensive_round_decimals_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8089583Z test_comprehensive_round_decimals_neg_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8094436Z test_comprehensive_round_decimals_neg_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8098657Z test_comprehensive_round_decimals_neg_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8103347Z test_comprehensive_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8107818Z test_comprehensive_rsqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8112419Z test_comprehensive_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8116954Z test_comprehensive_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8121457Z test_comprehensive_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8126002Z test_comprehensive_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8130685Z test_comprehensive_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8135170Z test_comprehensive_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8139323Z test_comprehensive_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8143699Z test_comprehensive_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8147898Z test_comprehensive_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8151988Z test_comprehensive_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8157024Z test_comprehensive_rsub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8161992Z test_comprehensive_rsub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8167163Z test_comprehensive_rsub_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8172928Z test_comprehensive_rsub_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8177967Z test_comprehensive_rsub_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8183003Z test_comprehensive_rsub_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8188002Z test_comprehensive_rsub_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8192701Z test_comprehensive_rsub_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8197448Z test_comprehensive_rsub_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8202121Z test_comprehensive_rsub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8206779Z test_comprehensive_scatter_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8211606Z test_comprehensive_scatter_add_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8216322Z test_comprehensive_scatter_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8220940Z test_comprehensive_scatter_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8225489Z test_comprehensive_scatter_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8230100Z test_comprehensive_scatter_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8234822Z test_comprehensive_scatter_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8239386Z test_comprehensive_scatter_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8244037Z test_comprehensive_scatter_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8248839Z test_comprehensive_scatter_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8253505Z test_comprehensive_scatter_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8258112Z test_comprehensive_scatter_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8262738Z test_comprehensive_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8267299Z test_comprehensive_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8271900Z test_comprehensive_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8276615Z test_comprehensive_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8281297Z test_comprehensive_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8285827Z test_comprehensive_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8290493Z test_comprehensive_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8295091Z test_comprehensive_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8299652Z test_comprehensive_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8304251Z test_comprehensive_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8308938Z test_comprehensive_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8313744Z test_comprehensive_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8318501Z test_comprehensive_scatter_reduce_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8323600Z test_comprehensive_scatter_reduce_amax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8327740Z test_comprehensive_scatter_reduce_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8332264Z test_comprehensive_scatter_reduce_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8336644Z test_comprehensive_scatter_reduce_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8341091Z test_comprehensive_scatter_reduce_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8345610Z test_comprehensive_scatter_reduce_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8350272Z test_comprehensive_scatter_reduce_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8354890Z test_comprehensive_scatter_reduce_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8359460Z test_comprehensive_scatter_reduce_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8364061Z test_comprehensive_scatter_reduce_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8368807Z test_comprehensive_scatter_reduce_amin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8373410Z test_comprehensive_scatter_reduce_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8377783Z test_comprehensive_scatter_reduce_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8382216Z test_comprehensive_scatter_reduce_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8386672Z test_comprehensive_scatter_reduce_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8391051Z test_comprehensive_scatter_reduce_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8395529Z test_comprehensive_scatter_reduce_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8400051Z test_comprehensive_scatter_reduce_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8404554Z test_comprehensive_scatter_reduce_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8409174Z test_comprehensive_scatter_reduce_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8413661Z test_comprehensive_scatter_reduce_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8418088Z test_comprehensive_scatter_reduce_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8422672Z test_comprehensive_scatter_reduce_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8427098Z test_comprehensive_scatter_reduce_mean_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8431905Z test_comprehensive_scatter_reduce_mean_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8436500Z test_comprehensive_scatter_reduce_mean_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8440850Z test_comprehensive_scatter_reduce_mean_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8445330Z test_comprehensive_scatter_reduce_mean_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8449980Z test_comprehensive_scatter_reduce_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8454502Z test_comprehensive_scatter_reduce_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8458857Z test_comprehensive_scatter_reduce_prod_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8463253Z test_comprehensive_scatter_reduce_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8467605Z test_comprehensive_scatter_reduce_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8472001Z test_comprehensive_scatter_reduce_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8476442Z test_comprehensive_scatter_reduce_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8480814Z test_comprehensive_scatter_reduce_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8485294Z test_comprehensive_scatter_reduce_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8489694Z test_comprehensive_scatter_reduce_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8493996Z test_comprehensive_scatter_reduce_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8498332Z test_comprehensive_scatter_reduce_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8502635Z test_comprehensive_scatter_reduce_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8507110Z test_comprehensive_scatter_reduce_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8511423Z test_comprehensive_scatter_reduce_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8515933Z test_comprehensive_scatter_reduce_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8520268Z test_comprehensive_scatter_reduce_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8524647Z test_comprehensive_scatter_reduce_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8529201Z test_comprehensive_scatter_reduce_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8533794Z test_comprehensive_scatter_reduce_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8538332Z test_comprehensive_searchsorted_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8543129Z test_comprehensive_searchsorted_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8547596Z test_comprehensive_searchsorted_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8552204Z test_comprehensive_searchsorted_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8556865Z test_comprehensive_searchsorted_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8561197Z test_comprehensive_searchsorted_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8566037Z test_comprehensive_searchsorted_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8570945Z test_comprehensive_searchsorted_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8575908Z test_comprehensive_searchsorted_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8592911Z test_comprehensive_segment_reduce_lengths_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8593630Z test_comprehensive_segment_reduce_lengths_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8594116Z test_comprehensive_segment_reduce_lengths_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8594493Z test_comprehensive_segment_reduce_lengths_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8598745Z test_comprehensive_segment_reduce_offsets_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8603329Z test_comprehensive_segment_reduce_offsets_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8608083Z test_comprehensive_segment_reduce_offsets_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8612208Z test_comprehensive_segment_reduce_offsets_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8616952Z test_comprehensive_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8621497Z test_comprehensive_select_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8625897Z test_comprehensive_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8630209Z test_comprehensive_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8634829Z test_comprehensive_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8639543Z test_comprehensive_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8643989Z test_comprehensive_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8648731Z test_comprehensive_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8653356Z test_comprehensive_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8657901Z test_comprehensive_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8662629Z test_comprehensive_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8667030Z test_comprehensive_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8671453Z test_comprehensive_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8676247Z test_comprehensive_select_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8680557Z test_comprehensive_select_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8685060Z test_comprehensive_select_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8690027Z test_comprehensive_select_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8694464Z test_comprehensive_select_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8698818Z test_comprehensive_select_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8703282Z test_comprehensive_select_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8707806Z test_comprehensive_select_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8712309Z test_comprehensive_select_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8716991Z test_comprehensive_select_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8721543Z test_comprehensive_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8726047Z test_comprehensive_sgn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8730641Z test_comprehensive_sgn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8735259Z test_comprehensive_sgn_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8739746Z test_comprehensive_sgn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8744293Z test_comprehensive_sgn_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8748749Z test_comprehensive_sgn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8753290Z test_comprehensive_sgn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8757825Z test_comprehensive_sgn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8762314Z test_comprehensive_sgn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8766727Z test_comprehensive_sgn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8771366Z test_comprehensive_sgn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8775824Z test_comprehensive_sgn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8780354Z test_comprehensive_short_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8784824Z test_comprehensive_short_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8789283Z test_comprehensive_short_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8793956Z test_comprehensive_short_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8798720Z test_comprehensive_short_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8802931Z test_comprehensive_short_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8807250Z test_comprehensive_short_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8812189Z test_comprehensive_short_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8817031Z test_comprehensive_short_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8821169Z test_comprehensive_short_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8825861Z test_comprehensive_short_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8830319Z test_comprehensive_short_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8835025Z test_comprehensive_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8839678Z test_comprehensive_sigmoid_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8844152Z test_comprehensive_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8848981Z test_comprehensive_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8853555Z test_comprehensive_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8858267Z test_comprehensive_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8862879Z test_comprehensive_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8867079Z test_comprehensive_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8871520Z test_comprehensive_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8876078Z test_comprehensive_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8880536Z test_comprehensive_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8884848Z test_comprehensive_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8889515Z test_comprehensive_sign_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8894087Z test_comprehensive_sign_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8898563Z test_comprehensive_sign_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8903038Z test_comprehensive_sign_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8907637Z test_comprehensive_sign_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8912292Z test_comprehensive_sign_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8916852Z test_comprehensive_sign_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8921540Z test_comprehensive_sign_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8926244Z test_comprehensive_sign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8930869Z test_comprehensive_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8935626Z test_comprehensive_signbit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8940275Z test_comprehensive_signbit_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8944810Z test_comprehensive_signbit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8949633Z test_comprehensive_signbit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8954191Z test_comprehensive_signbit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8958801Z test_comprehensive_signbit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8963589Z test_comprehensive_signbit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8968170Z test_comprehensive_signbit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8972797Z test_comprehensive_signbit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8977372Z test_comprehensive_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8981910Z test_comprehensive_sin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8986538Z test_comprehensive_sin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8991112Z test_comprehensive_sin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.8995848Z test_comprehensive_sin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9000670Z test_comprehensive_sin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9005179Z test_comprehensive_sin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9010132Z test_comprehensive_sin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9014709Z test_comprehensive_sin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9019288Z test_comprehensive_sin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9024004Z test_comprehensive_sin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9028447Z test_comprehensive_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9032789Z test_comprehensive_sinc_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9037700Z test_comprehensive_sinc_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9042652Z test_comprehensive_sinc_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9047122Z test_comprehensive_sinc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9051750Z test_comprehensive_sinc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9056281Z test_comprehensive_sinc_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9060476Z test_comprehensive_sinc_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9064938Z test_comprehensive_sinc_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9069434Z test_comprehensive_sinc_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9074218Z test_comprehensive_sinc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9078789Z test_comprehensive_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9083638Z test_comprehensive_sinh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9088003Z test_comprehensive_sinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9092710Z test_comprehensive_sinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9096896Z test_comprehensive_sinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9101092Z test_comprehensive_sinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9105903Z test_comprehensive_sinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9110210Z test_comprehensive_sinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9114785Z test_comprehensive_sinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9119952Z test_comprehensive_sinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9124906Z test_comprehensive_sinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9129467Z test_comprehensive_slice_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9134172Z test_comprehensive_slice_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9138601Z test_comprehensive_slice_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9143236Z test_comprehensive_slice_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9147772Z test_comprehensive_slice_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9152207Z test_comprehensive_slice_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9156836Z test_comprehensive_slice_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9161349Z test_comprehensive_slice_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9166136Z test_comprehensive_slice_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9170933Z test_comprehensive_slice_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9175545Z test_comprehensive_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9179954Z test_comprehensive_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9184534Z test_comprehensive_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9189089Z test_comprehensive_softmax_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9193804Z test_comprehensive_softmax_with_dtype_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9198217Z test_comprehensive_softmax_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9202642Z test_comprehensive_softmax_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9207679Z test_comprehensive_softmax_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9211722Z test_comprehensive_softmax_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9216175Z test_comprehensive_softmax_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9220512Z test_comprehensive_softmax_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9224875Z test_comprehensive_softmax_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9229437Z test_comprehensive_softmax_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9234209Z test_comprehensive_softmax_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9238418Z test_comprehensive_softmax_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9242996Z test_comprehensive_sort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9247106Z test_comprehensive_sort_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9251771Z test_comprehensive_sort_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9256311Z test_comprehensive_sort_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9260739Z test_comprehensive_sort_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9265116Z test_comprehensive_sort_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9269742Z test_comprehensive_sort_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9274195Z test_comprehensive_sort_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9278647Z test_comprehensive_sort_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9283009Z test_comprehensive_sort_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9287703Z test_comprehensive_sparse_sampled_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9292403Z test_comprehensive_sparse_sampled_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9296914Z test_comprehensive_sparse_sampled_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9301094Z test_comprehensive_sparse_sampled_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9305596Z test_comprehensive_special_airy_ai_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9310239Z test_comprehensive_special_airy_ai_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9314839Z test_comprehensive_special_airy_ai_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9319591Z test_comprehensive_special_airy_ai_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9323943Z test_comprehensive_special_airy_ai_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9328769Z test_comprehensive_special_airy_ai_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9333068Z test_comprehensive_special_airy_ai_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9337855Z test_comprehensive_special_airy_ai_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9342493Z test_comprehensive_special_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9347162Z test_comprehensive_special_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9351685Z test_comprehensive_special_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9356231Z test_comprehensive_special_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9360668Z test_comprehensive_special_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9365271Z test_comprehensive_special_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9369909Z test_comprehensive_special_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9374467Z test_comprehensive_special_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9379444Z test_comprehensive_special_bessel_j1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9383638Z test_comprehensive_special_bessel_j1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9388186Z test_comprehensive_special_bessel_j1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9392602Z test_comprehensive_special_bessel_j1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9397148Z test_comprehensive_special_bessel_j1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9401630Z test_comprehensive_special_bessel_j1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9406190Z test_comprehensive_special_bessel_j1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9410629Z test_comprehensive_special_bessel_j1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9415109Z test_comprehensive_special_bessel_y0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9419870Z test_comprehensive_special_bessel_y0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9424823Z test_comprehensive_special_bessel_y0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9428880Z test_comprehensive_special_bessel_y0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9433490Z test_comprehensive_special_bessel_y0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9437878Z test_comprehensive_special_bessel_y0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9442603Z test_comprehensive_special_bessel_y0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9447040Z test_comprehensive_special_bessel_y0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9451597Z test_comprehensive_special_bessel_y1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9456100Z test_comprehensive_special_bessel_y1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9460594Z test_comprehensive_special_bessel_y1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9465219Z test_comprehensive_special_bessel_y1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9469672Z test_comprehensive_special_bessel_y1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9474366Z test_comprehensive_special_bessel_y1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9478976Z test_comprehensive_special_bessel_y1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9483342Z test_comprehensive_special_bessel_y1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9488118Z test_comprehensive_special_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9492822Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9497271Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9501919Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9506423Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9510648Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9515135Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9519843Z test_comprehensive_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9524350Z test_comprehensive_special_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9529033Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9533419Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9537876Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9542465Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9546832Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9551398Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9555988Z test_comprehensive_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9561300Z test_comprehensive_special_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:17.9565622Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:17.9570113Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:17.9575183Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:17.9580729Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:50:17.9586331Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:50:17.9592026Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:50:17.9597643Z test_comprehensive_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:50:17.9603245Z test_comprehensive_special_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:50:17.9608974Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:50:17.9614413Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:50:17.9620084Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:50:17.9625794Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:50:17.9631343Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:50:17.9637082Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:50:17.9642803Z test_comprehensive_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:50:17.9648105Z test_comprehensive_special_entr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:17.9653520Z test_comprehensive_special_entr_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:17.9658988Z test_comprehensive_special_entr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-09-27T15:50:17.9664624Z test_comprehensive_special_entr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9669851Z test_comprehensive_special_entr_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9675536Z test_comprehensive_special_entr_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9708889Z test_comprehensive_special_entr_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T15:50:17.9714419Z test_comprehensive_special_entr_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9719694Z test_comprehensive_special_entr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9724671Z test_comprehensive_special_erfcx_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9729625Z test_comprehensive_special_erfcx_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9734454Z test_comprehensive_special_erfcx_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9739319Z test_comprehensive_special_erfcx_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9744152Z test_comprehensive_special_erfcx_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9749062Z test_comprehensive_special_erfcx_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9753916Z test_comprehensive_special_erfcx_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9758144Z test_comprehensive_special_erfcx_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9762200Z test_comprehensive_special_hermite_polynomial_h_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9766168Z test_comprehensive_special_hermite_polynomial_h_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9770409Z test_comprehensive_special_hermite_polynomial_h_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9774445Z test_comprehensive_special_hermite_polynomial_h_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9778475Z test_comprehensive_special_hermite_polynomial_h_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9782545Z test_comprehensive_special_hermite_polynomial_h_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9786831Z test_comprehensive_special_hermite_polynomial_h_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9790843Z test_comprehensive_special_hermite_polynomial_h_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9795114Z test_comprehensive_special_hermite_polynomial_he_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9799313Z test_comprehensive_special_hermite_polynomial_he_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9803285Z test_comprehensive_special_hermite_polynomial_he_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9808005Z test_comprehensive_special_hermite_polynomial_he_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9811652Z test_comprehensive_special_hermite_polynomial_he_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9816184Z test_comprehensive_special_hermite_polynomial_he_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9820320Z test_comprehensive_special_hermite_polynomial_he_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9824338Z test_comprehensive_special_hermite_polynomial_he_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9828493Z test_comprehensive_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9832923Z test_comprehensive_special_i0e_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9836991Z test_comprehensive_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9841267Z test_comprehensive_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9845504Z test_comprehensive_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9850121Z test_comprehensive_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9854880Z test_comprehensive_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9859939Z test_comprehensive_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9864907Z test_comprehensive_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9869855Z test_comprehensive_special_i1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9874874Z test_comprehensive_special_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9879926Z test_comprehensive_special_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9884921Z test_comprehensive_special_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9890158Z test_comprehensive_special_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9895031Z test_comprehensive_special_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9900233Z test_comprehensive_special_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9905120Z test_comprehensive_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9910034Z test_comprehensive_special_i1e_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9915374Z test_comprehensive_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9920260Z test_comprehensive_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9925250Z test_comprehensive_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9930308Z test_comprehensive_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9935228Z test_comprehensive_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9940295Z test_comprehensive_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9945239Z test_comprehensive_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9950275Z test_comprehensive_special_laguerre_polynomial_l_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9955326Z test_comprehensive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9960362Z test_comprehensive_special_laguerre_polynomial_l_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9965379Z test_comprehensive_special_laguerre_polynomial_l_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9970489Z test_comprehensive_special_laguerre_polynomial_l_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9975514Z test_comprehensive_special_laguerre_polynomial_l_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9980542Z test_comprehensive_special_laguerre_polynomial_l_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9985545Z test_comprehensive_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:17.9991029Z test_comprehensive_special_legendre_polynomial_p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:17.9996286Z test_comprehensive_special_legendre_polynomial_p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0001525Z test_comprehensive_special_legendre_polynomial_p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0006936Z test_comprehensive_special_legendre_polynomial_p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0012308Z test_comprehensive_special_legendre_polynomial_p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0017734Z test_comprehensive_special_legendre_polynomial_p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0023089Z test_comprehensive_special_legendre_polynomial_p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0028502Z test_comprehensive_special_legendre_polynomial_p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0033512Z test_comprehensive_special_log_ndtr_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0038645Z test_comprehensive_special_log_ndtr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0043845Z test_comprehensive_special_log_ndtr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0049077Z test_comprehensive_special_log_ndtr_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0054202Z test_comprehensive_special_log_ndtr_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0059203Z test_comprehensive_special_log_ndtr_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0064098Z test_comprehensive_special_log_ndtr_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0069138Z test_comprehensive_special_log_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0074160Z test_comprehensive_special_modified_bessel_i0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0079171Z test_comprehensive_special_modified_bessel_i0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0084173Z test_comprehensive_special_modified_bessel_i0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0089459Z test_comprehensive_special_modified_bessel_i0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0094492Z test_comprehensive_special_modified_bessel_i0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0099581Z test_comprehensive_special_modified_bessel_i0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0104613Z test_comprehensive_special_modified_bessel_i0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0109858Z test_comprehensive_special_modified_bessel_i0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0114985Z test_comprehensive_special_modified_bessel_i1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0119931Z test_comprehensive_special_modified_bessel_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0124859Z test_comprehensive_special_modified_bessel_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0129964Z test_comprehensive_special_modified_bessel_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0134872Z test_comprehensive_special_modified_bessel_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0139791Z test_comprehensive_special_modified_bessel_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0144689Z test_comprehensive_special_modified_bessel_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0149618Z test_comprehensive_special_modified_bessel_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0154709Z test_comprehensive_special_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0159636Z test_comprehensive_special_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0164575Z test_comprehensive_special_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0169604Z test_comprehensive_special_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0174534Z test_comprehensive_special_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0179448Z test_comprehensive_special_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0184378Z test_comprehensive_special_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0189467Z test_comprehensive_special_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0193395Z test_comprehensive_special_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0197584Z test_comprehensive_special_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0201587Z test_comprehensive_special_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0205729Z test_comprehensive_special_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0209381Z test_comprehensive_special_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0213821Z test_comprehensive_special_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0217675Z test_comprehensive_special_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0221793Z test_comprehensive_special_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0225957Z test_comprehensive_special_ndtr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0230073Z test_comprehensive_special_ndtr_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0234214Z test_comprehensive_special_ndtr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0238374Z test_comprehensive_special_ndtr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0242584Z test_comprehensive_special_ndtr_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0246812Z test_comprehensive_special_ndtr_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0251070Z test_comprehensive_special_ndtr_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0255179Z test_comprehensive_special_ndtr_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0259313Z test_comprehensive_special_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0263379Z test_comprehensive_special_ndtri_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0267477Z test_comprehensive_special_ndtri_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0271586Z test_comprehensive_special_ndtri_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0275953Z test_comprehensive_special_ndtri_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0280108Z test_comprehensive_special_ndtri_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0284249Z test_comprehensive_special_ndtri_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0288504Z test_comprehensive_special_ndtri_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0292566Z test_comprehensive_special_ndtri_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0296776Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0300852Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0305298Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0309300Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0313409Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0317667Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0321679Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0325737Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0330172Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0334494Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0338694Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0342982Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0347088Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0351631Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0356028Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0360111Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0364247Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0368307Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0372452Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0376349Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0380338Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0384558Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0388636Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0392890Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0396863Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0401149Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0405126Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0409327Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0413258Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0417464Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0421410Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0425600Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0429765Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0433990Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0438134Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0442435Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0446453Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0450660Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0454596Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0458772Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0462793Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0467184Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0471095Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0475385Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0479788Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0483595Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0487907Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0492029Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0496275Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0500361Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0504375Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0508463Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0512540Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0516755Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0521002Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0525424Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0529612Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:50:18.0533576Z test_comprehensive_special_spherical_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0537745Z test_comprehensive_special_spherical_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0541922Z test_comprehensive_special_spherical_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0546053Z test_comprehensive_special_spherical_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0550205Z test_comprehensive_special_spherical_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0554450Z test_comprehensive_special_spherical_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0558594Z test_comprehensive_special_spherical_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0562770Z test_comprehensive_special_spherical_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0566942Z test_comprehensive_special_xlog1py_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0571198Z test_comprehensive_special_xlog1py_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0575354Z test_comprehensive_special_xlog1py_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0579495Z test_comprehensive_special_xlog1py_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0583626Z test_comprehensive_special_xlog1py_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0588158Z test_comprehensive_special_xlog1py_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0592186Z test_comprehensive_special_xlog1py_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0596597Z test_comprehensive_special_xlog1py_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0601104Z test_comprehensive_special_xlog1py_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0604944Z test_comprehensive_special_xlog1py_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0609216Z test_comprehensive_special_zeta_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0613638Z test_comprehensive_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0617833Z test_comprehensive_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0621791Z test_comprehensive_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0625789Z test_comprehensive_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0629766Z test_comprehensive_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0633941Z test_comprehensive_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0638039Z test_comprehensive_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0642200Z test_comprehensive_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0646238Z test_comprehensive_split_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0650530Z test_comprehensive_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0654609Z test_comprehensive_split_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0658678Z test_comprehensive_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0662750Z test_comprehensive_split_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0666799Z test_comprehensive_split_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0670863Z test_comprehensive_split_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0675058Z test_comprehensive_split_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0679164Z test_comprehensive_split_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0683350Z test_comprehensive_split_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0687554Z test_comprehensive_split_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0691614Z test_comprehensive_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0695706Z test_comprehensive_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0699888Z test_comprehensive_split_list_args_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0703965Z test_comprehensive_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0708023Z test_comprehensive_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0712116Z test_comprehensive_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0716322Z test_comprehensive_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0720451Z test_comprehensive_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0724632Z test_comprehensive_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0728721Z test_comprehensive_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0732804Z test_comprehensive_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0736961Z test_comprehensive_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0741065Z test_comprehensive_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0745125Z test_comprehensive_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0749242Z test_comprehensive_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0753358Z test_comprehensive_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0757692Z test_comprehensive_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0761655Z test_comprehensive_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0765544Z test_comprehensive_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0769603Z test_comprehensive_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0773552Z test_comprehensive_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0777522Z test_comprehensive_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0781464Z test_comprehensive_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0785399Z test_comprehensive_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0789350Z test_comprehensive_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0793383Z test_comprehensive_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0797537Z test_comprehensive_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0801511Z test_comprehensive_sqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0805655Z test_comprehensive_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0809867Z test_comprehensive_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0813928Z test_comprehensive_sqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0818060Z test_comprehensive_sqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0822315Z test_comprehensive_sqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0826011Z test_comprehensive_sqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0830837Z test_comprehensive_sqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0835685Z test_comprehensive_sqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0840416Z test_comprehensive_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0845180Z test_comprehensive_square_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0850218Z test_comprehensive_square_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0855062Z test_comprehensive_square_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0860007Z test_comprehensive_square_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0864881Z test_comprehensive_square_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0869827Z test_comprehensive_square_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0874909Z test_comprehensive_square_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0879843Z test_comprehensive_square_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0884713Z test_comprehensive_square_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0889824Z test_comprehensive_square_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0894631Z test_comprehensive_square_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0899542Z test_comprehensive_square_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0904397Z test_comprehensive_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0909265Z test_comprehensive_squeeze_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0914255Z test_comprehensive_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0919094Z test_comprehensive_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0923944Z test_comprehensive_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0929077Z test_comprehensive_squeeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0933855Z test_comprehensive_squeeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0938699Z test_comprehensive_squeeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0943554Z test_comprehensive_squeeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0948390Z test_comprehensive_squeeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0953306Z test_comprehensive_squeeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0958203Z test_comprehensive_squeeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0963176Z test_comprehensive_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0968223Z test_comprehensive_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0973068Z test_comprehensive_stack_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0978002Z test_comprehensive_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0982792Z test_comprehensive_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0987483Z test_comprehensive_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0992171Z test_comprehensive_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.0996997Z test_comprehensive_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1002048Z test_comprehensive_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1006756Z test_comprehensive_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1011576Z test_comprehensive_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1015783Z test_comprehensive_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1019660Z test_comprehensive_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1023644Z test_comprehensive_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1027561Z test_comprehensive_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1031485Z test_comprehensive_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1035714Z test_comprehensive_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1039970Z test_comprehensive_std_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1044276Z test_comprehensive_std_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1048808Z test_comprehensive_std_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1052696Z test_comprehensive_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1056778Z test_comprehensive_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1060946Z test_comprehensive_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1065104Z test_comprehensive_std_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1069197Z test_comprehensive_std_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1073375Z test_comprehensive_std_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1077504Z test_comprehensive_stft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1081655Z test_comprehensive_stft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1085945Z test_comprehensive_stft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1089990Z test_comprehensive_stft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1094051Z test_comprehensive_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1098194Z test_comprehensive_sub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1102436Z test_comprehensive_sub_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1106138Z test_comprehensive_sub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1110271Z test_comprehensive_sub_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1114330Z test_comprehensive_sub_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1118747Z test_comprehensive_sub_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1122798Z test_comprehensive_sub_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1126824Z test_comprehensive_sub_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1130990Z test_comprehensive_sub_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1135340Z test_comprehensive_sub_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1139355Z test_comprehensive_sub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1143300Z test_comprehensive_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1147281Z test_comprehensive_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1151532Z test_comprehensive_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1155782Z test_comprehensive_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1159804Z test_comprehensive_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1164018Z test_comprehensive_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1169022Z test_comprehensive_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1173749Z test_comprehensive_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1178422Z test_comprehensive_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1182576Z test_comprehensive_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1186517Z test_comprehensive_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1190355Z test_comprehensive_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1194618Z test_comprehensive_sum_to_size_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1198498Z test_comprehensive_sum_to_size_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1202574Z test_comprehensive_sum_to_size_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1206622Z test_comprehensive_sum_to_size_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1211023Z test_comprehensive_sum_to_size_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1214914Z test_comprehensive_sum_to_size_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1218950Z test_comprehensive_sum_to_size_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1222882Z test_comprehensive_sum_to_size_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1226849Z test_comprehensive_sum_to_size_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1230882Z test_comprehensive_sum_to_size_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1234846Z test_comprehensive_sum_to_size_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1239190Z test_comprehensive_sum_to_size_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1243091Z test_comprehensive_svd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1247009Z test_comprehensive_svd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1251348Z test_comprehensive_svd_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1255312Z test_comprehensive_svd_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1259882Z test_comprehensive_svd_lowrank_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1263769Z test_comprehensive_svd_lowrank_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1267859Z test_comprehensive_symeig_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1271799Z test_comprehensive_symeig_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1276015Z test_comprehensive_symeig_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1280108Z test_comprehensive_symeig_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1284254Z test_comprehensive_t_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1288653Z test_comprehensive_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1292688Z test_comprehensive_t_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1296498Z test_comprehensive_t_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1300450Z test_comprehensive_t_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1304513Z test_comprehensive_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1308667Z test_comprehensive_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1312896Z test_comprehensive_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1317127Z test_comprehensive_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1321261Z test_comprehensive_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1325429Z test_comprehensive_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1329702Z test_comprehensive_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1334415Z test_comprehensive_take_along_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1338555Z test_comprehensive_take_along_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1342802Z test_comprehensive_take_along_dim_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1347343Z test_comprehensive_take_along_dim_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1350635Z test_comprehensive_take_along_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1354753Z test_comprehensive_take_along_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1358895Z test_comprehensive_take_along_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1362925Z test_comprehensive_take_along_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1367088Z test_comprehensive_take_along_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1371554Z test_comprehensive_take_along_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1374943Z test_comprehensive_take_along_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1379217Z test_comprehensive_take_along_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1383213Z test_comprehensive_take_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1387823Z test_comprehensive_take_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1392035Z test_comprehensive_take_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1396235Z test_comprehensive_take_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1400331Z test_comprehensive_take_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1404699Z test_comprehensive_take_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1408961Z test_comprehensive_take_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1413145Z test_comprehensive_take_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1417483Z test_comprehensive_take_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1421595Z test_comprehensive_take_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1425536Z test_comprehensive_take_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1429712Z test_comprehensive_take_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1433799Z test_comprehensive_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1437852Z test_comprehensive_tan_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1442021Z test_comprehensive_tan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1445940Z test_comprehensive_tan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1450076Z test_comprehensive_tan_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1454116Z test_comprehensive_tan_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1458673Z test_comprehensive_tan_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1463105Z test_comprehensive_tan_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1467678Z test_comprehensive_tan_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1473306Z test_comprehensive_tan_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1478766Z test_comprehensive_tan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1483807Z test_comprehensive_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1489105Z test_comprehensive_tanh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1494322Z test_comprehensive_tanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1499635Z test_comprehensive_tanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1504871Z test_comprehensive_tanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1510153Z test_comprehensive_tanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1515473Z test_comprehensive_tanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1520708Z test_comprehensive_tanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1525949Z test_comprehensive_tanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1531354Z test_comprehensive_tanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1536760Z test_comprehensive_tanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1541227Z test_comprehensive_tensor_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1545829Z test_comprehensive_tensor_split_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1550334Z test_comprehensive_tensor_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1554929Z test_comprehensive_tensor_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1559345Z test_comprehensive_tensor_split_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1564038Z test_comprehensive_tensor_split_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1568964Z test_comprehensive_tensor_split_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1573687Z test_comprehensive_tensor_split_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1578318Z test_comprehensive_tensor_split_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1583220Z test_comprehensive_tensor_split_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1588758Z test_comprehensive_tensor_split_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1593910Z test_comprehensive_tensor_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1599310Z test_comprehensive_tensordot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1604622Z test_comprehensive_tensordot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1610031Z test_comprehensive_tensordot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1615419Z test_comprehensive_tensordot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1620423Z test_comprehensive_tensordot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1625688Z test_comprehensive_tensordot_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1631070Z test_comprehensive_tensordot_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1636318Z test_comprehensive_tensordot_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1641496Z test_comprehensive_tensordot_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1646985Z test_comprehensive_tensordot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1652234Z test_comprehensive_tile_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1657311Z test_comprehensive_tile_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1662408Z test_comprehensive_tile_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1695514Z test_comprehensive_tile_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T15:50:18.1700316Z test_comprehensive_tile_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1705044Z test_comprehensive_tile_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1709728Z test_comprehensive_tile_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1714534Z test_comprehensive_tile_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1719346Z test_comprehensive_tile_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1724043Z test_comprehensive_tile_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1729021Z test_comprehensive_tile_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1733842Z test_comprehensive_tile_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1738625Z test_comprehensive_to_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1743459Z test_comprehensive_to_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1748270Z test_comprehensive_to_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1753285Z test_comprehensive_to_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1758126Z test_comprehensive_to_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1762976Z test_comprehensive_to_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1768152Z test_comprehensive_to_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1771952Z test_comprehensive_to_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1776255Z test_comprehensive_to_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1780332Z test_comprehensive_to_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1784389Z test_comprehensive_to_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1788495Z test_comprehensive_to_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1792731Z test_comprehensive_to_sparse_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1796931Z test_comprehensive_to_sparse_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1801034Z test_comprehensive_to_sparse_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1805190Z test_comprehensive_to_sparse_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1809355Z test_comprehensive_to_sparse_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1813483Z test_comprehensive_to_sparse_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1817570Z test_comprehensive_to_sparse_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1821677Z test_comprehensive_to_sparse_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1825772Z test_comprehensive_to_sparse_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1829853Z test_comprehensive_to_sparse_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1834508Z test_comprehensive_to_sparse_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1838232Z test_comprehensive_to_sparse_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1842180Z test_comprehensive_topk_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1845919Z test_comprehensive_topk_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1850228Z test_comprehensive_topk_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1854398Z test_comprehensive_topk_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1858470Z test_comprehensive_topk_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1862801Z test_comprehensive_topk_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1866923Z test_comprehensive_topk_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1871030Z test_comprehensive_topk_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1875276Z test_comprehensive_trace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1879545Z test_comprehensive_trace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1883749Z test_comprehensive_trace_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1888205Z test_comprehensive_trace_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1892396Z test_comprehensive_trace_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1896506Z test_comprehensive_trace_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1900793Z test_comprehensive_trace_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1904753Z test_comprehensive_trace_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1908833Z test_comprehensive_trace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1912952Z test_comprehensive_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1917060Z test_comprehensive_transpose_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1921068Z test_comprehensive_transpose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1925482Z test_comprehensive_transpose_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1929713Z test_comprehensive_transpose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1933745Z test_comprehensive_transpose_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1937839Z test_comprehensive_transpose_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1941872Z test_comprehensive_transpose_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1945944Z test_comprehensive_transpose_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1950066Z test_comprehensive_transpose_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1954260Z test_comprehensive_transpose_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1958393Z test_comprehensive_transpose_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1962516Z test_comprehensive_transpose_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1966607Z test_comprehensive_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1970800Z test_comprehensive_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1974919Z test_comprehensive_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1978943Z test_comprehensive_trapezoid_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1983316Z test_comprehensive_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1987262Z test_comprehensive_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1991390Z test_comprehensive_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1995495Z test_comprehensive_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.1999473Z test_comprehensive_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2004319Z test_comprehensive_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2008916Z test_comprehensive_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2013931Z test_comprehensive_trapz_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2018419Z test_comprehensive_trapz_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2022466Z test_comprehensive_trapz_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2026690Z test_comprehensive_trapz_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2030951Z test_comprehensive_trapz_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2035202Z test_comprehensive_trapz_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2039297Z test_comprehensive_trapz_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2043306Z test_comprehensive_trapz_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2047578Z test_comprehensive_trapz_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2051388Z test_comprehensive_trapz_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2055373Z test_comprehensive_trapz_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2059431Z test_comprehensive_triangular_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2063540Z test_comprehensive_triangular_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2067541Z test_comprehensive_triangular_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2071818Z test_comprehensive_triangular_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2075845Z test_comprehensive_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2080056Z test_comprehensive_tril_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2083835Z test_comprehensive_tril_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2088162Z test_comprehensive_tril_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2092110Z test_comprehensive_tril_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2096208Z test_comprehensive_tril_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2100171Z test_comprehensive_tril_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2104334Z test_comprehensive_tril_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2108341Z test_comprehensive_tril_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2112688Z test_comprehensive_tril_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2116780Z test_comprehensive_tril_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2120849Z test_comprehensive_tril_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2125779Z test_comprehensive_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2130800Z test_comprehensive_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2135519Z test_comprehensive_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2140324Z test_comprehensive_triu_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2145189Z test_comprehensive_triu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2150004Z test_comprehensive_triu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2154909Z test_comprehensive_triu_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2159730Z test_comprehensive_triu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2164552Z test_comprehensive_triu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2169434Z test_comprehensive_triu_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2174254Z test_comprehensive_triu_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2179167Z test_comprehensive_triu_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2183997Z test_comprehensive_triu_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2188822Z test_comprehensive_triu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2193736Z test_comprehensive_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2198566Z test_comprehensive_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2203463Z test_comprehensive_true_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2208619Z test_comprehensive_true_divide_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2213635Z test_comprehensive_true_divide_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2218441Z test_comprehensive_true_divide_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2223452Z test_comprehensive_true_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2228241Z test_comprehensive_true_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2233100Z test_comprehensive_true_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2237891Z test_comprehensive_true_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2242717Z test_comprehensive_true_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2247663Z test_comprehensive_true_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2252493Z test_comprehensive_true_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2257286Z test_comprehensive_true_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2262176Z test_comprehensive_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2266887Z test_comprehensive_trunc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2271692Z test_comprehensive_trunc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2276595Z test_comprehensive_trunc_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2281364Z test_comprehensive_trunc_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2286212Z test_comprehensive_trunc_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2291149Z test_comprehensive_trunc_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2296025Z test_comprehensive_trunc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2300920Z test_comprehensive_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2305731Z test_comprehensive_unbind_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2310587Z test_comprehensive_unbind_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2315545Z test_comprehensive_unbind_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2320399Z test_comprehensive_unbind_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2325241Z test_comprehensive_unbind_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2330324Z test_comprehensive_unbind_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2335354Z test_comprehensive_unbind_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2340343Z test_comprehensive_unbind_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2344957Z test_comprehensive_unbind_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2349853Z test_comprehensive_unbind_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2354693Z test_comprehensive_unbind_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2359360Z test_comprehensive_unbind_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2363525Z test_comprehensive_unflatten_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2367881Z test_comprehensive_unflatten_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2372399Z test_comprehensive_unflatten_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2376360Z test_comprehensive_unflatten_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2380396Z test_comprehensive_unflatten_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2384619Z test_comprehensive_unflatten_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2388415Z test_comprehensive_unflatten_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2392624Z test_comprehensive_unflatten_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2396752Z test_comprehensive_unflatten_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2400976Z test_comprehensive_unflatten_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2405104Z test_comprehensive_unflatten_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2409228Z test_comprehensive_unflatten_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2413161Z test_comprehensive_unflatten_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2417282Z test_comprehensive_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2421170Z test_comprehensive_unfold_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2425136Z test_comprehensive_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2429120Z test_comprehensive_unfold_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2433295Z test_comprehensive_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2437285Z test_comprehensive_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2441206Z test_comprehensive_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2445129Z test_comprehensive_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2449235Z test_comprehensive_unfold_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2453211Z test_comprehensive_unfold_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2457156Z test_comprehensive_unfold_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2461149Z test_comprehensive_unfold_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2465101Z test_comprehensive_unfold_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2469104Z test_comprehensive_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2473101Z test_comprehensive_uniform_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2477900Z test_comprehensive_uniform_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2482482Z test_comprehensive_uniform_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2487238Z test_comprehensive_uniform_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2491650Z test_comprehensive_uniform_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2495840Z test_comprehensive_unique_consecutive_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2499874Z test_comprehensive_unique_consecutive_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2503899Z test_comprehensive_unique_consecutive_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2507973Z test_comprehensive_unique_consecutive_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2511987Z test_comprehensive_unique_consecutive_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2515796Z test_comprehensive_unique_consecutive_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2519960Z test_comprehensive_unique_consecutive_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2523826Z test_comprehensive_unique_consecutive_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2528011Z test_comprehensive_unique_consecutive_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2531822Z test_comprehensive_unique_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2535922Z test_comprehensive_unique_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2539733Z test_comprehensive_unique_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2543741Z test_comprehensive_unique_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2547810Z test_comprehensive_unique_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2551902Z test_comprehensive_unique_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2556087Z test_comprehensive_unique_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2560115Z test_comprehensive_unique_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2564431Z test_comprehensive_unique_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2568555Z test_comprehensive_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2572683Z test_comprehensive_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2576751Z test_comprehensive_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2581551Z test_comprehensive_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2586145Z test_comprehensive_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2590173Z test_comprehensive_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2594289Z test_comprehensive_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2598408Z test_comprehensive_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2602492Z test_comprehensive_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2606613Z test_comprehensive_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2610726Z test_comprehensive_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2614778Z test_comprehensive_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2618973Z test_comprehensive_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2623042Z test_comprehensive_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2627258Z test_comprehensive_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2631440Z test_comprehensive_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2635858Z test_comprehensive_var_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2639955Z test_comprehensive_var_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2644140Z test_comprehensive_var_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2648347Z test_comprehensive_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2652607Z test_comprehensive_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2656917Z test_comprehensive_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2660947Z test_comprehensive_var_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2665283Z test_comprehensive_var_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2669579Z test_comprehensive_var_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2673709Z test_comprehensive_vdot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2677837Z test_comprehensive_vdot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2681967Z test_comprehensive_vdot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2686237Z test_comprehensive_vdot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2690350Z test_comprehensive_vdot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2694440Z test_comprehensive_vdot_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2698553Z test_comprehensive_vdot_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2702650Z test_comprehensive_vdot_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2706507Z test_comprehensive_vdot_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2710980Z test_comprehensive_vdot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2715076Z test_comprehensive_view_as_complex_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2718973Z test_comprehensive_view_as_complex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2723298Z test_comprehensive_view_as_complex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2727270Z test_comprehensive_view_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2731719Z test_comprehensive_view_as_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2735555Z test_comprehensive_view_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2739695Z test_comprehensive_view_as_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2743517Z test_comprehensive_view_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2747494Z test_comprehensive_view_as_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2751532Z test_comprehensive_view_as_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2755452Z test_comprehensive_view_as_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2759463Z test_comprehensive_view_as_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2763517Z test_comprehensive_view_as_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2767710Z test_comprehensive_view_as_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2771743Z test_comprehensive_view_as_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2775757Z test_comprehensive_view_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2779912Z test_comprehensive_view_as_real_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2784031Z test_comprehensive_view_as_real_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2787955Z test_comprehensive_view_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2791941Z test_comprehensive_view_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2796128Z test_comprehensive_view_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2800191Z test_comprehensive_view_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2804156Z test_comprehensive_view_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2808362Z test_comprehensive_view_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2812604Z test_comprehensive_view_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2816577Z test_comprehensive_view_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2820659Z test_comprehensive_view_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2824845Z test_comprehensive_view_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2828999Z test_comprehensive_view_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2833618Z test_comprehensive_view_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2837787Z test_comprehensive_view_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2842041Z test_comprehensive_vsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2846238Z test_comprehensive_vsplit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2850753Z test_comprehensive_vsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2854568Z test_comprehensive_vsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2858631Z test_comprehensive_vsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2862811Z test_comprehensive_vsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2866696Z test_comprehensive_vsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2870820Z test_comprehensive_vsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2874932Z test_comprehensive_vsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2879236Z test_comprehensive_vsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2883250Z test_comprehensive_vsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2887427Z test_comprehensive_vsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2891457Z test_comprehensive_vsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2895610Z test_comprehensive_vstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2899762Z test_comprehensive_vstack_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2903796Z test_comprehensive_vstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2907860Z test_comprehensive_vstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2912125Z test_comprehensive_vstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2916025Z test_comprehensive_vstack_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2920233Z test_comprehensive_vstack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2924337Z test_comprehensive_vstack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2928764Z test_comprehensive_vstack_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2932651Z test_comprehensive_vstack_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2936590Z test_comprehensive_vstack_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2940610Z test_comprehensive_vstack_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2944613Z test_comprehensive_vstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2948685Z test_comprehensive_where_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2952726Z test_comprehensive_where_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2956864Z test_comprehensive_where_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2960911Z test_comprehensive_where_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2964978Z test_comprehensive_where_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2969076Z test_comprehensive_where_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2973138Z test_comprehensive_where_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2977268Z test_comprehensive_where_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2981546Z test_comprehensive_where_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2985691Z test_comprehensive_where_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2990513Z test_comprehensive_where_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2994550Z test_comprehensive_where_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.2999092Z test_comprehensive_where_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3003250Z test_comprehensive_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3007502Z test_comprehensive_xlogy_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3011490Z test_comprehensive_xlogy_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3015682Z test_comprehensive_xlogy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3019657Z test_comprehensive_xlogy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3023736Z test_comprehensive_xlogy_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3027846Z test_comprehensive_xlogy_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3031903Z test_comprehensive_xlogy_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3036394Z test_comprehensive_xlogy_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3040162Z test_comprehensive_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3044478Z test_comprehensive_zero__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3048421Z test_comprehensive_zero__cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3052450Z test_comprehensive_zero__cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3056517Z test_comprehensive_zero__cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3060793Z test_comprehensive_zero__cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3064717Z test_comprehensive_zero__cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3068760Z test_comprehensive_zero__cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3073352Z test_comprehensive_zero__cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3077336Z test_comprehensive_zero__cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3081450Z test_comprehensive_zero__cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3086365Z test_comprehensive_zero__cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3089715Z test_comprehensive_zero__cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3094075Z test_comprehensive_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3098085Z test_comprehensive_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3102203Z test_comprehensive_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3106178Z test_comprehensive_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3110191Z test_comprehensive_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3114271Z test_comprehensive_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3118347Z test_comprehensive_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3122516Z test_comprehensive_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3126502Z test_comprehensive_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3130632Z test_comprehensive_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3134732Z test_comprehensive_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3138680Z test_comprehensive_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3143284Z test_comprehensive_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3147953Z test_comprehensive_zeros_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3152925Z test_comprehensive_zeros_like_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3157663Z test_comprehensive_zeros_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3161907Z test_comprehensive_zeros_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3166407Z test_comprehensive_zeros_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3170426Z test_comprehensive_zeros_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3174541Z test_comprehensive_zeros_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3178623Z test_comprehensive_zeros_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3182935Z test_comprehensive_zeros_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3186835Z test_comprehensive_zeros_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3191647Z test_comprehensive_zeros_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3195271Z test_comprehensive_zeros_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3199309Z test_comprehensive_zeros_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3203297Z test_quick_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3207743Z test_quick_abs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3211636Z test_quick_abs_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3215567Z test_quick_abs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3219500Z test_quick_abs_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3223653Z test_quick_abs_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3227346Z test_quick_abs_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3231235Z test_quick_abs_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3235333Z test_quick_abs_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3239285Z test_quick_abs_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3243252Z test_quick_abs_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3247160Z test_quick_abs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3251229Z test_quick_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3255131Z test_quick_acos_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3259038Z test_quick_acos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3263009Z test_quick_acos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3266973Z test_quick_acos_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3270934Z test_quick_acos_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3275136Z test_quick_acos_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3278973Z test_quick_acos_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3282890Z test_quick_acos_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3286883Z test_quick_acos_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3290953Z test_quick_acos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3294920Z test_quick_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3298861Z test_quick_acosh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3302858Z test_quick_acosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3306796Z test_quick_acosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3310594Z test_quick_acosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3314789Z test_quick_acosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3318784Z test_quick_acosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3322998Z test_quick_acosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3327048Z test_quick_acosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3331378Z test_quick_acosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3335129Z test_quick_acosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3339485Z test_quick_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3343679Z test_quick_add_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3347829Z test_quick_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3352017Z test_quick_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3356409Z test_quick_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3360316Z test_quick_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3364440Z test_quick_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3368750Z test_quick_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3372887Z test_quick_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3376870Z test_quick_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3380908Z test_quick_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3384836Z test_quick_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3389044Z test_quick_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3393595Z test_quick_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3397426Z test_quick_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3401439Z test_quick_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3405519Z test_quick_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3409862Z test_quick_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3413699Z test_quick_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3417792Z test_quick_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3421708Z test_quick_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3425619Z test_quick_addcmul_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3429391Z test_quick_addcmul_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3433394Z test_quick_addcmul_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3437353Z test_quick_addcmul_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3441460Z test_quick_addcmul_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3445245Z test_quick_addcmul_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3449403Z test_quick_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3453307Z test_quick_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3457277Z test_quick_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3461354Z test_quick_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3465386Z test_quick_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3469560Z test_quick_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3473970Z test_quick_addmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3478115Z test_quick_addmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3482202Z test_quick_addmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3486260Z test_quick_addmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3490461Z test_quick_addmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3494688Z test_quick_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3499229Z test_quick_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3503745Z test_quick_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3508179Z test_quick_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3512724Z test_quick_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3517240Z test_quick_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3521775Z test_quick_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3526278Z test_quick_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3530881Z test_quick_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3535388Z test_quick_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3539868Z test_quick_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3544310Z test_quick_addr_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3548827Z test_quick_addr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3553381Z test_quick_addr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3585736Z test_quick_addr_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T15:50:18.3590688Z test_quick_addr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3595057Z test_quick_addr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3599622Z test_quick_addr_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3604054Z test_quick_addr_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3608674Z test_quick_addr_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3613248Z test_quick_addr_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3617579Z test_quick_addr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3622208Z test_quick_all_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3626336Z test_quick_all_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3630450Z test_quick_all_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3634622Z test_quick_all_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3638757Z test_quick_all_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3642932Z test_quick_all_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3647025Z test_quick_all_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3651242Z test_quick_all_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3655431Z test_quick_all_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3659532Z test_quick_all_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3663635Z test_quick_all_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3667764Z test_quick_all_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3671885Z test_quick_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3676097Z test_quick_amax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3680273Z test_quick_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3684398Z test_quick_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3688790Z test_quick_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3692782Z test_quick_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3696877Z test_quick_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3701007Z test_quick_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3705109Z test_quick_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3709222Z test_quick_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3713440Z test_quick_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3717586Z test_quick_amin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3721735Z test_quick_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3725857Z test_quick_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3730124Z test_quick_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3734314Z test_quick_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3738470Z test_quick_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3742556Z test_quick_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3746668Z test_quick_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3750773Z test_quick_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3755083Z test_quick_any_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3759088Z test_quick_any_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3763235Z test_quick_any_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3767587Z test_quick_any_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3771622Z test_quick_any_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3775741Z test_quick_any_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3779855Z test_quick_any_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3783956Z test_quick_any_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3788094Z test_quick_any_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3792265Z test_quick_any_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3796484Z test_quick_any_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3800618Z test_quick_any_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3804775Z test_quick_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3809055Z test_quick_arange_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3813204Z test_quick_arange_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3817326Z test_quick_arange_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3821424Z test_quick_arange_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3825511Z test_quick_arange_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3829628Z test_quick_arange_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3833893Z test_quick_arange_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3838134Z test_quick_arange_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3842404Z test_quick_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3846711Z test_quick_asin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3851073Z test_quick_asin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3855087Z test_quick_asin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3859518Z test_quick_asin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3863352Z test_quick_asin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3867259Z test_quick_asin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3871267Z test_quick_asin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3875428Z test_quick_asin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3879215Z test_quick_asin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3883213Z test_quick_asin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3887068Z test_quick_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3891411Z test_quick_asinh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3895430Z test_quick_asinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3899278Z test_quick_asinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3903083Z test_quick_asinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3906950Z test_quick_asinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3910889Z test_quick_asinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3914843Z test_quick_asinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3918643Z test_quick_asinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3922497Z test_quick_asinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3926385Z test_quick_asinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3930538Z test_quick_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3934628Z test_quick_atan2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3938602Z test_quick_atan2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3942744Z test_quick_atan2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3946534Z test_quick_atan2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3950431Z test_quick_atan2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3954508Z test_quick_atan2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3958452Z test_quick_atan2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3962351Z test_quick_atan2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3966333Z test_quick_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3970389Z test_quick_atan_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3974405Z test_quick_atan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3978391Z test_quick_atan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3982434Z test_quick_atan_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3986659Z test_quick_atan_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3990653Z test_quick_atan_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3994991Z test_quick_atan_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.3998962Z test_quick_atan_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4003020Z test_quick_atan_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4006984Z test_quick_atan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4011405Z test_quick_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4015275Z test_quick_atanh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4019414Z test_quick_atanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4023677Z test_quick_atanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4028507Z test_quick_atanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4033393Z test_quick_atanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4038233Z test_quick_atanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4043193Z test_quick_atanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4048150Z test_quick_atanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4053049Z test_quick_atanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4057860Z test_quick_atanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4062741Z test_quick_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4067556Z test_quick_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4072547Z test_quick_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4077446Z test_quick_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4082550Z test_quick_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4087493Z test_quick_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4091571Z test_quick_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4095706Z test_quick_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4099806Z test_quick_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4103885Z test_quick_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4107975Z test_quick_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4112051Z test_quick_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4116162Z test_quick_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4120492Z test_quick_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4124577Z test_quick_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4128598Z test_quick_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4132922Z test_quick_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4136683Z test_quick_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4140883Z test_quick_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4144763Z test_quick_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4148718Z test_quick_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4152818Z test_quick_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4156929Z test_quick_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4161208Z test_quick_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4165465Z test_quick_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4169466Z test_quick_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4173511Z test_quick_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4177615Z test_quick_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4181792Z test_quick_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4185661Z test_quick_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4189977Z test_quick_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4193963Z test_quick_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4198113Z test_quick_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4202013Z test_quick_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4206209Z test_quick_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4210474Z test_quick_cat_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4214702Z test_quick_cat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4219150Z test_quick_cat_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4223035Z test_quick_cat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4227602Z test_quick_cat_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4231726Z test_quick_cat_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4235805Z test_quick_cat_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4239924Z test_quick_cat_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4244344Z test_quick_cat_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4248539Z test_quick_cat_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4252823Z test_quick_cat_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4257229Z test_quick_cat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4261762Z test_quick_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4265908Z test_quick_ceil_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4270049Z test_quick_ceil_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4274327Z test_quick_ceil_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4278418Z test_quick_ceil_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4282407Z test_quick_ceil_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4286455Z test_quick_ceil_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4290634Z test_quick_ceil_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4294592Z test_quick_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4298885Z test_quick_clamp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4303022Z test_quick_clamp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4307253Z test_quick_clamp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4311302Z test_quick_clamp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4315326Z test_quick_clamp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4319355Z test_quick_clamp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4323390Z test_quick_clamp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4327649Z test_quick_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4331657Z test_quick_clamp_max_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4335704Z test_quick_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4339951Z test_quick_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4343982Z test_quick_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4347896Z test_quick_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4352107Z test_quick_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4356074Z test_quick_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4360160Z test_quick_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4364231Z test_quick_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4368445Z test_quick_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4372394Z test_quick_clamp_min_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4376726Z test_quick_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4380615Z test_quick_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4384669Z test_quick_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4388638Z test_quick_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4392724Z test_quick_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4397020Z test_quick_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4401064Z test_quick_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4405300Z test_quick_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4409592Z test_quick_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4413658Z test_quick_clone_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4417670Z test_quick_clone_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4421724Z test_quick_clone_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4425740Z test_quick_clone_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4429820Z test_quick_clone_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4434037Z test_quick_clone_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4438041Z test_quick_clone_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4442151Z test_quick_clone_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4446146Z test_quick_clone_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4450441Z test_quick_clone_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4454518Z test_quick_clone_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4458588Z test_quick_clone_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4462788Z test_quick_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4466848Z test_quick_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4470913Z test_quick_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4475203Z test_quick_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4479359Z test_quick_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4483137Z test_quick_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4487249Z test_quick_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4491984Z test_quick_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4495890Z test_quick_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4500167Z test_quick_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4504290Z test_quick_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4508500Z test_quick_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4512624Z test_quick_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4516578Z test_quick_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4520847Z test_quick_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4525045Z test_quick_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4529038Z test_quick_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4533121Z test_quick_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4537127Z test_quick_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4541122Z test_quick_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4545236Z test_quick_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4549484Z test_quick_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4553534Z test_quick_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4557644Z test_quick_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4562091Z test_quick_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4566570Z test_quick_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4571229Z test_quick_copysign_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4575910Z test_quick_copysign_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4580335Z test_quick_copysign_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4584849Z test_quick_copysign_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4589364Z test_quick_copysign_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4593986Z test_quick_copysign_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4598514Z test_quick_copysign_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4603032Z test_quick_copysign_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4607672Z test_quick_copysign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4612248Z test_quick_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4616769Z test_quick_cos_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4621288Z test_quick_cos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4625847Z test_quick_cos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4630369Z test_quick_cos_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4634981Z test_quick_cos_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4639482Z test_quick_cos_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4643980Z test_quick_cos_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4648627Z test_quick_cos_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4653155Z test_quick_cos_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4657634Z test_quick_cos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4662126Z test_quick_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4666665Z test_quick_cosh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4671191Z test_quick_cosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4675830Z test_quick_cosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4680340Z test_quick_cosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4684867Z test_quick_cosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4689525Z test_quick_cosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4694136Z test_quick_cosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4698601Z test_quick_cosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4703178Z test_quick_cosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4707716Z test_quick_cosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4712406Z test_quick_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4716955Z test_quick_diag_embed_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4721519Z test_quick_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4726202Z test_quick_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4730892Z test_quick_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4735595Z test_quick_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4740153Z test_quick_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4744260Z test_quick_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4748269Z test_quick_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4752426Z test_quick_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4756309Z test_quick_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4760422Z test_quick_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4764592Z test_quick_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4768694Z test_quick_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4772682Z test_quick_diagonal_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4776916Z test_quick_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4781081Z test_quick_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4785439Z test_quick_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4789580Z test_quick_diagonal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4793730Z test_quick_diagonal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4797862Z test_quick_diagonal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4801998Z test_quick_diagonal_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4806089Z test_quick_diagonal_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4810291Z test_quick_diagonal_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4814430Z test_quick_diagonal_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4818804Z test_quick_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4822697Z test_quick_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4826879Z test_quick_digamma_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4830948Z test_quick_digamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4835172Z test_quick_digamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4839271Z test_quick_digamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4843368Z test_quick_digamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4847607Z test_quick_digamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4851696Z test_quick_digamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4855823Z test_quick_digamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4859918Z test_quick_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4864142Z test_quick_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4868134Z test_quick_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4872287Z test_quick_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4876498Z test_quick_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4880626Z test_quick_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4884761Z test_quick_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4889109Z test_quick_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4893064Z test_quick_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4897204Z test_quick_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4901320Z test_quick_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4905445Z test_quick_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4909591Z test_quick_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4913737Z test_quick_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4917879Z test_quick_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4921970Z test_quick_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4926063Z test_quick_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4930301Z test_quick_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4934471Z test_quick_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4938591Z test_quick_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4942693Z test_quick_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4946784Z test_quick_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4950919Z test_quick_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4955147Z test_quick_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4959257Z test_quick_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4963372Z test_quick_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4967601Z test_quick_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4971696Z test_quick_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4975817Z test_quick_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4979939Z test_quick_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4984061Z test_quick_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4988203Z test_quick_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4993062Z test_quick_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.4997207Z test_quick_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5001611Z test_quick_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5005667Z test_quick_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5009944Z test_quick_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5014199Z test_quick_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5018356Z test_quick_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5022434Z test_quick_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5026623Z test_quick_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5030690Z test_quick_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5035076Z test_quick_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5039049Z test_quick_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5043497Z test_quick_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5047256Z test_quick_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5051554Z test_quick_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5055494Z test_quick_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5059546Z test_quick_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5063498Z test_quick_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5067505Z test_quick_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5085478Z test_quick_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5086101Z test_quick_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5086447Z test_quick_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5086791Z test_quick_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5088900Z test_quick_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5092877Z test_quick_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5096835Z test_quick_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5101018Z test_quick_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5104979Z test_quick_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5109072Z test_quick_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5113186Z test_quick_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5117251Z test_quick_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5121283Z test_quick_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5125533Z test_quick_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5129671Z test_quick_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5133679Z test_quick_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5137734Z test_quick_eq_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5141768Z test_quick_eq_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5145769Z test_quick_eq_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5149817Z test_quick_eq_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5154045Z test_quick_eq_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5157998Z test_quick_eq_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5162116Z test_quick_eq_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5166051Z test_quick_eq_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5170310Z test_quick_eq_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5174559Z test_quick_eq_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5178464Z test_quick_eq_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5182299Z test_quick_eq_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5186373Z test_quick_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5190482Z test_quick_erf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5194731Z test_quick_erf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5198901Z test_quick_erf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5203083Z test_quick_erf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5207281Z test_quick_erf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5211575Z test_quick_erf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5215750Z test_quick_erf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5219968Z test_quick_erf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5224102Z test_quick_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5228455Z test_quick_erfc_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5232785Z test_quick_erfc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5237039Z test_quick_erfc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5241320Z test_quick_erfc_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5245185Z test_quick_erfc_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5249324Z test_quick_erfc_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5253639Z test_quick_erfc_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5257816Z test_quick_erfc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5262093Z test_quick_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5266149Z test_quick_erfinv_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5270614Z test_quick_erfinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5274741Z test_quick_erfinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5278991Z test_quick_erfinv_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5283243Z test_quick_erfinv_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5287588Z test_quick_erfinv_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5291774Z test_quick_erfinv_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5296027Z test_quick_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5300356Z test_quick_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5304425Z test_quick_exp2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5308632Z test_quick_exp2_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5312870Z test_quick_exp2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5316996Z test_quick_exp2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5321036Z test_quick_exp2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5325286Z test_quick_exp2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5329461Z test_quick_exp2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5333691Z test_quick_exp2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5337596Z test_quick_exp2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5341828Z test_quick_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5346019Z test_quick_exp_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5350131Z test_quick_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5354429Z test_quick_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5358913Z test_quick_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5362962Z test_quick_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5367026Z test_quick_exp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5371105Z test_quick_exp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5375086Z test_quick_exp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5379020Z test_quick_exp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5383079Z test_quick_exp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5386745Z test_quick_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5390971Z test_quick_expand_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5395036Z test_quick_expand_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5398986Z test_quick_expand_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5403036Z test_quick_expand_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5407001Z test_quick_expand_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5410956Z test_quick_expand_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5415001Z test_quick_expand_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5418803Z test_quick_expand_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5423090Z test_quick_expand_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5455177Z test_quick_expand_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T15:50:18.5459417Z test_quick_expand_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5463703Z test_quick_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5467707Z test_quick_expm1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5471570Z test_quick_expm1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5475788Z test_quick_expm1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5479838Z test_quick_expm1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5483959Z test_quick_expm1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5487928Z test_quick_expm1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5491714Z test_quick_expm1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5495779Z test_quick_expm1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5499781Z test_quick_eye_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5504061Z test_quick_eye_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5508386Z test_quick_eye_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5512737Z test_quick_eye_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5516715Z test_quick_eye_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5520924Z test_quick_eye_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5525087Z test_quick_eye_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5529395Z test_quick_eye_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5533819Z test_quick_eye_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5537661Z test_quick_eye_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5541687Z test_quick_eye_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5545737Z test_quick_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5549781Z test_quick_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5553999Z test_quick_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5558059Z test_quick_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5562060Z test_quick_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5566072Z test_quick_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5570171Z test_quick_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5574345Z test_quick_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5578269Z test_quick_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5582280Z test_quick_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5586295Z test_quick_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5590347Z test_quick_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5594514Z test_quick_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5598542Z test_quick_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5602588Z test_quick_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5606570Z test_quick_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5610662Z test_quick_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5614661Z test_quick_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5618666Z test_quick_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5622712Z test_quick_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5626710Z test_quick_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5630731Z test_quick_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5634862Z test_quick_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5638909Z test_quick_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5642940Z test_quick_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5646954Z test_quick_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5651025Z test_quick_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5655058Z test_quick_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5659079Z test_quick_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5663150Z test_quick_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5667150Z test_quick_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5671144Z test_quick_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5675283Z test_quick_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5679281Z test_quick_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5683313Z test_quick_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5687444Z test_quick_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5691534Z test_quick_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5695528Z test_quick_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5699658Z test_quick_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5703430Z test_quick_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5707600Z test_quick_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5711531Z test_quick_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5715627Z test_quick_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5719762Z test_quick_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5724034Z test_quick_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5728306Z test_quick_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5732096Z test_quick_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5736551Z test_quick_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5740469Z test_quick_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5744483Z test_quick_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5748646Z test_quick_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5752801Z test_quick_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5756806Z test_quick_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5760899Z test_quick_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5764984Z test_quick_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5769385Z test_quick_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5773461Z test_quick_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5777677Z test_quick_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5781673Z test_quick_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5785619Z test_quick_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5789663Z test_quick_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5793844Z test_quick_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5798050Z test_quick_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5802213Z test_quick_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5806237Z test_quick_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5810340Z test_quick_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5814297Z test_quick_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5818240Z test_quick_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5822259Z test_quick_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5826230Z test_quick_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5830214Z test_quick_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5834297Z test_quick_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5838388Z test_quick_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5842290Z test_quick_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5846230Z test_quick_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5850274Z test_quick_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5854249Z test_quick_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5858191Z test_quick_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5862132Z test_quick_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5866077Z test_quick_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5870057Z test_quick_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5874153Z test_quick_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5878170Z test_quick_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5882166Z test_quick_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5886122Z test_quick_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5890248Z test_quick_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5894343Z test_quick_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5898432Z test_quick_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5902508Z test_quick_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5906534Z test_quick_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5910592Z test_quick_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5914785Z test_quick_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5919107Z test_quick_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5923204Z test_quick_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5927573Z test_quick_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5931615Z test_quick_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5935725Z test_quick_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5939849Z test_quick_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5943948Z test_quick_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5948077Z test_quick_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5952196Z test_quick_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5956422Z test_quick_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5960582Z test_quick_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5964712Z test_quick_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5968942Z test_quick_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5973418Z test_quick_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5977276Z test_quick_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5981553Z test_quick_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5985519Z test_quick_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5989554Z test_quick_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5993743Z test_quick_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.5997758Z test_quick_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6001787Z test_quick_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6005974Z test_quick_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6010539Z test_quick_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6014771Z test_quick_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6018586Z test_quick_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6022515Z test_quick_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6026857Z test_quick_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6030986Z test_quick_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6035213Z test_quick_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6039319Z test_quick_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6043329Z test_quick_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6047504Z test_quick_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6051520Z test_quick_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6055584Z test_quick_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6059627Z test_quick_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6063646Z test_quick_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6067876Z test_quick_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6071724Z test_quick_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6075957Z test_quick_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6080011Z test_quick_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6084306Z test_quick_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6088430Z test_quick_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6092548Z test_quick_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6096775Z test_quick_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6101338Z test_quick_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6105293Z test_quick_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6109207Z test_quick_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6113407Z test_quick_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6117429Z test_quick_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6121552Z test_quick_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6125723Z test_quick_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6129919Z test_quick_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6134125Z test_quick_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6138370Z test_quick_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6142544Z test_quick_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6146719Z test_quick_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6150896Z test_quick_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6155184Z test_quick_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6159579Z test_quick_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6163716Z test_quick_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6167928Z test_quick_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6172439Z test_quick_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6176651Z test_quick_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6180601Z test_quick_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6184775Z test_quick_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6188945Z test_quick_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6193124Z test_quick_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6197200Z test_quick_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6201313Z test_quick_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6205529Z test_quick_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6210050Z test_quick_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6213923Z test_quick_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6218035Z test_quick_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6222273Z test_quick_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6226628Z test_quick_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6231067Z test_quick_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6235244Z test_quick_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6239231Z test_quick_flip_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6243444Z test_quick_flip_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6247581Z test_quick_flip_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6251697Z test_quick_flip_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6255933Z test_quick_flip_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6259861Z test_quick_flip_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6264286Z test_quick_flip_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6268217Z test_quick_flip_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6272134Z test_quick_flip_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6276177Z test_quick_flip_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6280365Z test_quick_flip_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6284534Z test_quick_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6288924Z test_quick_floor_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6293176Z test_quick_floor_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6297265Z test_quick_floor_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6301255Z test_quick_floor_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6305233Z test_quick_floor_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6309186Z test_quick_floor_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6313239Z test_quick_floor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6317354Z test_quick_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6321475Z test_quick_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6325539Z test_quick_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6329580Z test_quick_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6333493Z test_quick_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6337427Z test_quick_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6341364Z test_quick_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6345288Z test_quick_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6349255Z test_quick_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6353262Z test_quick_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6357207Z test_quick_fmax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6361194Z test_quick_fmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6365162Z test_quick_fmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6369194Z test_quick_fmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6373130Z test_quick_fmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6377145Z test_quick_fmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6380990Z test_quick_fmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6384888Z test_quick_fmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6388792Z test_quick_fmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6392758Z test_quick_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6396726Z test_quick_fmin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6400654Z test_quick_fmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6404604Z test_quick_fmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6408747Z test_quick_fmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6412533Z test_quick_fmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6416687Z test_quick_fmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6420573Z test_quick_fmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6424469Z test_quick_fmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6428390Z test_quick_fmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6432340Z test_quick_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6436371Z test_quick_fmod_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6440307Z test_quick_fmod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6444295Z test_quick_fmod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6449087Z test_quick_fmod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6452620Z test_quick_fmod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6456661Z test_quick_fmod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6460887Z test_quick_fmod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6464819Z test_quick_fmod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6468966Z test_quick_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6473178Z test_quick_frac_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6477434Z test_quick_frac_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6481726Z test_quick_frac_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6486007Z test_quick_gcd_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6490292Z test_quick_gcd_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6494752Z test_quick_gcd_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6498838Z test_quick_gcd_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6503118Z test_quick_gcd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6507500Z test_quick_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6511471Z test_quick_ge_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6515792Z test_quick_ge_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6519638Z test_quick_ge_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6523542Z test_quick_ge_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6527795Z test_quick_ge_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6531891Z test_quick_ge_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6536055Z test_quick_ge_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6540174Z test_quick_ge_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6544279Z test_quick_ge_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6548440Z test_quick_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6552643Z test_quick_gt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6556832Z test_quick_gt_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6560925Z test_quick_gt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6565245Z test_quick_gt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6569558Z test_quick_gt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6573676Z test_quick_gt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6577747Z test_quick_gt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6581838Z test_quick_gt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6585863Z test_quick_gt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6589915Z test_quick_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6594081Z test_quick_heaviside_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6598336Z test_quick_heaviside_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6602391Z test_quick_heaviside_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6606536Z test_quick_heaviside_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6610744Z test_quick_heaviside_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6614652Z test_quick_heaviside_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6618842Z test_quick_heaviside_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6622970Z test_quick_heaviside_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6627141Z test_quick_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6631311Z test_quick_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6635495Z test_quick_hypot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6639546Z test_quick_hypot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6643686Z test_quick_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6647879Z test_quick_igamma_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6652438Z test_quick_igamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6656243Z test_quick_igamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6660264Z test_quick_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6664523Z test_quick_igammac_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6668352Z test_quick_igammac_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6672574Z test_quick_igammac_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6676578Z test_quick_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6680697Z test_quick_index_add_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6684976Z test_quick_index_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6688893Z test_quick_index_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6693132Z test_quick_index_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6696992Z test_quick_index_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6700944Z test_quick_index_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6705061Z test_quick_index_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6708986Z test_quick_index_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6713236Z test_quick_index_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6717759Z test_quick_index_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6721756Z test_quick_index_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6725818Z test_quick_index_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6730376Z test_quick_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6734743Z test_quick_index_copy_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6738474Z test_quick_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6742472Z test_quick_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6746574Z test_quick_index_copy_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6750562Z test_quick_index_copy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6754831Z test_quick_index_copy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6759053Z test_quick_index_copy_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6763155Z test_quick_index_copy_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6767419Z test_quick_index_copy_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6771402Z test_quick_index_copy_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6775448Z test_quick_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6779455Z test_quick_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6783797Z test_quick_index_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6787413Z test_quick_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6791693Z test_quick_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6795792Z test_quick_index_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6800048Z test_quick_index_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6804301Z test_quick_index_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6808428Z test_quick_index_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6812504Z test_quick_index_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6816604Z test_quick_index_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6820711Z test_quick_index_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6824782Z test_quick_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6828842Z test_quick_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6832855Z test_quick_index_select_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6837040Z test_quick_index_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6841134Z test_quick_index_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6844912Z test_quick_index_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6848959Z test_quick_index_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6852911Z test_quick_index_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6856873Z test_quick_index_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6860850Z test_quick_index_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6864778Z test_quick_index_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6868945Z test_quick_index_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6872989Z test_quick_index_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6877191Z test_quick_index_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6881479Z test_quick_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6885745Z test_quick_isinf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6890309Z test_quick_isinf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6894216Z test_quick_isinf_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6898231Z test_quick_isinf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6902476Z test_quick_isinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6906348Z test_quick_isinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6910374Z test_quick_isinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6914816Z test_quick_isinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6918973Z test_quick_isinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6922816Z test_quick_isinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6926922Z test_quick_isinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6931201Z test_quick_isinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6935405Z test_quick_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6939555Z test_quick_isnan_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6943801Z test_quick_isnan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6947966Z test_quick_isnan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6952227Z test_quick_isnan_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6956354Z test_quick_isnan_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6960284Z test_quick_isnan_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6964246Z test_quick_isnan_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6969263Z test_quick_isnan_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6972557Z test_quick_isnan_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6976548Z test_quick_isnan_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6980629Z test_quick_isnan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6984637Z test_quick_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6988584Z test_quick_isneginf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6992828Z test_quick_isneginf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.6996824Z test_quick_isneginf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7000967Z test_quick_isneginf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7005224Z test_quick_isneginf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7009346Z test_quick_isneginf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7014434Z test_quick_isneginf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7019274Z test_quick_isneginf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7024001Z test_quick_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7028813Z test_quick_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7033603Z test_quick_isposinf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7038540Z test_quick_isposinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7043426Z test_quick_isposinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7048450Z test_quick_isposinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7052703Z test_quick_isposinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7056880Z test_quick_isposinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7061126Z test_quick_isposinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7065217Z test_quick_isposinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7069448Z test_quick_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7073401Z test_quick_lcm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7077497Z test_quick_lcm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7081748Z test_quick_lcm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7085531Z test_quick_lcm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7089753Z test_quick_lcm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7093859Z test_quick_le_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7097937Z test_quick_le_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7102038Z test_quick_le_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7106154Z test_quick_le_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7110286Z test_quick_le_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7114525Z test_quick_le_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7118686Z test_quick_le_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7122807Z test_quick_le_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7126934Z test_quick_le_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7131144Z test_quick_le_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7135248Z test_quick_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7139375Z test_quick_lgamma_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7143505Z test_quick_lgamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7147676Z test_quick_lgamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7151781Z test_quick_lgamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7156009Z test_quick_lgamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7160126Z test_quick_lgamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7164224Z test_quick_lgamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7168562Z test_quick_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7172759Z test_quick_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7176797Z test_quick_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7180917Z test_quick_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7185014Z test_quick_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7189216Z test_quick_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7193341Z test_quick_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7197422Z test_quick_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7201597Z test_quick_linspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7205609Z test_quick_linspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7209829Z test_quick_linspace_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7213954Z test_quick_linspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7218086Z test_quick_linspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7222332Z test_quick_linspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7226382Z test_quick_linspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7230581Z test_quick_linspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7235175Z test_quick_linspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7239167Z test_quick_linspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7243092Z test_quick_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7247724Z test_quick_log10_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7251564Z test_quick_log10_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7255835Z test_quick_log10_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7260075Z test_quick_log10_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7264059Z test_quick_log10_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7296391Z test_quick_log10_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T15:50:18.7300426Z test_quick_log10_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7304298Z test_quick_log10_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7308492Z test_quick_log10_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7312433Z test_quick_log10_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7316462Z test_quick_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7320553Z test_quick_log1p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7324539Z test_quick_log1p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7328607Z test_quick_log1p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7332562Z test_quick_log1p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7336726Z test_quick_log1p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7340876Z test_quick_log1p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7344907Z test_quick_log1p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7348915Z test_quick_log1p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7353142Z test_quick_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7357452Z test_quick_log2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7361805Z test_quick_log2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7365713Z test_quick_log2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7370146Z test_quick_log2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7373984Z test_quick_log2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7378240Z test_quick_log2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7382424Z test_quick_log2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7386313Z test_quick_log2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7390562Z test_quick_log2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7394645Z test_quick_log2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7398670Z test_quick_log_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7402453Z test_quick_log_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7406453Z test_quick_log_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7410532Z test_quick_log_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7414371Z test_quick_log_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7418347Z test_quick_log_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7422316Z test_quick_log_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7426460Z test_quick_log_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7430179Z test_quick_log_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7434264Z test_quick_log_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7438626Z test_quick_log_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7442650Z test_quick_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7446753Z test_quick_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7451081Z test_quick_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7455246Z test_quick_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7459324Z test_quick_logical_and_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7463488Z test_quick_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7467564Z test_quick_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7471842Z test_quick_logical_and_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7476556Z test_quick_logical_and_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7480358Z test_quick_logical_and_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7484541Z test_quick_logical_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7488807Z test_quick_logical_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7492917Z test_quick_logical_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7497718Z test_quick_logical_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7502539Z test_quick_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7506990Z test_quick_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7511410Z test_quick_logical_not_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7515599Z test_quick_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7519783Z test_quick_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7523880Z test_quick_logical_not_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7527938Z test_quick_logical_not_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7532004Z test_quick_logical_not_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7536021Z test_quick_logical_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7540111Z test_quick_logical_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7544273Z test_quick_logical_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7548073Z test_quick_logical_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7552078Z test_quick_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7556088Z test_quick_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7560129Z test_quick_logical_or_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7564323Z test_quick_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7568348Z test_quick_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7572374Z test_quick_logical_or_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7576144Z test_quick_logical_or_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7580341Z test_quick_logical_or_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7584797Z test_quick_logical_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7588629Z test_quick_logical_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7592853Z test_quick_logical_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7597142Z test_quick_logical_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7601074Z test_quick_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7605171Z test_quick_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7609375Z test_quick_logical_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7613779Z test_quick_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7617806Z test_quick_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7622103Z test_quick_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7626149Z test_quick_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7630422Z test_quick_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7634806Z test_quick_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7638750Z test_quick_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7642832Z test_quick_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7646954Z test_quick_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7651182Z test_quick_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7655376Z test_quick_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7659508Z test_quick_logit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7663649Z test_quick_logit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7667718Z test_quick_logit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7671832Z test_quick_logit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7676056Z test_quick_logit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7680198Z test_quick_logit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7684307Z test_quick_logit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7688531Z test_quick_logit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7692763Z test_quick_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7697152Z test_quick_logspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7701204Z test_quick_logspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7705318Z test_quick_logspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7709792Z test_quick_logspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7713661Z test_quick_logspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7717655Z test_quick_logspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7721933Z test_quick_logspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7725742Z test_quick_logspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7730122Z test_quick_logspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7734154Z test_quick_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7738092Z test_quick_logsumexp_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7742320Z test_quick_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7746179Z test_quick_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7750293Z test_quick_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7754806Z test_quick_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7759077Z test_quick_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7762935Z test_quick_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7766990Z test_quick_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7771219Z test_quick_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7775259Z test_quick_lt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7779479Z test_quick_lt_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7783375Z test_quick_lt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7787563Z test_quick_lt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7791820Z test_quick_lt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7795882Z test_quick_lt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7800039Z test_quick_lt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7804229Z test_quick_lt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7808425Z test_quick_lt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7812622Z test_quick_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7816832Z test_quick_masked_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7820994Z test_quick_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7825114Z test_quick_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7829438Z test_quick_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7833488Z test_quick_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7837740Z test_quick_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7841746Z test_quick_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7846045Z test_quick_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7850222Z test_quick_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7854444Z test_quick_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7858699Z test_quick_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7862863Z test_quick_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7866934Z test_quick_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7871108Z test_quick_maximum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7875283Z test_quick_maximum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7879245Z test_quick_maximum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7883688Z test_quick_maximum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7887714Z test_quick_maximum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7891768Z test_quick_maximum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7895914Z test_quick_maximum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7900271Z test_quick_maximum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7904538Z test_quick_maximum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7908755Z test_quick_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7912644Z test_quick_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7916638Z test_quick_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7920901Z test_quick_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7925062Z test_quick_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7929460Z test_quick_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7933730Z test_quick_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7937985Z test_quick_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7942192Z test_quick_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7946213Z test_quick_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7950279Z test_quick_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7954439Z test_quick_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7958460Z test_quick_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7962471Z test_quick_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7966593Z test_quick_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7970957Z test_quick_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7974877Z test_quick_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7979619Z test_quick_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7983928Z test_quick_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7987964Z test_quick_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7992201Z test_quick_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7996040Z test_quick_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.7999962Z test_quick_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8004774Z test_quick_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8008683Z test_quick_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8013157Z test_quick_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8017274Z test_quick_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8021131Z test_quick_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8025211Z test_quick_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8029334Z test_quick_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8033323Z test_quick_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8037333Z test_quick_minimum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8041319Z test_quick_minimum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8045605Z test_quick_minimum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8049772Z test_quick_minimum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8053950Z test_quick_minimum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8058204Z test_quick_minimum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8062302Z test_quick_minimum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8066389Z test_quick_minimum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8070548Z test_quick_minimum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8074949Z test_quick_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8079331Z test_quick_mul_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8083443Z test_quick_mul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8087705Z test_quick_mul_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8091859Z test_quick_mul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8096023Z test_quick_mul_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8100380Z test_quick_mul_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8104405Z test_quick_mul_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8108611Z test_quick_mul_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8112805Z test_quick_mul_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8117119Z test_quick_mul_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8121096Z test_quick_mul_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8125399Z test_quick_mul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8129878Z test_quick_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8133980Z test_quick_mv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8138494Z test_quick_mv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8142538Z test_quick_mv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8146637Z test_quick_mv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8150945Z test_quick_mv_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8155292Z test_quick_mv_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8159631Z test_quick_mv_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8163945Z test_quick_mv_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8168174Z test_quick_mv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8172625Z test_quick_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8176620Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8180820Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8185118Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8189503Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8193966Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8198116Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8202458Z test_quick_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8206862Z test_quick_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8211318Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8215303Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8219770Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8223697Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8228257Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8232681Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8237549Z test_quick_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8242158Z test_quick_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8247181Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8252202Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8257296Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8261928Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8266258Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8270510Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8274592Z test_quick_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8278734Z test_quick_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8282853Z test_quick_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8286926Z test_quick_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8291390Z test_quick_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8295436Z test_quick_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8299612Z test_quick_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8304108Z test_quick_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8308713Z test_quick_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8313390Z test_quick_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8318095Z test_quick_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8322894Z test_quick_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8327737Z test_quick_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8331847Z test_quick_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8336147Z test_quick_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8340435Z test_quick_ne_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8344723Z test_quick_ne_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8348718Z test_quick_ne_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8353260Z test_quick_ne_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8357297Z test_quick_ne_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8361749Z test_quick_ne_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8365708Z test_quick_ne_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8370000Z test_quick_ne_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8374599Z test_quick_ne_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8379632Z test_quick_ne_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8384362Z test_quick_ne_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8389535Z test_quick_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8394708Z test_quick_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8399920Z test_quick_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8403891Z test_quick_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8408517Z test_quick_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8412451Z test_quick_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8416406Z test_quick_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8420762Z test_quick_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8425127Z test_quick_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8429197Z test_quick_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8433523Z test_quick_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8437582Z test_quick_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8441921Z test_quick_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8446125Z test_quick_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8450283Z test_quick_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8454405Z test_quick_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8458359Z test_quick_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8462596Z test_quick_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8466652Z test_quick_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8470828Z test_quick_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8475102Z test_quick_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8479470Z test_quick_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8483964Z test_quick_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8488165Z test_quick_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8492711Z test_quick_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8497211Z test_quick_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:18.8501891Z test_quick_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:18.8506326Z test_quick_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:18.8511090Z test_quick_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:18.8515696Z test_quick_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:18.8520234Z test_quick_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:18.8524790Z test_quick_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:18.8529750Z test_quick_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:18.8534117Z test_quick_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:18.8538651Z test_quick_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:18.8543413Z test_quick_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:18.8547940Z test_quick_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:18.8552606Z test_quick_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T15:50:18.8557316Z test_quick_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8561694Z test_quick_new_full_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8566277Z test_quick_new_full_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8570951Z test_quick_new_full_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8575514Z test_quick_new_full_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8580243Z test_quick_new_full_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8584730Z test_quick_new_full_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8589340Z test_quick_new_full_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8593970Z test_quick_new_full_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8598633Z test_quick_new_full_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8603096Z test_quick_new_full_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8607724Z test_quick_new_full_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8612355Z test_quick_new_full_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8616800Z test_quick_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8621709Z test_quick_new_ones_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8625916Z test_quick_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8630390Z test_quick_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8634974Z test_quick_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8639262Z test_quick_new_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8643683Z test_quick_new_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8648268Z test_quick_new_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8652472Z test_quick_new_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8656663Z test_quick_new_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8660702Z test_quick_new_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8665114Z test_quick_new_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8669383Z test_quick_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8674163Z test_quick_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8678554Z test_quick_new_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8682724Z test_quick_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8686764Z test_quick_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8691041Z test_quick_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8695321Z test_quick_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8699648Z test_quick_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8703906Z test_quick_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8708079Z test_quick_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8712140Z test_quick_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8716292Z test_quick_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8720823Z test_quick_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8725421Z test_quick_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8730301Z test_quick_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8734646Z test_quick_nextafter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8739213Z test_quick_nextafter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8743700Z test_quick_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8747932Z test_quick_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8752251Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8756778Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8760923Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8765157Z test_quick_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8769672Z test_quick_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8773542Z test_quick_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8777607Z test_quick_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8781894Z test_quick_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8786100Z test_quick_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8790200Z test_quick_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8794517Z test_quick_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8798756Z test_quick_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8802856Z test_quick_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8807024Z test_quick_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8811383Z test_quick_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8815626Z test_quick_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8819884Z test_quick_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8824010Z test_quick_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8828204Z test_quick_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8832422Z test_quick_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8837038Z test_quick_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8841196Z test_quick_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8845440Z test_quick_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8849874Z test_quick_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8854020Z test_quick_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8858164Z test_quick_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8862264Z test_quick_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8866877Z test_quick_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8871410Z test_quick_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8876103Z test_quick_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8880655Z test_quick_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8885263Z test_quick_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8890068Z test_quick_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8894722Z test_quick_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8899003Z test_quick_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8903355Z test_quick_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8907731Z test_quick_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8912140Z test_quick_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8916862Z test_quick_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8920890Z test_quick_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8924968Z test_quick_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8929210Z test_quick_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8933324Z test_quick_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8937403Z test_quick_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8941515Z test_quick_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8945605Z test_quick_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8949689Z test_quick_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8953924Z test_quick_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8958061Z test_quick_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8962230Z test_quick_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8966513Z test_quick_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8970682Z test_quick_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8974957Z test_quick_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8979073Z test_quick_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8983301Z test_quick_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8987585Z test_quick_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8991633Z test_quick_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.8996065Z test_quick_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9000182Z test_quick_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9004411Z test_quick_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9009268Z test_quick_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9013362Z test_quick_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9017799Z test_quick_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9021781Z test_quick_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9025856Z test_quick_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9029820Z test_quick_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9034164Z test_quick_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9038386Z test_quick_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9042518Z test_quick_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9046751Z test_quick_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9051410Z test_quick_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9055377Z test_quick_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9059549Z test_quick_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9063617Z test_quick_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9067811Z test_quick_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9071973Z test_quick_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9075921Z test_quick_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9079932Z test_quick_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9083953Z test_quick_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9088130Z test_quick_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9092163Z test_quick_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9096096Z test_quick_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9100153Z test_quick_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9104025Z test_quick_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9108120Z test_quick_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9111972Z test_quick_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9116079Z test_quick_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9120149Z test_quick_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9124185Z test_quick_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9128976Z test_quick_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9132526Z test_quick_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9136767Z test_quick_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9141115Z test_quick_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9144638Z test_quick_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9148819Z test_quick_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9152937Z test_quick_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9156785Z test_quick_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9189398Z test_quick_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T15:50:18.9193451Z test_quick_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9197620Z test_quick_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9201615Z test_quick_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9205715Z test_quick_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9209975Z test_quick_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9214069Z test_quick_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9218255Z test_quick_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9222446Z test_quick_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9226478Z test_quick_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9230672Z test_quick_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9234837Z test_quick_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9238965Z test_quick_ones_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9243078Z test_quick_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9247126Z test_quick_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9251450Z test_quick_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9255638Z test_quick_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9259828Z test_quick_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9263980Z test_quick_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9268095Z test_quick_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9272142Z test_quick_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9276323Z test_quick_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9280401Z test_quick_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9284439Z test_quick_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9288735Z test_quick_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9292706Z test_quick_permute_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9296823Z test_quick_permute_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9300919Z test_quick_permute_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9304955Z test_quick_permute_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9309096Z test_quick_permute_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9313261Z test_quick_permute_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9317357Z test_quick_permute_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9321588Z test_quick_permute_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9325585Z test_quick_permute_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9329734Z test_quick_permute_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9333839Z test_quick_permute_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9337898Z test_quick_permute_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9341826Z test_quick_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9345803Z test_quick_pow_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9349757Z test_quick_pow_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9353777Z test_quick_pow_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9358001Z test_quick_pow_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9361889Z test_quick_pow_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9366034Z test_quick_pow_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9370195Z test_quick_pow_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9374537Z test_quick_pow_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9378398Z test_quick_pow_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9382810Z test_quick_pow_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9387022Z test_quick_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9391402Z test_quick_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9395668Z test_quick_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9399563Z test_quick_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9403645Z test_quick_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9407589Z test_quick_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9411620Z test_quick_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9415483Z test_quick_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9419529Z test_quick_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9423250Z test_quick_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9427482Z test_quick_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9431443Z test_quick_randn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9435418Z test_quick_randn_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9439366Z test_quick_randn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9443656Z test_quick_randn_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9447820Z test_quick_randn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9451915Z test_quick_randn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9455864Z test_quick_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9459848Z test_quick_reciprocal_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9464114Z test_quick_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9468148Z test_quick_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9472494Z test_quick_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9476564Z test_quick_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9480819Z test_quick_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9484953Z test_quick_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9489014Z test_quick_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9493264Z test_quick_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9497389Z test_quick_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9501505Z test_quick_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9505575Z test_quick_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9509825Z test_quick_remainder_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9513973Z test_quick_remainder_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9518217Z test_quick_remainder_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9522360Z test_quick_remainder_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9526875Z test_quick_remainder_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9531330Z test_quick_remainder_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9535381Z test_quick_remainder_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9539524Z test_quick_remainder_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9543313Z test_quick_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9547199Z test_quick_repeat_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9551307Z test_quick_repeat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9555341Z test_quick_repeat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9559293Z test_quick_repeat_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9563309Z test_quick_repeat_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9567501Z test_quick_repeat_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9571567Z test_quick_repeat_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9575641Z test_quick_repeat_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9579637Z test_quick_repeat_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9583665Z test_quick_repeat_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9587639Z test_quick_repeat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9591915Z test_quick_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9595930Z test_quick_roll_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9599815Z test_quick_roll_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9604052Z test_quick_roll_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9608037Z test_quick_roll_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9612462Z test_quick_roll_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9616533Z test_quick_roll_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9620730Z test_quick_roll_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9624718Z test_quick_roll_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9628715Z test_quick_roll_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9632816Z test_quick_roll_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9637345Z test_quick_roll_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9641336Z test_quick_roll_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9645327Z test_quick_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9649455Z test_quick_rot90_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9653494Z test_quick_rot90_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9657355Z test_quick_rot90_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9661347Z test_quick_rot90_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9665414Z test_quick_rot90_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9669647Z test_quick_rot90_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9673779Z test_quick_rot90_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9677862Z test_quick_rot90_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9681720Z test_quick_rot90_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9685825Z test_quick_rot90_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9690040Z test_quick_rot90_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9694166Z test_quick_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9698231Z test_quick_rsqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9702296Z test_quick_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9706380Z test_quick_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9710459Z test_quick_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9714662Z test_quick_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9718751Z test_quick_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9722866Z test_quick_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9726951Z test_quick_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9731167Z test_quick_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9735297Z test_quick_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9739406Z test_quick_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9743513Z test_quick_rsub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9747543Z test_quick_rsub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9751609Z test_quick_rsub_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9755870Z test_quick_rsub_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9759968Z test_quick_rsub_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9764090Z test_quick_rsub_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9768331Z test_quick_rsub_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9772408Z test_quick_rsub_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9776504Z test_quick_rsub_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9780715Z test_quick_rsub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9784781Z test_quick_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9788910Z test_quick_select_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9793093Z test_quick_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9797247Z test_quick_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9801475Z test_quick_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9805450Z test_quick_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9809639Z test_quick_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9813782Z test_quick_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9817832Z test_quick_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9821892Z test_quick_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9825985Z test_quick_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9830081Z test_quick_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9834320Z test_quick_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9838414Z test_quick_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9842522Z test_quick_sgn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9846641Z test_quick_sgn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9850913Z test_quick_sgn_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9854976Z test_quick_sgn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9859296Z test_quick_sgn_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9863157Z test_quick_sgn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9867324Z test_quick_sgn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9871405Z test_quick_sgn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9875933Z test_quick_sgn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9880095Z test_quick_sgn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9884278Z test_quick_sgn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9889071Z test_quick_sgn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9893500Z test_quick_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9897967Z test_quick_sigmoid_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9902557Z test_quick_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9906876Z test_quick_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9911255Z test_quick_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9915661Z test_quick_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9920043Z test_quick_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9924374Z test_quick_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9928702Z test_quick_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9932865Z test_quick_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9936980Z test_quick_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9941113Z test_quick_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9945299Z test_quick_sign_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9949338Z test_quick_sign_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9953419Z test_quick_sign_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9957575Z test_quick_sign_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9961670Z test_quick_sign_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9965747Z test_quick_sign_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9969922Z test_quick_sign_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9973981Z test_quick_sign_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9978073Z test_quick_sign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9982197Z test_quick_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9986297Z test_quick_signbit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9990565Z test_quick_signbit_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9994534Z test_quick_signbit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:18.9998794Z test_quick_signbit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0002987Z test_quick_signbit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0007091Z test_quick_signbit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0011536Z test_quick_signbit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0015776Z test_quick_signbit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0019984Z test_quick_signbit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0023966Z test_quick_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0028037Z test_quick_sin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0032101Z test_quick_sin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0036527Z test_quick_sin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0040551Z test_quick_sin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0044610Z test_quick_sin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0048598Z test_quick_sin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0052770Z test_quick_sin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0056674Z test_quick_sin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0060689Z test_quick_sin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0064733Z test_quick_sin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0068877Z test_quick_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0072839Z test_quick_sinc_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0076745Z test_quick_sinc_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0080935Z test_quick_sinc_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0084757Z test_quick_sinc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0088921Z test_quick_sinc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0093001Z test_quick_sinc_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0096928Z test_quick_sinc_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0100913Z test_quick_sinc_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0105113Z test_quick_sinc_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0109356Z test_quick_sinc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0113102Z test_quick_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0117407Z test_quick_sinh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0121637Z test_quick_sinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0125476Z test_quick_sinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0129691Z test_quick_sinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0133890Z test_quick_sinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0137832Z test_quick_sinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0141768Z test_quick_sinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0145797Z test_quick_sinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0149855Z test_quick_sinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0154093Z test_quick_sinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0158117Z test_quick_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0162234Z test_quick_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0166387Z test_quick_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0170579Z test_quick_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0174503Z test_quick_special_i0e_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0178499Z test_quick_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0182456Z test_quick_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0186554Z test_quick_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0190660Z test_quick_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0194929Z test_quick_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0198962Z test_quick_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0202964Z test_quick_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0207070Z test_quick_special_i1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0211422Z test_quick_special_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0215567Z test_quick_special_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0219808Z test_quick_special_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0223893Z test_quick_special_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0228033Z test_quick_special_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0232168Z test_quick_special_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0236413Z test_quick_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0240578Z test_quick_special_i1e_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0244674Z test_quick_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0249113Z test_quick_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0252966Z test_quick_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0257346Z test_quick_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0261340Z test_quick_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0265732Z test_quick_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0269400Z test_quick_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0273233Z test_quick_special_zeta_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0277142Z test_quick_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0281293Z test_quick_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0285312Z test_quick_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0289242Z test_quick_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0293040Z test_quick_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0297057Z test_quick_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0301240Z test_quick_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0305352Z test_quick_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0309399Z test_quick_split_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0313834Z test_quick_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0318031Z test_quick_split_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0322222Z test_quick_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0326610Z test_quick_split_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0330601Z test_quick_split_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0334771Z test_quick_split_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0338915Z test_quick_split_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0342801Z test_quick_split_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0347152Z test_quick_split_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0351564Z test_quick_split_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0355552Z test_quick_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0359855Z test_quick_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0364758Z test_quick_split_list_args_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0369550Z test_quick_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0374406Z test_quick_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0379428Z test_quick_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0384312Z test_quick_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0389195Z test_quick_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0394141Z test_quick_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0399001Z test_quick_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0403776Z test_quick_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0408752Z test_quick_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0413314Z test_quick_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0418012Z test_quick_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0422539Z test_quick_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0426549Z test_quick_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0430765Z test_quick_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0434999Z test_quick_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0439127Z test_quick_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0443284Z test_quick_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0447615Z test_quick_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0451764Z test_quick_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0455953Z test_quick_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0460086Z test_quick_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0464239Z test_quick_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0468497Z test_quick_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0472965Z test_quick_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0477053Z test_quick_sqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0480928Z test_quick_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0485091Z test_quick_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0489005Z test_quick_sqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0493242Z test_quick_sqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0497176Z test_quick_sqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0501483Z test_quick_sqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0505542Z test_quick_sqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0509702Z test_quick_sqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0513961Z test_quick_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0517903Z test_quick_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0522051Z test_quick_squeeze_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0526094Z test_quick_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0530366Z test_quick_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0534383Z test_quick_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0538432Z test_quick_squeeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0543300Z test_quick_squeeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0547895Z test_quick_squeeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0552547Z test_quick_squeeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0557334Z test_quick_squeeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0562267Z test_quick_squeeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0567215Z test_quick_squeeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0572105Z test_quick_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0576736Z test_quick_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0581424Z test_quick_stack_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0585642Z test_quick_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0589929Z test_quick_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0594148Z test_quick_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0598270Z test_quick_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0602381Z test_quick_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0606520Z test_quick_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0610790Z test_quick_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0614926Z test_quick_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0619213Z test_quick_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0623095Z test_quick_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0627139Z test_quick_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0631218Z test_quick_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0635657Z test_quick_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0639629Z test_quick_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0643683Z test_quick_std_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0647893Z test_quick_std_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0652126Z test_quick_std_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0656153Z test_quick_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0660151Z test_quick_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0664192Z test_quick_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0668310Z test_quick_std_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0672433Z test_quick_std_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0676464Z test_quick_std_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0680649Z test_quick_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0684662Z test_quick_sub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0688926Z test_quick_sub_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0693007Z test_quick_sub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0697298Z test_quick_sub_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0701513Z test_quick_sub_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0705782Z test_quick_sub_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0709804Z test_quick_sub_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0714007Z test_quick_sub_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0718143Z test_quick_sub_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0722288Z test_quick_sub_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0726443Z test_quick_sub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0730555Z test_quick_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0734633Z test_quick_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0738695Z test_quick_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0742742Z test_quick_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0746747Z test_quick_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0751151Z test_quick_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0755292Z test_quick_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0759540Z test_quick_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0763659Z test_quick_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0767854Z test_quick_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0772017Z test_quick_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0775941Z test_quick_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0779960Z test_quick_t_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0784154Z test_quick_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0788312Z test_quick_t_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0792296Z test_quick_t_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0795949Z test_quick_t_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0800096Z test_quick_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0804220Z test_quick_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0808365Z test_quick_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0812508Z test_quick_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0816583Z test_quick_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0820616Z test_quick_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0824646Z test_quick_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0828722Z test_quick_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0832788Z test_quick_tan_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0836956Z test_quick_tan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0841038Z test_quick_tan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0845081Z test_quick_tan_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0849244Z test_quick_tan_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0853305Z test_quick_tan_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0857357Z test_quick_tan_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0861424Z test_quick_tan_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0865466Z test_quick_tan_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0869497Z test_quick_tan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0873709Z test_quick_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0877774Z test_quick_tanh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0881833Z test_quick_tanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0885909Z test_quick_tanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0890253Z test_quick_tanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0894448Z test_quick_tanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0898676Z test_quick_tanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0902906Z test_quick_tanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0907160Z test_quick_tanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0911378Z test_quick_tanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0915898Z test_quick_tanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0919943Z test_quick_trace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0924188Z test_quick_trace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0928683Z test_quick_trace_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0933219Z test_quick_trace_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0937097Z test_quick_trace_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0941640Z test_quick_trace_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0945586Z test_quick_trace_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0949834Z test_quick_trace_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0953996Z test_quick_trace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0957726Z test_quick_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0961647Z test_quick_transpose_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0965649Z test_quick_transpose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0969679Z test_quick_transpose_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0973857Z test_quick_transpose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0978027Z test_quick_transpose_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0982471Z test_quick_transpose_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0986428Z test_quick_transpose_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0990391Z test_quick_transpose_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0994401Z test_quick_transpose_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.0998464Z test_quick_transpose_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1002770Z test_quick_transpose_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1006518Z test_quick_transpose_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1038894Z test_quick_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-09-27T15:50:19.1043039Z test_quick_tril_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1047149Z test_quick_tril_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1051222Z test_quick_tril_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1055356Z test_quick_tril_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1059357Z test_quick_tril_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1063452Z test_quick_tril_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1067615Z test_quick_tril_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1071631Z test_quick_tril_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1075908Z test_quick_tril_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1080092Z test_quick_tril_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1084043Z test_quick_tril_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1088249Z test_quick_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1092400Z test_quick_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1096468Z test_quick_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1100542Z test_quick_triu_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1104694Z test_quick_triu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1108718Z test_quick_triu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1112908Z test_quick_triu_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1117379Z test_quick_triu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1121224Z test_quick_triu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1125217Z test_quick_triu_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1129321Z test_quick_triu_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1133489Z test_quick_triu_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1137645Z test_quick_triu_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1141770Z test_quick_triu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1145915Z test_quick_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1150078Z test_quick_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1154342Z test_quick_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1158552Z test_quick_trunc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1162819Z test_quick_trunc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1167052Z test_quick_trunc_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1171748Z test_quick_trunc_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1175793Z test_quick_trunc_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1179977Z test_quick_trunc_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1184210Z test_quick_trunc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1188164Z test_quick_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1192206Z test_quick_unbind_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1196498Z test_quick_unbind_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1201070Z test_quick_unbind_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1205017Z test_quick_unbind_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1208920Z test_quick_unbind_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1212752Z test_quick_unbind_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1216805Z test_quick_unbind_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1220581Z test_quick_unbind_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1224397Z test_quick_unbind_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1228297Z test_quick_unbind_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1232132Z test_quick_unbind_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1236307Z test_quick_unbind_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1240412Z test_quick_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1244596Z test_quick_uniform_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1248740Z test_quick_uniform_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1253035Z test_quick_uniform_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1257685Z test_quick_uniform_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1261162Z test_quick_uniform_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1265188Z test_quick_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1269171Z test_quick_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1273237Z test_quick_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1277509Z test_quick_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1281626Z test_quick_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1285845Z test_quick_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1290238Z test_quick_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1294480Z test_quick_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1298677Z test_quick_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1302662Z test_quick_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1306635Z test_quick_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1310796Z test_quick_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1315131Z test_quick_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1319089Z test_quick_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1323048Z test_quick_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1327083Z test_quick_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1331471Z test_quick_var_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1335570Z test_quick_var_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1339822Z test_quick_var_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1344400Z test_quick_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1348500Z test_quick_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1352863Z test_quick_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1356770Z test_quick_var_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1361700Z test_quick_var_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1366462Z test_quick_var_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1371413Z test_quick_view_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1376234Z test_quick_view_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1381162Z test_quick_view_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1385965Z test_quick_view_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1390829Z test_quick_view_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1395733Z test_quick_view_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1400591Z test_quick_view_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1405478Z test_quick_view_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1410540Z test_quick_view_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1415189Z test_quick_view_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1420063Z test_quick_view_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1424476Z test_quick_view_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1428593Z test_quick_view_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1433100Z test_quick_where_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1437000Z test_quick_where_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1441112Z test_quick_where_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1445224Z test_quick_where_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1449604Z test_quick_where_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1453395Z test_quick_where_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1457842Z test_quick_where_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1461725Z test_quick_where_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1465525Z test_quick_where_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1469543Z test_quick_where_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1473678Z test_quick_where_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1477814Z test_quick_where_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1481902Z test_quick_where_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1486001Z test_quick_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1490203Z test_quick_xlogy_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1494279Z test_quick_xlogy_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1498439Z test_quick_xlogy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1502661Z test_quick_xlogy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1506849Z test_quick_xlogy_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1510822Z test_quick_xlogy_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1514773Z test_quick_xlogy_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1518675Z test_quick_xlogy_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1522555Z test_quick_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1526500Z test_quick_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1530432Z test_quick_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1534766Z test_quick_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1538956Z test_quick_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1542944Z test_quick_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1546872Z test_quick_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1550907Z test_quick_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1555228Z test_quick_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1559452Z test_quick_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1563390Z test_quick_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1567549Z test_quick_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1571533Z test_quick_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1575516Z test_quick_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-09-27T15:50:19.1577130Z 2022-09-27T15:50:19.1577581Z ---------------------------------------------------------------------- 2022-09-27T15:50:19.1577720Z Ran 7050 tests in 3.297s 2022-09-27T15:50:19.1577731Z 2022-09-27T15:50:19.1577867Z OK (skipped=7050) 2022-09-27T15:50:19.1577883Z 2022-09-27T15:50:19.1578039Z Generating XML reports... 2022-09-27T15:50:20.1424191Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20220927155015.xml 2022-09-27T15:50:20.9598679Z Running test_quantization ... [2022-09-27 15:50:20.959455] 2022-09-27T15:50:20.9599457Z Executing ['/opt/conda/bin/python', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:50:20.959545] 2022-09-27T15:50:25.2899989Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T15:50:25.2900523Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T15:50:25.3626810Z Test results will be stored in test-reports/python-unittest/test_quantization 2022-09-27T15:50:25.3757088Z 2022-09-27T15:50:25.3757522Z Running tests... 2022-09-27T15:50:25.3757939Z ---------------------------------------------------------------------- 2022-09-27T15:50:25.3768627Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T15:50:25.4001201Z Tests the migration of the torch.nn.quantized.functional ... ok (0.024s) 2022-09-27T15:50:25.4009270Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4016959Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4024401Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4031741Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4042219Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4052131Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4061080Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4070593Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4079533Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4089628Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4098410Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4107848Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4117326Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4129546Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4138594Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4148081Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4156546Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4163927Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4167888Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T15:50:25.4173156Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-09-27T15:50:25.4177550Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T15:50:25.4183293Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-09-27T15:50:25.4190481Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4194389Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T15:50:25.4199695Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.001s) 2022-09-27T15:50:25.4209542Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4216811Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-09-27T15:50:25.4221158Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T15:50:25.4232594Z Tests the migration of the torch.nn.quantized.modules ... ok (0.002s) 2022-09-27T15:50:25.4240482Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-09-27T15:50:25.4248703Z Tests the migration of the torch.nn.quantized.modules ... ok (0.002s) 2022-09-27T15:50:25.4261073Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4269470Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4278626Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4290154Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4300290Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4307934Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4319268Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4329276Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4338580Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4346273Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4357258Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4364288Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4371349Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4378214Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4385468Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4392794Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4399598Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4406842Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4414018Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4421026Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4428031Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4435095Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-09-27T15:50:25.4446106Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4455034Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4467469Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4476058Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4485034Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4494340Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4503473Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4512871Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4521417Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4532282Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4543306Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4554115Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4561021Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4568276Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4575461Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4590210Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4590986Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4596671Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4603409Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4610537Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4617799Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4624754Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4631858Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4639069Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-09-27T15:50:25.4694384Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.005s) 2022-09-27T15:50:25.4717467Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T15:50:25.4733568Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T15:50:25.4766134Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-09-27T15:50:25.4786461Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T15:50:25.4830239Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.004s) 2022-09-27T15:50:25.4846592Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T15:50:25.4862823Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T15:50:25.4879502Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T15:50:25.4895225Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:50:25.4912114Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T15:50:25.4929955Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T15:50:25.4946769Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T15:50:25.4962800Z test_backend_op_config_set_overwrite_output_fake_quantize (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:50:25.4978477Z test_backend_op_config_set_overwrite_output_observer (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:50:25.4994266Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:50:25.5010360Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:50:25.5026250Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-09-27T15:50:25.5042275Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T15:50:25.5072147Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-09-27T15:50:25.5088463Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T15:50:25.5106507Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-09-27T15:50:28.6832467Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (3.172s) 2022-09-27T15:50:29.1656598Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.482s) 2022-09-27T15:50:30.7986682Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (1.633s) 2022-09-27T15:50:31.4605364Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.662s) 2022-09-27T15:50:31.4766724Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.016s) 2022-09-27T15:50:32.1132390Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.636s) 2022-09-27T15:50:32.1187637Z test_rnn_cell_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:510: UserWarning: quantize_rnn_cell_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-09-27T15:50:32.1188633Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-09-27T15:50:32.1189738Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:101: UserWarning: torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-09-27T15:50:32.1190581Z "torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming " 2022-09-27T15:50:32.1195195Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:214: UserWarning: torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTMCell instead. 2022-09-27T15:50:32.1196122Z "torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming " 2022-09-27T15:50:32.3543003Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:237: UserWarning: torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRUCell instead. 2022-09-27T15:50:32.3543860Z "torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming " 2022-09-27T15:50:32.5702611Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:179: UserWarning: torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.RNNCell instead. 2022-09-27T15:50:32.5703495Z "torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming " 2022-09-27T15:50:32.7905973Z ok (0.677s) 2022-09-27T15:50:32.7977141Z test_rnn_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:556: UserWarning: quantize_rnn_modules function has been deprecated. Please use torch.ao.quantization.quantize_dynamic API instead. 2022-09-27T15:50:32.7978135Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-09-27T15:50:32.7979309Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:265: UserWarning: torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic instead. 2022-09-27T15:50:32.7980217Z "torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming " 2022-09-27T15:50:32.7981449Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:370: UserWarning: torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.LSTM instead. 2022-09-27T15:50:32.7982105Z "torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming " 2022-09-27T15:50:33.0992530Z /opt/conda/lib/python3.7/site-packages/torch/jit/quantized.py:450: UserWarning: torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming PyTorch release. Please use the torch.ao.nn.quantized.dynamic.GRU instead. 2022-09-27T15:50:33.0993090Z "torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming " 2022-09-27T15:50:33.2442651Z ok (0.454s) 2022-09-27T15:50:33.2449759Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:50:33.2463251Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T15:50:33.2536279Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.009s) 2022-09-27T15:50:33.2549510Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T15:50:33.2811543Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.027s) 2022-09-27T15:50:33.2825409Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T15:50:33.2861747Z Tests that SyncBatchNorm replacement works for fused ConvBN. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-09-27T15:50:33.2862284Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T15:50:33.2909225Z ok (0.010s) 2022-09-27T15:50:33.2932856Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T15:50:33.2933962Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.002s) 2022-09-27T15:50:33.2940306Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-09-27T15:50:33.2959143Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.002s) 2022-09-27T15:50:33.3894988Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.093s) 2022-09-27T15:50:33.3920512Z test_dynamic_conv1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:60: UserWarning: The current implementation of the DynamicQuantizedConv1d module has poor numerical accuracy and its use is not recommended 2022-09-27T15:50:33.3921034Z self._get_name() 2022-09-27T15:50:33.8183839Z ok (0.429s) 2022-09-27T15:50:33.8205777Z test_dynamic_conv2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:125: UserWarning: The current implementation of the DynamicQuantizedConv2d module has poor numerical accuracy and its use is not recommended 2022-09-27T15:50:33.8206314Z self._get_name() 2022-09-27T15:50:34.3035359Z ok (0.485s) 2022-09-27T15:50:34.3057971Z test_dynamic_conv3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:190: UserWarning: The current implementation of the DynamicQuantizedConv3d module has poor numerical accuracy and its use is not recommended 2022-09-27T15:50:34.3058605Z self._get_name() 2022-09-27T15:50:34.7748729Z ok (0.471s) 2022-09-27T15:50:34.7776907Z test_dynamic_convtranspose1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:260: UserWarning: The current implementation of the DynamicQuantizedConvTranpose1d module has poor numerical accuracy and its use is not recommended 2022-09-27T15:50:35.1346043Z self._get_name() 2022-09-27T15:50:35.1346366Z ok (0.360s) 2022-09-27T15:50:35.1372510Z test_dynamic_convtranspose2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:321: UserWarning: The current implementation of the DynamicQuantizedConvTranpose2d module has poor numerical accuracy and its use is not recommended 2022-09-27T15:50:35.1373428Z self._get_name() 2022-09-27T15:50:35.4940628Z ok (0.359s) 2022-09-27T15:50:35.4964907Z test_dynamic_convtranspose3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py:382: UserWarning: The current implementation of the DynamicQuantizedConvTranpose3d module has poor numerical accuracy and its use is not recommended 2022-09-27T15:50:35.4966096Z self._get_name() 2022-09-27T15:50:35.8699191Z ok (0.376s) 2022-09-27T15:50:35.8866458Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.017s) 2022-09-27T15:50:43.3142115Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (7.427s) 2022-09-27T15:50:43.6340081Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.320s) 2022-09-27T15:50:43.6377852Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.004s) 2022-09-27T15:50:43.6408836Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.003s) 2022-09-27T15:50:43.6438423Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.003s) 2022-09-27T15:50:43.6470894Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.003s) 2022-09-27T15:50:43.6501562Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.003s) 2022-09-27T15:50:43.6529063Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.003s) 2022-09-27T15:50:43.6621428Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.6632294Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.6717688Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.6730652Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.6742835Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.6754719Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.6768131Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.6780883Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.6793061Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.6803813Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.6820662Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.6907224Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.6918835Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.6930932Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.6992916Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.7004642Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.7029772Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.7125193Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.7136899Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T15:50:43.7198386Z ok (0.067s) 2022-09-27T15:50:44.3252031Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.605s) 2022-09-27T15:50:44.4073992Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.082s) 2022-09-27T15:50:44.7424633Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.335s) 2022-09-27T15:50:45.6884991Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.946s) 2022-09-27T15:50:47.3073261Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (1.619s) 2022-09-27T15:50:47.3085066Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T15:50:47.3108663Z Sanity checks on _equalize.converged working ... ok (0.004s) 2022-09-27T15:50:47.3115032Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T15:50:47.3164352Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.005s) 2022-09-27T15:50:47.3178137Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T15:50:47.3599120Z First checks to see if _equalize.equalize can handle multiple ... ok (0.043s) 2022-09-27T15:50:47.3620020Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T15:50:47.4306369Z Checks to see if eager mode equalization supports fused ... ok (0.071s) 2022-09-27T15:50:47.4326606Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-09-27T15:50:47.4846358Z Checks to see if eager mode equalization supports fused ... ok (0.054s) 2022-09-27T15:50:48.1245631Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.640s) 2022-09-27T15:50:48.1263977Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T15:50:48.1341932Z After applying the equalization functions check if the input ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1498: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-09-27T15:50:48.1342505Z "Passing a QConfig dictionary to prepare is deprecated and will not be supported " 2022-09-27T15:50:48.1343218Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1504: UserWarning: Passing a QConfig dictionary to prepare for equalization is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-09-27T15:50:48.1343711Z "Passing a QConfig dictionary to prepare for equalization is deprecated and will not " 2022-09-27T15:50:48.1999309Z ok (0.075s) 2022-09-27T15:50:48.2017903Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T15:50:48.2137904Z Tests that graphs containing branches are prepared correctly. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:742: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-09-27T15:50:48.2138326Z f"Cannot equalize {node} because it is part of a branch." 2022-09-27T15:50:48.2152364Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:742: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-09-27T15:50:48.2152927Z f"Cannot equalize {node} because it is part of a branch." 2022-09-27T15:50:48.2291079Z ok (0.029s) 2022-09-27T15:50:48.2307615Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T15:50:48.4328304Z Tests that the modified model for equalization (before quantization) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear1_packed_weight_0 target linear1_packed_weight_0 linear1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T15:50:48.4329007Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T15:50:48.5017750Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear2_packed_weight_0 target linear2_packed_weight_0 linear2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T15:50:48.5018620Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T15:50:48.8464140Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node linear_packed_weight_0 target linear_packed_weight_0 linear_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T15:50:48.8464745Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T15:50:50.7795180Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv1_packed_weight_0 target conv1_packed_weight_0 conv1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T15:50:50.7796205Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T15:50:51.3954525Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv2_packed_weight_0 target conv2_packed_weight_0 conv2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T15:50:51.3955713Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T15:50:54.4545634Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node conv_packed_weight_0 target conv_packed_weight_0 conv_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T15:50:54.4546262Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T15:50:55.3889601Z ok (7.160s) 2022-09-27T15:50:55.3900302Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T15:50:55.4739573Z After applying the equalization functions, check if the equalization ... ok (0.085s) 2022-09-27T15:50:55.4807521Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T15:50:55.4942548Z Tests that the modified model for equalization has the same graph ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-09-27T15:50:55.4943024Z "must run observer before calling calculate_qparams. " + 2022-09-27T15:50:55.4945355Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_equalize.py:191: UserWarning: Must run observer before calling calculate_equalization_scale. Returning default equalization scale torch.tensor(1). 2022-09-27T15:50:55.4945799Z "Must run observer before calling calculate_equalization_scale. " + 2022-09-27T15:50:55.4947988Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_equalize.py:103: UserWarning: Must call calculate_equalization_scale before calling calculate_scaled_minmax. Will not scale the next quantization observer. 2022-09-27T15:50:55.4948475Z "Must call calculate_equalization_scale before calling calculate_scaled_minmax. " + 2022-09-27T15:50:55.4953574Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:288: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-09-27T15:50:55.4953961Z "must run observer before calling calculate_qparams. " + 2022-09-27T15:50:56.0581594Z ok (0.584s) 2022-09-27T15:50:56.0601056Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T15:50:56.3575959Z Tests that graphs created after prepare_fx is as expected ... ok (0.299s) 2022-09-27T15:50:56.3587075Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T15:50:56.6536475Z Tests that for small models, the results of quantized models that ... ok (0.296s) 2022-09-27T15:50:56.6551088Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T15:50:56.7429296Z After applying the equalization functions check if the weights and ... ok (0.089s) 2022-09-27T15:50:56.7453819Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-09-27T15:50:56.9948764Z Tests that we are able to run numeric suite on the equalized model ... ok (0.252s) 2022-09-27T15:50:57.0942359Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.099s) 2022-09-27T15:50:57.1517247Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.057s) 2022-09-27T15:50:57.1936096Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.042s) 2022-09-27T15:50:57.1948509Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-09-27T15:50:57.3287865Z Verify that graph matching works on methods ... ok (0.135s) 2022-09-27T15:50:57.4256012Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.097s) 2022-09-27T15:50:57.4557630Z test_nodes_with_equal_types_get_matched (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1206: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-09-27T15:50:57.4558146Z Returning default scale and zero point " 2022-09-27T15:50:57.5723222Z ok (0.147s) 2022-09-27T15:50:57.5761704Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-09-27T15:50:57.5835150Z Tests that the mapping of op relationships is complete. ... ok (0.011s) 2022-09-27T15:50:57.7912050Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.207s) 2022-09-27T15:50:57.8175249Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T15:50:57.8175928Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T15:50:57.8898840Z ok (0.099s) 2022-09-27T15:50:58.0658191Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.176s) 2022-09-27T15:50:58.1382864Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.072s) 2022-09-27T15:50:58.2253931Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.087s) 2022-09-27T15:50:58.4050295Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.179s) 2022-09-27T15:50:58.4065130Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-09-27T15:50:58.4571612Z Verify that graph matching works on user defined functions ... ok (0.052s) 2022-09-27T15:50:58.4581886Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-09-27T15:50:58.4591429Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-09-27T15:50:58.4601573Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:51:09.1524027Z test_add_mul_inputs_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-09-27T15:51:09.1525060Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T15:51:10.0690339Z ok (11.609s) 2022-09-27T15:51:10.0700596Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:51:11.2946496Z test_add_shadow_loggers_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_1 target _packed_weight_1 _packed_weight_1 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T15:51:11.2947200Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T15:51:12.1846432Z ok (2.114s) 2022-09-27T15:51:12.9918726Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.807s) 2022-09-27T15:51:12.9924671Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T15:51:13.0455678Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-09-27T15:51:13.0456255Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-09-27T15:51:13.0957546Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-09-27T15:51:13.1489225Z ok (0.157s) 2022-09-27T15:51:16.5717707Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (3.423s) 2022-09-27T15:51:17.3032942Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.731s) 2022-09-27T15:51:17.4916874Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.188s) 2022-09-27T15:51:17.5617553Z test_extract_weights_conv_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_2 target _packed_weight_2 _packed_weight_2 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T15:51:17.5618557Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T15:51:17.5620192Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_3 target _packed_weight_3 _packed_weight_3 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T15:51:17.5620867Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T15:51:17.5621515Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_4 target _packed_weight_4 _packed_weight_4 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T15:51:17.5622070Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T15:51:17.5622709Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_5 target _packed_weight_5 _packed_weight_5 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T15:51:17.5623247Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T15:51:18.5558677Z ok (1.064s) 2022-09-27T15:51:19.6528015Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.097s) 2022-09-27T15:51:19.6534938Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-09-27T15:51:19.8086923Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.155s) 2022-09-27T15:51:19.9803157Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.171s) 2022-09-27T15:51:20.4223444Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.442s) 2022-09-27T15:51:20.9896655Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.567s) 2022-09-27T15:51:22.2322620Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.242s) 2022-09-27T15:51:23.5895456Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.357s) 2022-09-27T15:51:23.6517073Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.062s) 2022-09-27T15:51:23.9668996Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch.nn.modules.pooling.AdaptiveAvgPool2d, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-09-27T15:51:23.9669981Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-09-27T15:51:23.9775154Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-09-27T15:51:23.9776209Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-09-27T15:51:23.9845754Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-09-27T15:51:23.9847952Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2022-09-27T15:51:24.0007787Z ok (0.349s) 2022-09-27T15:51:24.1255248Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.125s) 2022-09-27T15:51:24.3371330Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.211s) 2022-09-27T15:51:24.4316394Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.094s) 2022-09-27T15:51:24.8350881Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.403s) 2022-09-27T15:51:25.3373763Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.502s) 2022-09-27T15:51:25.8655862Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.528s) 2022-09-27T15:51:25.9291301Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.063s) 2022-09-27T15:51:26.1996527Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.270s) 2022-09-27T15:51:26.2525617Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.053s) 2022-09-27T15:51:26.4468206Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.194s) 2022-09-27T15:51:26.4477143Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T15:51:30.5630369Z Verifies that logging inputs works correctly ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T15:51:30.6269828Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T15:51:31.0032599Z ok (4.556s) 2022-09-27T15:51:31.0973121Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.094s) 2022-09-27T15:51:32.9760601Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.878s) 2022-09-27T15:51:33.5630763Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.587s) 2022-09-27T15:51:33.5637591Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T15:51:33.7637286Z Verify that add_loggers works on methods ... ok (0.200s) 2022-09-27T15:51:35.9437725Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (2.180s) 2022-09-27T15:51:36.5079649Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.564s) 2022-09-27T15:51:42.0460853Z test_mul_add_cat_stack_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: _operator.mul, start_node_a: _operator.mul, unsupported 2022-09-27T15:51:42.0462296Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-09-27T15:51:42.0463000Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-09-27T15:51:42.0463696Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-09-27T15:51:42.0469607Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-09-27T15:51:42.0470336Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-09-27T15:51:42.0470826Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T15:51:42.0471358Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T15:51:42.0471871Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T15:51:42.0472338Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T15:51:42.1769683Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-09-27T15:51:42.1770443Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-09-27T15:51:42.1771192Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-09-27T15:51:42.1772015Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-09-27T15:51:42.1772888Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T15:51:42.1773783Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T15:51:42.5821261Z ok (6.074s) 2022-09-27T15:51:42.5857611Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T15:51:42.5929080Z Tests that all the ops quantization cares about have input and output ... ok (0.011s) 2022-09-27T15:51:42.5936998Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T15:51:44.8235242Z Verify that shadowing works with ops which accept either fp32 or ... skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-09-27T15:51:44.8236757Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-09-27T15:51:44.8239287Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-09-27T15:51:44.8241782Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-09-27T15:51:44.9669384Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-09-27T15:51:44.9671200Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-09-27T15:51:45.1430663Z ok (2.550s) 2022-09-27T15:51:45.9503592Z test_op_with_only_kwargs_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T15:51:45.9504352Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T15:51:46.0080616Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T15:51:46.0081125Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-09-27T15:51:46.1094662Z ok (0.966s) 2022-09-27T15:51:46.1103913Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T15:51:47.0334312Z Verifies that we can match pairs of ops which have the same aten ... ok (0.924s) 2022-09-27T15:51:47.1416238Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.108s) 2022-09-27T15:51:47.2668868Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.125s) 2022-09-27T15:51:47.2675622Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T15:51:48.1971620Z Copying a `call_function` node is not implemented, test that this ... skipping shadow loggers for node_b: torch.nn.functional.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-09-27T15:51:48.1972640Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-09-27T15:51:48.2898596Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-09-27T15:51:48.4514281Z ok (1.184s) 2022-09-27T15:51:48.4549134Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T15:51:48.7283457Z Verify that NS APIs work on user defined functions ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-09-27T15:51:48.7283973Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T15:51:48.7965378Z skipping shadow loggers for node_b: torch._C._nn.linear, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-09-27T15:51:48.7966174Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: quantization.fx.test_numeric_suite_fx._wrapped_linear, unknown dtype cast 2022-09-27T15:51:48.8003769Z ok (0.349s) 2022-09-27T15:51:48.8025939Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-09-27T15:51:48.8042538Z For user defined modules, ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py:150: UserWarning: Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported in a future version. Please pass in a PrepareCustomConfig instead. 2022-09-27T15:51:48.8043122Z "Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported " 2022-09-27T15:51:49.1132664Z ok (0.313s) 2022-09-27T15:51:49.2195920Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.106s) 2022-09-27T15:51:52.4542945Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (3.234s) 2022-09-27T15:51:54.1079377Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.653s) 2022-09-27T15:51:54.1273115Z test_compare_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/reference/modules/rnn.py:310: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:51:54.1273829Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-09-27T15:51:54.1274549Z /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/reference/modules/rnn.py:313: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:51:54.1275073Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-09-27T15:51:54.2620606Z ok (0.154s) 2022-09-27T15:51:57.7036939Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (3.441s) 2022-09-27T15:51:59.3711943Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.667s) 2022-09-27T15:51:59.6139265Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.243s) 2022-09-27T15:52:00.4687512Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.855s) 2022-09-27T15:52:00.9293443Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.460s) 2022-09-27T15:52:01.2844707Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.355s) 2022-09-27T15:52:01.2853501Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-09-27T15:52:01.2861639Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-09-27T15:52:23.6380185Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (22.352s) 2022-09-27T15:52:31.9869054Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T15:52:31.9869783Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T15:52:31.9881532Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T15:52:32.1170275Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T15:52:32.1180107Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T15:52:45.0681226Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T15:52:45.0681834Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T15:52:45.0689377Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T15:52:45.1960580Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-09-27T15:52:45.1968107Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-09-27T15:52:46.0839034Z ok (22.446s) 2022-09-27T15:52:46.4966523Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.412s) 2022-09-27T15:52:46.5045047Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.008s) 2022-09-27T15:52:46.5064185Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.002s) 2022-09-27T15:52:46.5067628Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T15:52:46.6108698Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.104s) 2022-09-27T15:52:46.6616819Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.051s) 2022-09-27T15:52:46.6621000Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T15:52:46.6623866Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T15:52:46.6683415Z Tests the backward method. ... skip: temporarily disable the test (0.006s) 2022-09-27T15:52:46.7078710Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.039s) 2022-09-27T15:52:46.7083029Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T15:52:46.7338218Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.025s) 2022-09-27T15:52:47.5571825Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.823s) 2022-09-27T15:52:47.5663330Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.009s) 2022-09-27T15:52:47.7389916Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.172s) 2022-09-27T15:52:47.7473637Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... /opt/conda/lib/python3.7/site-packages/torch/amp/autocast_mode.py:202: UserWarning: User provided device_type of 'cuda', but CUDA is not available. Disabling 2022-09-27T15:52:47.7474279Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-09-27T15:52:47.7496150Z ok (0.011s) 2022-09-27T15:52:47.7510858Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T15:52:47.9588627Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.209s) 2022-09-27T15:52:47.9959251Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.037s) 2022-09-27T15:52:47.9963015Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T15:52:48.0474284Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.051s) 2022-09-27T15:52:48.0485359Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-09-27T15:52:48.1819299Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.134s) 2022-09-27T15:52:48.2231919Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.041s) 2022-09-27T15:52:48.2236645Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-09-27T15:52:48.2449711Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.021s) 2022-09-27T15:52:48.5090362Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.264s) 2022-09-27T15:52:48.5297084Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.021s) 2022-09-27T15:52:48.5351834Z test_learnable_backward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2022-09-27T15:52:48.5595256Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.024s) 2022-09-27T15:52:49.7686123Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (1.209s) 2022-09-27T15:52:49.7736492Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.005s) 2022-09-27T15:52:50.2729616Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.499s) 2022-09-27T15:52:50.2779379Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.005s) 2022-09-27T15:52:50.2824853Z test_learnable_forward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.004s) 2022-09-27T15:52:50.2867569Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.004s) 2022-09-27T15:52:50.6724688Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.386s) 2022-09-27T15:52:50.8088634Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.136s) 2022-09-27T15:52:50.8109817Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-09-27T15:52:50.8356284Z Test case that checks whether forward pre hooks of the first module and ... ok (0.027s) 2022-09-27T15:52:50.9271941Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.091s) 2022-09-27T15:52:51.9481846Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (1.021s) 2022-09-27T15:52:51.9842306Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.036s) 2022-09-27T15:52:51.9975299Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.013s) 2022-09-27T15:52:52.0035899Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.006s) 2022-09-27T15:52:53.4308135Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (1.427s) 2022-09-27T15:52:53.5194420Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.089s) 2022-09-27T15:52:53.5227546Z test_fuse_addtional_fuser_method (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Temprorarily skipping the test case, will enable after the simplepattern format is supported (0.003s) 2022-09-27T15:52:53.5565904Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.034s) 2022-09-27T15:52:53.5658457Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.009s) 2022-09-27T15:52:53.5755862Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.010s) 2022-09-27T15:52:53.5816847Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.006s) 2022-09-27T15:52:53.5905423Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.009s) 2022-09-27T15:52:53.5926698Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-09-27T15:52:53.5970849Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.006s) 2022-09-27T15:52:53.5993399Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-09-27T15:52:53.6038993Z This test tests two keys in backend_config: root_node_getter and ... ok (0.007s) 2022-09-27T15:52:53.6227546Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.019s) 2022-09-27T15:52:53.6240429Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-09-27T15:52:53.6717173Z TODO: add test for all fused modules ... ok (0.049s) 2022-09-27T15:52:53.6793669Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T15:52:53.6794313Z warnings.warn(msg, FutureWarning) 2022-09-27T15:52:53.6812571Z ok (0.009s) 2022-09-27T15:52:53.7131643Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.032s) 2022-09-27T15:52:53.7156926Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-09-27T15:52:53.7435069Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.030s) 2022-09-27T15:52:53.7461484Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-09-27T15:52:53.8772490Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.134s) 2022-09-27T15:52:53.9077298Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.030s) 2022-09-27T15:52:53.9362104Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.028s) 2022-09-27T15:52:53.9741698Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.038s) 2022-09-27T15:52:54.0009155Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.027s) 2022-09-27T15:52:54.0854690Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.084s) 2022-09-27T15:52:54.0870724Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.002s) 2022-09-27T15:52:54.0952775Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.008s) 2022-09-27T15:52:54.1185632Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.023s) 2022-09-27T15:52:54.1819806Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.063s) 2022-09-27T15:52:54.2599633Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.078s) 2022-09-27T15:52:54.3993545Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.139s) 2022-09-27T15:52:54.4165677Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.017s) 2022-09-27T15:52:54.4853736Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.069s) 2022-09-27T15:52:54.9462042Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.461s) 2022-09-27T15:52:54.9871418Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.041s) 2022-09-27T15:52:55.0655661Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.078s) 2022-09-27T15:52:55.0668389Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T15:52:55.0853674Z Tests the constructor of the ModelReport class. ... ok (0.020s) 2022-09-27T15:52:55.0863667Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T15:52:55.1682028Z Tests for generation of qconfigs by ModelReport API ... ok (0.083s) 2022-09-27T15:52:55.1702120Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T15:52:55.2351780Z Tests model_report.generate_model_report to ensure report generation ... /var/lib/jenkins/workspace/test/quantization/fx/test_model_report_fx.py:1061: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T15:52:55.2352458Z example_input = torch.tensor(torch.randint(100, (1, 3, 3, 3)), dtype=torch.float) 2022-09-27T15:52:55.8612873Z ok (0.693s) 2022-09-27T15:52:55.8624755Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T15:52:55.9195229Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.058s) 2022-09-27T15:52:55.9216238Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T15:52:55.9558793Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.036s) 2022-09-27T15:52:55.9572743Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-09-27T15:52:56.0358703Z Tests for generation of qconfigs by ModelReport API ... ok (0.080s) 2022-09-27T15:52:56.2176254Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.181s) 2022-09-27T15:52:56.2509505Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.033s) 2022-09-27T15:52:56.2819809Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.031s) 2022-09-27T15:52:56.3034246Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.021s) 2022-09-27T15:52:56.3340315Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.030s) 2022-09-27T15:52:56.3539664Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.020s) 2022-09-27T15:52:56.3851778Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.031s) 2022-09-27T15:52:56.4012118Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.016s) 2022-09-27T15:52:56.4729456Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.072s) 2022-09-27T15:52:57.1032171Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.630s) 2022-09-27T15:52:57.1129759Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.010s) 2022-09-27T15:52:57.1613478Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.048s) 2022-09-27T15:52:57.1622275Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T15:52:57.2202401Z Tests the generate_table_view() ... ok (0.059s) 2022-09-27T15:52:57.2210792Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T15:52:57.3740775Z Tests the generate_table_view() ... ok (0.154s) 2022-09-27T15:52:57.3747612Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T15:52:57.4297106Z Tests the generate_table_view() ... ok (0.056s) 2022-09-27T15:52:57.4309853Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-09-27T15:52:57.4856346Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.056s) 2022-09-27T15:54:47.2164768Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (109.731s) 2022-09-27T15:55:11.7836910Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (24.567s) 2022-09-27T15:55:13.6579732Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (1.874s) 2022-09-27T15:55:17.2215050Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (3.563s) 2022-09-27T15:55:21.2856495Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (4.064s) 2022-09-27T15:55:21.4390947Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.153s) 2022-09-27T15:55:21.5289121Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.090s) 2022-09-27T15:55:21.5912916Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.062s) 2022-09-27T15:55:21.7801211Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.189s) 2022-09-27T15:55:21.9621291Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.182s) 2022-09-27T15:55:22.1912773Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.229s) 2022-09-27T15:55:22.1963090Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.005s) 2022-09-27T15:55:22.7290534Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.532s) 2022-09-27T15:55:22.7375606Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.008s) 2022-09-27T15:55:22.9910349Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.253s) 2022-09-27T15:55:23.2298640Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.239s) 2022-09-27T15:55:23.2347931Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.005s) 2022-09-27T15:55:23.8193422Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.584s) 2022-09-27T15:55:23.8275781Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.008s) 2022-09-27T15:55:24.3792837Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.551s) 2022-09-27T15:55:24.3923054Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.013s) 2022-09-27T15:55:24.5668344Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.174s) 2022-09-27T15:55:24.5714095Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.005s) 2022-09-27T15:55:25.0986056Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.527s) 2022-09-27T15:55:25.1057194Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.007s) 2022-09-27T15:55:25.1064576Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.001s) 2022-09-27T15:55:25.1069151Z test_mobilenet_v3 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-09-27T15:55:25.1094765Z test_output_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.003s) 2022-09-27T15:55:25.1111992Z test_shadow_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.002s) 2022-09-27T15:55:25.1118486Z test_histogram_observer_consistent_buffer_shape (quantization.core.test_workflow_module.TestObserver) 2022-09-27T15:55:25.1311629Z Ensures that the buffer shapes do not change from uninitialized to ... ok (0.020s) 2022-09-27T15:55:25.1316795Z test_histogram_observer_save_load_state_dict (quantization.core.test_workflow_module.TestObserver) 2022-09-27T15:55:25.1339960Z Smoke test on saving/loading state_dict ... ok (0.003s) 2022-09-27T15:55:25.2070580Z test_memoryless_minmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.073s) 2022-09-27T15:55:25.2840475Z test_memoryless_perchannelminmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.077s) 2022-09-27T15:55:25.2849128Z test_observer_qparams_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) 2022-09-27T15:55:25.2850371Z Ensure that the scale and zero_point returned by the observer ... skip: multi-GPU not supported (0.001s) 2022-09-27T15:55:25.7413637Z test_observer_scriptable (quantization.core.test_workflow_module.TestObserver) ... ok (0.456s) 2022-09-27T15:55:26.6488822Z test_per_channel_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.907s) 2022-09-27T15:55:26.8542219Z test_per_tensor_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.205s) 2022-09-27T15:55:26.8553475Z test_save_load_state_dict_script (quantization.core.test_workflow_module.TestObserver) 2022-09-27T15:55:27.5817504Z Tests that we can save and load state_dict for observers that are scripted ... ok (0.727s) 2022-09-27T15:55:27.5822310Z test_state_dict_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) ... skip: multi-GPU not supported (0.000s) 2022-09-27T15:55:27.5856868Z test_zero_numel (quantization.core.test_workflow_module.TestObserver) ... ok (0.003s) 2022-09-27T15:55:27.5937015Z test_constant_padNd (quantization.core.test_quantized_op.TestPadding) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:750: UserWarning: non-inplace resize is deprecated 2022-09-27T15:55:27.5937472Z warnings.warn("non-inplace resize is deprecated") 2022-09-27T15:56:02.2615702Z ok (34.676s) 2022-09-27T15:56:04.2868738Z test_reflection_pad1d (quantization.core.test_quantized_op.TestPadding) ... ok (2.025s) 2022-09-27T15:57:58.6534607Z test_reflection_pad2d (quantization.core.test_quantized_op.TestPadding) ... ok (114.367s) 2022-09-27T15:57:58.6558253Z test_adaptive_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-09-27T15:57:58.6586401Z test_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.003s) 2022-09-27T15:57:58.6605079Z test_hardtanh (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-09-27T15:57:58.6621392Z test_mean (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-09-27T15:57:58.6658788Z test_qnnpack_add (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.004s) 2022-09-27T15:57:58.6685507Z test_qnnpack_add_broadcast (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.003s) 2022-09-27T15:57:58.6709536Z test_qnnpack_maxpool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-09-27T15:57:58.6720510Z test_qnnpack_relu (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-09-27T15:57:58.6736797Z test_qnnpack_sigmoid (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-09-27T15:57:58.6750445Z test_qnnpack_sigmoid_sweep (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-09-27T15:57:58.6766830Z test_qnnpack_tanh (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.002s) 2022-09-27T15:57:58.7017871Z test_quantization_doc_custom (quantization.core.test_docs.TestQuantizationDocs) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py:541: UserWarning: Passing a convert_custom_config_dict to convert is deprecated and will not be supported in a future version. Please pass in a ConvertCustomConfig instead. 2022-09-27T15:57:58.7018512Z "Passing a convert_custom_config_dict to convert is deprecated and will not be supported " 2022-09-27T15:57:58.7082087Z ok (0.031s) 2022-09-27T15:57:58.7751974Z test_quantization_doc_fx (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.067s) 2022-09-27T15:57:58.7803158Z test_quantization_doc_ptdq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.005s) 2022-09-27T15:57:59.2373619Z test_quantization_doc_ptsq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.457s) 2022-09-27T15:57:59.2673826Z test_quantization_doc_qat (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.030s) 2022-09-27T15:57:59.4036909Z test_embedding_bag (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:673: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T15:57:59.4037840Z if param.grad is not None: 2022-09-27T15:57:59.6134474Z ok (0.346s) 2022-09-27T15:57:59.9010052Z test_embedding_bag_padding_idx_error (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (0.287s) 2022-09-27T15:58:01.3269717Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (1.426s) 2022-09-27T15:58:01.3869755Z test_convert_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.060s) 2022-09-27T15:58:01.5272256Z test_dynamic_multi_op (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... [W insert_quant_dequant.cpp:1377] Warning: debug option for add_scalar and mul_scalar is not supported, please don't use debug option for models that uses these ops. (function operator()) 2022-09-27T15:58:01.9204848Z ok (0.533s) 2022-09-27T15:58:02.5218384Z test_dynamic_quant_multi_uses (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.601s) 2022-09-27T15:58:03.2680549Z test_dynamic_shared_weights (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.746s) 2022-09-27T15:58:03.7321856Z test_dynamic_weight_observer (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.464s) 2022-09-27T15:58:04.9393324Z test_dynamic_with_if (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (1.207s) 2022-09-27T15:58:05.3423604Z test_insert_quant_dequant_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.403s) 2022-09-27T15:58:05.4564441Z test_prepare_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.114s) 2022-09-27T15:58:05.6052743Z test_prepare_dynamic_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.149s) 2022-09-27T15:58:05.6698647Z test_quantize_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.064s) 2022-09-27T15:58:06.0344053Z test_lower_graph_conv2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: Caffe2 is not available (0.364s) 2022-09-27T15:58:06.0351450Z test_lower_graph_conv3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: onnx opset9 does not support quantize_per_tensor and caffe2 does not support conv3d (0.001s) 2022-09-27T15:58:06.0363983Z test_lower_graph_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: Caffe2 is not available (0.001s) 2022-09-27T15:58:06.0603132Z test_conv_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.024s) 2022-09-27T15:58:06.0842548Z test_conv_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.024s) 2022-09-27T15:58:06.1147923Z test_conv_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.030s) 2022-09-27T15:58:06.1359736Z test_conv_transpose_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.021s) 2022-09-27T15:58:06.1570275Z test_conv_transpose_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.021s) 2022-09-27T15:58:06.1871749Z test_conv_transpose_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.030s) 2022-09-27T15:58:07.9561194Z test_functional_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (1.769s) 2022-09-27T15:58:07.9689088Z test_int16_reference_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.013s) 2022-09-27T15:58:07.9745306Z test_leaky_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.006s) 2022-09-27T15:58:07.9946849Z test_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.020s) 2022-09-27T15:58:07.9994165Z test_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.005s) 2022-09-27T15:58:08.0078949Z test_embedding_ops_dynamic (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.008s) 2022-09-27T15:58:08.0092198Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T15:58:08.0140345Z Test post-training dynamic quantization on preserving ... ok (0.006s) 2022-09-27T15:58:08.3810447Z test_linear_relu_fusion (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.367s) 2022-09-27T15:58:08.3821168Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T15:58:11.2181530Z Test quantization for nested model, top level 'fc3' and ... ok (2.837s) 2022-09-27T15:58:11.2193995Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T15:58:14.4766745Z Another test case for quantized, we will quantize all submodules ... ok (3.258s) 2022-09-27T15:58:14.4778212Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T15:58:17.6525547Z More complicated nested test case with child qconfig overrides ... ok (3.176s) 2022-09-27T15:58:17.6536364Z test_per_channel_linear_quantize (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T15:58:18.9371875Z Test quantization for per_channel dynamic quantization ... ok (1.284s) 2022-09-27T15:58:18.9398737Z test_quantized_rnn (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T15:58:25.1965608Z Test dynamic quantization, scriptability and serialization for dynamic quantized lstm modules on int8 and fp16 ... ok (6.259s) 2022-09-27T15:58:25.1984479Z test_quantized_rnn_cell (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T15:58:27.9863587Z Test dynamic quantization, scriptability and serialization for dynamic quantized rnn cell modules on int8 and fp16 ... ok (2.790s) 2022-09-27T15:58:27.9876683Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T15:58:29.5557187Z Dynamic Quantize SingleLayerLinearDynamicModel which has one Linear module, ... ok (1.569s) 2022-09-27T15:58:29.5567733Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T15:58:30.9446031Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (1.389s) 2022-09-27T15:58:30.9458181Z test_type_match_rule (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-09-27T15:58:32.8859751Z Test quantization for nested model, top level 'fc3' and ... ok (1.941s) 2022-09-27T15:58:32.8869944Z test_activations (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T15:58:36.3217436Z Test quantization of activations ... ok (3.436s) 2022-09-27T15:58:36.3223916Z test_convtranspose_per_channel_fails_early (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T15:58:36.3250395Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.003s) 2022-09-27T15:58:36.3255902Z test_convtranspose_per_channel_qconfig_none (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T15:58:36.3277721Z Verifies that having qconfig==None for conv transpose does not crash ... ok (0.003s) 2022-09-27T15:58:36.3589405Z test_custom_module_class (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.031s) 2022-09-27T15:58:36.3698117Z test_dequant_stub (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.011s) 2022-09-27T15:58:36.9278525Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.558s) 2022-09-27T15:58:36.9286787Z test_manual (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T15:58:38.8108454Z User inserts QuantStub and DeQuantStub in model code ... ok (1.883s) 2022-09-27T15:58:38.8123522Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T15:58:39.8820130Z Test quantization for nested model, top level 'fc3' and ... ok (1.071s) 2022-09-27T15:58:41.0543773Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (1.172s) 2022-09-27T15:58:41.0560157Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T15:58:42.3804153Z More complicated nested test case with child qconfig overrides ... ok (1.326s) 2022-09-27T15:58:42.3817560Z test_normalization (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T15:58:43.9892138Z Test quantization of normalization layers ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize.py:294: UserWarning: None of the submodule got qconfig applied. Make sure you passed correct configuration through `qconfig_dict` or by assigning the `.qconfig` attribute directly on submodules 2022-09-27T15:58:43.9892717Z warnings.warn("None of the submodule got qconfig applied. Make sure you " 2022-09-27T15:58:44.3880065Z ok (2.007s) 2022-09-27T15:58:44.3896415Z test_quantized_embedding (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T15:58:44.7159279Z Test the post-training quantization flow, serialization and scripting ... ok (0.328s) 2022-09-27T15:58:44.7184534Z test_quantized_embedding_bag (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T15:58:45.0340220Z Test the post-training quantization flow, serialization and scripting ... ok (0.318s) 2022-09-27T15:58:45.0422212Z test_quantwrapper_attaches_qconfig_to_dequant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.008s) 2022-09-27T15:58:45.0435639Z test_resnet_base (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T15:58:45.3599427Z Test quantization for bottleneck topology used in resnet/resnext ... ok (0.317s) 2022-09-27T15:58:45.3612450Z test_save_load_state_dict (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T15:58:46.4530205Z Test PTQ flow of creating a model and quantizing it and saving the quantized state_dict ... ok (1.093s) 2022-09-27T15:58:46.4544958Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T15:58:49.6208661Z Quantize SingleLayerLinearModel which has one Linear module, make sure it is swapped ... ok (3.168s) 2022-09-27T15:58:49.6219906Z test_skip_quant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T15:58:53.2616529Z The case when we want to skip quantizing some layers ... ok (3.641s) 2022-09-27T15:58:53.2629127Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-09-27T15:58:55.1510127Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (1.889s) 2022-09-27T15:58:55.1601693Z test_add_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.009s) 2022-09-27T15:58:56.4315782Z test_conv_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (1.271s) 2022-09-27T15:58:56.4327031Z test_conv_linear_symm (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-09-27T15:58:56.4340814Z Same as test_conv_linear but with Symmetric quantization. ... ok (0.002s) 2022-09-27T15:58:56.8833630Z test_defused_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.449s) 2022-09-27T15:58:57.4520658Z test_dropout (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.569s) 2022-09-27T15:58:57.8897787Z test_dynamic_qat_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.438s) 2022-09-27T15:58:58.3140092Z test_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.424s) 2022-09-27T15:58:58.3270468Z test_embedding_qat_qconfig_equal (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.013s) 2022-09-27T15:58:58.3276537Z test_eval_only_fake_quant (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-09-27T15:58:58.3460873Z Using FakeQuant in evaluation only mode, ... ok (0.019s) 2022-09-27T15:58:58.3618321Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.016s) 2022-09-27T15:58:59.1985391Z test_manual (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.836s) 2022-09-27T15:58:59.2081215Z test_mul_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.010s) 2022-09-27T15:58:59.2130305Z test_qat_embedding_bag_errors (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.005s) 2022-09-27T15:58:59.2149618Z test_train_save_load_eval (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-09-27T15:58:59.3859371Z Test QAT flow of creating a model, doing QAT and saving the quantized state_dict ... ok (0.173s) 2022-09-27T15:59:03.7344312Z test_conv_bn_folded_vs_unfolded (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (4.348s) 2022-09-27T15:59:05.1688257Z test_conv_bn_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (1.434s) 2022-09-27T15:59:05.1938686Z test_fixed_qparam_ops (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.025s) 2022-09-27T15:59:05.2082522Z test_leaky_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.014s) 2022-09-27T15:59:05.2157680Z test_linear_bn_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.007s) 2022-09-27T15:59:05.2173752Z test_linear_bn_symm_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.002s) 2022-09-27T15:59:05.2422771Z test_linear_bn_workflow (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.025s) 2022-09-27T15:59:05.2458842Z test_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.004s) 2022-09-27T15:59:05.2470351Z test_assert_on_size_after_quant_layer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:05.2730386Z Verifies that calculating a size of a quantized tensor works ... ok (0.027s) 2022-09-27T15:59:05.3101094Z test_attention (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-09-27T15:59:05.3131886Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:10.4042052Z Tests fusion and quantization for "Conv - Bn" and "Conv - Bn - ReLU" ... ok (5.094s) 2022-09-27T15:59:10.4055569Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:18.4070593Z Test quantizing conv and linear ... ok (8.003s) 2022-09-27T15:59:18.4101421Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:26.2746272Z Test quantizing functional conv and linear with reference option ... ok (7.867s) 2022-09-27T15:59:26.3696038Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.095s) 2022-09-27T15:59:26.3724800Z test_convert_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-09-27T15:59:26.3750139Z test_convert_custom_config_set_observed_to_quantized_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T15:59:26.3769396Z test_convert_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T15:59:26.3788460Z test_convert_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T15:59:26.4237895Z test_convert_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/convert.py:561: UserWarning: Passing a QConfig dictionary to convert is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-09-27T15:59:26.4238968Z "Passing a QConfig dictionary to convert is deprecated and will not be supported " 2022-09-27T15:59:26.4671098Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods1_1_packed_weight_0 target mods1_1_packed_weight_0 mods1_1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T15:59:26.4672187Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T15:59:26.5485784Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods1_0_packed_weight_0 target mods1_0_packed_weight_0 mods1_0_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T15:59:26.5486467Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T15:59:26.5517821Z ok (0.173s) 2022-09-27T15:59:26.5528371Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:26.5633193Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.011s) 2022-09-27T15:59:26.5665082Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:26.6181110Z Test the output of CopyNode to have the same ... ok (0.055s) 2022-09-27T15:59:26.7367946Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.119s) 2022-09-27T15:59:26.7397929Z test_custom_module_class_input_has_multiple_users (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:26.7715538Z Tests that the flow still works when the input of custom module ... ok (0.035s) 2022-09-27T15:59:26.7869159Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.015s) 2022-09-27T15:59:26.7881903Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:26.8118415Z Make sure default quant is inserted properly ... ok (0.025s) 2022-09-27T15:59:26.8131852Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:27.8050582Z Test to make sure dequantize node are placed before ... ok (0.993s) 2022-09-27T15:59:27.8061965Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:27.8312712Z Make sure quantization runs for models with dictionary output ... ok (0.026s) 2022-09-27T15:59:27.8332620Z test_dynamic_linear_input_multiple_use (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:27.8780325Z Tests input for dynamic linear being used by multiple ops ... ok (0.047s) 2022-09-27T15:59:28.0245373Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.146s) 2022-09-27T15:59:28.0259995Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:28.0431810Z Test that weight observer is run in convert step ... ok (0.019s) 2022-09-27T15:59:28.0459187Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:28.0712554Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods2_packed_weight_0 target mods2_packed_weight_0 mods2_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T15:59:28.0713236Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T15:59:28.1032008Z ok (0.060s) 2022-09-27T15:59:28.1050062Z test_dynamic_with_fusion_multiple_uses (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:28.1458462Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... ok (0.042s) 2022-09-27T15:59:28.1478395Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:28.1738738Z Test that the sequence of quant-dequant nodes in the ... ok (0.028s) 2022-09-27T15:59:28.2042886Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-09-27T15:59:28.2352940Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-09-27T15:59:28.2371378Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:28.3037441Z Verifies that fp32 sum works correctly if it's before or after ... ok (0.068s) 2022-09-27T15:59:28.3057460Z test_fuse_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T15:59:28.3076982Z test_fuse_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T15:59:28.3095286Z test_fuse_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T15:59:28.3466202Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-09-27T15:59:28.3482802Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:28.3737786Z Ensure that leaving a possible fusion pattern of multiple nodes ... ok (0.027s) 2022-09-27T15:59:28.3757864Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:28.4355313Z Verifies that binary ops get quantized correctly if some ... ok (0.062s) 2022-09-27T15:59:33.2034092Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (4.768s) 2022-09-27T15:59:33.2047054Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:33.2222891Z Test support for qint8 activation in reference pattern ... ok (0.019s) 2022-09-27T15:59:33.2573545Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.035s) 2022-09-27T15:59:33.2878610Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-09-27T15:59:33.2888696Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:33.3092510Z Verifies that an observer is not inserted between an unmatched ... ok (0.021s) 2022-09-27T15:59:33.3238225Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.015s) 2022-09-27T15:59:33.3245306Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:33.3400720Z Test quantizing a not used value ... ok (0.016s) 2022-09-27T15:59:33.3419201Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:33.3706032Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... ok (0.030s) 2022-09-27T15:59:33.3715086Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:33.3927545Z Verify that specifying complicated output types does not crash. ... ok (0.022s) 2022-09-27T15:59:33.4450606Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.052s) 2022-09-27T15:59:33.4463768Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:33.4517775Z test MatchAllNode with ... ok (0.007s) 2022-09-27T15:59:33.4864971Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.034s) 2022-09-27T15:59:33.4906126Z test_prepare_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-09-27T15:59:33.4929420Z test_prepare_custom_config_set_float_to_observed_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T15:59:33.4946276Z test_prepare_custom_config_set_input_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T15:59:33.4963915Z test_prepare_custom_config_set_non_traceable_module_classes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T15:59:33.4981193Z test_prepare_custom_config_set_non_traceable_module_names (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T15:59:33.4998267Z test_prepare_custom_config_set_output_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T15:59:33.5016124Z test_prepare_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T15:59:33.5037702Z test_prepare_custom_config_set_standalone_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T15:59:33.5058951Z test_prepare_custom_config_set_standalone_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T15:59:33.5103903Z test_prepare_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-09-27T15:59:33.5737227Z test_prepare_mode (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.063s) 2022-09-27T15:59:33.5747953Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:33.5994729Z Ensures that copy.deepcopy works correctly on a prepared model. ... ok (0.026s) 2022-09-27T15:59:33.6210938Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.021s) 2022-09-27T15:59:33.6227236Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:33.6459551Z Test to make sure the temporary config option to preserve qconfig attributes ... ok (0.025s) 2022-09-27T15:59:33.6471554Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:33.6616455Z Test tuple input type is preserved ... ok (0.016s) 2022-09-27T15:59:33.7932331Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.131s) 2022-09-27T15:59:33.8301991Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-09-27T15:59:33.8809081Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.051s) 2022-09-27T15:59:33.9185223Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.038s) 2022-09-27T15:59:33.9531579Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.035s) 2022-09-27T15:59:33.9895564Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.036s) 2022-09-27T15:59:34.0273864Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.038s) 2022-09-27T15:59:34.5947553Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.567s) 2022-09-27T15:59:34.5952226Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: multi-GPU not supported (0.000s) 2022-09-27T15:59:34.6237794Z test_qat_skip_untraced (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.028s) 2022-09-27T15:59:34.8889196Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.265s) 2022-09-27T15:59:35.0186631Z test_qconfig_dict_with_fused_modules (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.130s) 2022-09-27T15:59:35.0583556Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.040s) 2022-09-27T15:59:35.1352023Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.077s) 2022-09-27T15:59:35.1582884Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-09-27T15:59:35.1617957Z test_qconfig_mapping_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-09-27T15:59:35.1636712Z test_qconfig_mapping_set_global (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-09-27T15:59:35.1672460Z test_qconfig_mapping_set_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-09-27T15:59:35.1729769Z test_qconfig_mapping_set_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.006s) 2022-09-27T15:59:35.1770803Z test_qconfig_mapping_set_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-09-27T15:59:35.1807783Z test_qconfig_mapping_set_object_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-09-27T15:59:35.1842346Z test_qconfig_mapping_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-09-27T15:59:35.3214382Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.137s) 2022-09-27T15:59:35.3535327Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-09-27T15:59:35.3849804Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-09-27T15:59:35.4125273Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.027s) 2022-09-27T15:59:35.4385739Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-09-27T15:59:35.5833890Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.145s) 2022-09-27T15:59:35.6547918Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.071s) 2022-09-27T15:59:35.6567473Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:35.6951049Z Test that the FQN of input_scale/zero_point is set ... ok (0.040s) 2022-09-27T15:59:35.6980494Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:35.8579320Z If the output is hardcoded to be quantized, ensure that ... ok (0.163s) 2022-09-27T15:59:35.8849391Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.027s) 2022-09-27T15:59:35.9136517Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-09-27T15:59:35.9150240Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:35.9619704Z Test state_dict and deepcopy works properly in the quantized model ... ok (0.048s) 2022-09-27T15:59:35.9637569Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:36.1385812Z Make sure the numerics for models with ref conv module ... ok (0.176s) 2022-09-27T15:59:36.1401755Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:36.1987995Z Make sure the numerics for models with ref linear module ... ok (0.060s) 2022-09-27T15:59:36.2040772Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.005s) 2022-09-27T15:59:36.2279824Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-09-27T15:59:36.2482677Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.020s) 2022-09-27T15:59:36.3207612Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.072s) 2022-09-27T15:59:36.3589041Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.038s) 2022-09-27T15:59:36.3713315Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.012s) 2022-09-27T15:59:36.6564457Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.285s) 2022-09-27T15:59:39.2699429Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (2.613s) 2022-09-27T15:59:40.7667599Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (1.497s) 2022-09-27T15:59:40.7679866Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:40.8009370Z Make sure that shape does not dequantize ... ok (0.034s) 2022-09-27T15:59:40.8486497Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.048s) 2022-09-27T15:59:40.8815967Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.033s) 2022-09-27T15:59:41.0300550Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.148s) 2022-09-27T15:59:41.1775584Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.147s) 2022-09-27T15:59:41.1817036Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-09-27T15:59:41.2856257Z Make sure packed params appear in state_dict ... ok (0.108s) 2022-09-27T15:59:41.3233287Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.038s) 2022-09-27T15:59:41.3605234Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-09-27T15:59:41.3953811Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.035s) 2022-09-27T15:59:41.4186703Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-09-27T15:59:41.4544075Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.036s) 2022-09-27T15:59:41.4913602Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-09-27T15:59:41.5286974Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.037s) 2022-09-27T15:59:41.5642761Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.036s) 2022-09-27T15:59:41.5650892Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.001s) 2022-09-27T15:59:41.5666353Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.001s) 2022-09-27T15:59:41.9939654Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.427s) 2022-09-27T15:59:42.5348497Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.541s) 2022-09-27T15:59:42.7461940Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.211s) 2022-09-27T15:59:42.7468457Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.001s) 2022-09-27T15:59:43.4931280Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.746s) 2022-09-27T15:59:43.4944517Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.001s) 2022-09-27T15:59:43.4958953Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.001s) 2022-09-27T15:59:43.4980735Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.002s) 2022-09-27T16:00:04.0603811Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (20.562s) 2022-09-27T16:00:24.6982509Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (20.638s) 2022-09-27T16:00:24.7559358Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.058s) 2022-09-27T16:00:24.7574463Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:00:24.7893226Z A test that checks correct patterns are produced for ... ok (0.033s) 2022-09-27T16:00:24.7905434Z test_bmm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-09-27T16:00:24.7916960Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:00:24.8045260Z int8 is not supported for bmm so we won't produce reference ... ok (0.014s) 2022-09-27T16:00:24.8055074Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:00:24.8213641Z Make sure we don't insert observer for boolean Tensors ... ok (0.017s) 2022-09-27T16:00:24.8243022Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:00:26.4131555Z quantization of the output of cat will depend on the ... ok (1.592s) 2022-09-27T16:00:26.4391749Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.026s) 2022-09-27T16:00:32.7920274Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (6.353s) 2022-09-27T16:00:34.4622284Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.670s) 2022-09-27T16:00:34.4627947Z test_conv_transpose_1d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-09-27T16:00:34.4633871Z test_conv_transpose_2d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-09-27T16:00:34.4640820Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:00:34.4773312Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... ok (0.014s) 2022-09-27T16:00:34.4778517Z test_div (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-09-27T16:00:36.3185009Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.840s) 2022-09-27T16:00:36.4050376Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.086s) 2022-09-27T16:00:36.4901963Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.085s) 2022-09-27T16:00:37.9614047Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.471s) 2022-09-27T16:00:38.0023200Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.041s) 2022-09-27T16:00:38.0035507Z test_fixed_qparams_ops_qconfig_error (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:00:38.0175324Z Test that a proper error message is shown when user don't specify the correct ... ok (0.015s) 2022-09-27T16:00:38.0968349Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.079s) 2022-09-27T16:00:38.2518985Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.155s) 2022-09-27T16:01:16.7562510Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (38.504s) 2022-09-27T16:02:16.1300528Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (59.374s) 2022-09-27T16:02:16.1309794Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-09-27T16:02:16.1561409Z test_gelu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.025s) 2022-09-27T16:02:16.1608844Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:02:16.4872707Z A test that checks dequantize will be swapped for ... ok (0.331s) 2022-09-27T16:02:16.4906666Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:02:16.5854540Z A test that checks correct patterns are produced for ... ok (0.098s) 2022-09-27T16:02:16.5880820Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:02:16.6577778Z Make sure we only insert observer for getitem if the following node is matched ... ok (0.072s) 2022-09-27T16:02:18.9232764Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.265s) 2022-09-27T16:02:25.4623606Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (6.539s) 2022-09-27T16:02:25.4633961Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:02:25.4775877Z If the inputs to the graph are quantized and the only node ... ok (0.015s) 2022-09-27T16:02:27.8935163Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.416s) 2022-09-27T16:02:29.7345779Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.841s) 2022-09-27T16:02:30.2893719Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.555s) 2022-09-27T16:02:49.4601387Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (19.171s) 2022-09-27T16:02:49.9643302Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.504s) 2022-09-27T16:02:49.9659315Z test_mish_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.002s) 2022-09-27T16:03:10.4459231Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (20.480s) 2022-09-27T16:03:31.1087850Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (20.663s) 2022-09-27T16:03:31.1105796Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:03:31.1343629Z Test multiple qconfigs for a single value ... ok (0.026s) 2022-09-27T16:03:31.5933552Z test_norm_weight_bias (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:188: UserWarning: Unsupported activation_post_process in get_quantize_node_info: PlaceholderObserver() 2022-09-27T16:03:32.0371616Z warnings.warn(f"Unsupported activation_post_process in get_quantize_node_info: {activation_post_process}") 2022-09-27T16:03:32.0372474Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node mods1_packed_weight_0 target mods1_packed_weight_0 mods1_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:03:32.0373069Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:03:32.9250632Z ok (1.790s) 2022-09-27T16:03:33.9769248Z test_prelu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.052s) 2022-09-27T16:03:35.1180645Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.141s) 2022-09-27T16:03:39.9806558Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (4.862s) 2022-09-27T16:03:40.3495217Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.369s) 2022-09-27T16:03:40.3879940Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.038s) 2022-09-27T16:03:40.3900742Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-09-27T16:03:47.2032181Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (6.815s) 2022-09-27T16:03:47.2402360Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.037s) 2022-09-27T16:03:47.2735843Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.033s) 2022-09-27T16:03:47.3101890Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.036s) 2022-09-27T16:03:49.1903062Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.880s) 2022-09-27T16:03:51.7371261Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.547s) 2022-09-27T16:03:51.7384595Z test_silu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-09-27T16:03:51.7391660Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-09-27T16:03:51.7402916Z test_softmax_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-09-27T16:03:51.7407172Z test_sub (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.000s) 2022-09-27T16:03:51.7417098Z test_sum (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-09-27T16:03:53.6369797Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (1.895s) 2022-09-27T16:03:54.0006278Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.364s) 2022-09-27T16:03:54.0022105Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.002s) 2022-09-27T16:03:54.0054866Z test_linear_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:54.1506255Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-09-27T16:03:54.1592136Z ok (0.157s) 2022-09-27T16:03:54.8042154Z test_nested (quantization.jit.test_quantize_jit.TestQuantizeJit) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:673: UserWarning: The .grad attribute of a Tensor that is not a leaf Tensor is being accessed. Its .grad attribute won't be populated during autograd.backward(). If you indeed want the .grad field to be populated for a non-leaf Tensor, use .retain_grad() on the non-leaf Tensor. If you access the non-leaf Tensor by mistake, make sure you access the leaf Tensor instead. See github.com/pytorch/pytorch/pull/30531 for more informations. (Triggered internally at /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:483.) 2022-09-27T16:03:54.8043038Z if param.grad is not None: 2022-09-27T16:03:55.4563625Z ok (1.297s) 2022-09-27T16:03:55.4578848Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2022-09-27T16:04:00.3908832Z Test observers with ignored function and make sure it works in ... ok (4.934s) 2022-09-27T16:04:00.3940064Z test_single_linear (quantization.jit.test_quantize_jit.TestQuantizeJit) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-09-27T16:04:00.3940628Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:04:03.9419651Z ok (3.551s) 2022-09-27T16:04:03.9434955Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.002s) 2022-09-27T16:04:10.5397855Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (6.596s) 2022-09-27T16:04:10.8075593Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.268s) 2022-09-27T16:04:27.8181661Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (17.010s) 2022-09-27T16:04:27.8197392Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.002s) 2022-09-27T16:04:27.8207263Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:04:32.1052134Z Make sure dequantize can support Tuple of tensor ... ok (4.285s) 2022-09-27T16:04:41.2941823Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (9.189s) 2022-09-27T16:04:41.2984348Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:04:41.9175747Z A test that checks dequantize will be swapped for ... ok (0.623s) 2022-09-27T16:04:41.9217104Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:04:43.5614442Z A test that checks correct patterns are produced for ... ok (1.644s) 2022-09-27T16:04:58.7258097Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (15.164s) 2022-09-27T16:05:05.5411510Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.815s) 2022-09-27T16:05:07.9857896Z test_instance_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-09-27T16:05:08.9500964Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-09-27T16:05:12.0077426Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-09-27T16:05:12.9369648Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-09-27T16:05:16.6607824Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-09-27T16:05:18.0202104Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-09-27T16:05:18.9050338Z ok (13.364s) 2022-09-27T16:05:34.9602836Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (16.055s) 2022-09-27T16:06:52.8203634Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (77.860s) 2022-09-27T16:07:39.0877207Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (46.267s) 2022-09-27T16:08:10.3092066Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (31.221s) 2022-09-27T16:08:41.3156306Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (31.006s) 2022-09-27T16:09:43.2692050Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (61.953s) 2022-09-27T16:10:10.1295451Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (26.860s) 2022-09-27T16:10:10.1311059Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:10:16.8009427Z Test quant fusion for multiple aten::add using same ... ok (6.671s) 2022-09-27T16:10:57.7936215Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (40.993s) 2022-09-27T16:10:57.7984450Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:12:27.5795126Z Test quant fusion for multiple aten::add using same ... ok (89.786s) 2022-09-27T16:12:42.0188192Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (14.439s) 2022-09-27T16:13:04.7598824Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (22.741s) 2022-09-27T16:13:04.7616311Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:13:11.3087190Z quantization of the output of cat will be depend on the ... ok (6.549s) 2022-09-27T16:13:21.7110096Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (10.402s) 2022-09-27T16:13:21.7132501Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-09-27T16:14:05.0676970Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (43.357s) 2022-09-27T16:14:11.8089772Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (6.741s) 2022-09-27T16:14:53.5014532Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (41.692s) 2022-09-27T16:15:00.8229111Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.321s) 2022-09-27T16:15:21.9333894Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (21.110s) 2022-09-27T16:15:22.1760706Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.243s) 2022-09-27T16:15:22.4563992Z test_convtranspose_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.280s) 2022-09-27T16:15:22.4759496Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.019s) 2022-09-27T16:15:22.7627501Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.287s) 2022-09-27T16:15:23.1622340Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.399s) 2022-09-27T16:15:27.0015178Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (3.839s) 2022-09-27T16:15:27.2706953Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.269s) 2022-09-27T16:15:27.2719702Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:15:27.2866056Z Test that we don't fuse the cases when module type does not match ... ok (0.016s) 2022-09-27T16:15:28.2403256Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.954s) 2022-09-27T16:15:28.4652146Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.225s) 2022-09-27T16:15:28.7411541Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.276s) 2022-09-27T16:15:28.9208660Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.180s) 2022-09-27T16:15:29.5496506Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.629s) 2022-09-27T16:15:29.6693061Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.120s) 2022-09-27T16:15:29.9641685Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.295s) 2022-09-27T16:15:29.9653469Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:15:30.0839886Z Make sure we skip observers for ops that doesn't require ... ok (0.120s) 2022-09-27T16:15:30.6018916Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.518s) 2022-09-27T16:15:30.6044817Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:15:31.8132349Z check quantization for if works as long as ... ok (1.211s) 2022-09-27T16:15:32.5271182Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.714s) 2022-09-27T16:15:32.6118294Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.085s) 2022-09-27T16:15:32.8076932Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.196s) 2022-09-27T16:15:33.2834614Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.476s) 2022-09-27T16:15:33.2848618Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:15:33.4353429Z Make sure we propagate observed property through general ops ... ok (0.152s) 2022-09-27T16:15:33.6176085Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.182s) 2022-09-27T16:15:33.6190491Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:15:33.7832915Z Make sure we propagate observed property through general ops ... ok (0.166s) 2022-09-27T16:15:33.9488895Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.165s) 2022-09-27T16:15:34.4566428Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.508s) 2022-09-27T16:15:34.6702641Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.214s) 2022-09-27T16:15:35.1790778Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.509s) 2022-09-27T16:15:35.9322932Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.753s) 2022-09-27T16:15:36.1297859Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.197s) 2022-09-27T16:15:36.5097258Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.380s) 2022-09-27T16:15:36.5115201Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:15:36.7409454Z Tests the case where fork and wait calls are in different subgraphs ... [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-09-27T16:15:36.7640663Z ok (0.254s) 2022-09-27T16:15:37.1508064Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.387s) 2022-09-27T16:15:37.1772417Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.026s) 2022-09-27T16:15:37.2063323Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.029s) 2022-09-27T16:15:37.2080838Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-09-27T16:15:37.5522429Z We want to move quantize nodes for output of prim::If ... [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-09-27T16:15:37.5947087Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-09-27T16:15:37.5961921Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-09-27T16:15:37.5969757Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-09-27T16:15:37.7297696Z ok (0.523s) 2022-09-27T16:15:38.1540537Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.424s) 2022-09-27T16:15:38.1753063Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.021s) 2022-09-27T16:15:38.1784161Z test_benchmark (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: used for local benchmarking, comment when we want to run it (0.003s) 2022-09-27T16:15:38.9587390Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.780s) 2022-09-27T16:15:38.9677264Z test_qconv1d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.009s) 2022-09-27T16:15:39.3250665Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.357s) 2022-09-27T16:15:40.8737058Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.549s) 2022-09-27T16:15:40.8829057Z test_qconv2d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.009s) 2022-09-27T16:15:41.2999160Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.417s) 2022-09-27T16:15:42.4084176Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.108s) 2022-09-27T16:15:43.0409436Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.632s) 2022-09-27T16:15:43.1191805Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.078s) 2022-09-27T16:15:43.1227338Z test_qconv_transpose2d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.004s) 2022-09-27T16:15:43.1263620Z test_qconv_transpose3d (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.004s) 2022-09-27T16:15:43.4255023Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.299s) 2022-09-27T16:15:43.4268426Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-09-27T16:15:43.4296699Z Tests the case where 2D indices are passed into the operator ... ok (0.004s) 2022-09-27T16:15:43.7712588Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.341s) 2022-09-27T16:15:43.7718558Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-09-27T16:15:43.7736114Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-09-27T16:15:43.7778985Z Tests the case where 2D indices are passed into the operator ... ok (0.006s) 2022-09-27T16:15:44.1416826Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.364s) 2022-09-27T16:15:44.1422713Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-09-27T16:15:44.4412083Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.299s) 2022-09-27T16:15:44.4417806Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-09-27T16:15:44.5881363Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.146s) 2022-09-27T16:15:44.7280198Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.140s) 2022-09-27T16:15:45.1245249Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.396s) 2022-09-27T16:15:45.1309342Z test_grid_sample (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4224: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-09-27T16:15:45.1309983Z "Default grid_sample and affine_grid behavior has changed " 2022-09-27T16:15:45.2164800Z ok (0.092s) 2022-09-27T16:15:45.2193800Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.003s) 2022-09-27T16:15:45.7013743Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.482s) 2022-09-27T16:15:45.7284733Z test_qlinear_cudnn (quantization.core.test_quantized_op.TestQuantizedLinear) ... skip: cudnn is not enabled. (0.027s) 2022-09-27T16:15:45.8585253Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.130s) 2022-09-27T16:15:48.2377155Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.379s) 2022-09-27T16:15:48.4736834Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.236s) 2022-09-27T16:15:48.7893018Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.316s) 2022-09-27T16:15:49.2379834Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.449s) 2022-09-27T16:15:49.2396789Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:15:49.2552247Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... ok (0.017s) 2022-09-27T16:15:49.2580945Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:15:52.5749840Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (3.320s) 2022-09-27T16:15:52.5790026Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:15:57.7672405Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (5.192s) 2022-09-27T16:15:57.7709171Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:16:14.9348072Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (17.167s) 2022-09-27T16:16:14.9541714Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:16:45.7535426Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (30.819s) 2022-09-27T16:16:48.1001699Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.347s) 2022-09-27T16:16:50.3650079Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.265s) 2022-09-27T16:16:51.0427824Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.678s) 2022-09-27T16:16:52.4471689Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.404s) 2022-09-27T16:16:55.1983879Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.751s) 2022-09-27T16:17:43.2638882Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (48.065s) 2022-09-27T16:17:43.8386289Z test_custom_module_multi_head_attention (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1206: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-09-27T16:17:43.8386838Z Returning default scale and zero point " 2022-09-27T16:17:57.2206273Z ok (13.957s) 2022-09-27T16:17:57.2219293Z test_empty_batch (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:17:57.2220170Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:17:57.2267663Z ok (0.006s) 2022-09-27T16:17:57.6348315Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.408s) 2022-09-27T16:18:43.4305945Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (45.796s) 2022-09-27T16:18:43.9153600Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.485s) 2022-09-27T16:18:44.8846547Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.969s) 2022-09-27T16:18:51.3704223Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (6.486s) 2022-09-27T16:18:51.3732718Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:19:05.7278435Z This test cover upsample_nearest2d and upsample_bilinear2d ... ok (14.357s) 2022-09-27T16:19:05.7310246Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-09-27T16:20:20.5777423Z This test cover upsample_nearest3d ... ok (74.850s) 2022-09-27T16:20:20.6380943Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.060s) 2022-09-27T16:20:20.9203784Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.282s) 2022-09-27T16:20:20.9231682Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.003s) 2022-09-27T16:20:21.3623447Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.439s) 2022-09-27T16:20:22.2404477Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.878s) 2022-09-27T16:20:22.2490807Z test_max_pool2d_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.009s) 2022-09-27T16:20:24.0771194Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.828s) 2022-09-27T16:20:24.3783256Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.301s) 2022-09-27T16:20:24.9976256Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.619s) 2022-09-27T16:20:25.0000011Z test_qadd_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [1, 1, 4, 4], which does not match the required output shape [2, 1, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-09-27T16:20:25.0011834Z ok (0.004s) 2022-09-27T16:20:25.0033567Z test_qadd_relu_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.002s) 2022-09-27T16:20:25.0054431Z test_qadd_relu_cudnn_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.002s) 2022-09-27T16:20:25.0180169Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.013s) 2022-09-27T16:20:25.0299232Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.012s) 2022-09-27T16:20:25.4686334Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.438s) 2022-09-27T16:20:26.6192254Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.151s) 2022-09-27T16:20:26.9844392Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.365s) 2022-09-27T16:20:27.1189390Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.134s) 2022-09-27T16:20:27.4373768Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.318s) 2022-09-27T16:20:27.8816764Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.444s) 2022-09-27T16:20:28.3475179Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.466s) 2022-09-27T16:20:28.3507532Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.003s) 2022-09-27T16:20:28.3633358Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.013s) 2022-09-27T16:20:29.9212791Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.558s) 2022-09-27T16:20:30.0591230Z test_qprelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.138s) 2022-09-27T16:20:32.1494392Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.090s) 2022-09-27T16:20:32.8648392Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.715s) 2022-09-27T16:20:33.2560637Z test_qsoftmax (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.391s) 2022-09-27T16:20:33.6361369Z test_qsoftmax_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.380s) 2022-09-27T16:20:33.6438909Z test_qtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.007s) 2022-09-27T16:20:33.9242329Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.280s) 2022-09-27T16:20:33.9272930Z test_qtopk (quantization.core.test_quantized_op.TestQuantizedOps) ... /var/lib/jenkins/workspace/test/quantization/core/test_quantized_op.py:1991: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:20:33.9273835Z indices = torch.tensor(X).long() 2022-09-27T16:20:34.1882975Z ok (0.264s) 2022-09-27T16:20:34.2004730Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.012s) 2022-09-27T16:20:34.6198431Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.419s) 2022-09-27T16:20:35.0456897Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.426s) 2022-09-27T16:20:36.5340067Z test_std (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.488s) 2022-09-27T16:20:36.5362849Z test_bfp16_quantize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:20:36.5364214Z warnings.warn(msg, FutureWarning) 2022-09-27T16:20:36.5364565Z ok (0.002s) 2022-09-27T16:20:36.5417574Z test_choose_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.005s) 2022-09-27T16:20:36.5606667Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.019s) 2022-09-27T16:20:36.5665864Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-09-27T16:20:36.5681142Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-09-27T16:20:36.5693865Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-09-27T16:20:36.5701873Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-09-27T16:20:36.5714103Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-09-27T16:20:36.5718321Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-09-27T16:20:36.5733451Z test_fp16_saturate_op (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /var/lib/jenkins/workspace/test/quantization/core/test_quantized_tensor.py:1362: UserWarning: FOUND weight out of range (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/QuantUtils.h:204.) 2022-09-27T16:20:36.5734041Z y = torch._saturate_weight_to_fp16(x) 2022-09-27T16:20:36.5739471Z ok (0.002s) 2022-09-27T16:20:36.6033491Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.029s) 2022-09-27T16:20:36.6107358Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-09-27T16:20:36.6111081Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-09-27T16:20:36.6153989Z test_per_channel_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-09-27T16:20:36.6174082Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.002s) 2022-09-27T16:20:36.6218870Z test_per_tensor_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-09-27T16:20:36.6232105Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-09-27T16:20:36.7622506Z test_pickle_checkpoint_qtensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.139s) 2022-09-27T16:20:36.7639839Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-09-27T16:20:37.0491355Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.285s) 2022-09-27T16:20:37.0983472Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.049s) 2022-09-27T16:20:37.1257970Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.027s) 2022-09-27T16:20:37.1344137Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.009s) 2022-09-27T16:20:37.1349315Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-09-27T16:20:37.1377197Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-09-27T16:20:37.1551021Z test_qtensor_fill_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.017s) 2022-09-27T16:20:37.1910352Z test_qtensor_fill_per_channel_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.036s) 2022-09-27T16:20:37.2049555Z test_qtensor_fill_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.014s) 2022-09-27T16:20:37.2367656Z test_qtensor_fill_per_tensor_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.032s) 2022-09-27T16:20:37.2448267Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-09-27T16:20:37.2533984Z test_qtensor_index_put (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.009s) 2022-09-27T16:20:37.2565632Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-09-27T16:20:37.2569699Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-09-27T16:20:37.2583834Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-09-27T16:20:37.2725869Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.014s) 2022-09-27T16:20:37.2830719Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-09-27T16:20:37.3262591Z test_qtensor_masked_fill_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.043s) 2022-09-27T16:20:37.3266214Z test_qtensor_masked_fill_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-09-27T16:20:37.3344984Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-09-27T16:20:37.3541650Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.019s) 2022-09-27T16:20:37.3766001Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.022s) 2022-09-27T16:20:37.3820970Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-09-27T16:20:40.7062787Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (3.324s) 2022-09-27T16:20:40.7119985Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-09-27T16:20:40.7150780Z test_qtensor_resize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:750: UserWarning: non-inplace resize is deprecated 2022-09-27T16:20:40.7151244Z warnings.warn("non-inplace resize is deprecated") 2022-09-27T16:20:40.7169674Z ok (0.005s) 2022-09-27T16:20:40.7214312Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-09-27T16:20:40.7256222Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-09-27T16:20:40.7511104Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.025s) 2022-09-27T16:20:40.7679031Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.017s) 2022-09-27T16:20:40.7688660Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-09-27T16:20:44.0633874Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (3.294s) 2022-09-27T16:20:44.0663412Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2022-09-27T16:20:44.1779444Z Tests the per channel quantization scheme for 4-bit qtensors. ... ok (0.115s) 2022-09-27T16:20:44.1805270Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-09-27T16:20:44.1829408Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-09-27T16:20:44.2409275Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.058s) 2022-09-27T16:20:44.2471391Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.006s) 2022-09-27T16:20:44.2496775Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-09-27T16:20:44.2872432Z Checks the rnn reference quantized modules has correct numerics ... ok (0.040s) 2022-09-27T16:20:44.2895784Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-09-27T16:20:44.3060307Z Checks the rnn cell reference quantized modules has correct numerics ... ok (0.019s) 2022-09-27T16:20:44.3082248Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-09-27T16:20:44.3167966Z Embedding and EmbeddingBag ... ok (0.011s) 2022-09-27T16:20:44.3854458Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.068s) 2022-09-27T16:20:44.4094714Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.024s) 2022-09-27T16:20:44.4310626Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.022s) 2022-09-27T16:20:44.4525086Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.021s) 2022-09-27T16:20:44.5146242Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.062s) 2022-09-27T16:20:44.5375894Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.023s) 2022-09-27T16:20:44.5588399Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.021s) 2022-09-27T16:20:44.5792311Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.020s) 2022-09-27T16:20:44.6437615Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.064s) 2022-09-27T16:20:44.7237239Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.080s) 2022-09-27T16:20:44.7894476Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.066s) 2022-09-27T16:20:44.8083808Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.019s) 2022-09-27T16:20:44.8704459Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.062s) 2022-09-27T16:20:45.0706206Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.200s) 2022-09-27T16:20:45.1328026Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.062s) 2022-09-27T16:20:45.1493319Z test_linear_relu_package_quantization_transforms (quantization.bc.test_backward_compatibility.TestSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1498: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-09-27T16:20:45.1493969Z "Passing a QConfig dictionary to prepare is deprecated and will not be supported " 2022-09-27T16:20:46.7354598Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node child_packed_weight_0 target child_packed_weight_0 child_packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:20:46.7355665Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:20:46.7357104Z /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py:1306: UserWarning: Node _packed_weight_0 target _packed_weight_0 _packed_weight_0 of does not reference an nn.Module, nn.Parameter, or buffer, which is what 'get_attr' Nodes typically target 2022-09-27T16:20:46.7358099Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-09-27T16:20:46.7380050Z ok (1.605s) 2022-09-27T16:20:46.9865783Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.248s) 2022-09-27T16:20:46.9919177Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.005s) 2022-09-27T16:20:46.9965732Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.005s) 2022-09-27T16:20:46.9975534Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:20:47.0007129Z Tests the correctness of the batchnorm2d module. ... ok (0.004s) 2022-09-27T16:20:47.0156021Z test_batch_norm2d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:288: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-09-27T16:20:47.0156873Z "must run observer before calling calculate_qparams. " + 2022-09-27T16:20:47.0181470Z ok (0.017s) 2022-09-27T16:20:47.0191928Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:20:47.0227675Z Tests the correctness of the batchnorm3d module. ... ok (0.004s) 2022-09-27T16:20:47.0393910Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.016s) 2022-09-27T16:20:51.0410767Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (4.001s) 2022-09-27T16:20:55.2677876Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (4.227s) 2022-09-27T16:20:57.5171471Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (2.249s) 2022-09-27T16:20:57.5180343Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:20:57.5200633Z Tests the correctness of the dropout module. ... ok (0.003s) 2022-09-27T16:20:57.5299816Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.010s) 2022-09-27T16:20:57.5303691Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:20:57.5347479Z Tests the correctness of the ELU module. ... ok (0.005s) 2022-09-27T16:21:11.6505881Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (14.115s) 2022-09-27T16:21:11.6511035Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:21:27.2304423Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... ok (15.580s) 2022-09-27T16:21:27.2317868Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:21:27.2385053Z Tests the correctness of the groupnorm module. ... ok (0.008s) 2022-09-27T16:21:27.2403437Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:21:27.2584692Z Tests the correctness of the instancenorm{n}d modules. ... ok (0.020s) 2022-09-27T16:21:27.2599678Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:21:27.2653068Z Tests the correctness of the layernorm module. ... ok (0.007s) 2022-09-27T16:21:27.2709945Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.006s) 2022-09-27T16:21:55.6540347Z test_linear_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (28.381s) 2022-09-27T16:21:55.6541713Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-09-27T16:21:55.7153623Z Tests the correctness of the pool module. ... ok (0.063s) 2022-09-27T16:21:55.7211315Z test_prelu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.006s) 2022-09-27T16:21:55.7249708Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.004s) 2022-09-27T16:21:55.7286844Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.004s) 2022-09-27T16:21:55.7342018Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.005s) 2022-09-27T16:22:04.0993672Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (8.365s) 2022-09-27T16:22:04.1407920Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.041s) 2022-09-27T16:22:04.1638210Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.023s) 2022-09-27T16:22:04.1832780Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.019s) 2022-09-27T16:22:04.2090443Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.026s) 2022-09-27T16:22:04.2325786Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.023s) 2022-09-27T16:22:04.2557245Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.023s) 2022-09-27T16:22:04.2571882Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-09-27T16:22:04.2800701Z This tests that a placeholder Node can be matched to a Node with ... ok (0.024s) 2022-09-27T16:22:04.3039910Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.024s) 2022-09-27T16:22:04.3250921Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.021s) 2022-09-27T16:22:04.3485411Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.023s) 2022-09-27T16:22:04.3819817Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.033s) 2022-09-27T16:22:04.4053378Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.023s) 2022-09-27T16:22:04.4289638Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.024s) 2022-09-27T16:22:04.4307084Z test_get_fqn_to_example_inputs_complex_args (quantization.core.test_utils.TestUtils) 2022-09-27T16:22:04.4353354Z Test that we can record complex example inputs such as lists and dicts ... ok (0.006s) 2022-09-27T16:22:04.4370326Z test_get_fqn_to_example_inputs_default_kwargs (quantization.core.test_utils.TestUtils) 2022-09-27T16:22:04.4414519Z Test that we can get example inputs for functions with default keyword arguments ... ok (0.006s) 2022-09-27T16:22:04.4469977Z test_get_fqn_to_example_inputs_simple (quantization.core.test_utils.TestUtils) ... ok (0.005s) 2022-09-27T16:22:04.4481045Z test_quantize_weight_clamping_per_channel (quantization.core.test_utils.TestUtils) 2022-09-27T16:22:04.4512964Z Test quant_{min, max} from per channel observer is honored by `_quantize_weight` method ... ok (0.004s) 2022-09-27T16:22:04.4523661Z test_quantize_weight_clamping_per_tensor (quantization.core.test_utils.TestUtils) 2022-09-27T16:22:04.4555606Z Test quant_{min, max} from per tensor observer is honored by `_quantize_weight` method ... ok (0.004s) 2022-09-27T16:22:04.4556066Z 2022-09-27T16:22:04.4556373Z ---------------------------------------------------------------------- 2022-09-27T16:22:04.4557250Z Ran 930 tests in 1899.080s 2022-09-27T16:22:04.4557633Z 2022-09-27T16:22:04.4557763Z OK (skipped=84) 2022-09-27T16:22:04.4557927Z 2022-09-27T16:22:04.4558051Z Generating XML reports... 2022-09-27T16:22:04.4641515Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20220927155025.xml 2022-09-27T16:22:04.4660780Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20220927155025.xml 2022-09-27T16:22:04.4680822Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20220927155025.xml 2022-09-27T16:22:04.4718276Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20220927155025.xml 2022-09-27T16:22:04.4721588Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20220927155025.xml 2022-09-27T16:22:04.4724963Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20220927155025.xml 2022-09-27T16:22:04.4743127Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20220927155025.xml 2022-09-27T16:22:04.4751095Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20220927155025.xml 2022-09-27T16:22:04.4762872Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20220927155025.xml 2022-09-27T16:22:04.4775563Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20220927155025.xml 2022-09-27T16:22:04.4782062Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20220927155025.xml 2022-09-27T16:22:04.4794847Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20220927155025.xml 2022-09-27T16:22:04.4809511Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20220927155025.xml 2022-09-27T16:22:04.4856680Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20220927155025.xml 2022-09-27T16:22:04.4870470Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20220927155025.xml 2022-09-27T16:22:04.4874972Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20220927155025.xml 2022-09-27T16:22:04.4904774Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20220927155025.xml 2022-09-27T16:22:04.4914169Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20220927155025.xml 2022-09-27T16:22:04.4925262Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20220927155025.xml 2022-09-27T16:22:04.4931441Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20220927155025.xml 2022-09-27T16:22:04.4940122Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20220927155025.xml 2022-09-27T16:22:04.4943955Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20220927155025.xml 2022-09-27T16:22:04.4948517Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20220927155025.xml 2022-09-27T16:22:04.4953657Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20220927155025.xml 2022-09-27T16:22:04.4962069Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20220927155025.xml 2022-09-27T16:22:04.4964854Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20220927155025.xml 2022-09-27T16:22:04.6928221Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20220927155025.xml 2022-09-27T16:22:04.6935991Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20220927155025.xml 2022-09-27T16:22:04.6941770Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20220927155025.xml 2022-09-27T16:22:04.6948016Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20220927155025.xml 2022-09-27T16:22:04.6952613Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20220927155025.xml 2022-09-27T16:22:04.6974106Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20220927155025.xml 2022-09-27T16:22:04.6986280Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20220927155025.xml 2022-09-27T16:22:04.6990965Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20220927155025.xml 2022-09-27T16:22:04.6997440Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20220927155025.xml 2022-09-27T16:22:04.7003613Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20220927155025.xml 2022-09-27T16:22:04.7014900Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20220927155025.xml 2022-09-27T16:22:04.7025792Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20220927155025.xml 2022-09-27T16:22:04.7040463Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20220927155025.xml 2022-09-27T16:22:04.7059834Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20220927155025.xml 2022-09-27T16:22:04.7089913Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20220927155025.xml 2022-09-27T16:22:04.7098356Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20220927155025.xml 2022-09-27T16:22:04.7204406Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20220927155025.xml 2022-09-27T16:22:04.7216182Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20220927155025.xml 2022-09-27T16:22:04.7271442Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20220927155025.xml 2022-09-27T16:22:04.7281548Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20220927155025.xml 2022-09-27T16:22:04.7307918Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20220927155025.xml 2022-09-27T16:22:04.7342273Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20220927155025.xml 2022-09-27T16:22:04.7354913Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20220927155025.xml 2022-09-27T16:22:04.7365535Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20220927155025.xml 2022-09-27T16:22:04.7372096Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20220927155025.xml 2022-09-27T16:22:04.7376482Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20220927155025.xml 2022-09-27T16:22:04.7444414Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20220927155025.xml 2022-09-27T16:22:04.7493410Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20220927155025.xml 2022-09-27T16:22:04.7496933Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20220927155025.xml 2022-09-27T16:22:04.7501405Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20220927155025.xml 2022-09-27T16:22:04.7519999Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20220927155025.xml 2022-09-27T16:22:04.7541411Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20220927155025.xml 2022-09-27T16:22:04.7555864Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927155025.xml 2022-09-27T16:22:04.7562145Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20220927155025.xml 2022-09-27T16:22:04.7566089Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20220927155025.xml 2022-09-27T16:22:04.7580446Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20220927155025.xml 2022-09-27T16:22:04.7585461Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20220927155025.xml 2022-09-27T16:22:05.8417423Z Running test_modules ... [2022-09-27 16:22:05.841341] 2022-09-27T16:22:05.8418081Z Executing ['/opt/conda/bin/python', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:22:05.841432] 2022-09-27T16:22:10.8280897Z Test results will be stored in test-reports/python-unittest/test_modules 2022-09-27T16:22:10.8362077Z 2022-09-27T16:22:10.8362532Z Running tests... 2022-09-27T16:22:10.8362971Z ---------------------------------------------------------------------- 2022-09-27T16:22:10.8549345Z test_check_inplace_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-09-27T16:22:10.8685356Z test_check_inplace_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:22:10.8769375Z test_check_inplace_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:22:10.8851739Z test_check_inplace_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:22:10.8970641Z test_check_inplace_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:22:10.9081987Z test_check_inplace_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:22:10.9119215Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:22:10.9159767Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:22:10.9202433Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:10.9244340Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:10.9285492Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:10.9326723Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:10.9368093Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:10.9408751Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:10.9449920Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:10.9490740Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:10.9531685Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:10.9572716Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:10.9613877Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:10.9655185Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:10.9696235Z test_cpu_gpu_parity_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:10.9737255Z test_cpu_gpu_parity_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:10.9961462Z test_cpu_gpu_parity_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.022s) 2022-09-27T16:22:11.0001496Z test_cpu_gpu_parity_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0043211Z test_cpu_gpu_parity_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0084601Z test_cpu_gpu_parity_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0126126Z test_cpu_gpu_parity_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0167530Z test_cpu_gpu_parity_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0208508Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0249552Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0290800Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0331638Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0373021Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0413910Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0455409Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0496626Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0538133Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0579305Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0620600Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0661994Z test_cpu_gpu_parity_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0703234Z test_cpu_gpu_parity_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0744617Z test_cpu_gpu_parity_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0785976Z test_cpu_gpu_parity_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0827262Z test_cpu_gpu_parity_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0868657Z test_cpu_gpu_parity_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0910064Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0951578Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.0992761Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1034672Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1076204Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1117307Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1158499Z test_cpu_gpu_parity_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1199922Z test_cpu_gpu_parity_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1241109Z test_cpu_gpu_parity_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1282520Z test_cpu_gpu_parity_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1323618Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1364722Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1405999Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1447027Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1505772Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-09-27T16:22:11.1542140Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1581241Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1622586Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1663703Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1705151Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1747198Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1788236Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1829270Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1870568Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1911701Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1952941Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.1994015Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2035464Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2076339Z test_cpu_gpu_parity_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2117413Z test_cpu_gpu_parity_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2158576Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2199518Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2240630Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2282417Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2323036Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2364575Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2405612Z test_cpu_gpu_parity_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2446832Z test_cpu_gpu_parity_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2488060Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2529642Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2570402Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2611532Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2652723Z test_cpu_gpu_parity_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2693998Z test_cpu_gpu_parity_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2734752Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2776442Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2817407Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2858107Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2899120Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.2969016Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.007s) 2022-09-27T16:22:11.3005636Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.3043004Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.3079224Z test_cpu_gpu_parity_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.3116421Z test_cpu_gpu_parity_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:22:11.3166110Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:22:11.3214760Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:22:11.3250503Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:11.3287001Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:11.3322851Z test_factory_kwargs_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:11.3358500Z test_factory_kwargs_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:11.3422593Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:22:11.3472413Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:22:11.4356159Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.088s) 2022-09-27T16:22:11.4409903Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:22:11.4462808Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:22:11.4515296Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:22:11.4566912Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:22:11.4618687Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:22:11.4695930Z test_factory_kwargs_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:22:11.4772824Z test_factory_kwargs_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:22:11.4873871Z test_factory_kwargs_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:22:11.4964310Z test_factory_kwargs_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:22:11.5057653Z test_factory_kwargs_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:22:11.5151018Z test_factory_kwargs_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:22:11.5246374Z test_factory_kwargs_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:22:11.5699985Z test_factory_kwargs_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.045s) 2022-09-27T16:22:11.5764588Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:22:11.5803147Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py:142: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:22:11.5803784Z result = torch.complex(real, imag) 2022-09-27T16:22:11.5832833Z ok (0.007s) 2022-09-27T16:22:11.5896933Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:22:11.5957938Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:22:11.6020215Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:22:11.6081628Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:22:11.6143329Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:22:11.6215394Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:11.6278015Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:22:11.6408486Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:22:11.6544191Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:22:11.6595457Z test_factory_kwargs_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:22:11.6645350Z test_factory_kwargs_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:22:11.6697145Z test_factory_kwargs_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:22:11.6769916Z test_factory_kwargs_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:11.6837325Z test_factory_kwargs_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:11.6905528Z test_factory_kwargs_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:11.7470058Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.056s) 2022-09-27T16:22:11.8046777Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.058s) 2022-09-27T16:22:11.8627860Z test_factory_kwargs_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.058s) 2022-09-27T16:22:11.9209419Z test_factory_kwargs_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.058s) 2022-09-27T16:22:11.9285376Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:22:11.9354495Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:11.9395832Z test_factory_kwargs_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:11.9436721Z test_factory_kwargs_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:11.9503811Z test_factory_kwargs_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:11.9582410Z test_factory_kwargs_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:22:11.9658913Z test_factory_kwargs_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:22:11.9735698Z test_factory_kwargs_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:22:12.1098685Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.136s) 2022-09-27T16:22:12.2360620Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.126s) 2022-09-27T16:22:12.3631261Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.127s) 2022-09-27T16:22:12.4914750Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.128s) 2022-09-27T16:22:12.4961969Z test_factory_kwargs_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:12.5031513Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:12.5031868Z ok (0.012s) 2022-09-27T16:22:12.5127137Z test_factory_kwargs_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:22:12.5234681Z test_factory_kwargs_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:22:12.5329563Z test_factory_kwargs_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:22:12.5428246Z test_factory_kwargs_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:22:12.5536828Z test_factory_kwargs_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:22:12.5597657Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:22:12.5660485Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:22:12.5733935Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:12.5799951Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:12.5867706Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:12.5935085Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:12.6197914Z test_factory_kwargs_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:22:12.6465407Z test_factory_kwargs_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.027s) 2022-09-27T16:22:12.8117325Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.165s) 2022-09-27T16:22:12.9791566Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.167s) 2022-09-27T16:22:13.1480251Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.169s) 2022-09-27T16:22:13.3126173Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.164s) 2022-09-27T16:22:13.3236067Z test_factory_kwargs_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:22:13.3331944Z test_factory_kwargs_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:22:13.3423247Z test_factory_kwargs_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:22:13.3516373Z test_factory_kwargs_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:22:13.4672265Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.115s) 2022-09-27T16:22:13.5787739Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.111s) 2022-09-27T16:22:13.7282693Z test_factory_kwargs_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.149s) 2022-09-27T16:22:13.8417815Z test_factory_kwargs_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.113s) 2022-09-27T16:22:13.8468032Z test_factory_kwargs_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:22:13.8517290Z test_factory_kwargs_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:22:13.8559500Z test_factory_kwargs_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:13.8601900Z test_factory_kwargs_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:13.9833177Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.123s) 2022-09-27T16:22:14.1096541Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.126s) 2022-09-27T16:22:14.2072557Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.098s) 2022-09-27T16:22:14.3055214Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.098s) 2022-09-27T16:22:14.3981049Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.092s) 2022-09-27T16:22:14.4855881Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.087s) 2022-09-27T16:22:14.8233547Z test_factory_kwargs_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.338s) 2022-09-27T16:22:15.1242993Z test_factory_kwargs_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.301s) 2022-09-27T16:22:15.1291664Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:22:15.1330842Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:15.1357627Z test_forward_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:22:15.1383001Z test_forward_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:22:15.1423044Z test_forward_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:15.1458828Z test_forward_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:15.1499576Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:15.1537576Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:15.1578275Z test_forward_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:15.1619233Z test_forward_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:15.1656090Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:15.1694474Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:15.1734363Z test_forward_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:15.1776071Z test_forward_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:15.1942369Z test_forward_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:22:15.2094999Z test_forward_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:22:15.2216459Z test_forward_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:22:15.2332443Z test_forward_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:22:15.2450193Z test_forward_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:22:15.2566471Z test_forward_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:22:15.2690976Z test_forward_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:22:15.2815992Z test_forward_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:22:15.2854436Z test_forward_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T16:22:15.2855228Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T16:22:15.2907625Z ok (0.009s) 2022-09-27T16:22:15.3149461Z test_forward_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.024s) 2022-09-27T16:22:15.3240509Z test_forward_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:22:15.3305878Z test_forward_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:22:15.3371875Z test_forward_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:15.3438921Z test_forward_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:15.3505237Z test_forward_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:15.3587514Z test_forward_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:22:15.3668375Z test_forward_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:22:15.3981505Z test_forward_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:22:15.4242551Z test_forward_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:22:15.4299589Z test_forward_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:22:15.4352708Z test_forward_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:22:15.4390122Z test_forward_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:15.4426208Z test_forward_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:15.4543364Z test_forward_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:22:15.4660382Z test_forward_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:22:15.7140696Z test_forward_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.248s) 2022-09-27T16:22:16.0106551Z test_forward_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.296s) 2022-09-27T16:22:16.2559352Z test_forward_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.245s) 2022-09-27T16:22:16.5052196Z test_forward_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.249s) 2022-09-27T16:22:16.5322786Z test_forward_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.027s) 2022-09-27T16:22:16.5460196Z test_forward_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:22:16.5497153Z test_forward_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:22:16.5532384Z test_forward_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:22:16.5641964Z test_forward_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:22:16.5747241Z test_forward_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:22:16.5874668Z test_forward_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:22:16.6002740Z test_forward_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:22:17.1451880Z test_forward_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.545s) 2022-09-27T16:22:17.6545056Z test_forward_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.509s) 2022-09-27T16:22:18.1943582Z test_forward_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.540s) 2022-09-27T16:22:18.7075788Z test_forward_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.513s) 2022-09-27T16:22:18.7211951Z test_forward_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:22:18.7344072Z test_forward_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:22:18.7530256Z test_forward_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-09-27T16:22:18.7662419Z test_forward_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:22:18.7802052Z test_forward_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:22:18.7944663Z test_forward_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:22:18.8016724Z test_forward_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:18.8090041Z test_forward_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:18.8162980Z test_forward_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:18.8236073Z test_forward_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:18.8323851Z test_forward_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:22:18.8413170Z test_forward_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:22:18.8502870Z test_forward_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:22:18.8589662Z test_forward_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:22:19.4830830Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.624s) 2022-09-27T16:22:20.0477381Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.565s) 2022-09-27T16:22:20.6687651Z test_forward_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.621s) 2022-09-27T16:22:21.2800485Z test_forward_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.611s) 2022-09-27T16:22:21.3080357Z test_forward_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.028s) 2022-09-27T16:22:21.3341662Z test_forward_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:22:21.3472720Z test_forward_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:22:21.3601140Z test_forward_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:22:21.6678071Z test_forward_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.308s) 2022-09-27T16:22:21.9478151Z test_forward_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.280s) 2022-09-27T16:22:22.2421436Z test_forward_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.294s) 2022-09-27T16:22:22.5257675Z test_forward_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.284s) 2022-09-27T16:22:22.5289838Z test_forward_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:22:22.5321124Z test_forward_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:22:22.5349401Z test_forward_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:22:22.5377121Z test_forward_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:22:22.8416940Z test_forward_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.304s) 2022-09-27T16:22:23.1342153Z test_forward_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.292s) 2022-09-27T16:22:23.3542034Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.220s) 2022-09-27T16:22:23.5609780Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.207s) 2022-09-27T16:22:23.7413546Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.180s) 2022-09-27T16:22:23.9279847Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.187s) 2022-09-27T16:22:24.5339852Z test_forward_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.606s) 2022-09-27T16:22:25.0344907Z test_forward_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.500s) 2022-09-27T16:22:25.0549076Z test_grad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:22:25.0614776Z test_grad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:25.0686567Z test_grad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:22:25.0809086Z test_grad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:22:25.0946060Z test_grad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:22:25.1076224Z test_grad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:22:25.1216613Z test_grad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:22:25.2182495Z test_grad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.096s) 2022-09-27T16:22:25.2751513Z test_grad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.057s) 2022-09-27T16:22:25.3364973Z test_grad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.061s) 2022-09-27T16:22:25.4068894Z test_grad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.070s) 2022-09-27T16:22:25.4362570Z test_grad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.029s) 2022-09-27T16:22:25.4664242Z test_grad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.030s) 2022-09-27T16:22:25.5082575Z test_grad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.042s) 2022-09-27T16:22:25.6223682Z test_grad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.114s) 2022-09-27T16:22:25.6416369Z test_grad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-09-27T16:22:25.6862337Z test_grad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.044s) 2022-09-27T16:22:25.7491866Z test_grad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.063s) 2022-09-27T16:22:29.7039514Z test_grad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.955s) 2022-09-27T16:22:33.5159097Z test_grad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.812s) 2022-09-27T16:22:33.5648498Z test_grad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.049s) 2022-09-27T16:22:33.5750321Z test_grad_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:22:33.6167098Z test_grad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.041s) 2022-09-27T16:22:33.7276217Z test_grad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.111s) 2022-09-27T16:22:44.2132607Z test_grad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (10.486s) 2022-09-27T16:22:54.8266703Z test_grad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (10.613s) 2022-09-27T16:22:54.8289048Z test_grad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:54.8289702Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:54.8435766Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:54.8436302Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:54.8579256Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:54.8579786Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:54.8729406Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:54.8729898Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:54.8883365Z ok (0.062s) 2022-09-27T16:22:54.8905565Z test_grad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:54.8906237Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:54.9056537Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:54.9057030Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:54.9216529Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:54.9217056Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:54.9377542Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:54.9378073Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:54.9538502Z ok (0.065s) 2022-09-27T16:22:54.9562998Z test_grad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:54.9563577Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:54.9744032Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:54.9744526Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:54.9942469Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:54.9943257Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:55.0250243Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:55.0250763Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:55.0432147Z ok (0.089s) 2022-09-27T16:22:55.0451032Z test_grad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:55.0451640Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:55.0600811Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:55.0601325Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:55.0742031Z ok (0.031s) 2022-09-27T16:22:55.0760536Z test_grad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:55.0761122Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:55.0922218Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:55.0922727Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:55.1077101Z ok (0.033s) 2022-09-27T16:22:55.1097127Z test_grad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:55.1097710Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:55.1321182Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:22:55.1322035Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:22:55.1509253Z ok (0.043s) 2022-09-27T16:22:55.1839820Z test_grad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.033s) 2022-09-27T16:23:00.8440384Z test_grad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.660s) 2022-09-27T16:23:06.4162488Z test_grad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.572s) 2022-09-27T16:23:06.4565475Z test_grad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.040s) 2022-09-27T16:23:06.5272256Z test_grad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.071s) 2022-09-27T16:23:10.6956618Z test_grad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.168s) 2022-09-27T16:23:14.9680444Z test_grad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.272s) 2022-09-27T16:23:14.9842036Z test_grad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:23:14.9960828Z test_grad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:23:19.1542287Z test_grad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (4.158s) 2022-09-27T16:23:21.3126142Z test_grad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.158s) 2022-09-27T16:23:23.2497370Z test_grad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.937s) 2022-09-27T16:23:32.4015267Z test_grad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (9.152s) 2022-09-27T16:23:32.4342242Z test_gradgrad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.033s) 2022-09-27T16:23:32.4457837Z test_gradgrad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:23:32.4583376Z test_gradgrad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:23:32.5038666Z test_gradgrad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.045s) 2022-09-27T16:23:32.5835067Z test_gradgrad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.080s) 2022-09-27T16:23:32.6357162Z test_gradgrad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.052s) 2022-09-27T16:23:32.7059003Z test_gradgrad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.070s) 2022-09-27T16:23:33.0872039Z test_gradgrad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.381s) 2022-09-27T16:23:33.2893750Z test_gradgrad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.202s) 2022-09-27T16:23:33.4873795Z test_gradgrad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.198s) 2022-09-27T16:23:33.7497695Z test_gradgrad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.262s) 2022-09-27T16:23:33.8480482Z test_gradgrad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.098s) 2022-09-27T16:23:33.9519120Z test_gradgrad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.104s) 2022-09-27T16:23:34.1131992Z test_gradgrad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.161s) 2022-09-27T16:23:34.3215429Z test_gradgrad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.208s) 2022-09-27T16:23:34.3619534Z test_gradgrad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.040s) 2022-09-27T16:23:34.4279518Z test_gradgrad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.066s) 2022-09-27T16:23:34.8649465Z test_gradgrad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.437s) 2022-09-27T16:24:05.1635011Z test_gradgrad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (30.298s) 2022-09-27T16:24:35.5706618Z test_gradgrad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (30.407s) 2022-09-27T16:24:35.7243701Z test_gradgrad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.154s) 2022-09-27T16:24:35.8465132Z test_gradgrad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.122s) 2022-09-27T16:24:36.4431254Z test_gradgrad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.597s) 2022-09-27T16:26:00.8405850Z test_gradgrad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (84.397s) 2022-09-27T16:27:25.7417040Z test_gradgrad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (84.901s) 2022-09-27T16:27:25.7442196Z test_gradgrad_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:27:25.7442840Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:27:25.7913600Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:27:25.7914102Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:27:25.8401528Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:27:25.8402286Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:27:25.8904256Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:27:25.8904769Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:27:25.9425973Z ok (0.201s) 2022-09-27T16:27:25.9450284Z test_gradgrad_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:27:25.9450857Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:27:25.9942775Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:27:25.9943569Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:27:26.0458173Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:27:26.0458676Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:27:26.0975271Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:27:26.0975847Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:27:26.1517988Z ok (0.209s) 2022-09-27T16:27:26.1545174Z test_gradgrad_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:27:26.1545773Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:27:26.2423662Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:27:26.2424483Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:27:26.3129792Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:27:26.3130325Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:27:26.3751173Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:27:26.3751776Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:27:26.4373857Z ok (0.285s) 2022-09-27T16:27:26.4392423Z test_gradgrad_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:27:26.4393122Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:27:26.4876854Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:27:26.4877666Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:27:26.5359445Z ok (0.099s) 2022-09-27T16:27:26.5378398Z test_gradgrad_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:27:26.5378992Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:27:26.6099204Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:27:26.6099725Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:27:26.6615860Z ok (0.125s) 2022-09-27T16:27:26.6635249Z test_gradgrad_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:27:26.6636257Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:27:26.7742539Z /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:27:26.7743069Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:27:26.8396838Z ok (0.178s) 2022-09-27T16:27:26.9638055Z test_gradgrad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.124s) 2022-09-27T16:27:53.9870193Z test_gradgrad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (27.023s) 2022-09-27T16:28:21.2141785Z test_gradgrad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (27.227s) 2022-09-27T16:28:21.2856963Z test_gradgrad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.071s) 2022-09-27T16:28:21.7456611Z test_gradgrad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.460s) 2022-09-27T16:28:54.1057867Z test_gradgrad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (32.360s) 2022-09-27T16:29:26.2824387Z test_gradgrad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (32.177s) 2022-09-27T16:29:26.3350420Z test_gradgrad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.053s) 2022-09-27T16:29:26.3606117Z test_gradgrad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-09-27T16:30:17.1367704Z test_gradgrad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (50.776s) 2022-09-27T16:30:39.6906633Z test_gradgrad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (22.554s) 2022-09-27T16:30:59.9704756Z test_gradgrad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (20.280s) 2022-09-27T16:33:16.0204262Z test_gradgrad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (136.050s) 2022-09-27T16:33:16.0237550Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:33:16.0268202Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:33:16.0288646Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:33:16.0309316Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:33:16.0331531Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:33:16.0353168Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:33:16.0378161Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:33:16.0403623Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:33:16.0427912Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:33:16.0454371Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:33:16.0522843Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:33:16.0589687Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:33:16.0642054Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:33:16.0697223Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:33:16.0751719Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:33:16.0808538Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:33:16.0867043Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:33:16.0929839Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:33:16.0960183Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py:976: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-09-27T16:33:16.0961296Z "Complex modules are a new feature under active development whose design may change, " 2022-09-27T16:33:16.0990361Z ok (0.006s) 2022-09-27T16:33:16.1218370Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.023s) 2022-09-27T16:33:16.1290058Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:33:16.1326084Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:33:16.1364395Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:33:16.1400190Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:33:16.1438728Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:33:16.1481051Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:33:16.1528038Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:33:16.1627040Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:33:16.1716313Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:33:16.1745054Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:33:16.1775331Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:33:16.1802838Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:33:16.1828765Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:33:16.1878529Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:33:16.1929953Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:33:16.2154299Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-09-27T16:33:16.2425893Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.027s) 2022-09-27T16:33:16.2487936Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:33:16.2547327Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:33:16.2572595Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:33:16.2595561Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:33:16.2641158Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:33:16.2686325Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:33:16.2738467Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:33:16.2791777Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:33:16.3283690Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... ok (0.049s) 2022-09-27T16:33:16.3851935Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... ok (0.057s) 2022-09-27T16:33:16.3882569Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:33:16.3883158Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:33:16.3926200Z ok (0.007s) 2022-09-27T16:33:16.3999693Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:33:16.4070691Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:33:16.4145631Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:33:16.4462963Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.032s) 2022-09-27T16:33:16.4547657Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:33:16.4592715Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:33:16.4637668Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:33:16.4681122Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:33:16.4725924Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:33:16.4774912Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:33:16.4826338Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:33:16.4864417Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:33:16.4903503Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:33:16.5623871Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... ok (0.072s) 2022-09-27T16:33:16.6410115Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... ok (0.078s) 2022-09-27T16:33:16.6469982Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:33:16.6530486Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:33:16.6586395Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:33:16.6643219Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:33:16.7071304Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... ok (0.043s) 2022-09-27T16:33:16.7570013Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... ok (0.050s) 2022-09-27T16:33:16.7597905Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:33:16.7624510Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:33:16.7648185Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:33:16.7672235Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:33:16.8764093Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.109s) 2022-09-27T16:33:16.9943731Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.118s) 2022-09-27T16:33:17.0597513Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.065s) 2022-09-27T16:33:17.1296212Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.070s) 2022-09-27T16:33:17.3733368Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.244s) 2022-09-27T16:33:17.6008954Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.228s) 2022-09-27T16:33:17.6201821Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-09-27T16:33:17.6384083Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-09-27T16:33:17.6469834Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:33:17.6552328Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:33:17.6590425Z test_memory_format_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:17.6626098Z test_memory_format_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:17.6739389Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:33:17.6848348Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:33:17.6973372Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:33:17.7094349Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:33:17.7216247Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:33:17.7336230Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:33:17.7468019Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:33:17.7594805Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:33:17.7633433Z test_memory_format_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:17.7671432Z test_memory_format_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:17.7838088Z test_memory_format_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:33:17.7999862Z test_memory_format_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:33:17.8258877Z test_memory_format_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:33:17.8728225Z test_memory_format_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.047s) 2022-09-27T16:33:17.8826637Z test_memory_format_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-09-27T16:33:17.8925766Z test_memory_format_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-09-27T16:33:17.9089414Z test_memory_format_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:33:17.9341821Z test_memory_format_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.025s) 2022-09-27T16:33:17.9512754Z test_memory_format_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:33:17.9614160Z test_memory_format_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:33:17.9713025Z test_memory_format_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:33:17.9805550Z test_memory_format_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.009s) 2022-09-27T16:33:17.9896747Z test_memory_format_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.009s) 2022-09-27T16:33:18.0025825Z test_memory_format_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.013s) 2022-09-27T16:33:18.0152000Z test_memory_format_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.012s) 2022-09-27T16:33:18.0449848Z test_memory_format_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.030s) 2022-09-27T16:33:18.0720972Z test_memory_format_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.027s) 2022-09-27T16:33:18.0848385Z test_memory_format_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:33:18.0972082Z test_memory_format_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:33:18.1010880Z test_memory_format_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:18.1049766Z test_memory_format_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:18.1187704Z test_memory_format_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:33:18.1321304Z test_memory_format_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:33:18.4549666Z test_memory_format_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.323s) 2022-09-27T16:33:18.7096595Z test_memory_format_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.255s) 2022-09-27T16:33:18.9868709Z test_memory_format_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.277s) 2022-09-27T16:33:19.2470085Z test_memory_format_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.260s) 2022-09-27T16:33:19.2508717Z test_memory_format_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:19.2547154Z test_memory_format_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:19.2649615Z test_memory_format_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:33:19.2745668Z test_memory_format_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:33:19.2783898Z test_memory_format_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:19.2822547Z test_memory_format_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:19.2990672Z test_memory_format_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:33:19.3153278Z test_memory_format_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:33:19.8696880Z test_memory_format_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.554s) 2022-09-27T16:33:20.4141279Z test_memory_format_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.544s) 2022-09-27T16:33:20.9606075Z test_memory_format_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.546s) 2022-09-27T16:33:21.4794787Z test_memory_format_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.519s) 2022-09-27T16:33:21.4984194Z test_memory_format_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-09-27T16:33:21.5173211Z test_memory_format_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-09-27T16:33:21.6072588Z test_memory_format_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.090s) 2022-09-27T16:33:21.6349773Z test_memory_format_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.028s) 2022-09-27T16:33:21.6455534Z test_memory_format_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.011s) 2022-09-27T16:33:21.6561522Z test_memory_format_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-09-27T16:33:21.6673233Z test_memory_format_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:33:21.6781696Z test_memory_format_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:33:21.6878037Z test_memory_format_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-09-27T16:33:21.6973922Z test_memory_format_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.009s) 2022-09-27T16:33:21.7108846Z test_memory_format_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.013s) 2022-09-27T16:33:21.7241213Z test_memory_format_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.013s) 2022-09-27T16:33:21.7280354Z test_memory_format_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:21.7319359Z test_memory_format_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:21.7357541Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:21.7396055Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:21.7434371Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:21.7472731Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:21.7510853Z test_memory_format_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:21.7549592Z test_memory_format_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:21.7702253Z test_memory_format_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:33:21.7848908Z test_memory_format_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:33:22.0892163Z test_memory_format_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.304s) 2022-09-27T16:33:22.3759846Z test_memory_format_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.287s) 2022-09-27T16:33:22.6759146Z test_memory_format_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.300s) 2022-09-27T16:33:23.0042587Z test_memory_format_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.328s) 2022-09-27T16:33:23.0188263Z test_memory_format_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:33:23.0326120Z test_memory_format_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:33:23.0457174Z test_memory_format_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:33:23.0590929Z test_memory_format_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:33:23.0624814Z test_memory_format_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:33:23.0658059Z test_memory_format_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:33:23.0691376Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:33:23.0724178Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:33:23.0757297Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:33:23.0790593Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:33:23.0823673Z test_memory_format_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:33:23.0855956Z test_memory_format_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-09-27T16:33:23.0882107Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.0907570Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.0933038Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.0958442Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.0983750Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1009228Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1034665Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1059854Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1085011Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1110367Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1135963Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.1161570Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.1187868Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.1214006Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.1359488Z test_multiple_device_transfer_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.014s) 2022-09-27T16:33:23.1384855Z test_multiple_device_transfer_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1410053Z test_multiple_device_transfer_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1435508Z test_multiple_device_transfer_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1460572Z test_multiple_device_transfer_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1485939Z test_multiple_device_transfer_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1510962Z test_multiple_device_transfer_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1536334Z test_multiple_device_transfer_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1561505Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1586573Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1611383Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1635931Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1660975Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1687156Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.1712739Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.1737642Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1762400Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1787209Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1812353Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1836900Z test_multiple_device_transfer_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1862257Z test_multiple_device_transfer_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1887209Z test_multiple_device_transfer_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1913247Z test_multiple_device_transfer_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.1939038Z test_multiple_device_transfer_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.1965143Z test_multiple_device_transfer_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.1990572Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2016445Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2041916Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2068029Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2094324Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2120168Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2146033Z test_multiple_device_transfer_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2172121Z test_multiple_device_transfer_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2198004Z test_multiple_device_transfer_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2223441Z test_multiple_device_transfer_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.2248538Z test_multiple_device_transfer_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.2273636Z test_multiple_device_transfer_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.2298896Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.2324277Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.2349873Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2378623Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2407669Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2436303Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2465359Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2493994Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2522717Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2551077Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2579872Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2608557Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2637320Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2666008Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2694812Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2723448Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2752101Z test_multiple_device_transfer_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2780877Z test_multiple_device_transfer_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2809662Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2838069Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.2985330Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.015s) 2022-09-27T16:33:23.3011743Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.3036728Z test_multiple_device_transfer_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.3061487Z test_multiple_device_transfer_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.3086064Z test_multiple_device_transfer_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.3110670Z test_multiple_device_transfer_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.3135609Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.3160528Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.3185101Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.3210071Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.3234896Z test_multiple_device_transfer_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.3260047Z test_multiple_device_transfer_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.3285076Z test_multiple_device_transfer_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.3311084Z test_multiple_device_transfer_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.3336755Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.3362267Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.3387800Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.3413478Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:33:23.3438524Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.3463574Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.3488633Z test_multiple_device_transfer_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.3513552Z test_multiple_device_transfer_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:33:23.3549978Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:23.3585740Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-09-27T16:33:23.3739949Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:33:23.3884784Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:33:23.4037792Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:33:23.4185684Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:33:23.4401816Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-09-27T16:33:23.4597814Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:33:23.4803571Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:33:23.5009320Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:33:23.5222387Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:33:23.5430445Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:33:23.5645188Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:33:23.6067423Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.042s) 2022-09-27T16:33:23.6990499Z test_non_contiguous_tensors_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.092s) 2022-09-27T16:33:23.7827430Z test_non_contiguous_tensors_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.084s) 2022-09-27T16:33:23.8544098Z test_non_contiguous_tensors_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.072s) 2022-09-27T16:33:23.9232046Z test_non_contiguous_tensors_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.069s) 2022-09-27T16:33:23.9978495Z test_non_contiguous_tensors_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.075s) 2022-09-27T16:33:24.0685310Z test_non_contiguous_tensors_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.071s) 2022-09-27T16:33:24.1545087Z test_non_contiguous_tensors_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.086s) 2022-09-27T16:33:24.2558411Z test_non_contiguous_tensors_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.101s) 2022-09-27T16:33:24.3234133Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.068s) 2022-09-27T16:33:24.3486867Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.025s) 2022-09-27T16:33:24.4193145Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.070s) 2022-09-27T16:33:24.4565932Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.037s) 2022-09-27T16:33:24.4922045Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.036s) 2022-09-27T16:33:24.5321617Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.040s) 2022-09-27T16:33:24.5709115Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.039s) 2022-09-27T16:33:24.6255809Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.055s) 2022-09-27T16:33:24.7018749Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.076s) 2022-09-27T16:33:24.8408273Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.139s) 2022-09-27T16:33:24.9674816Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.127s) 2022-09-27T16:33:24.9979516Z test_non_contiguous_tensors_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.030s) 2022-09-27T16:33:25.0279347Z test_non_contiguous_tensors_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.030s) 2022-09-27T16:33:25.0859758Z test_non_contiguous_tensors_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.058s) 2022-09-27T16:33:25.1670596Z test_non_contiguous_tensors_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.081s) 2022-09-27T16:33:25.2288523Z test_non_contiguous_tensors_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.062s) 2022-09-27T16:33:25.2872556Z test_non_contiguous_tensors_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.058s) 2022-09-27T16:33:27.3155529Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (2.028s) 2022-09-27T16:33:29.2580263Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.942s) 2022-09-27T16:33:31.2932236Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (2.035s) 2022-09-27T16:33:33.2329309Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.940s) 2022-09-27T16:33:33.3234978Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.091s) 2022-09-27T16:33:33.3869888Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.063s) 2022-09-27T16:33:33.4089991Z test_non_contiguous_tensors_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-09-27T16:33:33.4299734Z test_non_contiguous_tensors_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:33:33.4814555Z test_non_contiguous_tensors_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.051s) 2022-09-27T16:33:33.5318131Z test_non_contiguous_tensors_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.050s) 2022-09-27T16:33:33.6169148Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.085s) 2022-09-27T16:33:33.6991969Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.082s) 2022-09-27T16:33:39.3033137Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (5.604s) 2022-09-27T16:33:44.7213271Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.418s) 2022-09-27T16:33:50.2533103Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (5.532s) 2022-09-27T16:33:55.8279068Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.574s) 2022-09-27T16:33:55.9006702Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.073s) 2022-09-27T16:33:55.9713280Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.071s) 2022-09-27T16:33:56.0492324Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.078s) 2022-09-27T16:33:56.1225857Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.073s) 2022-09-27T16:33:56.2095093Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.087s) 2022-09-27T16:33:56.3465793Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.137s) 2022-09-27T16:33:56.3862872Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.040s) 2022-09-27T16:33:56.4256961Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.039s) 2022-09-27T16:33:56.4680022Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.042s) 2022-09-27T16:33:56.5081336Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.040s) 2022-09-27T16:33:56.5614040Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.053s) 2022-09-27T16:33:56.6141498Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.053s) 2022-09-27T16:33:56.6603921Z test_non_contiguous_tensors_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.046s) 2022-09-27T16:33:56.7049821Z test_non_contiguous_tensors_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.045s) 2022-09-27T16:34:00.3370978Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (3.632s) 2022-09-27T16:34:03.8840870Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.547s) 2022-09-27T16:34:07.5109836Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (3.627s) 2022-09-27T16:34:10.9443642Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.433s) 2022-09-27T16:34:11.0138230Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.069s) 2022-09-27T16:34:11.0817852Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.068s) 2022-09-27T16:34:11.1575797Z test_non_contiguous_tensors_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.076s) 2022-09-27T16:34:11.2296422Z test_non_contiguous_tensors_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.072s) 2022-09-27T16:34:13.6284281Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (2.399s) 2022-09-27T16:34:16.0343079Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.406s) 2022-09-27T16:34:18.4719418Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (2.437s) 2022-09-27T16:34:20.8233219Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.351s) 2022-09-27T16:34:20.8547442Z test_non_contiguous_tensors_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:34:20.8852292Z test_non_contiguous_tensors_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:34:20.9102404Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.025s) 2022-09-27T16:34:20.9353980Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-09-27T16:34:22.7136515Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (1.778s) 2022-09-27T16:34:24.3745859Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (1.661s) 2022-09-27T16:34:25.6018448Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (1.227s) 2022-09-27T16:34:26.7826010Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.181s) 2022-09-27T16:34:27.8778271Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (1.095s) 2022-09-27T16:34:28.9331499Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.055s) 2022-09-27T16:34:31.5171820Z test_non_contiguous_tensors_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (2.584s) 2022-09-27T16:34:34.0011132Z test_non_contiguous_tensors_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (2.484s) 2022-09-27T16:34:34.0093566Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:34:34.0167806Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:34:34.0202711Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:34.0236427Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:34.0271074Z test_pickle_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:34.0306550Z test_pickle_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:34:34.0359925Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:34:34.0410943Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:34:34.0465820Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:34:34.0521663Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:34:34.0575270Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:34:34.0629928Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:34:34.0686760Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:34:34.0743952Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:34:34.0895821Z test_pickle_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:34:34.1054858Z test_pickle_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:34:34.1205362Z test_pickle_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:34:34.1353082Z test_pickle_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:34:34.1500283Z test_pickle_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:34:34.1645628Z test_pickle_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:34:34.1801992Z test_pickle_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:34:34.1960179Z test_pickle_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:34:34.2084108Z test_pickle_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:34:34.2314013Z test_pickle_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.023s) 2022-09-27T16:34:34.2451015Z test_pickle_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:34:34.2534416Z test_pickle_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:34:34.2846843Z test_pickle_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:34:34.2938548Z test_pickle_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:34:34.3023849Z test_pickle_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:34:34.3132772Z test_pickle_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:34:34.3248385Z test_pickle_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:34:34.3541203Z test_pickle_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.029s) 2022-09-27T16:34:34.3812109Z test_pickle_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.027s) 2022-09-27T16:34:34.3899080Z test_pickle_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:34:34.3980344Z test_pickle_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-09-27T16:34:34.4096923Z test_pickle_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:34:34.4206792Z test_pickle_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:34:34.4320910Z test_pickle_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:34:34.4430284Z test_pickle_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:34:34.6535659Z test_pickle_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.210s) 2022-09-27T16:34:34.8719714Z test_pickle_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.218s) 2022-09-27T16:34:35.1027985Z test_pickle_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.231s) 2022-09-27T16:34:35.3170461Z test_pickle_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.214s) 2022-09-27T16:34:35.3304593Z test_pickle_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:34:35.3429364Z test_pickle_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:34:35.3479835Z test_pickle_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:34:35.3529204Z test_pickle_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:34:35.3645361Z test_pickle_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:34:35.3762415Z test_pickle_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-09-27T16:34:35.3894644Z test_pickle_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:34:35.4026917Z test_pickle_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-09-27T16:34:35.8611161Z test_pickle_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.458s) 2022-09-27T16:34:36.2968046Z test_pickle_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.436s) 2022-09-27T16:34:36.7586083Z test_pickle_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.462s) 2022-09-27T16:34:37.2159886Z test_pickle_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.457s) 2022-09-27T16:34:37.2329551Z test_pickle_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:34:37.2491407Z test_pickle_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:34:37.2652157Z test_pickle_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:34:37.2818915Z test_pickle_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:34:37.2996229Z test_pickle_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-09-27T16:34:37.3174968Z test_pickle_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-09-27T16:34:37.3264842Z test_pickle_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:34:37.3353182Z test_pickle_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:34:37.3444847Z test_pickle_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:34:37.3533912Z test_pickle_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-09-27T16:34:37.3644602Z test_pickle_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:34:37.3757848Z test_pickle_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:34:37.3856502Z test_pickle_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:34:37.3955845Z test_pickle_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:34:37.9079362Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.512s) 2022-09-27T16:34:38.3835618Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.476s) 2022-09-27T16:34:38.9344208Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.551s) 2022-09-27T16:34:39.4239578Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.489s) 2022-09-27T16:34:39.4392348Z test_pickle_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:34:39.4545241Z test_pickle_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-09-27T16:34:39.4681598Z test_pickle_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:34:39.4822863Z test_pickle_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-09-27T16:34:39.7765826Z test_pickle_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.294s) 2022-09-27T16:34:40.0444533Z test_pickle_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.268s) 2022-09-27T16:34:40.3043092Z test_pickle_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.260s) 2022-09-27T16:34:40.5944893Z test_pickle_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.290s) 2022-09-27T16:34:40.6017565Z test_pickle_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:34:40.6086614Z test_pickle_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-09-27T16:34:40.6141950Z test_pickle_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:34:40.6198422Z test_pickle_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:34:40.8966812Z test_pickle_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.277s) 2022-09-27T16:34:41.1919958Z test_pickle_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.295s) 2022-09-27T16:34:41.3913950Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.199s) 2022-09-27T16:34:41.5935997Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.202s) 2022-09-27T16:34:41.7714390Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.178s) 2022-09-27T16:34:42.0031420Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.232s) 2022-09-27T16:34:42.4626339Z test_pickle_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.459s) 2022-09-27T16:34:42.9596385Z test_pickle_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.497s) 2022-09-27T16:34:42.9619561Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:42.9642400Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:42.9658828Z test_repr_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:42.9674818Z test_repr_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:42.9690989Z test_repr_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:42.9706763Z test_repr_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:42.9726806Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:42.9747703Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:42.9766952Z test_repr_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:42.9789050Z test_repr_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:42.9808942Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:42.9829757Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:42.9849594Z test_repr_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:42.9871730Z test_repr_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:42.9905226Z test_repr_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:42.9940340Z test_repr_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:42.9976003Z test_repr_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:34:43.0014345Z test_repr_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:34:43.0049926Z test_repr_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:34:43.0088399Z test_repr_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:34:43.0125784Z test_repr_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:34:43.0167807Z test_repr_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:34:43.0198154Z test_repr_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.0228584Z test_repr_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.0258810Z test_repr_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.0283383Z test_repr_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:43.0308448Z test_repr_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:43.0332943Z test_repr_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:43.0358125Z test_repr_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:43.0382987Z test_repr_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:43.0410110Z test_repr_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.0472909Z test_repr_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:34:43.0534659Z test_repr_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:34:43.0557058Z test_repr_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:43.0579719Z test_repr_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:43.0596819Z test_repr_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:43.0614407Z test_repr_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:43.0643097Z test_repr_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.0674303Z test_repr_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.0888180Z test_repr_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:34:43.1136769Z test_repr_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-09-27T16:34:43.1346303Z test_repr_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-09-27T16:34:43.1591615Z test_repr_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-09-27T16:34:43.1630545Z test_repr_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:34:43.1668911Z test_repr_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:34:43.1687097Z test_repr_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:43.1705139Z test_repr_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:43.1739958Z test_repr_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.1774413Z test_repr_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.1807474Z test_repr_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.1842368Z test_repr_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.2309894Z test_repr_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.047s) 2022-09-27T16:34:43.2858259Z test_repr_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.055s) 2022-09-27T16:34:43.3326403Z test_repr_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.047s) 2022-09-27T16:34:43.3873666Z test_repr_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.055s) 2022-09-27T16:34:43.3916905Z test_repr_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:34:43.3961232Z test_repr_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:34:43.4002735Z test_repr_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:34:43.4047150Z test_repr_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:34:43.4090050Z test_repr_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:34:43.4137052Z test_repr_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:34:43.4164203Z test_repr_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.4192441Z test_repr_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.4223420Z test_repr_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.4252493Z test_repr_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.4280479Z test_repr_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.4309712Z test_repr_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.4335999Z test_repr_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.4363959Z test_repr_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.5074015Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.071s) 2022-09-27T16:34:43.5849677Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.077s) 2022-09-27T16:34:43.6542053Z test_repr_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.069s) 2022-09-27T16:34:43.7309474Z test_repr_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.077s) 2022-09-27T16:34:43.7359340Z test_repr_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:34:43.7408512Z test_repr_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:34:43.7443693Z test_repr_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-09-27T16:34:43.7482192Z test_repr_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-09-27T16:34:43.8357277Z test_repr_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.087s) 2022-09-27T16:34:43.8832677Z test_repr_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.047s) 2022-09-27T16:34:43.9242078Z test_repr_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.041s) 2022-09-27T16:34:43.9726076Z test_repr_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.048s) 2022-09-27T16:34:43.9748669Z test_repr_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:43.9770657Z test_repr_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:43.9789909Z test_repr_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:43.9809191Z test_repr_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-09-27T16:34:44.0282114Z test_repr_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.047s) 2022-09-27T16:34:44.0837914Z test_repr_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.056s) 2022-09-27T16:34:44.1195621Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.036s) 2022-09-27T16:34:44.1618199Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.042s) 2022-09-27T16:34:44.1938858Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.032s) 2022-09-27T16:34:44.2320679Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.038s) 2022-09-27T16:34:44.3590436Z test_repr_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.127s) 2022-09-27T16:34:44.4973209Z test_repr_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.138s) 2022-09-27T16:34:44.4973432Z 2022-09-27T16:34:44.4973748Z ---------------------------------------------------------------------- 2022-09-27T16:34:44.4974001Z Ran 918 tests in 753.661s 2022-09-27T16:34:44.4975792Z 2022-09-27T16:34:44.4976139Z OK (skipped=214, expected failures=17) 2022-09-27T16:34:44.4976405Z 2022-09-27T16:34:44.4978442Z Generating XML reports... 2022-09-27T16:34:44.6693883Z Generated XML report: test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20220927162210.xml 2022-09-27T16:34:45.4870632Z Running test_jit ... [2022-09-27 16:34:45.486625] 2022-09-27T16:34:45.4871374Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:34:45.486717] 2022-09-27T16:34:50.9097446Z CUDA not available, skipping tests 2022-09-27T16:34:50.9392690Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T16:34:51.0943141Z Test results will be stored in test-reports/python-unittest/test_jit 2022-09-27T16:34:51.1212744Z 2022-09-27T16:34:51.1212894Z Running tests... 2022-09-27T16:34:51.1213336Z ---------------------------------------------------------------------- 2022-09-27T16:34:51.1277242Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.006s) 2022-09-27T16:34:51.1681921Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.040s) 2022-09-27T16:34:51.2187811Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.050s) 2022-09-27T16:34:51.2206982Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.002s) 2022-09-27T16:34:51.5564428Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.336s) 2022-09-27T16:34:51.6192892Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.063s) 2022-09-27T16:34:51.8664876Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.247s) 2022-09-27T16:34:51.9028058Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.036s) 2022-09-27T16:34:51.9135036Z test_async_python (jit.test_async.TestAsync) ... ok (0.011s) 2022-09-27T16:34:51.9407194Z test_async_script (jit.test_async.TestAsync) ... ok (0.027s) 2022-09-27T16:34:51.9768669Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.036s) 2022-09-27T16:34:52.0714462Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.094s) 2022-09-27T16:34:52.1417022Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.070s) 2022-09-27T16:34:52.1693318Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.028s) 2022-09-27T16:34:52.2139001Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.044s) 2022-09-27T16:34:52.2168263Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.003s) 2022-09-27T16:34:52.3911559Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.174s) 2022-09-27T16:34:52.3921241Z test_future_subtyping (jit.test_async.TestAsync) 2022-09-27T16:34:52.4255924Z Test that futures subtype each other properly. ... ok (0.034s) 2022-09-27T16:34:52.4282797Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.003s) 2022-09-27T16:34:52.4876911Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.059s) 2022-09-27T16:34:52.5309036Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.043s) 2022-09-27T16:34:52.5980052Z test_trace_fork_wait_inline_onnx (jit.test_async.TestAsync) ... ok (0.067s) 2022-09-27T16:34:52.6058271Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.008s) 2022-09-27T16:34:52.8036324Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.198s) 2022-09-27T16:34:52.8898440Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.086s) 2022-09-27T16:34:52.8954034Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-09-27T16:34:52.9353971Z 1. Testing a = int, b = int ... ok (0.045s) 2022-09-27T16:34:52.9798014Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.044s) 2022-09-27T16:34:53.0068606Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.027s) 2022-09-27T16:34:53.0414295Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.034s) 2022-09-27T16:34:53.0721856Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.031s) 2022-09-27T16:34:53.1618038Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.090s) 2022-09-27T16:34:53.1719335Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.010s) 2022-09-27T16:34:53.3859355Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.214s) 2022-09-27T16:34:53.6974285Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.311s) 2022-09-27T16:34:53.7145994Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.017s) 2022-09-27T16:34:53.8972243Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.183s) 2022-09-27T16:34:53.9269443Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.030s) 2022-09-27T16:34:53.9289055Z 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-09-27T16:34:53.9634700Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.034s) 2022-09-27T16:34:53.9945567Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.031s) 2022-09-27T16:34:53.9979073Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.003s) 2022-09-27T16:34:54.0550332Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.057s) 2022-09-27T16:34:54.0968740Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.042s) 2022-09-27T16:34:54.1302399Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.033s) 2022-09-27T16:34:54.1620926Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.032s) 2022-09-27T16:34:54.1904586Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.028s) 2022-09-27T16:34:54.1916796Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.001s) 2022-09-27T16:34:54.2178219Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.026s) 2022-09-27T16:34:54.2596408Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.042s) 2022-09-27T16:34:54.2851539Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.025s) 2022-09-27T16:34:54.3133274Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.028s) 2022-09-27T16:34:54.3881734Z test_errors (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-09-27T16:34:55.0694430Z ok (0.756s) 2022-09-27T16:34:55.1474438Z test_execution (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-09-27T16:34:55.7950203Z ok (0.722s) 2022-09-27T16:34:55.8640841Z test_save_load (jit.test_backends.TestBackends) ... [W backend_detail.cpp:393] Warning: Backend [test_backend_unavailable] is not available. Execution of this Module is still possible by saving and loading on a device where the backend is available. (function codegen_backend_module) 2022-09-27T16:34:57.2169084Z ok (1.417s) 2022-09-27T16:34:57.4693755Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... ok (0.247s) 2022-09-27T16:34:57.7528638Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... ok (0.281s) 2022-09-27T16:34:57.7838262Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.028s) 2022-09-27T16:34:57.8101713Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.026s) 2022-09-27T16:34:57.8344645Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.024s) 2022-09-27T16:34:57.8664540Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.032s) 2022-09-27T16:34:57.8988763Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.032s) 2022-09-27T16:34:57.9326487Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.034s) 2022-09-27T16:34:57.9717171Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.039s) 2022-09-27T16:34:58.0265011Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.055s) 2022-09-27T16:34:58.0449098Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.018s) 2022-09-27T16:34:58.1080511Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.063s) 2022-09-27T16:34:58.1845195Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.076s) 2022-09-27T16:34:58.2073598Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.023s) 2022-09-27T16:34:58.2498540Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.042s) 2022-09-27T16:34:58.2508503Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-09-27T16:34:58.2598768Z Test that the error message displayed when convering a class type ... ok (0.010s) 2022-09-27T16:34:58.4044891Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.144s) 2022-09-27T16:34:58.4164148Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.012s) 2022-09-27T16:34:58.4237474Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-09-27T16:34:58.4249716Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-09-27T16:34:58.4585585Z Test that inheritance is detected in ... ok (0.035s) 2022-09-27T16:34:58.7635226Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.305s) 2022-09-27T16:34:58.8093007Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.046s) 2022-09-27T16:34:58.8383731Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.029s) 2022-09-27T16:34:58.8392636Z test_classmethod (jit.test_class_type.TestClassType) 2022-09-27T16:34:58.8680594Z Test classmethods on class types. ... ok (0.030s) 2022-09-27T16:34:58.8738252Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-09-27T16:34:58.8753681Z test_custom_delete (jit.test_class_type.TestClassType) 2022-09-27T16:34:58.9383339Z Test that del can be called on an instance of a class that ... ok (0.064s) 2022-09-27T16:34:58.9419978Z test_default_args (jit.test_class_type.TestClassType) 2022-09-27T16:34:59.2843620Z Test that methods on class types can have default arguments. ... ok (0.346s) 2022-09-27T16:34:59.3129404Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.029s) 2022-09-27T16:34:59.3189266Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-09-27T16:34:59.3209392Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.002s) 2022-09-27T16:34:59.3805408Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.059s) 2022-09-27T16:34:59.4014366Z test_in (jit.test_class_type.TestClassType) ... ok (0.021s) 2022-09-27T16:34:59.4086005Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-09-27T16:34:59.5971014Z test_interface (jit.test_class_type.TestClassType) ... ok (0.188s) 2022-09-27T16:34:59.6067730Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.010s) 2022-09-27T16:34:59.6311762Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.024s) 2022-09-27T16:35:00.3594280Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.728s) 2022-09-27T16:35:00.3617632Z test_properties (jit.test_class_type.TestClassType) 2022-09-27T16:35:00.4616771Z Test that a scripted class can make use of the @property decorator. ... ok (0.102s) 2022-09-27T16:35:00.4792689Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.018s) 2022-09-27T16:35:00.4956212Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.016s) 2022-09-27T16:35:00.4960598Z test_recursive_class (jit.test_class_type.TestClassType) 2022-09-27T16:35:00.5063764Z Recursive class types not yet supported. We should give a good error message. ... ok (0.011s) 2022-09-27T16:35:00.5080069Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-09-27T16:35:00.6939670Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.187s) 2022-09-27T16:35:00.6946679Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-09-27T16:35:00.7329407Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.039s) 2022-09-27T16:35:00.7337275Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-09-27T16:35:00.7652608Z Test that class types are recursively scripted when an Python instance of one ... ok (0.032s) 2022-09-27T16:35:00.7665443Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-09-27T16:35:00.8080525Z Test that class types module attributes that fail to script ... ok (0.043s) 2022-09-27T16:35:00.8091444Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-09-27T16:35:00.8341628Z Test that modifications made to a class instance in TorchScript ... ok (0.026s) 2022-09-27T16:35:00.8606780Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.026s) 2022-09-27T16:35:00.9140701Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.053s) 2022-09-27T16:35:00.9451534Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.031s) 2022-09-27T16:35:00.9456324Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-09-27T16:35:02.8023279Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (1.857s) 2022-09-27T16:35:02.8031404Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-09-27T16:35:02.8531565Z Test that a scripted class can have a method that refers to the class itself ... ok (0.051s) 2022-09-27T16:35:02.8738903Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.021s) 2022-09-27T16:35:02.8793524Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-09-27T16:35:02.8837659Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.004s) 2022-09-27T16:35:02.8850233Z test_staticmethod (jit.test_class_type.TestClassType) 2022-09-27T16:35:02.9607064Z Test static methods on class types. ... ok (0.077s) 2022-09-27T16:35:02.9615530Z test_type_annotation (jit.test_class_type.TestClassType) 2022-09-27T16:35:02.9811898Z Test that annotating container attributes with types works correctly ... ok (0.020s) 2022-09-27T16:35:02.9871266Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-09-27T16:35:02.9986332Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.011s) 2022-09-27T16:35:03.0003021Z test_unused_method (jit.test_class_type.TestClassType) 2022-09-27T16:35:03.0417536Z Test unused methods on scripted classes. ... ok (0.043s) 2022-09-27T16:35:03.1237281Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.082s) 2022-09-27T16:35:03.1738168Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.050s) 2022-09-27T16:35:04.8620570Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (1.688s) 2022-09-27T16:35:05.0501519Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.188s) 2022-09-27T16:35:05.0637731Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.014s) 2022-09-27T16:35:05.0965795Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.033s) 2022-09-27T16:35:05.1126535Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.016s) 2022-09-27T16:35:05.1268853Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.014s) 2022-09-27T16:35:05.1394127Z test_div (jit.test_complex.TestComplex) ... ok (0.012s) 2022-09-27T16:35:05.1753170Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.036s) 2022-09-27T16:35:05.2011102Z test_pickle (jit.test_complex.TestComplex) ... ok (0.026s) 2022-09-27T16:35:05.2106821Z test_script (jit.test_complex.TestComplex) ... ok (0.010s) 2022-09-27T16:35:05.2412694Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.030s) 2022-09-27T16:35:05.4215096Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.180s) 2022-09-27T16:35:05.4325533Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.011s) 2022-09-27T16:35:05.4559778Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.023s) 2022-09-27T16:35:05.4578375Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-09-27T16:35:05.4598995Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-09-27T16:35:05.4609861Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:35:05.4627634Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-09-27T16:35:05.4640900Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:35:05.4653368Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:35:05.4666711Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:35:05.4679730Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-09-27T16:35:05.4769244Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.009s) 2022-09-27T16:35:05.4774767Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.000s) 2022-09-27T16:35:05.4790957Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-09-27T16:35:05.4913739Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.012s) 2022-09-27T16:35:05.5068136Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.015s) 2022-09-27T16:35:05.5320956Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.025s) 2022-09-27T16:35:05.5326641Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:35:05.5332427Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:35:05.5345954Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:35:05.5356737Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:35:05.5362269Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:35:15.1059576Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (9.569s) 2022-09-27T16:35:32.2782870Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (17.172s) 2022-09-27T16:35:32.3134824Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.035s) 2022-09-27T16:35:32.3159688Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.003s) 2022-09-27T16:35:32.3171110Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... skip: InitVar not supported in Python < 3.8 (0.001s) 2022-09-27T16:35:32.3420206Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.025s) 2022-09-27T16:35:32.3441992Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-09-27T16:35:32.3833582Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.039s) 2022-09-27T16:35:32.3914064Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.008s) 2022-09-27T16:35:32.4022166Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.011s) 2022-09-27T16:35:32.4144305Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.012s) 2022-09-27T16:35:32.4299898Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.015s) 2022-09-27T16:35:32.4411286Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.011s) 2022-09-27T16:35:32.4517568Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.011s) 2022-09-27T16:35:32.4528398Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Requires torchvision (0.001s) 2022-09-27T16:35:32.4664236Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.013s) 2022-09-27T16:35:32.4767678Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.010s) 2022-09-27T16:35:32.4940590Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.017s) 2022-09-27T16:35:32.5291967Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.035s) 2022-09-27T16:35:32.5551054Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.026s) 2022-09-27T16:35:34.4992756Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (1.944s) 2022-09-27T16:35:34.4998179Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.001s) 2022-09-27T16:35:34.6252772Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.125s) 2022-09-27T16:35:34.7328199Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.107s) 2022-09-27T16:35:34.8142620Z test_basic (jit.test_list_dict.TestDict) ... ok (0.081s) 2022-09-27T16:35:34.8307840Z test_clear (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-09-27T16:35:34.8526304Z test_copy (jit.test_list_dict.TestDict) ... ok (0.022s) 2022-09-27T16:35:34.9223253Z test_del (jit.test_list_dict.TestDict) ... ok (0.070s) 2022-09-27T16:35:35.0542143Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.132s) 2022-09-27T16:35:35.2024861Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.148s) 2022-09-27T16:35:35.2180542Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.015s) 2022-09-27T16:35:35.2196790Z test_dict_variance (jit.test_list_dict.TestDict) 2022-09-27T16:35:35.2765372Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.058s) 2022-09-27T16:35:35.3151633Z test_get (jit.test_list_dict.TestDict) ... ok (0.039s) 2022-09-27T16:35:35.3556221Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.040s) 2022-09-27T16:35:35.3664252Z test_items (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-09-27T16:35:35.3697803Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-09-27T16:35:35.3916703Z test_keys (jit.test_list_dict.TestDict) ... ok (0.022s) 2022-09-27T16:35:35.4069351Z test_len (jit.test_list_dict.TestDict) ... ok (0.015s) 2022-09-27T16:35:35.4200888Z test_loop (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-09-27T16:35:35.4616816Z test_membership (jit.test_list_dict.TestDict) ... ok (0.041s) 2022-09-27T16:35:35.4726893Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-09-27T16:35:35.5246221Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.052s) 2022-09-27T16:35:35.5798983Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.055s) 2022-09-27T16:35:35.6220721Z test_pop (jit.test_list_dict.TestDict) ... ok (0.042s) 2022-09-27T16:35:35.6351643Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-09-27T16:35:35.6733833Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.038s) 2022-09-27T16:35:35.6743555Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-09-27T16:35:35.6780945Z Test that the use of a Dict type annotation without contained ... ok (0.005s) 2022-09-27T16:35:35.7347973Z test_update (jit.test_list_dict.TestDict) ... ok (0.057s) 2022-09-27T16:35:35.7595798Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.025s) 2022-09-27T16:35:35.7706478Z test_values (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-09-27T16:35:35.7997168Z test_view (jit.test_list_dict.TestDict) ... ok (0.029s) 2022-09-27T16:35:35.8307680Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.031s) 2022-09-27T16:35:35.8729802Z test_binary_tensors (jit.test_dtype_analysis.TestDtypeAnalysis) ... /var/lib/jenkins/workspace/test/jit/test_dtype_analysis.py:165: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:35:35.8730376Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-09-27T16:35:36.2392626Z ok (0.408s) 2022-09-27T16:35:36.2818608Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.043s) 2022-09-27T16:35:36.3393964Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.057s) 2022-09-27T16:35:36.4151705Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.076s) 2022-09-27T16:35:36.5164948Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.101s) 2022-09-27T16:35:36.5721795Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.056s) 2022-09-27T16:35:36.6215796Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.049s) 2022-09-27T16:35:36.6483652Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.027s) 2022-09-27T16:35:36.6736988Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.025s) 2022-09-27T16:35:36.6996574Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.026s) 2022-09-27T16:35:36.7113136Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-09-27T16:35:36.7228962Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-09-27T16:35:36.7344687Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-09-27T16:35:36.7449898Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:35:36.7552825Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:35:36.7655964Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:35:36.7772279Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-09-27T16:35:36.7886989Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-09-27T16:35:36.8002121Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-09-27T16:35:36.8098960Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:35:36.8196546Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:35:36.8292505Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:35:36.8628256Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.033s) 2022-09-27T16:35:36.8768740Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-09-27T16:35:36.9111087Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-09-27T16:35:36.9430168Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.032s) 2022-09-27T16:35:36.9819473Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.039s) 2022-09-27T16:35:36.9935907Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-09-27T16:35:37.0343185Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.041s) 2022-09-27T16:35:37.1135650Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.079s) 2022-09-27T16:35:37.1238193Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:35:37.1591426Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.035s) 2022-09-27T16:35:37.1930224Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-09-27T16:35:37.2125672Z test_custom_rules_ints_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-09-27T16:35:37.2318928Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-09-27T16:35:37.2510776Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-09-27T16:35:37.2962928Z test_custom_rules_ints_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.045s) 2022-09-27T16:35:37.3385492Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.042s) 2022-09-27T16:35:37.4010552Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.062s) 2022-09-27T16:35:37.4437947Z test_custom_rules_ints_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.043s) 2022-09-27T16:35:37.4870408Z test_custom_rules_ints_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.043s) 2022-09-27T16:35:37.5295458Z test_custom_rules_ints_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.042s) 2022-09-27T16:35:37.5742346Z test_custom_rules_ints_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.045s) 2022-09-27T16:35:37.6190188Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.045s) 2022-09-27T16:35:37.6635424Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.044s) 2022-09-27T16:35:37.7250198Z test_custom_rules_ints_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.061s) 2022-09-27T16:35:37.7696048Z test_custom_rules_ints_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.044s) 2022-09-27T16:35:37.8137070Z test_custom_rules_ints_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.044s) 2022-09-27T16:35:37.8331028Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-09-27T16:35:37.8773320Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.044s) 2022-09-27T16:35:37.9212180Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.044s) 2022-09-27T16:35:37.9303361Z test_custom_rules_ints_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:35:37.9392327Z test_custom_rules_ints_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:35:37.9480923Z test_custom_rules_ints_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-09-27T16:35:37.9621296Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-09-27T16:35:37.9759734Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-09-27T16:35:37.9898453Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-09-27T16:35:38.0012255Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-09-27T16:35:38.0124802Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-09-27T16:35:38.0237679Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-09-27T16:35:38.0336463Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:35:38.0433960Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-09-27T16:35:38.0569173Z test_custom_rules_ints_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-09-27T16:35:38.0704477Z test_custom_rules_ints_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-09-27T16:35:38.0840299Z test_custom_rules_ints_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-09-27T16:35:38.1131673Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.029s) 2022-09-27T16:35:38.1959387Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.083s) 2022-09-27T16:35:38.2235562Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.028s) 2022-09-27T16:35:38.2614311Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.038s) 2022-09-27T16:35:38.2986627Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.037s) 2022-09-27T16:35:38.3371102Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.038s) 2022-09-27T16:35:38.3682879Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.031s) 2022-09-27T16:35:38.4003756Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.032s) 2022-09-27T16:35:38.4335593Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.033s) 2022-09-27T16:35:38.4642247Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.031s) 2022-09-27T16:35:38.5026045Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.038s) 2022-09-27T16:35:38.5327886Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.030s) 2022-09-27T16:35:38.5662304Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.033s) 2022-09-27T16:35:38.6002988Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-09-27T16:35:38.6345346Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-09-27T16:35:38.6660729Z test_custom_rules_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.031s) 2022-09-27T16:35:38.6981322Z test_custom_rules_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.032s) 2022-09-27T16:35:38.7316110Z test_custom_rules_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.033s) 2022-09-27T16:35:38.7747512Z test_custom_rules_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.043s) 2022-09-27T16:35:38.8126736Z test_custom_rules_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.038s) 2022-09-27T16:35:38.8494820Z test_custom_rules_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.037s) 2022-09-27T16:35:38.8853351Z test_custom_rules_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.036s) 2022-09-27T16:35:38.9220660Z test_custom_rules_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.037s) 2022-09-27T16:35:38.9564980Z test_custom_rules_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-09-27T16:35:38.9902636Z test_custom_rules_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-09-27T16:35:39.0241046Z test_custom_rules_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-09-27T16:35:39.0772021Z test_custom_rules_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.053s) 2022-09-27T16:35:39.1207952Z test_custom_rules_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.043s) 2022-09-27T16:35:39.1629489Z test_custom_rules_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.042s) 2022-09-27T16:35:39.2533690Z test_custom_rules_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.090s) 2022-09-27T16:35:39.4406506Z test_custom_rules_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.187s) 2022-09-27T16:35:39.6083500Z test_custom_rules_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.167s) 2022-09-27T16:35:39.6504334Z test_custom_rules_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.042s) 2022-09-27T16:35:39.6922478Z test_custom_rules_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.042s) 2022-09-27T16:35:39.7338643Z test_custom_rules_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.042s) 2022-09-27T16:35:39.7968021Z test_custom_rules_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.063s) 2022-09-27T16:35:39.9743143Z test_custom_rules_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.177s) 2022-09-27T16:35:40.1631205Z test_custom_rules_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.189s) 2022-09-27T16:35:40.2084365Z test_custom_rules_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.045s) 2022-09-27T16:35:40.2540416Z test_custom_rules_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.046s) 2022-09-27T16:35:40.3162223Z test_custom_rules_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.062s) 2022-09-27T16:35:40.3802980Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.064s) 2022-09-27T16:35:40.4238130Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.043s) 2022-09-27T16:35:40.4788026Z test_custom_rules_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.055s) 2022-09-27T16:35:40.5044910Z test_custom_rules_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.026s) 2022-09-27T16:35:40.5298382Z test_custom_rules_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.025s) 2022-09-27T16:35:40.5544900Z test_custom_rules_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.025s) 2022-09-27T16:35:40.5908027Z test_custom_rules_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.036s) 2022-09-27T16:35:40.6271977Z test_custom_rules_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.036s) 2022-09-27T16:35:40.6637284Z test_custom_rules_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.037s) 2022-09-27T16:35:40.7102713Z test_custom_rules_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.046s) 2022-09-27T16:35:40.7700557Z test_custom_rules_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.060s) 2022-09-27T16:35:40.8174296Z test_custom_rules_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.047s) 2022-09-27T16:35:40.8598677Z test_custom_rules_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.042s) 2022-09-27T16:35:40.9022934Z test_custom_rules_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.042s) 2022-09-27T16:35:40.9255138Z test_custom_rules_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.023s) 2022-09-27T16:35:40.9481291Z test_custom_rules_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-09-27T16:35:40.9704076Z test_custom_rules_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.022s) 2022-09-27T16:35:40.9886226Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.018s) 2022-09-27T16:35:41.0165816Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.028s) 2022-09-27T16:35:41.0326331Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.016s) 2022-09-27T16:35:41.0463724Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.014s) 2022-09-27T16:35:41.0630562Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.017s) 2022-09-27T16:35:41.0641224Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.001s) 2022-09-27T16:35:41.0906217Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.026s) 2022-09-27T16:35:41.1048778Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.014s) 2022-09-27T16:35:41.1199370Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.015s) 2022-09-27T16:35:41.1324226Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.012s) 2022-09-27T16:35:41.1478060Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.015s) 2022-09-27T16:35:41.1726322Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.025s) 2022-09-27T16:35:41.2093708Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.037s) 2022-09-27T16:35:41.2155848Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.006s) 2022-09-27T16:35:41.2225043Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.007s) 2022-09-27T16:35:41.2404564Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.018s) 2022-09-27T16:35:41.2572024Z test_aten_fallback (jit.test_export_modes.TestExportModes) ... ok (0.017s) 2022-09-27T16:35:41.2584965Z test_caffe2_aten_fallback (jit.test_export_modes.TestExportModes) ... skip: Caffe2 is not available (0.001s) 2022-09-27T16:35:41.2625022Z 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-09-27T16:35:41.2625658Z export_type=torch.onnx.ExportTypes.COMPRESSED_ZIP_ARCHIVE) 2022-09-27T16:35:41.2736202Z ok (0.015s) 2022-09-27T16:35:41.2786668Z 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-09-27T16:35:41.2787245Z export_type=torch.onnx.ExportTypes.DIRECTORY) 2022-09-27T16:35:41.2905305Z ok (0.017s) 2022-09-27T16:35:41.3003571Z test_onnx_aten (jit.test_export_modes.TestExportModes) ... ok (0.010s) 2022-09-27T16:35:41.3082566Z 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-09-27T16:35:41.3083308Z torch.onnx._export(foo, (x,), f) 2022-09-27T16:35:41.3144755Z ok (0.014s) 2022-09-27T16:35:41.3186576Z 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-09-27T16:35:41.3187230Z export_type=torch.onnx.ExportTypes.PROTOBUF_FILE) 2022-09-27T16:35:41.3297182Z ok (0.015s) 2022-09-27T16:35:41.3338651Z 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-09-27T16:35:41.3339290Z export_type=torch.onnx.ExportTypes.ZIP_ARCHIVE) 2022-09-27T16:35:41.3447102Z ok (0.015s) 2022-09-27T16:35:41.4511073Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.106s) 2022-09-27T16:35:41.5140876Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.063s) 2022-09-27T16:35:42.5686045Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (1.054s) 2022-09-27T16:35:42.5976610Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.029s) 2022-09-27T16:35:42.6406070Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.043s) 2022-09-27T16:35:42.6556722Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-09-27T16:35:42.7222238Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.066s) 2022-09-27T16:35:42.7489660Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.027s) 2022-09-27T16:35:42.7741673Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.025s) 2022-09-27T16:35:42.7953011Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.021s) 2022-09-27T16:35:42.8176985Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.022s) 2022-09-27T16:35:42.8483992Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.031s) 2022-09-27T16:35:42.8757275Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.027s) 2022-09-27T16:35:42.9015013Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.026s) 2022-09-27T16:35:42.9271576Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.026s) 2022-09-27T16:35:42.9810604Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.054s) 2022-09-27T16:35:43.0230165Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.042s) 2022-09-27T16:35:43.0753120Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.052s) 2022-09-27T16:35:43.1157899Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.040s) 2022-09-27T16:35:43.1440182Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.028s) 2022-09-27T16:35:43.1701899Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.026s) 2022-09-27T16:35:43.2017807Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.031s) 2022-09-27T16:35:43.2168394Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-09-27T16:35:43.2323292Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.015s) 2022-09-27T16:35:43.3376472Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.105s) 2022-09-27T16:35:43.4446738Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.107s) 2022-09-27T16:35:43.5334006Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.089s) 2022-09-27T16:35:43.5354645Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-09-27T16:35:43.7197748Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.186s) 2022-09-27T16:35:43.7488546Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.029s) 2022-09-27T16:35:43.7908993Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.042s) 2022-09-27T16:35:43.8492860Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.058s) 2022-09-27T16:35:43.9637974Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.114s) 2022-09-27T16:35:44.0297180Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.066s) 2022-09-27T16:35:44.0604428Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.031s) 2022-09-27T16:35:44.0990101Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.038s) 2022-09-27T16:35:44.1441291Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.045s) 2022-09-27T16:35:44.1610532Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.017s) 2022-09-27T16:35:44.2046291Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.043s) 2022-09-27T16:35:44.2404674Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.036s) 2022-09-27T16:35:44.2782911Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.038s) 2022-09-27T16:35:44.3068873Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.028s) 2022-09-27T16:35:44.3565300Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.050s) 2022-09-27T16:35:44.3863593Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.030s) 2022-09-27T16:35:44.4174240Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.031s) 2022-09-27T16:35:44.9133669Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.496s) 2022-09-27T16:35:44.9448935Z test_instancing_error (__main__.TestFrontend) ... ok (0.031s) 2022-09-27T16:35:44.9462297Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:35:50.6716243Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (5.725s) 2022-09-27T16:35:52.3473675Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (1.676s) 2022-09-27T16:35:52.3493024Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-09-27T16:35:52.3904672Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.041s) 2022-09-27T16:35:52.3925820Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.002s) 2022-09-27T16:35:53.1424494Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.750s) 2022-09-27T16:35:53.1443330Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.002s) 2022-09-27T16:35:53.1629430Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.019s) 2022-09-27T16:35:53.1652501Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-09-27T16:35:53.1670072Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.002s) 2022-09-27T16:35:53.1679184Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:35:53.1900342Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.022s) 2022-09-27T16:35:53.2126429Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.023s) 2022-09-27T16:35:53.2139076Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:35:53.2151722Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:35:53.2166084Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-09-27T16:35:53.2180766Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-09-27T16:35:53.2181453Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.002s) 2022-09-27T16:35:53.2194495Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-09-27T16:35:53.2195434Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.001s) 2022-09-27T16:35:53.2211353Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-09-27T16:35:53.2330583Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.012s) 2022-09-27T16:35:53.2455336Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.012s) 2022-09-27T16:35:53.2466463Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:35:53.2481313Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:35:53.2493384Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:35:53.3073034Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.058s) 2022-09-27T16:35:53.3087167Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:35:53.3101075Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:35:53.3188370Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.009s) 2022-09-27T16:35:53.3269408Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.008s) 2022-09-27T16:35:53.3281094Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:35:53.4469943Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.119s) 2022-09-27T16:35:53.8764501Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.429s) 2022-09-27T16:35:54.1754039Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.299s) 2022-09-27T16:35:54.2041523Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.029s) 2022-09-27T16:35:54.2048390Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: no torchvision (0.001s) 2022-09-27T16:35:54.2198735Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.015s) 2022-09-27T16:35:54.3532888Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.133s) 2022-09-27T16:35:54.3774388Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.024s) 2022-09-27T16:35:54.4018615Z test_hash_device (jit.test_hash.TestHash) ... ok (0.024s) 2022-09-27T16:35:54.4375376Z test_hash_float (jit.test_hash.TestHash) ... ok (0.036s) 2022-09-27T16:35:54.5105350Z test_hash_int (jit.test_hash.TestHash) ... ok (0.073s) 2022-09-27T16:35:54.5217151Z test_hash_none (jit.test_hash.TestHash) ... ok (0.011s) 2022-09-27T16:35:54.5427753Z test_hash_string (jit.test_hash.TestHash) ... ok (0.021s) 2022-09-27T16:35:54.5433492Z test_hash_tensor (jit.test_hash.TestHash) 2022-09-27T16:35:54.5665839Z Tensors should hash by identity ... ok (0.024s) 2022-09-27T16:35:54.5890796Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.022s) 2022-09-27T16:35:54.6035188Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.014s) 2022-09-27T16:35:54.6884455Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.085s) 2022-09-27T16:35:54.6896009Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... ok (0.001s) 2022-09-27T16:35:54.7040941Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.014s) 2022-09-27T16:35:54.7191374Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.015s) 2022-09-27T16:35:54.7717384Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.053s) 2022-09-27T16:35:54.8917468Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.120s) 2022-09-27T16:35:54.9943008Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.102s) 2022-09-27T16:35:55.0905409Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.096s) 2022-09-27T16:35:55.2678451Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.177s) 2022-09-27T16:35:55.4190851Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.151s) 2022-09-27T16:35:55.4957412Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.077s) 2022-09-27T16:35:55.6702211Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.174s) 2022-09-27T16:35:55.7288031Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.058s) 2022-09-27T16:35:55.8284008Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.100s) 2022-09-27T16:35:55.9539753Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.125s) 2022-09-27T16:35:56.0745997Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.120s) 2022-09-27T16:35:56.1821660Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.107s) 2022-09-27T16:35:56.2985839Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.116s) 2022-09-27T16:35:56.4760185Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.177s) 2022-09-27T16:35:56.6395533Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.163s) 2022-09-27T16:35:56.7262795Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.087s) 2022-09-27T16:35:56.8521587Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.126s) 2022-09-27T16:35:56.9298987Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.078s) 2022-09-27T16:35:57.0243362Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.094s) 2022-09-27T16:35:57.0430259Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.019s) 2022-09-27T16:35:57.0625356Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.019s) 2022-09-27T16:35:57.0949815Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.032s) 2022-09-27T16:35:57.1054013Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.010s) 2022-09-27T16:35:57.1199916Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.014s) 2022-09-27T16:35:57.3214901Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.201s) 2022-09-27T16:35:57.3222566Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... skip: no torchvision (0.001s) 2022-09-27T16:35:57.3409655Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.019s) 2022-09-27T16:35:57.3744424Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.033s) 2022-09-27T16:35:57.3957469Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.021s) 2022-09-27T16:35:57.3985276Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-09-27T16:35:57.4166583Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.018s) 2022-09-27T16:35:57.4184701Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-09-27T16:35:57.4198515Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-09-27T16:35:57.4374716Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.018s) 2022-09-27T16:35:57.4558901Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.018s) 2022-09-27T16:35:57.4802842Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.024s) 2022-09-27T16:35:57.5122813Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.032s) 2022-09-27T16:35:57.5307582Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.018s) 2022-09-27T16:35:57.5506085Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.020s) 2022-09-27T16:35:57.5699550Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.019s) 2022-09-27T16:35:57.5726252Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-09-27T16:35:57.6053889Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.033s) 2022-09-27T16:35:57.6248097Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.019s) 2022-09-27T16:35:57.6262781Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-09-27T16:35:57.6545386Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.028s) 2022-09-27T16:35:57.6727251Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.018s) 2022-09-27T16:35:57.6757872Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-09-27T16:35:57.6945807Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.019s) 2022-09-27T16:35:57.7577281Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.063s) 2022-09-27T16:35:57.7788825Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.021s) 2022-09-27T16:35:57.8050832Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.026s) 2022-09-27T16:35:57.8080945Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-09-27T16:35:57.8372919Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.029s) 2022-09-27T16:35:57.8551901Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.018s) 2022-09-27T16:35:57.9602513Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.105s) 2022-09-27T16:35:58.1982102Z test_ModuleList (__main__.TestJit) ... ok (0.238s) 2022-09-27T16:35:58.3135632Z test_Sequential (__main__.TestJit) ... ok (0.115s) 2022-09-27T16:35:58.4006066Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.087s) 2022-09-27T16:35:58.5183192Z test_add_relu_fusion (__main__.TestJit) ... ok (0.118s) 2022-09-27T16:35:58.5203715Z test_arg_configurations (__main__.TestJit) 2022-09-27T16:35:58.5204571Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.002s) 2022-09-27T16:35:58.5392626Z test_attrs (__main__.TestJit) ... ok (0.019s) 2022-09-27T16:35:58.5563896Z test_batchnorm (__main__.TestJit) ... ok (0.017s) 2022-09-27T16:35:58.5579062Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.002s) 2022-09-27T16:35:58.5734229Z test_conj_transpose (__main__.TestJit) ... ok (0.015s) 2022-09-27T16:36:10.7404843Z test_constant_insertion (__main__.TestJit) ... ok (12.167s) 2022-09-27T16:36:10.7580901Z test_constant_prop_aliasing_type (__main__.TestJit) ... ok (0.018s) 2022-09-27T16:36:10.7785163Z test_constant_prop_exception (__main__.TestJit) ... ok (0.020s) 2022-09-27T16:36:10.7988866Z test_constant_prop_if_constant (__main__.TestJit) ... ok (0.020s) 2022-09-27T16:36:10.8075167Z test_constant_prop_if_inline (__main__.TestJit) ... ok (0.009s) 2022-09-27T16:36:10.8674358Z test_constant_prop_loop_constant (__main__.TestJit) ... ok (0.060s) 2022-09-27T16:36:10.8855995Z test_constant_prop_nested (__main__.TestJit) ... ok (0.018s) 2022-09-27T16:36:10.9054014Z test_constant_prop_none (__main__.TestJit) ... ok (0.020s) 2022-09-27T16:36:10.9163663Z test_constant_prop_print (__main__.TestJit) ... ok (0.011s) 2022-09-27T16:36:10.9269096Z test_constant_prop_rand (__main__.TestJit) ... ok (0.010s) 2022-09-27T16:36:10.9415940Z test_constant_prop_remove_output (__main__.TestJit) ... ok (0.015s) 2022-09-27T16:36:10.9531560Z test_constant_prop_simple (__main__.TestJit) ... ok (0.012s) 2022-09-27T16:36:10.9603786Z test_constants_pkl (__main__.TestJit) ... ok (0.007s) 2022-09-27T16:36:11.0385403Z test_cpp (__main__.TestJit) ... ok (0.078s) 2022-09-27T16:36:11.0743778Z test_cse (__main__.TestJit) ... ok (0.036s) 2022-09-27T16:36:11.0930627Z test_cse_not_introduce_aliasing (__main__.TestJit) ... ok (0.019s) 2022-09-27T16:36:11.0970068Z test_cu_escaped_number (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:36:11.0984838Z test_cuda_export_restore (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:11.1439096Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.045s) 2022-09-27T16:36:11.1897536Z test_decompose_addmm (__main__.TestJit) ... ok (0.046s) 2022-09-27T16:36:11.1908086Z test_device_not_equal (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-09-27T16:36:11.2067378Z test_diff_subgraph_clones_constants (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:36:11.2087468Z test_disabled (__main__.TestJit) ... ok (0.002s) 2022-09-27T16:36:11.2155745Z test_dropout (__main__.TestJit) ... ok (0.007s) 2022-09-27T16:36:11.2172360Z test_dropout_cuda (__main__.TestJit) ... skip: test_dropout_cuda require CUDA (0.002s) 2022-09-27T16:36:11.3575824Z test_dropout_func_requires_grad (__main__.TestJit) ... STAGE:2022-09-27 16:36:11 920:920 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:11.3795629Z STAGE:2022-09-27 16:36:11 920:920 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:11.3830918Z STAGE:2022-09-27 16:36:11 920:920 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:11.3860141Z STAGE:2022-09-27 16:36:11 920:920 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:11.4436184Z STAGE:2022-09-27 16:36:11 920:920 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:11.4610686Z STAGE:2022-09-27 16:36:11 920:920 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:11.4634090Z STAGE:2022-09-27 16:36:11 920:920 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:36:11.4664483Z STAGE:2022-09-27 16:36:11 920:920 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:36:11.4678958Z ok (0.251s) 2022-09-27T16:36:11.4701253Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.002s) 2022-09-27T16:36:11.5957186Z test_einsum (__main__.TestJit) ... ok (0.125s) 2022-09-27T16:36:11.6056432Z test_element_size (__main__.TestJit) ... ok (0.010s) 2022-09-27T16:36:11.6066875Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:36:11.6076243Z test_expand_quantlint (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:36:11.6094901Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:36:11.6384720Z test_export_dropout (__main__.TestJit) ... ok (0.029s) 2022-09-27T16:36:11.8810871Z test_export_lstm (__main__.TestJit) ... ok (0.242s) 2022-09-27T16:36:11.9744171Z test_export_opnames (__main__.TestJit) ... ok (0.093s) 2022-09-27T16:36:12.4273413Z test_export_rnn (__main__.TestJit) ... ok (0.453s) 2022-09-27T16:36:12.4289465Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.002s) 2022-09-27T16:36:12.4879142Z test_function_default_values (__main__.TestJit) ... ok (0.059s) 2022-09-27T16:36:12.4970029Z test_hide_source_ranges_context_manager (__main__.TestJit) ... ok (0.009s) 2022-09-27T16:36:12.5093494Z test_import_method (__main__.TestJit) ... ok (0.012s) 2022-09-27T16:36:12.5130787Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.004s) 2022-09-27T16:36:12.5316653Z test_layout (__main__.TestJit) ... ok (0.018s) 2022-09-27T16:36:12.5476833Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:36:12.5589933Z test_matrix_transpose (__main__.TestJit) ... ok (0.011s) 2022-09-27T16:36:12.5737823Z test_module_default_values (__main__.TestJit) ... ok (0.015s) 2022-09-27T16:36:12.5820641Z test_mutable_default_values (__main__.TestJit) ... ok (0.008s) 2022-09-27T16:36:12.5836062Z test_native_dropout_corner_case (__main__.TestJit) ... skip: test requires CUDA (0.001s) 2022-09-27T16:36:14.1893330Z test_nn_conv (__main__.TestJit) ... ok (1.605s) 2022-09-27T16:36:14.4624960Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.273s) 2022-09-27T16:36:14.7321443Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.270s) 2022-09-27T16:36:16.6183713Z test_nn_padding (__main__.TestJit) ... ok (1.886s) 2022-09-27T16:36:16.7196061Z test_nn_padding_functional (__main__.TestJit) ... ok (0.101s) 2022-09-27T16:36:16.7351958Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:36:16.7363097Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.001s) 2022-09-27T16:36:16.7531938Z test_numel (__main__.TestJit) ... ok (0.017s) 2022-09-27T16:36:16.8862762Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.133s) 2022-09-27T16:36:16.8935166Z test_pattern_based_rewrite (__main__.TestJit) ... ok (0.007s) 2022-09-27T16:36:16.9483160Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.055s) 2022-09-27T16:36:16.9518101Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.004s) 2022-09-27T16:36:16.9612017Z test_permute_inputs_binding (__main__.TestJit) ... ok (0.009s) 2022-09-27T16:36:17.0548925Z test_pretty_printer (__main__.TestJit) ... ok (0.094s) 2022-09-27T16:36:17.0560297Z test_print_classes_module (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:36:17.0570929Z test_print_op_module (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:36:17.0582243Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.001s) 2022-09-27T16:36:17.0603788Z test_profiler (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/65521 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:36:17.6410391Z test_python_bindings (__main__.TestJit) ... ok (0.581s) 2022-09-27T16:36:17.6498836Z test_python_ir (__main__.TestJit) ... ok (0.009s) 2022-09-27T16:36:17.6677969Z test_python_ir_utils (__main__.TestJit) ... ok (0.018s) 2022-09-27T16:36:17.6698839Z test_python_ir_utils_graph (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73473 for platform(s) macos, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:36:17.6723181Z test_python_ivalue (__main__.TestJit) ... ok (0.002s) 2022-09-27T16:36:21.3409283Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (3.668s) 2022-09-27T16:36:21.3467424Z test_recursive_cse (__main__.TestJit) ... ok (0.006s) 2022-09-27T16:36:21.3669619Z test_repeat_interleave_script (__main__.TestJit) ... ok (0.020s) 2022-09-27T16:36:21.3796687Z test_restore_device (__main__.TestJit) ... ok (0.013s) 2022-09-27T16:36:21.3824219Z test_restore_device_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.003s) 2022-09-27T16:36:21.3842268Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.002s) 2022-09-27T16:36:22.0412509Z test_script_autograd_grad (__main__.TestJit) ... ok (0.657s) 2022-09-27T16:36:22.0933924Z test_script_backward (__main__.TestJit) ... ok (0.052s) 2022-09-27T16:36:22.0961227Z 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-09-27T16:36:22.0962398Z "`optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead" 2022-09-27T16:36:22.1578489Z ok (0.064s) 2022-09-27T16:36:22.1662548Z test_script_fn_pkl (__main__.TestJit) ... ok (0.008s) 2022-09-27T16:36:22.1823186Z test_script_tensor_type (__main__.TestJit) ... ok (0.016s) 2022-09-27T16:36:22.1926448Z test_shape_analysis_broadcast (__main__.TestJit) ... ok (0.010s) 2022-09-27T16:36:22.1948928Z test_shape_analysis_masked_select (__main__.TestJit) ... ok (0.002s) 2022-09-27T16:36:22.1973750Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... ok (0.002s) 2022-09-27T16:36:22.2086598Z test_sparse_csr_tensors (__main__.TestJit) ... ok (0.011s) 2022-09-27T16:36:22.3676654Z test_sparse_tensors (__main__.TestJit) ... ok (0.159s) 2022-09-27T16:36:22.4227558Z test_torch_complex (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: An output with one or more elements was resized since it had shape [3, 4], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:36:22.4228302Z return callable(*args, **kwargs) 2022-09-27T16:36:22.4434914Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: An output with one or more elements was resized since it had shape [5, 2], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:36:22.4435792Z return callable(*args, **kwargs) 2022-09-27T16:36:22.4982248Z ok (0.130s) 2022-09-27T16:36:22.4992502Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.001s) 2022-09-27T16:36:22.5095761Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.010s) 2022-09-27T16:36:22.5172047Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.008s) 2022-09-27T16:36:22.5226978Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.005s) 2022-09-27T16:36:22.5700321Z test_torch_sum (__main__.TestJit) ... ok (0.047s) 2022-09-27T16:36:22.5911097Z test_trace_retains_train (__main__.TestJit) ... ok (0.021s) 2022-09-27T16:36:22.8248987Z test_train_eval (__main__.TestJit) ... ok (0.234s) 2022-09-27T16:36:22.8380333Z test_transpose (__main__.TestJit) ... ok (0.013s) 2022-09-27T16:36:22.9207208Z test_unchecked_cast (__main__.TestJit) ... ok (0.083s) 2022-09-27T16:36:22.9226740Z test_unique_state_dict (__main__.TestJit) ... ok (0.002s) 2022-09-27T16:36:22.9239138Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.001s) 2022-09-27T16:36:23.0036949Z test_warnings (__main__.TestJit) ... ok (0.080s) 2022-09-27T16:36:23.1860361Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.182s) 2022-09-27T16:36:23.3653538Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-09-27T16:36:23.5593594Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.194s) 2022-09-27T16:36:23.7935250Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.234s) 2022-09-27T16:36:24.0441855Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.251s) 2022-09-27T16:36:24.2869038Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.243s) 2022-09-27T16:36:24.5245472Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.237s) 2022-09-27T16:36:24.5280179Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:36:24.7530167Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.225s) 2022-09-27T16:36:24.9820884Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.229s) 2022-09-27T16:36:25.2286487Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.246s) 2022-09-27T16:36:25.4524975Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.224s) 2022-09-27T16:36:25.4559904Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:36:25.7252191Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.269s) 2022-09-27T16:36:25.9685763Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.243s) 2022-09-27T16:36:26.3238543Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.355s) 2022-09-27T16:36:26.5922823Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.268s) 2022-09-27T16:36:26.8726843Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.280s) 2022-09-27T16:36:26.8762024Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:36:27.1812714Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.305s) 2022-09-27T16:36:27.5149383Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.334s) 2022-09-27T16:36:27.8166946Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.302s) 2022-09-27T16:36:28.1014049Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.285s) 2022-09-27T16:36:28.3936078Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.292s) 2022-09-27T16:36:28.3971676Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:36:28.6500406Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.253s) 2022-09-27T16:36:28.8590171Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.209s) 2022-09-27T16:36:29.0860369Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.227s) 2022-09-27T16:36:29.3130378Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.227s) 2022-09-27T16:36:29.6023213Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.289s) 2022-09-27T16:36:29.8208042Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.218s) 2022-09-27T16:36:30.0426065Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.222s) 2022-09-27T16:36:30.2718683Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.229s) 2022-09-27T16:36:30.5002011Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.228s) 2022-09-27T16:36:30.7672506Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.267s) 2022-09-27T16:36:30.9891243Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.222s) 2022-09-27T16:36:31.2095094Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.220s) 2022-09-27T16:36:31.4286012Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.219s) 2022-09-27T16:36:31.6557296Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.227s) 2022-09-27T16:36:31.9170130Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.261s) 2022-09-27T16:36:32.1447954Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.228s) 2022-09-27T16:36:32.3662023Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.221s) 2022-09-27T16:36:32.5908564Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.225s) 2022-09-27T16:36:32.8522554Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.261s) 2022-09-27T16:36:33.0773876Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.225s) 2022-09-27T16:36:33.3035929Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.226s) 2022-09-27T16:36:33.5171155Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.213s) 2022-09-27T16:36:33.7374948Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.220s) 2022-09-27T16:36:34.0072111Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.270s) 2022-09-27T16:36:34.2386272Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.231s) 2022-09-27T16:36:34.4556442Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.217s) 2022-09-27T16:36:34.7663046Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.311s) 2022-09-27T16:36:34.9622093Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.196s) 2022-09-27T16:36:35.1650240Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.203s) 2022-09-27T16:36:35.3538372Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.189s) 2022-09-27T16:36:35.3574478Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:36:35.3609275Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:36:35.5587072Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-09-27T16:36:35.7562549Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.197s) 2022-09-27T16:36:35.7598005Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:36:35.7633250Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:36:36.0039624Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.240s) 2022-09-27T16:36:36.0190702Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.015s) 2022-09-27T16:36:36.2505091Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.231s) 2022-09-27T16:36:36.4429965Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.192s) 2022-09-27T16:36:36.6309977Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.188s) 2022-09-27T16:36:36.6346441Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:36:36.6381040Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:36:36.8337479Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.195s) 2022-09-27T16:36:37.0260255Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.192s) 2022-09-27T16:36:37.6091291Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.583s) 2022-09-27T16:36:38.1409952Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.532s) 2022-09-27T16:36:38.6978035Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.557s) 2022-09-27T16:36:39.2470203Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.549s) 2022-09-27T16:36:39.8256792Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.579s) 2022-09-27T16:36:40.3264658Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.501s) 2022-09-27T16:36:40.9002795Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.574s) 2022-09-27T16:36:41.4110330Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.511s) 2022-09-27T16:36:42.0105937Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.599s) 2022-09-27T16:36:42.5271609Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.516s) 2022-09-27T16:36:43.0760087Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.549s) 2022-09-27T16:36:43.5917676Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.516s) 2022-09-27T16:36:44.1590984Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.567s) 2022-09-27T16:36:44.6984780Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.539s) 2022-09-27T16:36:45.2903056Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.592s) 2022-09-27T16:36:45.8126523Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.522s) 2022-09-27T16:36:46.3665190Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.554s) 2022-09-27T16:36:46.8606132Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.494s) 2022-09-27T16:36:47.4176284Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.557s) 2022-09-27T16:36:47.6722126Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.254s) 2022-09-27T16:36:47.8878151Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.216s) 2022-09-27T16:36:48.1544148Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.267s) 2022-09-27T16:36:48.3876052Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.233s) 2022-09-27T16:36:48.3911957Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.004s) 2022-09-27T16:36:48.5571317Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.166s) 2022-09-27T16:36:48.6961449Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.139s) 2022-09-27T16:36:48.6997347Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.004s) 2022-09-27T16:36:48.8381380Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.138s) 2022-09-27T16:36:49.0238541Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.186s) 2022-09-27T16:36:49.2538421Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.230s) 2022-09-27T16:36:49.4459347Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.192s) 2022-09-27T16:36:49.6399889Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.194s) 2022-09-27T16:36:49.8370070Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.197s) 2022-09-27T16:36:50.0318148Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.195s) 2022-09-27T16:36:50.2846687Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.253s) 2022-09-27T16:36:50.4918113Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.207s) 2022-09-27T16:36:50.6917791Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.200s) 2022-09-27T16:36:51.0155768Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.324s) 2022-09-27T16:36:51.3881359Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.372s) 2022-09-27T16:36:51.7021405Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.314s) 2022-09-27T16:36:52.0223856Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.320s) 2022-09-27T16:36:52.3465152Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.324s) 2022-09-27T16:36:52.7026615Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.356s) 2022-09-27T16:36:53.0166982Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.314s) 2022-09-27T16:36:53.3244161Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.308s) 2022-09-27T16:36:53.6823837Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.358s) 2022-09-27T16:36:53.9938665Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.311s) 2022-09-27T16:36:54.3051301Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.311s) 2022-09-27T16:36:54.6606445Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.355s) 2022-09-27T16:36:54.9857138Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.325s) 2022-09-27T16:36:55.3164418Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.331s) 2022-09-27T16:36:55.6887922Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.372s) 2022-09-27T16:36:55.9911499Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.302s) 2022-09-27T16:36:56.2990453Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.308s) 2022-09-27T16:36:56.6160660Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.317s) 2022-09-27T16:36:57.0320287Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.416s) 2022-09-27T16:36:57.3667984Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.335s) 2022-09-27T16:36:57.7027425Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.336s) 2022-09-27T16:36:58.0472172Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.344s) 2022-09-27T16:36:58.3763724Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.329s) 2022-09-27T16:36:58.7170990Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.341s) 2022-09-27T16:36:59.1259392Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.409s) 2022-09-27T16:36:59.4739002Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.348s) 2022-09-27T16:36:59.8041270Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.330s) 2022-09-27T16:37:00.1792384Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.375s) 2022-09-27T16:37:00.4849609Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.306s) 2022-09-27T16:37:00.7927182Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.308s) 2022-09-27T16:37:01.1358938Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.343s) 2022-09-27T16:37:01.4678922Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.332s) 2022-09-27T16:37:01.8128515Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.345s) 2022-09-27T16:37:02.1714544Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.359s) 2022-09-27T16:37:02.5306047Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.359s) 2022-09-27T16:37:02.8378088Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.307s) 2022-09-27T16:37:03.1558662Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.318s) 2022-09-27T16:37:03.5381092Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.382s) 2022-09-27T16:37:03.8679894Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.330s) 2022-09-27T16:37:04.2316946Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.364s) 2022-09-27T16:37:04.5888141Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.357s) 2022-09-27T16:37:04.9063931Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.318s) 2022-09-27T16:37:05.2203006Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.314s) 2022-09-27T16:37:05.5759533Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.356s) 2022-09-27T16:37:05.8953174Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.319s) 2022-09-27T16:37:06.2375685Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.342s) 2022-09-27T16:37:06.6107347Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.373s) 2022-09-27T16:37:06.9466567Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.336s) 2022-09-27T16:37:07.2851615Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.338s) 2022-09-27T16:37:07.6063055Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.321s) 2022-09-27T16:37:07.9560018Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.350s) 2022-09-27T16:37:08.2910116Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.335s) 2022-09-27T16:37:08.9802784Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.689s) 2022-09-27T16:37:09.6661587Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.686s) 2022-09-27T16:37:10.3853599Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.719s) 2022-09-27T16:37:11.1045199Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.719s) 2022-09-27T16:37:11.8023483Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.698s) 2022-09-27T16:37:12.5749953Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.773s) 2022-09-27T16:37:13.3029036Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.728s) 2022-09-27T16:37:13.9919194Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.689s) 2022-09-27T16:37:14.7614168Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (0.769s) 2022-09-27T16:37:15.4856260Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.724s) 2022-09-27T16:37:15.6999853Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.214s) 2022-09-27T16:37:15.8745265Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.174s) 2022-09-27T16:37:16.0544249Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-09-27T16:37:16.2315545Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.177s) 2022-09-27T16:37:16.4306358Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.199s) 2022-09-27T16:37:16.6669770Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.236s) 2022-09-27T16:37:16.8414716Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.174s) 2022-09-27T16:37:17.0224265Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-09-27T16:37:17.2046590Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.182s) 2022-09-27T16:37:17.3847832Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-09-27T16:37:17.5903562Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.206s) 2022-09-27T16:37:17.7637725Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.173s) 2022-09-27T16:37:17.9374607Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.174s) 2022-09-27T16:37:18.1066753Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.169s) 2022-09-27T16:37:18.2769759Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-09-27T16:37:18.4519740Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.175s) 2022-09-27T16:37:18.6767249Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.225s) 2022-09-27T16:37:18.8495632Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.173s) 2022-09-27T16:37:19.0293103Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-09-27T16:37:19.2089480Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-09-27T16:37:19.4091369Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.200s) 2022-09-27T16:37:19.5866940Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.177s) 2022-09-27T16:37:19.8120403Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.225s) 2022-09-27T16:37:19.9823365Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-09-27T16:37:20.1540506Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-09-27T16:37:20.3291458Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.175s) 2022-09-27T16:37:20.4991381Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-09-27T16:37:20.6719409Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.173s) 2022-09-27T16:37:20.8777366Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.206s) 2022-09-27T16:37:21.0508784Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.173s) 2022-09-27T16:37:21.2267266Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.176s) 2022-09-27T16:37:21.2303772Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:37:21.4470055Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.216s) 2022-09-27T16:37:21.6621132Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.215s) 2022-09-27T16:37:21.9319344Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.270s) 2022-09-27T16:37:22.1095505Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-09-27T16:37:22.5177633Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.408s) 2022-09-27T16:37:22.8459526Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.328s) 2022-09-27T16:37:23.1805046Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.334s) 2022-09-27T16:37:23.4931825Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.313s) 2022-09-27T16:37:23.8257380Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.333s) 2022-09-27T16:37:24.1940976Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.368s) 2022-09-27T16:37:24.5176086Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.323s) 2022-09-27T16:37:24.8438565Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.326s) 2022-09-27T16:37:24.9889154Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-09-27T16:37:25.1947972Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.206s) 2022-09-27T16:37:25.3749194Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-09-27T16:37:25.5554607Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-09-27T16:37:25.9214126Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.366s) 2022-09-27T16:37:26.2798295Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.358s) 2022-09-27T16:37:26.6178343Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.338s) 2022-09-27T16:37:26.9495967Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.332s) 2022-09-27T16:37:27.5608425Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.611s) 2022-09-27T16:37:28.0388557Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.478s) 2022-09-27T16:37:28.5797410Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.541s) 2022-09-27T16:37:29.0170812Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.437s) 2022-09-27T16:37:29.5640937Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.547s) 2022-09-27T16:37:30.1750485Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.611s) 2022-09-27T16:37:30.7023333Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.527s) 2022-09-27T16:37:31.2822062Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.580s) 2022-09-27T16:37:31.8253508Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.543s) 2022-09-27T16:37:32.3479739Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.522s) 2022-09-27T16:37:32.9031156Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.555s) 2022-09-27T16:37:33.3817784Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.479s) 2022-09-27T16:37:33.9217935Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.540s) 2022-09-27T16:37:34.4403318Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.518s) 2022-09-27T16:37:35.0236613Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.583s) 2022-09-27T16:37:35.2013005Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-09-27T16:37:35.3715882Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-09-27T16:37:35.5390663Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.167s) 2022-09-27T16:37:35.7810318Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.242s) 2022-09-27T16:37:36.0505579Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.269s) 2022-09-27T16:37:36.2947517Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.244s) 2022-09-27T16:37:36.7143555Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.419s) 2022-09-27T16:37:37.1874705Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.473s) 2022-09-27T16:37:37.5959549Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.408s) 2022-09-27T16:37:38.0090332Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.413s) 2022-09-27T16:37:38.4177567Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.409s) 2022-09-27T16:37:38.8042725Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.386s) 2022-09-27T16:37:39.2082369Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.404s) 2022-09-27T16:37:39.7514183Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.543s) 2022-09-27T16:37:40.1626265Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.411s) 2022-09-27T16:37:40.6022814Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.439s) 2022-09-27T16:37:41.2660552Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.664s) 2022-09-27T16:37:41.4904590Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.224s) 2022-09-27T16:37:41.6467189Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.156s) 2022-09-27T16:37:41.8169658Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-09-27T16:37:41.8205089Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.004s) 2022-09-27T16:37:41.8240064Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-09-27T16:37:42.0736202Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.249s) 2022-09-27T16:37:42.3032444Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.230s) 2022-09-27T16:37:42.5767995Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.273s) 2022-09-27T16:37:42.7820917Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.205s) 2022-09-27T16:37:42.9479209Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.166s) 2022-09-27T16:37:42.9516003Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:37:43.1271380Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.175s) 2022-09-27T16:37:43.2939744Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.167s) 2022-09-27T16:37:43.4565942Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.163s) 2022-09-27T16:37:43.4708857Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.014s) 2022-09-27T16:37:43.6618443Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.191s) 2022-09-27T16:37:43.8261098Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.164s) 2022-09-27T16:37:43.8297523Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:37:43.9748591Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.145s) 2022-09-27T16:37:44.1220160Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.147s) 2022-09-27T16:37:44.2731157Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.151s) 2022-09-27T16:37:44.9256456Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.652s) 2022-09-27T16:37:45.5697276Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.644s) 2022-09-27T16:37:46.2974033Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.728s) 2022-09-27T16:37:47.0246000Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.727s) 2022-09-27T16:37:47.6577264Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.633s) 2022-09-27T16:37:48.3435710Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.686s) 2022-09-27T16:37:49.0342334Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.691s) 2022-09-27T16:37:49.7465778Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.712s) 2022-09-27T16:37:50.4139844Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.667s) 2022-09-27T16:37:51.0591174Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.645s) 2022-09-27T16:37:51.8161668Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.757s) 2022-09-27T16:37:52.5140181Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.698s) 2022-09-27T16:37:52.7609276Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.247s) 2022-09-27T16:37:52.9602133Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.199s) 2022-09-27T16:37:53.1582324Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-09-27T16:37:53.3597614Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.201s) 2022-09-27T16:37:53.5967039Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.237s) 2022-09-27T16:37:53.6003393Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:37:53.6038727Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:37:53.6074088Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:37:53.6109757Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:37:53.8109650Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.200s) 2022-09-27T16:37:54.0138465Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.203s) 2022-09-27T16:37:54.0174894Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:37:54.0211677Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:37:54.2557609Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.234s) 2022-09-27T16:37:54.4294301Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.174s) 2022-09-27T16:37:54.6379746Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.208s) 2022-09-27T16:37:54.8096480Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-09-27T16:37:54.8133817Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:37:54.8169970Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:37:54.8205671Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:37:54.9932139Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-09-27T16:37:55.5163217Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.523s) 2022-09-27T16:37:56.0812799Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.565s) 2022-09-27T16:37:56.6026794Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.521s) 2022-09-27T16:37:57.2214747Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.619s) 2022-09-27T16:37:57.8020982Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.581s) 2022-09-27T16:37:58.3003696Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.498s) 2022-09-27T16:37:58.5932121Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.293s) 2022-09-27T16:37:58.8611367Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.268s) 2022-09-27T16:37:59.1937316Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.332s) 2022-09-27T16:37:59.4922142Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.298s) 2022-09-27T16:38:01.2481245Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (1.756s) 2022-09-27T16:38:01.4908437Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.243s) 2022-09-27T16:38:01.7103376Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.219s) 2022-09-27T16:38:01.9432882Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.233s) 2022-09-27T16:38:02.1819685Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.239s) 2022-09-27T16:38:02.4395995Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.258s) 2022-09-27T16:38:02.6548823Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.215s) 2022-09-27T16:38:02.8467686Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.192s) 2022-09-27T16:38:03.0397034Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.193s) 2022-09-27T16:38:03.2315760Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.192s) 2022-09-27T16:38:04.0789095Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.847s) 2022-09-27T16:38:04.7993432Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.720s) 2022-09-27T16:38:05.5758126Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.776s) 2022-09-27T16:38:05.7388386Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.163s) 2022-09-27T16:38:05.8998230Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.161s) 2022-09-27T16:38:06.0661648Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.166s) 2022-09-27T16:38:06.3520547Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.286s) 2022-09-27T16:38:06.6971760Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.345s) 2022-09-27T16:38:06.9833882Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.286s) 2022-09-27T16:38:07.2904217Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.307s) 2022-09-27T16:38:07.5015753Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.211s) 2022-09-27T16:38:07.6754173Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.174s) 2022-09-27T16:38:07.8472207Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-09-27T16:38:08.0168770Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-09-27T16:38:08.0206129Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:08.0241870Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:08.3852095Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.361s) 2022-09-27T16:38:08.5588059Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.174s) 2022-09-27T16:38:08.7902503Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.231s) 2022-09-27T16:38:08.9814255Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.191s) 2022-09-27T16:38:09.1682686Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.187s) 2022-09-27T16:38:09.3506578Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.182s) 2022-09-27T16:38:09.5305126Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-09-27T16:38:09.8212987Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.291s) 2022-09-27T16:38:10.1790134Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.358s) 2022-09-27T16:38:10.4797159Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.301s) 2022-09-27T16:38:10.7896205Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.310s) 2022-09-27T16:38:11.1463702Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.357s) 2022-09-27T16:38:11.4877024Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.341s) 2022-09-27T16:38:11.7952341Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.307s) 2022-09-27T16:38:12.1846844Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.389s) 2022-09-27T16:38:12.4795897Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.295s) 2022-09-27T16:38:12.7654177Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.286s) 2022-09-27T16:38:12.9934343Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.228s) 2022-09-27T16:38:13.2510866Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.258s) 2022-09-27T16:38:13.4491546Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-09-27T16:38:13.6458881Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.197s) 2022-09-27T16:38:13.6495775Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:13.8116906Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.162s) 2022-09-27T16:38:13.8153406Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:13.8188789Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:38:13.9898717Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.171s) 2022-09-27T16:38:14.1689009Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-09-27T16:38:14.3807061Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.212s) 2022-09-27T16:38:14.3844329Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:14.6325215Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.248s) 2022-09-27T16:38:14.8227897Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.190s) 2022-09-27T16:38:15.0101241Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.187s) 2022-09-27T16:38:15.1925634Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.182s) 2022-09-27T16:38:15.1961772Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:15.4384355Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.242s) 2022-09-27T16:38:15.4420611Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:15.6808271Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.239s) 2022-09-27T16:38:15.8871591Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.206s) 2022-09-27T16:38:15.8908004Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:16.0820969Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.191s) 2022-09-27T16:38:16.0857431Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:16.0892890Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:38:16.2815723Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.192s) 2022-09-27T16:38:16.2851723Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:16.5364787Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.251s) 2022-09-27T16:38:16.5400764Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:16.5436684Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:38:16.7511418Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.207s) 2022-09-27T16:38:16.7548219Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:16.7583439Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:38:16.7618629Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:38:16.7654718Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:16.7691201Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:16.7727224Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:16.9422294Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.169s) 2022-09-27T16:38:17.1140289Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-09-27T16:38:17.2878786Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.174s) 2022-09-27T16:38:17.4573095Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.169s) 2022-09-27T16:38:17.6735996Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.216s) 2022-09-27T16:38:17.8404061Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.167s) 2022-09-27T16:38:18.0074620Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.167s) 2022-09-27T16:38:18.1711502Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.164s) 2022-09-27T16:38:18.3415972Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-09-27T16:38:18.3452334Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:18.3488080Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:38:18.3522882Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:38:18.3557475Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:38:18.3591944Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:38:18.5354665Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.176s) 2022-09-27T16:38:18.7437445Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.208s) 2022-09-27T16:38:18.9093848Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.166s) 2022-09-27T16:38:19.0910219Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.182s) 2022-09-27T16:38:19.2705733Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-09-27T16:38:19.4489125Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-09-27T16:38:19.6306621Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.182s) 2022-09-27T16:38:19.8652438Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.235s) 2022-09-27T16:38:20.0416586Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.176s) 2022-09-27T16:38:20.2153526Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.174s) 2022-09-27T16:38:20.3869891Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-09-27T16:38:20.3905512Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:20.3940562Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:38:20.3975221Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:38:20.4009788Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:38:20.4043803Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:38:20.4078331Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:38:20.4111901Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:38:20.4284495Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-09-27T16:38:20.4318453Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:38:20.6409227Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.209s) 2022-09-27T16:38:20.9100240Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.269s) 2022-09-27T16:38:21.1111169Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.201s) 2022-09-27T16:38:21.3071747Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.196s) 2022-09-27T16:38:21.5084713Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.201s) 2022-09-27T16:38:21.6822025Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.174s) 2022-09-27T16:38:21.9068701Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.225s) 2022-09-27T16:38:22.1428946Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.236s) 2022-09-27T16:38:22.3301408Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.187s) 2022-09-27T16:38:22.5133213Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.183s) 2022-09-27T16:38:22.6967758Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.183s) 2022-09-27T16:38:22.8794018Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.183s) 2022-09-27T16:38:23.1065550Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.227s) 2022-09-27T16:38:23.2866383Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-09-27T16:38:23.2903941Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:23.7138287Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.423s) 2022-09-27T16:38:23.9564840Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.243s) 2022-09-27T16:38:24.2659066Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.309s) 2022-09-27T16:38:24.5038357Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.238s) 2022-09-27T16:38:24.7626525Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.259s) 2022-09-27T16:38:24.9602817Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-09-27T16:38:25.2190440Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.259s) 2022-09-27T16:38:25.4780038Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.259s) 2022-09-27T16:38:25.7122036Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.234s) 2022-09-27T16:38:25.9379548Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.226s) 2022-09-27T16:38:26.1435064Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.205s) 2022-09-27T16:38:26.3550149Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.211s) 2022-09-27T16:38:26.5368444Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.182s) 2022-09-27T16:38:26.7142887Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.177s) 2022-09-27T16:38:26.8984431Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.184s) 2022-09-27T16:38:27.0852391Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.187s) 2022-09-27T16:38:27.2718964Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.187s) 2022-09-27T16:38:27.5377383Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.266s) 2022-09-27T16:38:27.7636948Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.226s) 2022-09-27T16:38:27.9624814Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.199s) 2022-09-27T16:38:28.1416069Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.179s) 2022-09-27T16:38:28.3195536Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-09-27T16:38:28.5306327Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.211s) 2022-09-27T16:38:28.7176522Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.187s) 2022-09-27T16:38:28.9069191Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.189s) 2022-09-27T16:38:29.1005213Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.193s) 2022-09-27T16:38:29.3041715Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.204s) 2022-09-27T16:38:29.5678086Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.263s) 2022-09-27T16:38:29.7642662Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.196s) 2022-09-27T16:38:29.9727761Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.208s) 2022-09-27T16:38:30.1877684Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.215s) 2022-09-27T16:38:30.3896862Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.202s) 2022-09-27T16:38:30.6548512Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.265s) 2022-09-27T16:38:30.8613720Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.206s) 2022-09-27T16:38:31.0911762Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.230s) 2022-09-27T16:38:31.2403593Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.149s) 2022-09-27T16:38:31.3968378Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.156s) 2022-09-27T16:38:31.5529440Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.156s) 2022-09-27T16:38:31.8285590Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.276s) 2022-09-27T16:38:31.8321713Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:32.0087641Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.176s) 2022-09-27T16:38:32.1869173Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-09-27T16:38:32.3684280Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-09-27T16:38:32.3723806Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:32.3758976Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:38:32.5541008Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-09-27T16:38:32.5577298Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:32.7632162Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.205s) 2022-09-27T16:38:32.9517491Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.188s) 2022-09-27T16:38:33.1142787Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.162s) 2022-09-27T16:38:33.2754332Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.161s) 2022-09-27T16:38:33.2791048Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:38:33.5943209Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.315s) 2022-09-27T16:38:33.9557050Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.361s) 2022-09-27T16:38:34.2809546Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.325s) 2022-09-27T16:38:34.5684447Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.287s) 2022-09-27T16:38:34.8535909Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.285s) 2022-09-27T16:38:35.2552266Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.402s) 2022-09-27T16:38:35.5982089Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.343s) 2022-09-27T16:38:35.9311614Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.333s) 2022-09-27T16:38:36.3141289Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.383s) 2022-09-27T16:38:36.4962097Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.182s) 2022-09-27T16:38:36.6780702Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.182s) 2022-09-27T16:38:36.8560477Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-09-27T16:38:37.0371501Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-09-27T16:38:37.2610976Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.224s) 2022-09-27T16:38:37.4314822Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.170s) 2022-09-27T16:38:37.5991225Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.168s) 2022-09-27T16:38:37.7650109Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.166s) 2022-09-27T16:38:37.9361647Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.171s) 2022-09-27T16:38:38.2426702Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.306s) 2022-09-27T16:38:38.5385593Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.296s) 2022-09-27T16:38:38.8242318Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.286s) 2022-09-27T16:38:38.9834548Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.159s) 2022-09-27T16:38:39.1422917Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.159s) 2022-09-27T16:38:39.3008423Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.158s) 2022-09-27T16:38:39.6115030Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.311s) 2022-09-27T16:38:39.8756290Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.264s) 2022-09-27T16:38:40.1452925Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.270s) 2022-09-27T16:38:40.4080040Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.263s) 2022-09-27T16:38:40.6619159Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.254s) 2022-09-27T16:38:40.8983834Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.236s) 2022-09-27T16:38:41.1283369Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.230s) 2022-09-27T16:38:41.1318803Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:38:58.6089547Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (17.477s) 2022-09-27T16:39:15.0804102Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (16.471s) 2022-09-27T16:39:31.2837527Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (16.203s) 2022-09-27T16:39:47.7311121Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (16.447s) 2022-09-27T16:40:33.6169092Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (45.886s) 2022-09-27T16:40:33.8621240Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.245s) 2022-09-27T16:40:34.0615088Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.199s) 2022-09-27T16:40:34.2614384Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.200s) 2022-09-27T16:40:34.5069452Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.245s) 2022-09-27T16:40:34.8978167Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.391s) 2022-09-27T16:40:35.2174392Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.320s) 2022-09-27T16:40:35.4275379Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.210s) 2022-09-27T16:40:35.6693440Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.242s) 2022-09-27T16:40:35.8582687Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.189s) 2022-09-27T16:40:36.0548629Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.196s) 2022-09-27T16:40:36.0584965Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.0621783Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.0657349Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.0693168Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.0728612Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.0763916Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:40:36.0799132Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:40:36.0834303Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:40:36.0870686Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.0906349Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.0941205Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:40:36.1092983Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.015s) 2022-09-27T16:40:36.1127197Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:40:36.1162557Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:40:36.1199689Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1236301Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1271887Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1307443Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1343609Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1381315Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1417166Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1452417Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-09-27T16:40:36.1489055Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1525253Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1563113Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1600201Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1637637Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1674003Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1711605Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1750629Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1787983Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1824565Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1860984Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1898595Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1934932Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.1972662Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2008829Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2045026Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2082742Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2119862Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2156882Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2194730Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2233596Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2270205Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2307537Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2343818Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2380215Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2416600Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2453531Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2490583Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2526283Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2562959Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2599595Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2637066Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2674682Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-09-27T16:40:36.2813625Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.014s) 2022-09-27T16:40:36.2859061Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.004s) 2022-09-27T16:40:36.2864315Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... skip: POSITIONAL_ONLY arguments are not supported before 3.8 (0.001s) 2022-09-27T16:40:36.2873136Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T16:40:36.2878787Z 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-09-27T16:40:36.2888929Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T16:40:36.2897739Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T16:40:36.2906692Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T16:40:36.2916787Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-09-27T16:40:36.3800162Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.088s) 2022-09-27T16:40:36.4197657Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.040s) 2022-09-27T16:40:36.4598947Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.040s) 2022-09-27T16:40:36.4983448Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.038s) 2022-09-27T16:40:36.5324222Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.034s) 2022-09-27T16:40:36.5540468Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.022s) 2022-09-27T16:40:36.5675815Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.013s) 2022-09-27T16:40:36.6030142Z test_del (jit.test_list_dict.TestList) ... ok (0.035s) 2022-09-27T16:40:36.6705428Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.067s) 2022-09-27T16:40:36.7005364Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.030s) 2022-09-27T16:40:36.7325788Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.032s) 2022-09-27T16:40:36.7464794Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.014s) 2022-09-27T16:40:36.7580977Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.012s) 2022-09-27T16:40:36.7878314Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.030s) 2022-09-27T16:40:36.8167533Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.029s) 2022-09-27T16:40:36.8574651Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.041s) 2022-09-27T16:40:36.8988775Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.041s) 2022-09-27T16:40:36.9164242Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.018s) 2022-09-27T16:40:36.9368390Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.020s) 2022-09-27T16:40:36.9409662Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.004s) 2022-09-27T16:40:36.9714077Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.030s) 2022-09-27T16:40:36.9868950Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.015s) 2022-09-27T16:40:37.0087086Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.022s) 2022-09-27T16:40:37.0215230Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.013s) 2022-09-27T16:40:37.0434984Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.022s) 2022-09-27T16:40:37.1194292Z test_in_check (jit.test_list_dict.TestList) ... ok (0.076s) 2022-09-27T16:40:37.2291681Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.110s) 2022-09-27T16:40:37.2580532Z test_list_count (jit.test_list_dict.TestList) ... ok (0.029s) 2022-09-27T16:40:37.2725889Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.014s) 2022-09-27T16:40:37.3327829Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.060s) 2022-09-27T16:40:37.3608122Z test_list_index (jit.test_list_dict.TestList) ... ok (0.028s) 2022-09-27T16:40:37.4013499Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.040s) 2022-09-27T16:40:37.4777756Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.076s) 2022-09-27T16:40:37.5068246Z test_list_len (jit.test_list_dict.TestList) ... ok (0.029s) 2022-09-27T16:40:37.5591656Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.052s) 2022-09-27T16:40:37.5603078Z test_list_none (jit.test_list_dict.TestList) ... ok (0.001s) 2022-09-27T16:40:37.8368234Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.276s) 2022-09-27T16:40:37.9464399Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.110s) 2022-09-27T16:40:38.1010149Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.154s) 2022-09-27T16:40:38.1036348Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.003s) 2022-09-27T16:40:38.1051196Z test_list_variance (jit.test_list_dict.TestList) 2022-09-27T16:40:38.1476461Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.044s) 2022-09-27T16:40:38.1753459Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.028s) 2022-09-27T16:40:38.4583141Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.283s) 2022-09-27T16:40:38.6375067Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.179s) 2022-09-27T16:40:38.6602688Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.023s) 2022-09-27T16:40:38.6890817Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.029s) 2022-09-27T16:40:38.7086798Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.020s) 2022-09-27T16:40:38.7288336Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.020s) 2022-09-27T16:40:38.7543799Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.025s) 2022-09-27T16:40:38.7928778Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.038s) 2022-09-27T16:40:38.8720645Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.079s) 2022-09-27T16:40:38.8931677Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.021s) 2022-09-27T16:40:38.9166803Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.023s) 2022-09-27T16:40:38.9384301Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.022s) 2022-09-27T16:40:38.9739243Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.035s) 2022-09-27T16:40:38.9946923Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.021s) 2022-09-27T16:40:39.0151635Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.020s) 2022-09-27T16:40:39.0437824Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.029s) 2022-09-27T16:40:39.0618948Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.018s) 2022-09-27T16:40:39.0802198Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.018s) 2022-09-27T16:40:39.0989048Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.019s) 2022-09-27T16:40:39.1192610Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.020s) 2022-09-27T16:40:39.1397220Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.020s) 2022-09-27T16:40:39.1613229Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.021s) 2022-09-27T16:40:39.1976880Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.036s) 2022-09-27T16:40:39.2242991Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.026s) 2022-09-27T16:40:39.2657032Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.041s) 2022-09-27T16:40:39.2846578Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.019s) 2022-09-27T16:40:39.3029154Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.018s) 2022-09-27T16:40:39.3394003Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.036s) 2022-09-27T16:40:39.3601551Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.021s) 2022-09-27T16:40:39.3789992Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.019s) 2022-09-27T16:40:39.4110616Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.032s) 2022-09-27T16:40:39.4172667Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.006s) 2022-09-27T16:40:39.5699654Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.153s) 2022-09-27T16:40:39.5958311Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.026s) 2022-09-27T16:40:39.6210600Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.025s) 2022-09-27T16:40:39.6450468Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.024s) 2022-09-27T16:40:39.6915623Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.046s) 2022-09-27T16:40:39.7012353Z test_to_list (jit.test_list_dict.TestList) 2022-09-27T16:40:40.4534452Z Unit tests for Tensor.tolist() function. ... ok (0.762s) 2022-09-27T16:40:40.4547883Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-09-27T16:40:40.4554469Z GPU tests for Tensor.tolist() function. ... skip: CUDA is not available (0.002s) 2022-09-27T16:40:40.4924252Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.037s) 2022-09-27T16:40:40.5336384Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.041s) 2022-09-27T16:40:40.5346454Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.001s) 2022-09-27T16:40:40.5399458Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.005s) 2022-09-27T16:40:40.5697752Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.030s) 2022-09-27T16:40:40.6032585Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.033s) 2022-09-27T16:40:40.6048218Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:40:40.6057222Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:40:40.6063415Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:40:40.6071332Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:40:40.6081184Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-09-27T16:40:40.6319761Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.025s) 2022-09-27T16:40:40.7263294Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.094s) 2022-09-27T16:40:40.7383225Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.012s) 2022-09-27T16:40:40.7421213Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.004s) 2022-09-27T16:40:40.7426213Z test_if_returning_any (jit.test_misc.TestMisc) 2022-09-27T16:40:40.7705660Z Check that an if statement can return different ... ok (0.028s) 2022-09-27T16:40:40.7849535Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.014s) 2022-09-27T16:40:40.8031694Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.018s) 2022-09-27T16:40:40.8778533Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.075s) 2022-09-27T16:40:40.9310164Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.053s) 2022-09-27T16:40:40.9412021Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.010s) 2022-09-27T16:40:40.9434155Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.002s) 2022-09-27T16:40:40.9458021Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.002s) 2022-09-27T16:40:40.9480151Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.002s) 2022-09-27T16:40:40.9593903Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.011s) 2022-09-27T16:40:40.9684475Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.009s) 2022-09-27T16:40:40.9777824Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.009s) 2022-09-27T16:40:40.9866595Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.009s) 2022-09-27T16:40:41.0572723Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.070s) 2022-09-27T16:40:41.0688238Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.012s) 2022-09-27T16:40:41.0734808Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.005s) 2022-09-27T16:40:41.1264044Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.053s) 2022-09-27T16:40:41.2233567Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.097s) 2022-09-27T16:40:41.2551038Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.032s) 2022-09-27T16:40:41.3014043Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.046s) 2022-09-27T16:40:41.3391644Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.038s) 2022-09-27T16:40:41.4044582Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.065s) 2022-09-27T16:40:41.4480614Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.043s) 2022-09-27T16:40:41.7306375Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.282s) 2022-09-27T16:40:41.8821753Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.151s) 2022-09-27T16:40:41.9767276Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.094s) 2022-09-27T16:40:42.0291557Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.052s) 2022-09-27T16:40:42.1099631Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.081s) 2022-09-27T16:40:42.2507104Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.141s) 2022-09-27T16:40:42.2524606Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-09-27T16:40:42.3073562Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.057s) 2022-09-27T16:40:43.9077787Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (1.600s) 2022-09-27T16:40:43.9221061Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-09-27T16:40:44.0602428Z Tracing over a script function returning a dictionary should work. ... ok (0.152s) 2022-09-27T16:40:44.1038877Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.044s) 2022-09-27T16:40:44.2956090Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.192s) 2022-09-27T16:40:44.4745698Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.179s) 2022-09-27T16:40:44.5175051Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.043s) 2022-09-27T16:40:44.5618528Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.044s) 2022-09-27T16:40:44.5629529Z test_alexnet (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-09-27T16:40:44.5635361Z test_dcgan_models (jit.test_models.TestModels) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79142 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-09-27T16:40:44.5638787Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:40:45.2086371Z test_mnist (jit.test_models.TestModels) ... ok (0.645s) 2022-09-27T16:40:45.2090447Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:40:45.2100221Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-09-27T16:40:45.2109036Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:40:45.2112961Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:40:45.4889295Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.277s) 2022-09-27T16:40:45.4893552Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:40:45.4945418Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: no torchvision (0.005s) 2022-09-27T16:40:45.4957334Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-09-27T16:40:45.4965885Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:40:45.4969996Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:40:49.2200860Z test_snli_quantized (jit.test_models.TestModels) ... ok (3.723s) 2022-09-27T16:40:49.2210428Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:40:49.2214769Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:40:50.0215528Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.800s) 2022-09-27T16:40:51.2218482Z test_vae (jit.test_models.TestModels) ... ok (1.200s) 2022-09-27T16:40:51.2222680Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-09-27T16:40:51.7717346Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.549s) 2022-09-27T16:40:51.7736429Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-09-27T16:40:51.9301184Z Tests that customized state dict methods are in effect ... ok (0.158s) 2022-09-27T16:40:51.9310880Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-09-27T16:40:52.1275712Z Tests that default state dict methods are automatically available ... ok (0.197s) 2022-09-27T16:40:52.1298611Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-09-27T16:40:52.3361936Z Tests that customized state dict methods on submodules are in effect ... ok (0.209s) 2022-09-27T16:40:52.7812509Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.445s) 2022-09-27T16:40:52.8863817Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.105s) 2022-09-27T16:40:52.9723867Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.086s) 2022-09-27T16:40:53.3590911Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.387s) 2022-09-27T16:40:53.5140418Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.155s) 2022-09-27T16:40:54.6468942Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (1.133s) 2022-09-27T16:40:54.8372137Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.190s) 2022-09-27T16:40:54.8687811Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.031s) 2022-09-27T16:40:54.8694437Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-09-27T16:40:54.8740112Z Test that an attempt to script a module with a regular list attribute ... ok (0.005s) 2022-09-27T16:40:54.9470249Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.073s) 2022-09-27T16:40:55.1734957Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.226s) 2022-09-27T16:40:55.5922624Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.419s) 2022-09-27T16:40:55.7399515Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.148s) 2022-09-27T16:40:56.1927776Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.453s) 2022-09-27T16:40:56.3462985Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.153s) 2022-09-27T16:40:56.5361621Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.190s) 2022-09-27T16:40:56.5384209Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-09-27T16:40:56.8246566Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.289s) 2022-09-27T16:40:56.8270459Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-09-27T16:40:57.0441315Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.219s) 2022-09-27T16:40:57.1221560Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.078s) 2022-09-27T16:40:57.1742233Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.052s) 2022-09-27T16:40:57.2574976Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.083s) 2022-09-27T16:40:57.3320918Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.075s) 2022-09-27T16:40:57.3892272Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.057s) 2022-09-27T16:40:57.4101201Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.021s) 2022-09-27T16:40:57.4895103Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.079s) 2022-09-27T16:40:57.7154525Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.226s) 2022-09-27T16:40:57.7167205Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.001s) 2022-09-27T16:40:57.8227237Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.106s) 2022-09-27T16:40:57.8890147Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.066s) 2022-09-27T16:40:57.9598458Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.071s) 2022-09-27T16:40:58.0331836Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.073s) 2022-09-27T16:40:58.0809893Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.048s) 2022-09-27T16:40:58.0996639Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-09-27T16:40:58.1705383Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.071s) 2022-09-27T16:40:58.1833300Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-09-27T16:40:58.2237789Z Test that a module that has __constants__ set to something ... ok (0.053s) 2022-09-27T16:40:58.2421585Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.018s) 2022-09-27T16:40:58.2582005Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.016s) 2022-09-27T16:40:58.2672771Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.009s) 2022-09-27T16:40:58.2799506Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.013s) 2022-09-27T16:40:58.2905915Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.011s) 2022-09-27T16:40:58.3045930Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.014s) 2022-09-27T16:40:58.3055951Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.001s) 2022-09-27T16:40:58.3179282Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.012s) 2022-09-27T16:40:58.3278809Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.010s) 2022-09-27T16:40:58.3309016Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-09-27T16:40:58.3454092Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.014s) 2022-09-27T16:40:58.3464103Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3477979Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3493519Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.002s) 2022-09-27T16:40:58.3510099Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.002s) 2022-09-27T16:40:58.3540010Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.003s) 2022-09-27T16:40:58.3557018Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.002s) 2022-09-27T16:40:58.3561550Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.000s) 2022-09-27T16:40:58.3570380Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3589061Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.002s) 2022-09-27T16:40:58.3596514Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3602232Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3606604Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.000s) 2022-09-27T16:40:58.3614190Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3627409Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3634109Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3768399Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.013s) 2022-09-27T16:40:58.3779195Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3788567Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3797983Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3824389Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.003s) 2022-09-27T16:40:58.3831892Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3836114Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.000s) 2022-09-27T16:40:58.3845497Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3851163Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3865210Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3871704Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3877728Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3886014Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3896152Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-09-27T16:40:58.3911792Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.002s) 2022-09-27T16:40:58.4093683Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.018s) 2022-09-27T16:40:58.4288593Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.019s) 2022-09-27T16:40:58.5676265Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.139s) 2022-09-27T16:40:58.7653624Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.198s) 2022-09-27T16:40:58.8953475Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.130s) 2022-09-27T16:40:59.0337430Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.138s) 2022-09-27T16:40:59.0887648Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.055s) 2022-09-27T16:40:59.1422950Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.053s) 2022-09-27T16:40:59.1716112Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.029s) 2022-09-27T16:40:59.3510753Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.179s) 2022-09-27T16:40:59.3520341Z test_traceable (jit.test_parametrization.TestParametrization) 2022-09-27T16:40:59.4942403Z Test the jit scripting and tracing of a parametrized model. ... ok (0.143s) 2022-09-27T16:40:59.8785687Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.384s) 2022-09-27T16:40:59.9588408Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.080s) 2022-09-27T16:41:00.0465837Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.088s) 2022-09-27T16:41:00.0649480Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.018s) 2022-09-27T16:41:00.0825389Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.018s) 2022-09-27T16:41:00.1088684Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.026s) 2022-09-27T16:41:00.1293781Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.020s) 2022-09-27T16:41:00.1806547Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.051s) 2022-09-27T16:41:00.1905331Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... You have not run this instance of FileCheck! 2022-09-27T16:41:00.1905784Z FileCheck checks: 2022-09-27T16:41:00.1916596Z ok (0.011s) 2022-09-27T16:41:00.2116341Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.020s) 2022-09-27T16:41:00.2128197Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.001s) 2022-09-27T16:41:00.2257642Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-09-27T16:41:00.2364338Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-09-27T16:41:00.2455884Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-09-27T16:41:00.2541029Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-09-27T16:41:00.2625541Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-09-27T16:41:00.2763446Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.014s) 2022-09-27T16:41:00.3109137Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.034s) 2022-09-27T16:41:00.3206206Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-09-27T16:41:00.3300722Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-09-27T16:41:00.3400883Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-09-27T16:41:00.3538036Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.014s) 2022-09-27T16:41:00.3619807Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.008s) 2022-09-27T16:41:00.3993190Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.037s) 2022-09-27T16:41:00.4241594Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.025s) 2022-09-27T16:41:00.6111939Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.187s) 2022-09-27T16:41:00.6608409Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.050s) 2022-09-27T16:41:00.6845311Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.024s) 2022-09-27T16:41:00.6941480Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-09-27T16:41:00.7113866Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.017s) 2022-09-27T16:41:00.8018728Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.090s) 2022-09-27T16:41:00.8734219Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.071s) 2022-09-27T16:41:00.8861789Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-09-27T16:41:00.9412713Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.055s) 2022-09-27T16:41:00.9919896Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.051s) 2022-09-27T16:41:01.0211862Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.029s) 2022-09-27T16:41:01.0455718Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.024s) 2022-09-27T16:41:01.0739998Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.028s) 2022-09-27T16:41:01.0977102Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.024s) 2022-09-27T16:41:01.0984644Z test_version (__main__.TestProducerVersion) ... ok (0.001s) 2022-09-27T16:41:01.1620575Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.063s) 2022-09-27T16:41:01.3102695Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.148s) 2022-09-27T16:41:01.3441672Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.034s) 2022-09-27T16:41:01.3946152Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.050s) 2022-09-27T16:41:01.4251195Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.030s) 2022-09-27T16:41:01.4310021Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.006s) 2022-09-27T16:41:01.4676656Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.036s) 2022-09-27T16:41:01.7124014Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.245s) 2022-09-27T16:41:01.7391760Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.027s) 2022-09-27T16:41:01.7678275Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.028s) 2022-09-27T16:41:01.8271359Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.059s) 2022-09-27T16:41:01.8654832Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.038s) 2022-09-27T16:41:01.8756721Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.010s) 2022-09-27T16:41:01.8787747Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-09-27T16:41:01.8922065Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.013s) 2022-09-27T16:41:01.9116668Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.019s) 2022-09-27T16:41:01.9150783Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-09-27T16:41:01.9720925Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.057s) 2022-09-27T16:41:01.9836196Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.011s) 2022-09-27T16:41:02.0397945Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.056s) 2022-09-27T16:41:02.1878284Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.148s) 2022-09-27T16:41:02.3166183Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.129s) 2022-09-27T16:41:02.3365734Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.020s) 2022-09-27T16:41:02.5035665Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.167s) 2022-09-27T16:41:03.0949337Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.591s) 2022-09-27T16:41:03.1202309Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.025s) 2022-09-27T16:41:03.1621447Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.042s) 2022-09-27T16:41:03.2050014Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.043s) 2022-09-27T16:41:03.4260971Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.221s) 2022-09-27T16:41:03.4389915Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.013s) 2022-09-27T16:41:03.5200189Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.081s) 2022-09-27T16:41:03.5446510Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.025s) 2022-09-27T16:41:03.5822872Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.038s) 2022-09-27T16:41:03.6172146Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.035s) 2022-09-27T16:41:03.6335041Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.016s) 2022-09-27T16:41:03.7447110Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.111s) 2022-09-27T16:41:03.8251055Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.080s) 2022-09-27T16:41:03.8896810Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.064s) 2022-09-27T16:41:04.2069194Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.317s) 2022-09-27T16:41:04.2193482Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.012s) 2022-09-27T16:41:04.2236152Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-09-27T16:41:04.2275596Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-09-27T16:41:04.2448700Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.017s) 2022-09-27T16:41:04.2686011Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.024s) 2022-09-27T16:41:04.3672517Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.099s) 2022-09-27T16:41:04.3736872Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-09-27T16:41:04.3988245Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.025s) 2022-09-27T16:41:04.4000899Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.001s) 2022-09-27T16:41:04.5083110Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.108s) 2022-09-27T16:41:04.8026168Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.294s) 2022-09-27T16:41:04.8568574Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.054s) 2022-09-27T16:41:04.9318609Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.075s) 2022-09-27T16:41:05.0193712Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.087s) 2022-09-27T16:41:05.0324289Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.013s) 2022-09-27T16:41:05.1433663Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.111s) 2022-09-27T16:41:05.2830222Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.139s) 2022-09-27T16:41:05.2889013Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-09-27T16:41:05.3272238Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.038s) 2022-09-27T16:41:05.3329734Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-09-27T16:41:05.6284240Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.295s) 2022-09-27T16:41:05.6537627Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.025s) 2022-09-27T16:41:05.6646336Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-09-27T16:41:05.6837897Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.019s) 2022-09-27T16:41:05.7196407Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.036s) 2022-09-27T16:41:05.7936109Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.074s) 2022-09-27T16:41:05.7944067Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-09-27T16:41:05.8465624Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.053s) 2022-09-27T16:41:05.9485854Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.102s) 2022-09-27T16:41:06.0615011Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.113s) 2022-09-27T16:41:06.0775585Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.016s) 2022-09-27T16:41:06.1139653Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.036s) 2022-09-27T16:41:06.1856057Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.072s) 2022-09-27T16:41:06.2077913Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.022s) 2022-09-27T16:41:06.2223961Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.015s) 2022-09-27T16:41:06.2735762Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.051s) 2022-09-27T16:41:06.2756477Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-09-27T16:41:06.4245218Z Exercise the situation where we have the same qualified name ... ok (0.151s) 2022-09-27T16:41:06.4272770Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-09-27T16:41:06.5302484Z Exercise the situation where we have the same qualified name ... ok (0.106s) 2022-09-27T16:41:06.5325365Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-09-27T16:41:06.7042644Z Exercise the situation where we have the same qualified name ... ok (0.174s) 2022-09-27T16:41:06.9559571Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.252s) 2022-09-27T16:41:06.9685390Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-09-27T16:41:07.0547500Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.099s) 2022-09-27T16:41:07.0568156Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-09-27T16:41:07.0731372Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.018s) 2022-09-27T16:41:07.0939700Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.021s) 2022-09-27T16:41:07.1300007Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.036s) 2022-09-27T16:41:07.1306596Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-09-27T16:41:07.1663878Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.036s) 2022-09-27T16:41:07.1669903Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-09-27T16:41:07.1882798Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.022s) 2022-09-27T16:41:07.2062312Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.018s) 2022-09-27T16:41:07.2077472Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:41:07.2078746Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-09-27T16:41:07.2103260Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:41:07.2104203Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-09-27T16:41:07.2123364Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:41:07.2124022Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-09-27T16:41:07.2157081Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-09-27T16:41:07.2169380Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:41:07.2189483Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:41:07.2190203Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-09-27T16:41:07.2199419Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:41:07.2208377Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:41:07.2209150Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:41:07.2216671Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:41:07.2217106Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:41:07.2223451Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-09-27T16:41:07.2224154Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-09-27T16:41:07.3382349Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-09-27T16:41:07.3383060Z self=, 2022-09-27T16:41:07.3383834Z sample_input=(2, 3, 2.0, 3.0), 2022-09-27T16:41:07.3385165Z ) 2022-09-27T16:41:07.3385500Z skip: Failed to load fixture! (0.116s) 2022-09-27T16:41:08.7776896Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (1.439s) 2022-09-27T16:41:09.1591493Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.381s) 2022-09-27T16:41:09.1891208Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.030s) 2022-09-27T16:41:09.5396005Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.350s) 2022-09-27T16:41:11.1432519Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (1.604s) 2022-09-27T16:41:14.5821590Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (3.439s) 2022-09-27T16:41:14.6198208Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.038s) 2022-09-27T16:41:14.6488541Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.029s) 2022-09-27T16:41:14.6942773Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.045s) 2022-09-27T16:41:14.7235640Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.029s) 2022-09-27T16:41:14.7568886Z test_add_out (__main__.TestScript) ... ok (0.033s) 2022-09-27T16:41:14.7761775Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:41:14.8086047Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:41:14.8331763Z test_add_tuple_optional (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:41:14.8535854Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:41:14.8548018Z test_addmm_grad (__main__.TestScript) 2022-09-27T16:41:14.8801984Z This test checks several things: ... ok (0.027s) 2022-09-27T16:41:14.9031713Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:41:14.9517219Z test_all (__main__.TestScript) ... ok (0.048s) 2022-09-27T16:41:15.0610354Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.109s) 2022-09-27T16:41:15.2662520Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.205s) 2022-09-27T16:41:15.3865306Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.120s) 2022-09-27T16:41:15.5179090Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.131s) 2022-09-27T16:41:15.5319316Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:41:15.6183068Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.086s) 2022-09-27T16:41:15.6311550Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:41:15.7187568Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.087s) 2022-09-27T16:41:15.7376063Z test_annotated_script_fn (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:41:15.7412554Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:41:15.7438474Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:41:15.7558168Z test_annotated_script_method (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:41:15.7703574Z test_annoying_doubles (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:41:15.8615075Z test_any (__main__.TestScript) ... ok (0.091s) 2022-09-27T16:41:15.8721562Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:41:15.8914764Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:41:16.0563097Z test_attr_module_constants (__main__.TestScript) ... ok (0.165s) 2022-09-27T16:41:16.0725244Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:41:16.0766309Z test_attribute_in_init (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:41:16.1335753Z test_attribute_serialization (__main__.TestScript) ... ok (0.057s) 2022-09-27T16:41:16.1753601Z test_attribute_unpickling (__main__.TestScript) ... ok (0.042s) 2022-09-27T16:41:16.2690739Z test_augmented_assign (__main__.TestScript) ... ok (0.094s) 2022-09-27T16:41:16.2706226Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.002s) 2022-09-27T16:41:16.2803053Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:41:16.2840682Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:41:16.3362341Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.052s) 2022-09-27T16:41:16.3797880Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.043s) 2022-09-27T16:41:16.3823791Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.003s) 2022-09-27T16:41:17.1352393Z test_batchnorm_fuser_cpu (__main__.TestScript) ... ok (0.753s) 2022-09-27T16:41:17.1478196Z test_big_float_literals (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:41:17.1643311Z test_big_int_literals (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:41:18.2636263Z test_binary_op_shape (__main__.TestScript) ... ok (1.099s) 2022-09-27T16:41:18.3614249Z test_bitwise_ops (__main__.TestScript) ... ok (0.098s) 2022-09-27T16:41:18.3968933Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:41:18.4707393Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.074s) 2022-09-27T16:41:18.4966720Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:41:18.5224010Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:41:18.6732017Z test_bool_dispatch (__main__.TestScript) ... ok (0.151s) 2022-09-27T16:41:18.7309216Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.058s) 2022-09-27T16:41:18.7359813Z test_break_continue_error (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:41:19.4031644Z test_breaks_continues (__main__.TestScript) ... ok (0.667s) 2022-09-27T16:41:19.4666294Z test_builtin_args (__main__.TestScript) ... ok (0.063s) 2022-09-27T16:41:19.4788437Z test_builtin_args_fails (__main__.TestScript) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[List[int], int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:41:19.4789105Z File "test_jit.py", line 10868 2022-09-27T16:41:19.4789315Z @torch.jit.script 2022-09-27T16:41:19.4789606Z def f6(a): 2022-09-27T16:41:19.4790431Z a.expand(size=[3, [4]]) 2022-09-27T16:41:19.4791050Z ~~~~~~ <--- HERE 2022-09-27T16:41:19.4791334Z (function emitListLiteral) 2022-09-27T16:41:19.4794808Z ok (0.013s) 2022-09-27T16:41:19.5839692Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.104s) 2022-09-27T16:41:19.5865364Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:41:19.6050775Z test_call_ge (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:41:19.6145702Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:41:19.6232168Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:41:19.6620731Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.039s) 2022-09-27T16:41:19.6920188Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:41:19.6970671Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:41:19.7092287Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:41:19.7784539Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.069s) 2022-09-27T16:41:19.8244099Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.046s) 2022-09-27T16:41:19.8423639Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:41:19.8642600Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:41:19.9043856Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.040s) 2022-09-27T16:41:19.9199382Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:41:19.9507182Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:41:19.9517836Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-09-27T16:41:20.0160823Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.064s) 2022-09-27T16:41:20.0171877Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-09-27T16:41:20.0744307Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.057s) 2022-09-27T16:41:20.0751971Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-09-27T16:41:20.1705961Z test_cat (__main__.TestScript) ... ok (0.095s) 2022-09-27T16:41:20.1975569Z test_cat_lifts (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:41:20.2130309Z test_chr (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:41:20.2144687Z test_circular_dependency (__main__.TestScript) 2022-09-27T16:41:20.3847214Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.172s) 2022-09-27T16:41:20.4678712Z test_class_as_attribute (__main__.TestScript) ... ok (0.083s) 2022-09-27T16:41:20.4724541Z test_class_attribute (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:41:20.4773541Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:41:20.4907249Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:41:20.4916863Z test_code_with_constants (__main__.TestScript) 2022-09-27T16:41:20.5130832Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.022s) 2022-09-27T16:41:20.5141367Z test_code_with_constants_restore (__main__.TestScript) 2022-09-27T16:41:20.5695191Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.056s) 2022-09-27T16:41:20.5929633Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:41:20.6710038Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.078s) 2022-09-27T16:41:20.6728531Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:41:20.8486741Z test_conditional_casting (__main__.TestScript) ... ok (0.176s) 2022-09-27T16:41:20.8817591Z test_constant_as_attr (__main__.TestScript) ... ok (0.033s) 2022-09-27T16:41:20.8949433Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:41:20.9177421Z test_constant_pooling_none (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:41:20.9339470Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:41:21.0018197Z test_context_manager (__main__.TestScript) ... ok (0.068s) 2022-09-27T16:41:21.0242546Z test_conv_error (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:41:21.1514808Z test_convert_base (__main__.TestScript) ... ok (0.127s) 2022-09-27T16:41:21.1725051Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:41:21.1914449Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:41:21.2227871Z test_desugar_module (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:41:21.2363389Z test_device_kwarg (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:41:21.2510695Z test_device_type (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:41:21.2515144Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.000s) 2022-09-27T16:41:21.2556505Z test_dir (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:41:21.3891582Z test_divmod (__main__.TestScript) ... ok (0.133s) 2022-09-27T16:41:21.3918989Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.003s) 2022-09-27T16:41:22.7963964Z test_dropout_eval (__main__.TestScript) ... ok (1.404s) 2022-09-27T16:41:22.9083226Z test_dropout_script (__main__.TestScript) ... ok (0.112s) 2022-09-27T16:41:22.9217372Z test_dtype_attr (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:41:23.0619539Z test_dtype_op_shape (__main__.TestScript) ... ok (0.140s) 2022-09-27T16:41:23.2569905Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.195s) 2022-09-27T16:41:23.2674206Z test_early_return_closure (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:41:23.2998788Z test_early_return_fork_join (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:41:23.4057084Z test_early_return_rewrite (__main__.TestScript) ... ok (0.106s) 2022-09-27T16:41:23.4190376Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:41:23.6174879Z test_early_returns_loops (__main__.TestScript) ... ok (0.198s) 2022-09-27T16:41:23.6416169Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:41:23.6679514Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:41:23.7039609Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:41:23.7287069Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:41:23.7514855Z test_ellipsis_end (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:41:23.7772392Z test_ellipsis_mid (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:41:23.8132195Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:41:23.8377075Z test_ellipsis_start (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:41:23.8873184Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.049s) 2022-09-27T16:41:23.9009119Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:41:23.9021197Z test_empty_tuple_str (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:41:24.0804441Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.178s) 2022-09-27T16:41:24.0918515Z test_erase_number_types (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:41:24.1451602Z test_error (__main__.TestScript) ... ok (0.053s) 2022-09-27T16:41:24.1946262Z test_error_stacktrace (__main__.TestScript) ... ok (0.049s) 2022-09-27T16:41:24.2986634Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.104s) 2022-09-27T16:41:24.3342820Z test_eval_python (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:41:24.3423693Z test_exception_exits_closure (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:41:24.5114399Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.169s) 2022-09-27T16:41:24.5259626Z test_expand (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:41:24.5773698Z test_fibb (__main__.TestScript) ... ok (0.051s) 2022-09-27T16:41:24.6028277Z test_fibb_totally_better (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:41:24.6053843Z test_file_format_serialization (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:41:24.6084021Z test_file_line_error (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:41:24.6848979Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.076s) 2022-09-27T16:41:24.6947161Z test_file_line_graph (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:41:24.7362277Z test_file_line_save_load (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:41:24.7388965Z test_file_line_string (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:41:24.7773873Z test_file_line_trace (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:41:24.7845031Z test_filecheck (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:41:24.7887172Z test_filecheck_parse (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:41:24.8730607Z test_first_class_calls (__main__.TestScript) ... ok (0.084s) 2022-09-27T16:41:24.8888391Z test_first_class_module (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:41:24.9111325Z test_floor_div (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:41:25.0202832Z test_floordiv (__main__.TestScript) ... ok (0.109s) 2022-09-27T16:41:25.0225724Z test_for_else (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:41:25.1016956Z test_for_in_dict (__main__.TestScript) ... ok (0.079s) 2022-09-27T16:41:25.2780326Z test_for_in_enumerate (__main__.TestScript) ... ok (0.176s) 2022-09-27T16:41:25.3032481Z test_for_in_range (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:41:25.4140600Z test_for_in_range_ast (__main__.TestScript) ... ok (0.111s) 2022-09-27T16:41:25.5267286Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.113s) 2022-09-27T16:41:25.5676630Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:41:25.5985338Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:41:25.6789940Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.080s) 2022-09-27T16:41:25.6971227Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:41:25.7838607Z test_for_in_string (__main__.TestScript) ... ok (0.087s) 2022-09-27T16:41:25.8332271Z test_for_in_tensors (__main__.TestScript) ... ok (0.049s) 2022-09-27T16:41:25.8363000Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:41:25.9005354Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.064s) 2022-09-27T16:41:25.9224160Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:41:26.0552418Z test_for_in_zip (__main__.TestScript) ... ok (0.133s) 2022-09-27T16:41:26.1930769Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.138s) 2022-09-27T16:41:26.2354696Z test_for_tuple_assign (__main__.TestScript) ... ok (0.042s) 2022-09-27T16:41:26.3338555Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.098s) 2022-09-27T16:41:26.3676832Z test_format (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:41:26.4802878Z test_func_call (__main__.TestScript) ... ok (0.113s) 2022-09-27T16:41:26.4961509Z test_function_compilation_caching (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:41:26.5720625Z test_function_overload_misuse (__main__.TestScript) ... ok (0.076s) 2022-09-27T16:41:26.6273104Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.055s) 2022-09-27T16:41:26.8144149Z test_function_overloads (__main__.TestScript) ... ok (0.187s) 2022-09-27T16:41:26.8154679Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:41:27.0578439Z test_fuser_double_literal_precision (__main__.TestScript) ... ok (0.242s) 2022-09-27T16:41:27.0794069Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:41:27.1067136Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:41:27.1105110Z test_generic_list_errors (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:41:27.3021729Z test_get_set_state (__main__.TestScript) ... ok (0.191s) 2022-09-27T16:41:27.3474372Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.045s) 2022-09-27T16:41:27.3620367Z test_grad_from_script (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:41:27.3888511Z test_hash (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:41:27.4326755Z test_hex_literals (__main__.TestScript) ... ok (0.044s) 2022-09-27T16:41:27.4952325Z test_id (__main__.TestScript) ... ok (0.062s) 2022-09-27T16:41:27.5186428Z test_if (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:41:27.5587281Z test_if_define (__main__.TestScript) ... ok (0.040s) 2022-09-27T16:41:27.5729543Z test_if_different_type (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:41:27.6275014Z test_if_for_in_range (__main__.TestScript) ... ok (0.054s) 2022-09-27T16:41:27.7207757Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.093s) 2022-09-27T16:41:27.7342018Z test_if_list_cat (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:41:28.0300331Z test_if_nest_while (__main__.TestScript) ... ok (0.296s) 2022-09-27T16:41:28.0627953Z test_if_noelse (__main__.TestScript) ... ok (0.033s) 2022-09-27T16:41:28.0677207Z test_if_not_defined_error (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:41:28.1017867Z test_if_supertype (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:41:28.1308396Z test_ignore_decorator (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:41:28.1609922Z test_ignored_as_value (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:41:28.1804231Z test_ignored_method_binding (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:41:28.1960922Z test_ignored_props (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:41:28.2442396Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.048s) 2022-09-27T16:41:28.3237966Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.079s) 2022-09-27T16:41:28.3366503Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:41:28.7507052Z test_index (__main__.TestScript) ... ok (0.414s) 2022-09-27T16:41:28.7615466Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:41:28.7900832Z test_index_with_tuple (__main__.TestScript) ... ok (0.028s) 2022-09-27T16:41:28.7926284Z test_indexing_error (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:41:28.8152392Z test_infer_size (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:41:28.8156239Z test_inferred_error_msg (__main__.TestScript) 2022-09-27T16:41:28.8228400Z Test that when we get a type mismatch on a function where we inferred ... ok (0.008s) 2022-09-27T16:41:28.8662745Z test_inherit_method (__main__.TestScript) ... ok (0.043s) 2022-09-27T16:41:28.8669487Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-09-27T16:41:28.8682427Z test_inlined_graph (__main__.TestScript) 2022-09-27T16:41:28.9084232Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.041s) 2022-09-27T16:41:28.9347216Z test_inlining_cleanup (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:41:28.9625209Z test_inplace_add (__main__.TestScript) ... ok (0.028s) 2022-09-27T16:41:28.9911234Z test_inplace_copy_script (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:41:29.0110581Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:41:29.0226250Z test_int_cast (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:41:29.0269793Z test_integral_shape_inference (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:41:29.0293145Z test_interpret_graph (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:41:30.7702597Z test_interpreter_fuzz (__main__.TestScript) ... ok (1.741s) 2022-09-27T16:41:30.8417207Z test_intlist_args (__main__.TestScript) ... ok (0.071s) 2022-09-27T16:41:30.8445234Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:41:30.8461328Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:41:30.8490577Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:41:30.8502730Z test_irparser (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:41:30.8954668Z test_is_after_use (__main__.TestScript) ... ok (0.045s) 2022-09-27T16:41:31.1045335Z test_is_isnot (__main__.TestScript) ... ok (0.209s) 2022-09-27T16:41:31.1056782Z test_is_optional (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:41:31.1141001Z test_is_scripting (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:41:31.1234360Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:41:31.1504541Z test_isinstance (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:41:31.1713218Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:41:31.1967905Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:41:31.2788423Z test_isinstance_refinement (__main__.TestScript) ... ok (0.082s) 2022-09-27T16:41:31.3040867Z test_jitter_bug (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:41:31.3172163Z test_keyword (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:41:31.3191442Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:41:31.3231886Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:41:31.4143369Z test_lazy_script (__main__.TestScript) ... ok (0.091s) 2022-09-27T16:41:31.4515993Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:41:31.5242233Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.073s) 2022-09-27T16:41:31.5513673Z test_lhs_indexing (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:41:31.5745796Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:41:31.6111767Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:41:31.6927784Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.081s) 2022-09-27T16:41:31.7179432Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:41:31.7484890Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:41:31.8681574Z test_linear_grad (__main__.TestScript) ... ok (0.119s) 2022-09-27T16:41:32.1072094Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.239s) 2022-09-27T16:41:32.1275786Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:41:32.1295034Z test_list_iterables (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:41:32.1590245Z test_list_python_op (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:41:32.1890233Z test_list_unify (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:41:32.3213569Z test_literal (__main__.TestScript) ... ok (0.132s) 2022-09-27T16:41:32.3439106Z test_literals (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:41:32.4110465Z test_logical_short_circuit (__main__.TestScript) ... ok (0.067s) 2022-09-27T16:41:32.4366768Z test_loop_liveness (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:41:32.4966614Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.060s) 2022-09-27T16:41:32.5089480Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:41:32.5612532Z test_loop_unrolling (__main__.TestScript) ... ok (0.052s) 2022-09-27T16:41:32.6273371Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.066s) 2022-09-27T16:41:32.9667811Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.339s) 2022-09-27T16:41:32.9755157Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:41:33.6955327Z test_math_ops (__main__.TestScript) ... ok (0.720s) 2022-09-27T16:41:33.6964598Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:41:33.6979587Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.001s) 2022-09-27T16:41:33.7230511Z test_method_casts_script (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:41:33.7284574Z test_method_no_self (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:41:34.4781794Z test_method_overloading (__main__.TestScript) ... ok (0.749s) 2022-09-27T16:41:34.4860187Z test_missing_getstate (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:41:38.4851829Z test_mm_batching (__main__.TestScript) ... ok (3.999s) 2022-09-27T16:41:38.8169980Z test_module_apis (__main__.TestScript) ... ok (0.332s) 2022-09-27T16:41:38.8306417Z test_module_attrs (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:41:38.8602522Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:41:38.9379117Z test_module_copying (__main__.TestScript) ... ok (0.078s) 2022-09-27T16:41:38.9392915Z test_module_error (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:41:38.9516358Z test_module_method_reassignment (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:41:38.9630651Z test_module_none_attrs (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:41:39.1309671Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.168s) 2022-09-27T16:41:39.1450473Z test_module_str (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:41:39.1594936Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:41:39.1610013Z test_multi_reduction (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:41:39.1626124Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:41:39.2648035Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.102s) 2022-09-27T16:41:39.2747454Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:41:39.2841652Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:41:39.3177596Z test_multiple_assign (__main__.TestScript) ... ok (0.033s) 2022-09-27T16:41:39.3439396Z test_multiple_assignment (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:41:39.4188396Z test_mutable_dce (__main__.TestScript) ... ok (0.075s) 2022-09-27T16:41:39.4390077Z test_mutable_dce_block (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:41:39.4497956Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:41:39.4845594Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:41:39.5300197Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.045s) 2022-09-27T16:41:39.5456755Z test_mutable_dce_list (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:41:39.5879882Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.042s) 2022-09-27T16:41:39.6252813Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:41:39.6322010Z test_mutate_constant (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:41:39.6450752Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:41:39.9264883Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.281s) 2022-09-27T16:41:39.9559341Z test_namedtuple_attr (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:41:39.9934816Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:41:40.0398726Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.046s) 2022-09-27T16:41:40.0782885Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:41:40.1202691Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.042s) 2022-09-27T16:41:40.1293557Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:41:40.1561320Z test_namedtuple_python (__main__.TestScript) ... ok (0.027s) 2022-09-27T16:41:40.1705336Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:41:40.2139798Z test_narrow_copy (__main__.TestScript) ... ok (0.043s) 2022-09-27T16:41:40.3720705Z test_nested_aug_assign (__main__.TestScript) ... ok (0.158s) 2022-09-27T16:41:40.4217966Z test_nested_bailouts (__main__.TestScript) ... ok (0.050s) 2022-09-27T16:41:40.6458404Z test_nested_breaks (__main__.TestScript) ... ok (0.224s) 2022-09-27T16:41:40.6629005Z test_nested_list_construct (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:41:40.7486785Z test_nested_select_assign (__main__.TestScript) ... ok (0.086s) 2022-09-27T16:41:41.2572853Z test_nn_GRU (__main__.TestScript) ... ok (0.508s) 2022-09-27T16:41:41.7039839Z test_nn_LSTM (__main__.TestScript) ... ok (0.447s) 2022-09-27T16:41:42.1133591Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.409s) 2022-09-27T16:41:42.2927547Z test_nn_init (__main__.TestScript) ... ok (0.179s) 2022-09-27T16:41:42.3164794Z test_no_dtype_shape (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:41:42.3241978Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:41:42.8518788Z test_non_final_return (__main__.TestScript) ... ok (0.527s) 2022-09-27T16:41:42.8529363Z test_none_type_str (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:41:42.8712724Z test_not (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:41:42.8725564Z test_not_initialized_err (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:41:42.9149119Z test_ntuple_builtins (__main__.TestScript) ... ok (0.042s) 2022-09-27T16:41:42.9677802Z test_number_abs (__main__.TestScript) ... ok (0.053s) 2022-09-27T16:41:42.9788776Z test_number_augassign (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:41:42.9901307Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:41:43.0015583Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:41:43.0355404Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:41:43.0730141Z test_number_div (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:41:53.0968391Z test_number_math (__main__.TestScript) ... ok (10.024s) 2022-09-27T16:41:53.1191943Z test_number_neg (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:41:53.1204173Z test_old_models_bc (__main__.TestScript) ... skip: PyTorch is build without Caffe2 support (0.001s) 2022-09-27T16:41:53.1345776Z test_oneline_func (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:41:53.1593632Z test_op_dtype (__main__.TestScript) ... ok (0.025s) 2022-09-27T16:41:53.1924281Z test_operator_precedence (__main__.TestScript) ... ok (0.033s) 2022-09-27T16:41:53.1948587Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-09-27T16:41:53.1972999Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-09-27T16:41:53.2308778Z test_ord (__main__.TestScript) ... ok (0.033s) 2022-09-27T16:41:53.2638008Z test_override_magic (__main__.TestScript) ... ok (0.033s) 2022-09-27T16:41:53.3583680Z test_pack_padded_pad_packed_trace (__main__.TestScript) ... test_jit.py:9785: FutureWarning: `torch.onnx._export` is deprecated in version 1.12.0 and will be removed in version TBD. Please use `torch.onnx.export` instead. 2022-09-27T16:41:53.3584356Z torch.onnx._export(m, (x, seq_lens), f, verbose=False) 2022-09-27T16:41:53.3792301Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:73: UserWarning: The shape inference of prim::PackPadded type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1884.) 2022-09-27T16:41:53.3793478Z n, utils._params_dict, GLOBALS.export_onnx_opset_version 2022-09-27T16:41:53.3848463Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:73: UserWarning: The shape inference of prim::PadPacked type is missing, so it may result in wrong shape inference for the exported graph. Please consider adding it in symbolic function. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp:1884.) 2022-09-27T16:41:53.3849382Z n, utils._params_dict, GLOBALS.export_onnx_opset_version 2022-09-27T16:41:53.3886860Z ok (0.125s) 2022-09-27T16:41:53.3907322Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:41:53.5495085Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.159s) 2022-09-27T16:41:53.6596113Z test_pack_unpack_state (__main__.TestScript) ... ok (0.110s) 2022-09-27T16:41:53.6731803Z test_parameter_order (__main__.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-09-27T16:41:53.6732268Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-09-27T16:41:53.6732590Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-09-27T16:41:53.6734461Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-09-27T16:41:53.6734691Z grad_fn=) 2022-09-27T16:41:53.6763481Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-09-27T16:41:53.6763890Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-09-27T16:41:53.6764281Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-09-27T16:41:53.6764775Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-09-27T16:41:53.6764974Z grad_fn=) 2022-09-27T16:41:53.6983915Z ok (0.039s) 2022-09-27T16:41:53.7007028Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:41:53.7026246Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:41:53.7102635Z test_parse_nested_names (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:41:53.7122360Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:41:53.7815111Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.069s) 2022-09-27T16:41:53.7864592Z test_parser_kwargonly (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:41:53.7903797Z test_parser_type_annotations (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:41:53.7931243Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:41:53.7949669Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:41:53.7966808Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:41:53.7983451Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:41:53.8001268Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:41:53.8134119Z test_partial_returns (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:41:53.8280238Z test_pass (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:41:53.8719990Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.044s) 2022-09-27T16:41:53.8723332Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-09-27T16:41:53.8837046Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:41:53.8851213Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T16:41:54.2179853Z test_pretty_print_function (__main__.TestScript) ... ok (0.333s) 2022-09-27T16:41:54.2189007Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.001s) 2022-09-27T16:41:54.2900350Z test_print (__main__.TestScript) ... ok (0.071s) 2022-09-27T16:41:54.2918429Z test_print_kwargs (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:41:54.2933834Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:41:54.3300498Z test_profiling_merge (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:41:54.3378493Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:41:54.3573911Z test_python_call (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:41:54.3787404Z test_python_call_annotation (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:41:54.3848502Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:41:54.3954751Z test_python_call_failure (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:41:54.4245262Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:41:54.4302741Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:41:54.4358038Z test_python_frontend (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:41:54.4381080Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:41:54.4400880Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:41:54.4511849Z test_python_op_builtins (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:41:54.4543784Z test_python_op_name (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:41:54.4566078Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:41:54.4579982Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.001s) 2022-09-27T16:41:54.4823929Z test_rand_profiling (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:41:54.4865855Z test_range_args (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:41:54.4919044Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:41:54.4971083Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:41:54.4985742Z test_refine_tuple_types (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:41:54.5721449Z test_remove_dropout (__main__.TestScript) ... ok (0.073s) 2022-09-27T16:41:54.5797700Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:41:54.6019162Z test_request_bailout (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:41:54.6038366Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.002s) 2022-09-27T16:41:54.7662423Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.162s) 2022-09-27T16:41:54.8966859Z test_resize_input_ops (__main__.TestScript) ... ok (0.130s) 2022-09-27T16:41:54.9729105Z test_return (__main__.TestScript) ... ok (0.076s) 2022-09-27T16:41:54.9994348Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:41:55.0213085Z test_return_tuple (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:41:56.9709730Z test_rnn_trace_override (__main__.TestScript) ... ok (1.950s) 2022-09-27T16:41:56.9915575Z test_robust_op_resolution (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:41:57.0158100Z test_round (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:41:57.0376967Z test_save_load_attr_error (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:41:57.0998191Z test_script_annotation (__main__.TestScript) ... ok (0.062s) 2022-09-27T16:41:57.1122402Z test_script_bool_constant (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:41:57.1255737Z test_script_chunk (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:41:57.2102358Z test_script_clamp_none (__main__.TestScript) ... ok (0.084s) 2022-09-27T16:41:57.2282284Z test_script_copy (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:41:57.2317118Z test_script_cu (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:41:57.2505955Z test_script_define_order (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:41:57.2570694Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:41:57.2639928Z test_script_docstring (__main__.TestScript) ... ok (0.007s) 2022-09-27T16:41:57.2869201Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:41:57.2877397Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.001s) 2022-09-27T16:41:57.3115593Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:41:57.3464791Z test_script_is_tracing (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:41:57.3660562Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:41:57.3758733Z test_script_method_docstring (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:41:57.3934849Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:41:57.4769684Z test_script_module (__main__.TestScript) ... ok (0.083s) 2022-09-27T16:41:57.4879641Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:41:57.5038459Z test_script_module_const (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:41:57.5479018Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.044s) 2022-09-27T16:41:57.6111949Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.063s) 2022-09-27T16:41:57.6434819Z test_script_module_export_shared_storage (__main__.TestScript) ... ok (0.032s) 2022-09-27T16:41:57.7451448Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.102s) 2022-09-27T16:41:57.7464341Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.001s) 2022-09-27T16:41:57.7801362Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:41:57.7854658Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:41:57.8224427Z test_script_module_for (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:41:57.9457715Z test_script_module_for2 (__main__.TestScript) ... ok (0.123s) 2022-09-27T16:41:57.9493905Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.004s) 2022-09-27T16:41:57.9842324Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:41:57.9853457Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.001s) 2022-09-27T16:41:57.9910833Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:41:58.0073201Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:41:58.0834753Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.076s) 2022-09-27T16:41:58.2126795Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.129s) 2022-09-27T16:41:58.2178001Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:41:58.2239084Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:41:58.2330704Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:41:58.4262219Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.193s) 2022-09-27T16:41:58.4399618Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:41:58.5309427Z test_script_optional_none (__main__.TestScript) ... ok (0.091s) 2022-09-27T16:41:58.5417818Z test_script_outputs (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:41:58.7640079Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.222s) 2022-09-27T16:41:59.0461066Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.282s) 2022-09-27T16:41:59.0470818Z test_script_scope (__main__.TestScript) ... ok (0.001s) 2022-09-27T16:41:59.1917475Z test_script_sequential_for (__main__.TestScript) ... ok (0.144s) 2022-09-27T16:41:59.4989457Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.307s) 2022-09-27T16:41:59.5357639Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:41:59.7167187Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.181s) 2022-09-27T16:41:59.9001252Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.183s) 2022-09-27T16:41:59.9456610Z test_script_star_assign (__main__.TestScript) ... ok (0.045s) 2022-09-27T16:42:00.0500515Z test_script_star_expr (__main__.TestScript) ... ok (0.104s) 2022-09-27T16:42:00.1466245Z test_script_star_expr_string (__main__.TestScript) ... ok (0.096s) 2022-09-27T16:42:00.1750919Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.028s) 2022-09-27T16:42:00.1769031Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.002s) 2022-09-27T16:42:00.1782490Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:42:00.1798030Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.002s) 2022-09-27T16:42:00.2113466Z test_select_after_chunk (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:42:00.2221165Z test_sequence_parsing (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:42:00.4306356Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.208s) 2022-09-27T16:42:00.4664841Z test_serialization_big_ints (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:42:00.5024116Z test_serialization_sharing (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:42:00.5200260Z test_serialize_long_lines (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:42:00.5819857Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.062s) 2022-09-27T16:42:00.6477402Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.066s) 2022-09-27T16:42:00.8096655Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.162s) 2022-09-27T16:42:00.8687270Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.059s) 2022-09-27T16:42:00.9023543Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:42:00.9156944Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:42:00.9259077Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:42:00.9590361Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.033s) 2022-09-27T16:42:00.9696511Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:42:00.9788596Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:42:01.0065975Z test_signed_float_zero (__main__.TestScript) ... ok (0.028s) 2022-09-27T16:42:01.0088063Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:42:01.0108027Z test_single_starred_lhs (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:42:01.0411720Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:42:01.0421517Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:42:01.0727468Z test_split (__main__.TestScript) ... ok (0.030s) 2022-09-27T16:42:01.1102580Z test_stack (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:42:01.4309280Z test_static_if_prop (__main__.TestScript) ... ok (0.321s) 2022-09-27T16:42:01.4321752Z test_static_method_on_module (__main__.TestScript) 2022-09-27T16:42:01.5280399Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.097s) 2022-09-27T16:42:01.6378062Z test_static_methods (__main__.TestScript) ... ok (0.110s) 2022-09-27T16:42:01.6480298Z test_str_cast (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:42:01.6501553Z test_string_cu (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:42:01.6611997Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.011s) 2022-09-27T16:42:01.6956366Z test_string_frontend_elif (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:42:01.7145019Z test_string_index (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:42:01.7343843Z test_string_len (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:42:01.7492090Z test_string_list (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:42:01.7507514Z test_string_new_line (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:42:01.7664248Z test_string_ops (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:42:01.7883914Z test_string_print (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:42:01.7898676Z test_string_single_escape (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:42:01.8476414Z test_string_slicing (__main__.TestScript) ... ok (0.058s) 2022-09-27T16:42:01.8665370Z test_string_sort (__main__.TestScript) ... ok (0.019s) 2022-09-27T16:42:01.8885852Z test_string_sorted (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:42:01.9691080Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.080s) 2022-09-27T16:42:01.9848813Z test_submodule_twice (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:42:02.0053358Z test_sum (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:42:02.0426112Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.037s) 2022-09-27T16:42:02.0766168Z test_sum_list_empty (__main__.TestScript) ... ok (0.034s) 2022-09-27T16:42:02.1057851Z test_sum_list_literal (__main__.TestScript) ... ok (0.029s) 2022-09-27T16:42:02.1404471Z test_sum_list_one (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:42:02.1436532Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:42:02.1528263Z test_sys_stdout_override (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:42:02.1553333Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.002s) 2022-09-27T16:42:02.1678172Z test_tensor_data (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:42:02.1826080Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.015s) 2022-09-27T16:42:02.2241932Z test_tensor_dtype (__main__.TestScript) ... ok (0.041s) 2022-09-27T16:42:02.2626723Z test_tensor_grad (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:42:02.2838797Z test_tensor_import_export (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:42:02.2993542Z test_tensor_len (__main__.TestScript) ... ok (0.015s) 2022-09-27T16:42:03.9641061Z test_tensor_number_math (__main__.TestScript) ... ok (1.665s) 2022-09-27T16:42:03.9645199Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.001s) 2022-09-27T16:42:03.9656197Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.001s) 2022-09-27T16:42:03.9824633Z test_tensor_shape (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:42:03.9853142Z test_tensor_subclasses (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/jit/annotations.py:299: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-09-27T16:42:03.9853698Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-09-27T16:42:04.0182326Z ok (0.036s) 2022-09-27T16:42:04.1559017Z test_tensor_to (__main__.TestScript) ... ok (0.138s) 2022-09-27T16:42:04.1719933Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:42:04.1727106Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T16:42:04.1733706Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-09-27T16:42:04.2124895Z test_ternary (__main__.TestScript) ... ok (0.039s) 2022-09-27T16:42:04.3568798Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.144s) 2022-09-27T16:42:04.3951954Z test_ternary_right_associative (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:42:04.4329952Z test_ternary_static_if (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:42:04.5103545Z test_torch_any (__main__.TestScript) ... ok (0.077s) 2022-09-27T16:42:04.5139747Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.004s) 2022-09-27T16:42:04.7385232Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.224s) 2022-09-27T16:42:04.8377672Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.099s) 2022-09-27T16:42:04.9740267Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.136s) 2022-09-27T16:42:05.0275955Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.053s) 2022-09-27T16:42:05.0471257Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:42:05.0648970Z test_torch_manual_seed (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:42:05.2292822Z test_torch_pow (__main__.TestScript) ... ok (0.164s) 2022-09-27T16:42:07.5865873Z test_torch_tensor_as_tensor (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:472: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T16:42:07.5866376Z return callable(*args, **kwargs) 2022-09-27T16:42:07.6142203Z ok (2.385s) 2022-09-27T16:42:07.6403751Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:42:07.7215881Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.081s) 2022-09-27T16:42:07.7644259Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.043s) 2022-09-27T16:42:07.7748604Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:42:08.6043110Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.829s) 2022-09-27T16:42:10.1750065Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (1.571s) 2022-09-27T16:42:10.1960799Z test_training_param (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:42:10.4264335Z test_tuple_assignments (__main__.TestScript) ... ok (0.230s) 2022-09-27T16:42:10.4298639Z test_tuple_error_msg (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:42:10.4558542Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.026s) 2022-09-27T16:42:10.5389471Z test_tuple_indexing (__main__.TestScript) ... ok (0.083s) 2022-09-27T16:42:10.5721923Z test_tuple_len (__main__.TestScript) ... ok (0.033s) 2022-09-27T16:42:10.5949717Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:42:10.6160939Z test_tuple_sort (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:42:10.6372857Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.021s) 2022-09-27T16:42:10.6548504Z test_tuple_sorted (__main__.TestScript) ... ok (0.018s) 2022-09-27T16:42:10.6721364Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.017s) 2022-09-27T16:42:10.6842468Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:42:10.7008686Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.016s) 2022-09-27T16:42:10.7135213Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:42:10.7877972Z test_type_annotate (__main__.TestScript) ... ok (0.074s) 2022-09-27T16:42:10.8099455Z test_type_annotation_module (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:42:10.8451042Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.035s) 2022-09-27T16:42:10.9211773Z test_type_annotations (__main__.TestScript) ... ok (0.076s) 2022-09-27T16:42:10.9679805Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.047s) 2022-09-27T16:42:11.0180800Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.050s) 2022-09-27T16:42:11.0234061Z test_type_call_in_script (__main__.TestScript) ... ok (0.005s) 2022-09-27T16:42:11.0450535Z test_type_cast (__main__.TestScript) ... ok (0.022s) 2022-09-27T16:42:11.0572953Z test_type_comments_in_body (__main__.TestScript) ... ok (0.012s) 2022-09-27T16:42:11.0579703Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-09-27T16:42:11.0650013Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.008s) 2022-09-27T16:42:11.0662909Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.001s) 2022-09-27T16:42:11.0758818Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:42:11.0894734Z test_unicode_comments (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:42:11.1094584Z test_uninitialized (__main__.TestScript) ... ok (0.020s) 2022-09-27T16:42:11.1192858Z test_union_to_number (__main__.TestScript) ... ok (0.010s) 2022-09-27T16:42:11.1217340Z test_unknown_builtin (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:42:11.1280616Z test_unmatched_type_annotation (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:42:11.1415776Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:42:11.1423265Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-09-27T16:42:11.1448501Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:42:11.1581726Z test_unused_decorator (__main__.TestScript) ... ok (0.013s) 2022-09-27T16:42:11.1888419Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.031s) 2022-09-27T16:42:11.3998916Z test_var_aug_assign (__main__.TestScript) ... ok (0.211s) 2022-09-27T16:42:11.4663368Z test_vararg_zeros (__main__.TestScript) ... ok (0.066s) 2022-09-27T16:42:11.4800106Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.014s) 2022-09-27T16:42:11.4857200Z test_view_shape_prop (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:42:11.5233974Z test_view_write (__main__.TestScript) ... ok (0.038s) 2022-09-27T16:42:11.5244467Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-09-27T16:42:11.5487558Z test_where (__main__.TestScript) ... ok (0.024s) 2022-09-27T16:42:11.5719374Z test_where_method (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:42:11.6171037Z test_while (__main__.TestScript) ... ok (0.045s) 2022-09-27T16:42:11.8549680Z test_while_nest_if (__main__.TestScript) ... ok (0.238s) 2022-09-27T16:42:11.9655576Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.111s) 2022-09-27T16:42:11.9676304Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:42:12.0376962Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.070s) 2022-09-27T16:42:12.0405396Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.003s) 2022-09-27T16:42:12.0641210Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.023s) 2022-09-27T16:42:12.0705908Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.006s) 2022-09-27T16:42:12.0729569Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:42:12.0812371Z test_wrong_return_type (__main__.TestScript) ... ok (0.008s) 2022-09-27T16:42:12.0834418Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.002s) 2022-09-27T16:42:12.0923266Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.009s) 2022-09-27T16:42:12.1288067Z test_zeros (__main__.TestScript) ... ok (0.036s) 2022-09-27T16:42:14.6451970Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (2.516s) 2022-09-27T16:42:14.6456174Z test_bool (jit.test_list_dict.TestScriptDict) 2022-09-27T16:42:14.6471889Z Test the __bool__ method. This should return True ... ok (0.002s) 2022-09-27T16:42:14.6478315Z test_contains (jit.test_list_dict.TestScriptDict) 2022-09-27T16:42:14.6493385Z Test membership checks (x in y, x not in y). ... ok (0.002s) 2022-09-27T16:42:14.6499191Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:42:14.6515347Z Test deletion. ... ok (0.002s) 2022-09-27T16:42:14.6520564Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:42:14.6541774Z Test accessing dictionary values using the [] operator. ... ok (0.003s) 2022-09-27T16:42:14.6546012Z test_items (jit.test_list_dict.TestScriptDict) 2022-09-27T16:42:14.6557829Z Test .items(). ... ok (0.002s) 2022-09-27T16:42:14.6561954Z test_iter (jit.test_list_dict.TestScriptDict) 2022-09-27T16:42:14.6573667Z Test iteration over a dictionary's keys. ... ok (0.002s) 2022-09-27T16:42:14.6577152Z test_len (jit.test_list_dict.TestScriptDict) 2022-09-27T16:42:14.6589489Z Test len() builtin function. ... ok (0.002s) 2022-09-27T16:42:14.6598277Z test_nested (jit.test_list_dict.TestScriptDict) 2022-09-27T16:42:14.6599444Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.001s) 2022-09-27T16:42:14.6604243Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-09-27T16:42:14.6724771Z Test that reference semantics are honoured; that modifications made ... ok (0.012s) 2022-09-27T16:42:14.6727834Z test_repr (jit.test_list_dict.TestScriptDict) 2022-09-27T16:42:14.6738137Z Test the __repr__ method. ... ok (0.001s) 2022-09-27T16:42:14.6744735Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-09-27T16:42:14.6768149Z Test setting dictionary values using the [] operator. ... ok (0.003s) 2022-09-27T16:42:14.6776390Z test_append (jit.test_list_dict.TestScriptList) 2022-09-27T16:42:14.6794605Z Test append method. ... ok (0.003s) 2022-09-27T16:42:14.6800464Z test_bool (jit.test_list_dict.TestScriptList) 2022-09-27T16:42:14.6813488Z Test the __bool__ method. This should return True ... ok (0.002s) 2022-09-27T16:42:14.6818172Z test_clear (jit.test_list_dict.TestScriptList) 2022-09-27T16:42:14.6828277Z Test clear. ... ok (0.001s) 2022-09-27T16:42:14.6837750Z test_contains (jit.test_list_dict.TestScriptList) 2022-09-27T16:42:14.6856313Z Test membership checks (x in y, x not in y). ... ok (0.003s) 2022-09-27T16:42:14.6863833Z test_count (jit.test_list_dict.TestScriptList) 2022-09-27T16:42:14.6878738Z Test count method. ... ok (0.002s) 2022-09-27T16:42:14.6887133Z test_delitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:42:14.6904221Z Test deletion. ... ok (0.002s) 2022-09-27T16:42:14.6922047Z test_extend (jit.test_list_dict.TestScriptList) 2022-09-27T16:42:14.6947410Z Test extend. ... ok (0.004s) 2022-09-27T16:42:14.6962936Z test_getitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:42:14.7017675Z Test accessing list elements using the [] operator. ... ok (0.007s) 2022-09-27T16:42:14.7024177Z test_insert (jit.test_list_dict.TestScriptList) 2022-09-27T16:42:14.7038409Z Test insert. ... ok (0.002s) 2022-09-27T16:42:14.7042596Z test_iter (jit.test_list_dict.TestScriptList) 2022-09-27T16:42:14.7052936Z Test iteration over a list's elements. ... ok (0.001s) 2022-09-27T16:42:14.7056715Z test_len (jit.test_list_dict.TestScriptList) 2022-09-27T16:42:14.7065879Z Test len() builtin function. ... ok (0.001s) 2022-09-27T16:42:14.7075510Z test_nested (jit.test_list_dict.TestScriptList) 2022-09-27T16:42:14.7076388Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.001s) 2022-09-27T16:42:14.7082351Z test_pop (jit.test_list_dict.TestScriptList) 2022-09-27T16:42:14.7100107Z Test pop. ... ok (0.002s) 2022-09-27T16:42:14.7104187Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-09-27T16:42:14.7236109Z Test that reference semantics are honoured; that modifications made ... ok (0.014s) 2022-09-27T16:42:14.7241317Z test_remove (jit.test_list_dict.TestScriptList) 2022-09-27T16:42:14.7254811Z Test remove method. ... ok (0.002s) 2022-09-27T16:42:14.7257554Z test_repr (jit.test_list_dict.TestScriptList) 2022-09-27T16:42:14.7265299Z Test the __repr__ method. ... ok (0.001s) 2022-09-27T16:42:14.7277536Z test_setitem (jit.test_list_dict.TestScriptList) 2022-09-27T16:42:14.7300095Z Test setting list elements using the [] operator. ... ok (0.003s) 2022-09-27T16:42:14.8099317Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.080s) 2022-09-27T16:42:14.8372709Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.027s) 2022-09-27T16:42:14.8628917Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.026s) 2022-09-27T16:42:14.8718197Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-09-27T16:42:14.8972483Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.025s) 2022-09-27T16:42:14.9057419Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-09-27T16:42:14.9349914Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.029s) 2022-09-27T16:42:14.9594999Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.024s) 2022-09-27T16:42:14.9859109Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.026s) 2022-09-27T16:42:15.0113790Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.025s) 2022-09-27T16:42:15.0201411Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-09-27T16:42:15.0281132Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-09-27T16:42:15.0354009Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T16:42:15.0424693Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.007s) 2022-09-27T16:42:15.5014894Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.459s) 2022-09-27T16:42:15.5026931Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.001s) 2022-09-27T16:42:15.9420544Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.439s) 2022-09-27T16:42:16.2253259Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.283s) 2022-09-27T16:42:17.6628079Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (1.437s) 2022-09-27T16:42:17.7702622Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.107s) 2022-09-27T16:42:17.7896845Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.019s) 2022-09-27T16:42:17.8164875Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.027s) 2022-09-27T16:42:17.8195964Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.003s) 2022-09-27T16:42:17.8389603Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.019s) 2022-09-27T16:42:17.8563770Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.017s) 2022-09-27T16:42:17.8740347Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.018s) 2022-09-27T16:42:17.8913481Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.017s) 2022-09-27T16:42:17.9094549Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.018s) 2022-09-27T16:42:17.9274009Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.018s) 2022-09-27T16:42:17.9575139Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.030s) 2022-09-27T16:42:17.9721441Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.015s) 2022-09-27T16:42:17.9926120Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.020s) 2022-09-27T16:42:18.0159449Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.023s) 2022-09-27T16:42:18.0381106Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.022s) 2022-09-27T16:42:18.1204681Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.082s) 2022-09-27T16:42:18.1419412Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.021s) 2022-09-27T16:42:18.1687948Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.027s) 2022-09-27T16:42:18.2039290Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.035s) 2022-09-27T16:42:18.2412516Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.037s) 2022-09-27T16:42:18.2827616Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.041s) 2022-09-27T16:42:18.3113005Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.028s) 2022-09-27T16:42:18.3250002Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.014s) 2022-09-27T16:42:18.3386482Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.013s) 2022-09-27T16:42:18.3515622Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.013s) 2022-09-27T16:42:18.3641301Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.012s) 2022-09-27T16:42:18.3773283Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.013s) 2022-09-27T16:42:18.3957491Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.018s) 2022-09-27T16:42:18.4104676Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.015s) 2022-09-27T16:42:18.4287568Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.018s) 2022-09-27T16:42:18.4429807Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.014s) 2022-09-27T16:42:18.4607140Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.018s) 2022-09-27T16:42:18.4892205Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.028s) 2022-09-27T16:42:18.5026681Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.013s) 2022-09-27T16:42:18.5155348Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.013s) 2022-09-27T16:42:18.5309814Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.015s) 2022-09-27T16:42:18.5477979Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.017s) 2022-09-27T16:42:18.5608225Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.013s) 2022-09-27T16:42:18.5731412Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.012s) 2022-09-27T16:42:18.5860175Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.013s) 2022-09-27T16:42:18.6035443Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.017s) 2022-09-27T16:42:18.6205264Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.017s) 2022-09-27T16:42:18.6391774Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.019s) 2022-09-27T16:42:18.6573564Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.018s) 2022-09-27T16:42:18.8442539Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.187s) 2022-09-27T16:42:18.9608287Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.117s) 2022-09-27T16:42:18.9873765Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.026s) 2022-09-27T16:42:19.0083788Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.021s) 2022-09-27T16:42:19.1091672Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.101s) 2022-09-27T16:42:19.1288141Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.020s) 2022-09-27T16:42:19.2171122Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.088s) 2022-09-27T16:42:19.3823744Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.165s) 2022-09-27T16:42:19.5051355Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.123s) 2022-09-27T16:42:19.5301103Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.025s) 2022-09-27T16:42:19.6008075Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.071s) 2022-09-27T16:42:19.6396511Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.039s) 2022-09-27T16:42:20.1504114Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.511s) 2022-09-27T16:42:20.2709123Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.120s) 2022-09-27T16:42:20.2719437Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.001s) 2022-09-27T16:42:20.2750374Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-09-27T16:42:20.3033810Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.028s) 2022-09-27T16:42:20.4593641Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.156s) 2022-09-27T16:42:20.6071544Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.148s) 2022-09-27T16:42:20.6082818Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-09-27T16:42:20.6144908Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-09-27T16:42:20.6273838Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.013s) 2022-09-27T16:42:20.6397692Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.012s) 2022-09-27T16:42:20.6447602Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.005s) 2022-09-27T16:42:20.7010521Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.056s) 2022-09-27T16:42:20.7248740Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.024s) 2022-09-27T16:42:20.7892205Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.064s) 2022-09-27T16:42:20.9547601Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.165s) 2022-09-27T16:42:20.9554975Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.001s) 2022-09-27T16:42:20.9782369Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.023s) 2022-09-27T16:42:21.0021304Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.024s) 2022-09-27T16:42:21.0273416Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.025s) 2022-09-27T16:42:21.0518259Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.024s) 2022-09-27T16:42:21.0747920Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.023s) 2022-09-27T16:42:21.0988414Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.024s) 2022-09-27T16:42:21.1259178Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.027s) 2022-09-27T16:42:21.1286191Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.003s) 2022-09-27T16:42:21.1773808Z test_default_args (jit.test_torchbind.TestTorchbind) ... ok (0.049s) 2022-09-27T16:42:21.1786420Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:42:21.1799378Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... STAGE:2022-09-27 16:42:21 920:920 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:42:21.1806318Z STAGE:2022-09-27 16:42:21 920:920 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:42:21.1819110Z ok (0.003s) 2022-09-27T16:42:21.1896750Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-09-27T16:42:21.2164902Z test_torchbind (jit.test_torchbind.TestTorchbind) ... ok (0.027s) 2022-09-27T16:42:21.2175874Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:42:21.2353113Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... ok (0.018s) 2022-09-27T16:42:21.2549912Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... ok (0.020s) 2022-09-27T16:42:21.2633227Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-09-27T16:42:21.3000599Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... ok (0.037s) 2022-09-27T16:42:21.3118099Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... ok (0.012s) 2022-09-27T16:42:21.3340433Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... ok (0.022s) 2022-09-27T16:42:21.3350145Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:42:21.3543395Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... ok (0.019s) 2022-09-27T16:42:21.3575923Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-09-27T16:42:21.3636347Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... ok (0.006s) 2022-09-27T16:42:21.3670667Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-09-27T16:42:21.3742336Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-09-27T16:42:21.3768701Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-09-27T16:42:21.3787085Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-09-27T16:42:21.3802025Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-09-27T16:42:21.3870508Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-09-27T16:42:21.3956124Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-09-27T16:42:21.4022762Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-09-27T16:42:21.4457713Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... ok (0.043s) 2022-09-27T16:42:21.4512178Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... ok (0.005s) 2022-09-27T16:42:21.4598089Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... ok (0.009s) 2022-09-27T16:42:21.4752269Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... ok (0.015s) 2022-09-27T16:42:21.4966997Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... ok (0.021s) 2022-09-27T16:42:21.5751916Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.078s) 2022-09-27T16:42:21.6784317Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.103s) 2022-09-27T16:42:21.7336219Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.055s) 2022-09-27T16:42:21.7819018Z test_constant (jit.test_tracer.TestTracer) ... ok (0.048s) 2022-09-27T16:42:22.0114597Z test_conv (jit.test_tracer.TestTracer) ... ok (0.229s) 2022-09-27T16:42:22.1228095Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.111s) 2022-09-27T16:42:22.1871854Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.064s) 2022-09-27T16:42:22.2387985Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.052s) 2022-09-27T16:42:22.3288765Z test_ge (jit.test_tracer.TestTracer) ... ok (0.090s) 2022-09-27T16:42:22.3292907Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-09-27T16:42:23.1950813Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.866s) 2022-09-27T16:42:23.4019265Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.207s) 2022-09-27T16:42:23.4621192Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.060s) 2022-09-27T16:42:23.5003074Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.038s) 2022-09-27T16:42:23.5316616Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-09-27T16:42:23.5362412Z test_inplace_check (jit.test_tracer.TestTracer) ... /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5363408Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5364754Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5365594Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5367206Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5368415Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5369789Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5370642Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5371952Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5372814Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5374124Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5374937Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5376223Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5377065Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5378413Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5379286Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5380633Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5381463Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5382756Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5383602Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5385124Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5385961Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5387246Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scan' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5388157Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5389460Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5390237Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5391683Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_to_type' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5392535Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5393892Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_comparison_operator' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5394713Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5396069Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_constant_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5396917Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5398240Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5399087Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5400448Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_try_cast_integer_to_float' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5401318Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5402635Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5403445Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5404722Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5405536Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5406841Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5407902Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5409204Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5410007Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5411282Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5412101Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5413541Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5414377Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5415700Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5416486Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5417767Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5418597Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5419930Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5420762Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5422055Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5422838Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5424139Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5424957Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5426281Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5427066Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5428362Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5429326Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5430643Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5431465Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5432740Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5433630Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5434925Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5435761Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5437129Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5437964Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5439240Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5440059Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5441373Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5442184Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5443488Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5444299Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5445611Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5446408Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5447812Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5448614Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5449895Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5450722Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5451996Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5452981Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5454279Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5455092Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5456405Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5457245Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5458680Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5459503Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5460797Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5461616Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5462916Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5463746Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5465108Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5465955Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5482075Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5482985Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5484404Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5485233Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5486595Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5487571Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5488928Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5489925Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5491304Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5492145Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5493460Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5494292Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5495619Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5496557Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5497878Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5498698Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5500347Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'onnx::Placeholder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5501187Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5502486Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Constant' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5503318Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5504650Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5505491Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5506835Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantSplit' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5507671Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5508963Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::If' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5509799Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5511138Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ListConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5511991Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5513362Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ListUnpack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5514293Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5515566Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Loop' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5516373Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5517637Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::TupleConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5518498Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5519932Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Uninitialized' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5520779Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5522090Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::data' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5522918Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5524226Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::device' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5525057Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5526366Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5527186Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5528615Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::layout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5529450Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5530775Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5531588Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5532860Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5533653Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5534912Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::shape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5535835Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5537140Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::tolist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5537966Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5539312Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5540156Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5541557Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__and_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5542414Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5543739Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__derive_index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5544592Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5545918Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5546728Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5548087Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5548927Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5550228Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5551048Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5552355Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5553215Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5554518Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5555321Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5556522Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__not_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5557307Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5558614Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__or_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5559564Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5560904Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__range_length' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5561752Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5563078Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5563913Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5565296Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__xor_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5566124Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5567580Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_adaptive_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5568424Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5569748Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5570576Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5571706Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5572517Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5573821Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5574657Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5575995Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_BFloat16' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5576851Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5578177Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Bool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5579010Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5580312Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Byte' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5581273Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5582557Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Char' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5583354Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5584624Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexDouble' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5585458Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5586938Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexFloat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5587816Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5589172Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Double' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5590017Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5591343Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Float' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5592182Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5593577Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Half' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5594424Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5595725Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Int' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5596566Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5597888Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Long' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5598715Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5600064Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Short' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5600884Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5602249Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_func_template' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5603230Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5604625Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_convert_padding_node' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5605467Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5606804Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5607769Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5609119Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5609934Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5611431Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5612255Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5613546Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5614309Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5615599Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_generic_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5616445Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5617808Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5618651Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5620011Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_kl_div_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5620858Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5622231Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_kl_div_non_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5623100Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5624518Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_layer_norm_returns_normalized_input_mean_rstd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5625406Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5626702Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5627670Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5628980Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::list' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5629798Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5631097Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5631938Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5633395Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_lstm_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5634233Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5635569Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_lstm_packed' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5636408Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5637723Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5638570Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5639908Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_maybe_cast_reduce_op_input' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5640772Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5642048Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_one_hidden_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5642844Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5644162Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pack_padded_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5644942Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5646220Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pad_circular' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5647053Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5648487Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pad_packed_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5649497Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5650829Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5651697Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5653045Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5653885Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5655352Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5656197Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5657529Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reshape_from_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5658393Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5659761Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_sample_dirichlet' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5660626Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5661960Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_shape_as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5662802Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5664114Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5664940Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5666260Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_standard_gamma' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5667122Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5668455Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_trunc_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5669305Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5670657Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5671591Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5673002Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5673860Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5675225Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unsupported_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5676101Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5677479Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5678307Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5679427Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_weight_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5680166Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5681220Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::abs' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5681899Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5683042Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::acos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5683760Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5684945Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5685662Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5686798Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5687672Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5688843Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5689528Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5690682Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5691382Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5692743Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5693424Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5694552Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5695309Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5696499Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5697281Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5698618Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addcmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5699491Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5700671Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5701355Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5702675Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alias' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5703487Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5704635Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5705417Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5706638Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5707357Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5708488Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::amax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5709197Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5710376Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::amin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5711102Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5712275Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::aminmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5713252Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5714445Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5715187Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5716350Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5717075Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5718364Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5719132Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5720284Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::as_strided' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5721044Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5722237Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5722999Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5724227Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::asin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5724976Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5726278Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::atan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5727118Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5728495Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5729212Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5730522Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5731322Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5732585Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5733372Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5734882Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::baddbmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5735683Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5736924Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5737660Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5738851Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bernoulli' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5739579Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5741127Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bitwise_not' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5742014Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5743382Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5744239Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5745659Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::broadcast_tensors' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5746561Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5747963Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bucketize' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5748836Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5749979Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5750745Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5752132Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cdist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5753076Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5754302Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ceil' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5755122Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5756467Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5757387Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5758498Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5759197Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5760380Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5761073Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5762290Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clone' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5763016Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5764232Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5765004Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5766226Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::contiguous' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5767033Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5768448Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5769187Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5770358Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5771096Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5772257Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5773034Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5774380Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_tbc' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5775199Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5776248Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5776957Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5778336Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5779113Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5780324Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5781113Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5782513Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5783351Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5784696Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5785447Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5786753Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cosine_similarity' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5787667Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5788934Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5789690Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5790904Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5791672Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5793119Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::detach' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5794030Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5795248Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5796024Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5797244Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5798098Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5799505Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5800324Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5801670Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5802375Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5803668Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5804344Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5805655Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::elu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5806429Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5807970Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5808750Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5810228Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5811048Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5812228Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5813008Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5814222Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5815128Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5816519Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::eq' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5817252Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5818456Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5819226Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5820615Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::exp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5821499Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5822799Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5823516Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5824704Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5825474Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5826708Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::eye' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5827477Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5829128Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5829918Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5831075Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5831785Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5833012Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5833773Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5834954Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5835692Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5836850Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5837627Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5838845Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5839607Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5840861Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5841578Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5842825Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5843678Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5844884Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floordiv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5845669Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5846928Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5847872Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5849276Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5849982Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5851152Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5851914Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5853094Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5853894Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5855058Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5855787Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5856949Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5857691Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5858934Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::get_pool_ceil_padding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5859699Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5860898Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::glu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5861662Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5862882Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::group_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5863807Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5865005Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gru' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5865740Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5866931Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5867658Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5868813Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5869709Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5870925Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hann_window' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5871697Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5872885Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5873734Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5875014Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardsigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5875791Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5877010Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5877756Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5878997Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5879793Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5881037Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5881801Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5883037Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5883811Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5884983Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5885801Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5886986Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5887843Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5889061Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5889833Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5891224Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5892016Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5893250Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::instance_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5894001Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5895235Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::is_floating_point' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5896006Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5897223Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::is_pinned' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5897986Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5899194Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5899942Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5901161Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::item' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5901936Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5903161Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::kl_div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5903923Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5905136Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5906057Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5907295Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5908038Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5909234Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::leaky_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5910003Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5911235Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lerp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5912123Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5913409Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lift' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5914203Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5915432Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5916228Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5917468Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_matrix_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5918224Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5919386Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5920119Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5921242Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5921937Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5923099Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linear' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5923836Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5925826Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linspace' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5926550Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5928074Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5928794Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5929648Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log10' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5930145Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5930903Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log1p' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5931383Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5932195Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5932686Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5933447Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5933924Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5934682Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5935172Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5935942Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_and' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5936433Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5937180Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_or' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5937681Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5938427Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_xor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5938919Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5939683Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logsumexp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5940173Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5940925Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lstm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5941436Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5942184Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lstm_cell' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5942663Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5943411Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5943869Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5944670Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5945158Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5945918Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5946403Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5947137Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5947619Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5948371Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5948848Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5949595Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5950081Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5950859Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5951362Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5952121Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5952589Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5953429Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5953926Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5954735Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5955205Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5955985Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5956478Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5957232Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::maximum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5957712Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5958481Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5958959Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5959722Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5960206Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5960943Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5961434Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5962199Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::minimum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5962682Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5963423Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5963891Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5964631Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5965106Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5965855Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::movedim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5966327Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5967064Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5967769Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5968543Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::multinomial' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5969028Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5969760Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5970241Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5971048Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5971534Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5972288Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::native_layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5972782Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5973533Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ne' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5974016Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5974747Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::neg' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5975232Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5975989Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5976479Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5977238Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5977715Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5978478Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5978964Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5979713Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5980195Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5980978Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5981459Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5982218Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5982702Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5983433Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5983909Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5984693Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::numel' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5985175Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5985902Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::numpy_T' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5986382Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5987121Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::one_hot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5987600Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5988345Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5988818Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5989568Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5990045Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5990824Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::op_with_optional_float_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5991304Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5992081Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::overload_by_arg_count' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5992578Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5993377Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5993903Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5994677Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pairwise_distance' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5995171Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5995933Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::permute' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5996414Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5997204Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5997695Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5998453Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_unshuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.5998941Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.5999678Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6000147Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6001020Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6001507Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6002262Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prod' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6002730Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6003481Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6003961Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6004710Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rand_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6005189Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6005926Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::randn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6006409Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6007202Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::randn_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6007803Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6008542Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reciprocal' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6009030Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6009790Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6010274Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6011130Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6011623Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6012392Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6012881Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6013651Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6014131Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6014876Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6015352Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6016091Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6016572Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6017311Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6017791Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6018543Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6019026Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6019773Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6020335Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6021094Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6021579Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6022341Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6022816Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6023641Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6024129Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6024899Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6025386Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6026120Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6026605Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6027357Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6027846Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6028581Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rnn_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6029057Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6029805Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rnn_tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6030285Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6031017Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::roll' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6031501Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6032241Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rrelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6032761Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6033573Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rsqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6034039Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6034780Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rsub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6035253Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6036022Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scalar_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6036549Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6037295Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6037778Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6038534Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6039021Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6039758Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6040239Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6040986Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::selu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6041464Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6042196Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6042673Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6043413Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6043893Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6044628Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::silu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6045094Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6045835Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6046352Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6047100Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6047658Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6048400Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6048880Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6049692Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6050168Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6050906Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softplus' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6051383Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6052135Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6052622Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6053346Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6053822Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6054562Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6055039Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6055797Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6056271Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6057008Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6057482Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6058232Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::square' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6058744Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6059493Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6059974Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6060715Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6061196Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6061919Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::std' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6062428Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6063177Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::std_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6063656Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6064379Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6064854Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6065596Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6066062Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6066785Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::t' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6067256Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6068001Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::take' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6068482Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6069228Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6069688Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6070423Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6070898Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6071650Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tanhshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6072177Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6072910Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6073441Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6074202Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::threshold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6074680Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6075448Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6075928Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6076665Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6077141Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6077876Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::transpose' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6078360Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6079111Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::true_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6079590Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6080338Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::type_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6080800Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6081546Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6082028Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6082762Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6083226Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6083976Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6084500Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6085245Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6085724Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6086478Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6086969Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6087811Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6088345Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6089083Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unused' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6089566Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6090324Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6090814Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6091588Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6092063Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6092828Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6093317Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6094076Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6094571Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6095320Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6095798Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6096561Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6097051Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6097777Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::var' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6098300Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6099040Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6099521Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6100248Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::view' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6100728Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6101505Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::view_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6101981Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6102727Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6103195Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6103972Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_cast_to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6104472Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6105247Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_negation' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6105746Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6106471Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6106951Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6107701Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6108177Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6108911Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::add' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6109393Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6110146Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::add_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6110674Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6111413Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::cat' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6111894Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6112646Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6113184Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6114005Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6114483Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6115246Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::group_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6115729Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6116489Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6116979Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6117734Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::instance_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6118223Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6118983Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::layer_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6119474Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6120217Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::leaky_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6120708Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6121455Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6121933Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6122677Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::mul' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6123185Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6123945Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::sigmoid' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6124423Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6125181Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6125654Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6126401Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6126946Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6127799Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6128290Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6129031Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6129512Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6130272Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6130753Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6131480Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6131961Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6132702Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6133172Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6133923Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6134386Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6135133Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6135608Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6136360Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6136886Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6137637Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dequantize' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6138116Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6138854Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6139331Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6140110Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6140600Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6141388Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6141884Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6142607Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flip' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6143089Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6143828Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fmod' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6144304Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6145052Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isfinite' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6145515Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6146252Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isinf' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6146722Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6147468Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6147937Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6148705Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6149240Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6149993Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6150473Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6151231Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6151720Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6152504Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6153033Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6153799Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6154293Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6155038Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nan_to_num' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6155521Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6156283Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::quantize_per_tensor' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6156760Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6157498Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6157973Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6158720Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6159182Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6159916Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6160391Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6161152Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6161688Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6162436Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6162920Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6163682Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6164173Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6164920Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6165443Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6166200Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6166688Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6167563Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6168043Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6168793Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::Delete' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6169270Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6170031Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6170516Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6171241Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6171720Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6172476Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6172954Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6173677Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6174157Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6174912Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6175442Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6176182Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6176662Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6177408Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6177889Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6178703Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_indices_along_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6179185Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6179955Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_output_shape' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6180449Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6181216Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_padded_input' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6181700Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6182437Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6182920Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6183656Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6184130Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6184885Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6185379Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6186122Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_set_item' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6186600Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6187347Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6187847Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6188583Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6189058Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6189808Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::append' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6190274Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6191049Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6191529Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6192276Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argsort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6192751Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6193546Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6194025Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6194772Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6195249Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6195985Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6196465Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6197209Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6197688Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6198432Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::chunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6198896Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6199633Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6200152Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6200899Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6201360Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6202102Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6202586Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6203339Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6203830Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6204589Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6205064Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6205815Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6206295Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6207031Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_renorm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6207610Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6208360Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6208838Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6209578Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6210045Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6210792Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6211274Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6212022Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::im2col' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6212483Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6213225Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6213801Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6214555Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6215040Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6215769Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6216251Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6217067Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6217548Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6218278Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::insert' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6218757Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6219500Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_det' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6219985Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6220746Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6221220Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6221955Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logdet' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6222430Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6223187Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6223657Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6224411Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6224898Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6225636Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6226142Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6226871Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6227346Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6228086Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::normal' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6228558Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6229286Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6229815Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6230575Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6231057Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6231782Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pop' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6232256Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6233073Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6233568Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6234335Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6234813Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6235566Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6236051Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6236817Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6237305Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6238033Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6238506Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6239263Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6239402Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6240039Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6240133Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6240768Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6240852Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6241516Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6241620Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6242252Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6242348Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6242961Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::round' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6243060Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6243672Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6243767Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6244381Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6244480Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6245088Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6245170Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6245779Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6245876Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6246487Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6246615Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6247246Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6247425Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6248044Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6248140Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6248798Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6248896Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6249511Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6249605Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6250209Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6250310Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6250929Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unique_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6251024Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6251640Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6251738Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6252373Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bicubic2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6252472Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6253110Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6253206Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6253841Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6253977Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6254597Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6254694Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6255324Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6255420Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6256055Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6256185Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6256830Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6256924Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6257586Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dropout_returns_masked_input_and_mask' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6257681Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6258310Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_einsum_helper' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6258406Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6259020Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6259103Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6259714Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6259810Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6260463Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::binary_cross_entropy_with_logits' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6260558Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6261170Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::celu' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6261264Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6261893Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cross_entropy_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6262021Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6262636Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6262729Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6263345Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::einsum' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6263442Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6264067Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6264163Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6264774Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6264869Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6265492Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::native_dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6265592Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6266204Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6266297Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6266909Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss2d' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6267003Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6267628Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss_nd' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6267723Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6268338Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::outer' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6268421Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6269027Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6269156Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6269780Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensordot' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6269874Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6270488Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6270583Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6271234Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6271333Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6271961Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6272057Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6272679Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6272764Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6273466Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6273562Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6274189Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6274288Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6274902Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::diagonal' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6275002Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6275656Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_channel_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6275753Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6276411Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6276547Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6277174Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6277268Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6277873Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6277973Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6278596Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6278742Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6279374Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6279472Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6280089Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6280183Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6280801Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6280895Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6281525Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6281618Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6282233Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6282318Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6282946Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensor_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6283043Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6283650Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6283747Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6284368Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6284497Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6285113Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6285208Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6285845Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6285942Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6286578Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6286662Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6287391Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6287486Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6288109Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6288210Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6288832Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6288926Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6289546Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6289640Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6290256Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tril' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6290350Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6290961Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::triu' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6291056Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6291672Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6291818Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6292433Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6292532Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6293147Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6293243Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6293911Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::grid_sampler' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6294011Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6294634Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6294729Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6295343Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 17. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:42:23.6295439Z errors.OnnxExporterWarning, 2022-09-27T16:42:23.6295494Z ok (0.042s) 2022-09-27T16:42:23.6856676Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.112s) 2022-09-27T16:42:23.7237718Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.038s) 2022-09-27T16:42:23.7348967Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:42:23.7677460Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.033s) 2022-09-27T16:42:23.7930375Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-09-27T16:42:23.8237235Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-09-27T16:42:23.8275291Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T16:42:23.8314195Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T16:42:23.8325520Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-09-27T16:42:23.8734835Z Check that dictionary access doesn't care about insertion order ... ok (0.042s) 2022-09-27T16:42:23.9110606Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.037s) 2022-09-27T16:42:23.9459688Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-09-27T16:42:23.9822138Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.036s) 2022-09-27T16:42:23.9833759Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-09-27T16:42:24.0286776Z Check that the trace remembers which keys were in a dict input ... ok (0.046s) 2022-09-27T16:42:24.0602226Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-09-27T16:42:24.0607909Z test_input_flatten (jit.test_tracer.TestTracer) 2022-09-27T16:42:24.1426803Z Check that inputs to traced functions are flattened ... ok (0.082s) 2022-09-27T16:42:24.1491414Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:42:24.1767586Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-09-27T16:42:24.2135648Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.037s) 2022-09-27T16:42:24.2450570Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-09-27T16:42:24.2826691Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.037s) 2022-09-27T16:42:24.5195925Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.237s) 2022-09-27T16:42:24.5210015Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.001s) 2022-09-27T16:42:24.5662133Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.045s) 2022-09-27T16:42:24.6043430Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.038s) 2022-09-27T16:42:24.6943481Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.090s) 2022-09-27T16:42:24.7824078Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.088s) 2022-09-27T16:42:24.7862443Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-09-27T16:42:24.7867780Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-09-27T16:42:24.8368578Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.050s) 2022-09-27T16:42:24.8629490Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-09-27T16:42:24.9072677Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.044s) 2022-09-27T16:42:24.9443190Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.037s) 2022-09-27T16:42:25.0019341Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.058s) 2022-09-27T16:42:25.0084174Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-09-27T16:42:25.1238202Z test_simple (jit.test_tracer.TestTracer) ... ok (0.115s) 2022-09-27T16:42:25.1261672Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:42:25.1638282Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.038s) 2022-09-27T16:42:25.1927609Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-09-27T16:42:25.3389838Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.146s) 2022-09-27T16:42:25.4607564Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.122s) 2022-09-27T16:42:25.4906008Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-09-27T16:42:25.4959808Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.005s) 2022-09-27T16:42:25.7538217Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.258s) 2022-09-27T16:42:25.7830368Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-09-27T16:42:25.8107998Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-09-27T16:42:25.8965731Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.086s) 2022-09-27T16:42:25.9551270Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.058s) 2022-09-27T16:42:25.9781130Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-09-27T16:42:26.0051650Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-09-27T16:42:26.1023445Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.097s) 2022-09-27T16:42:26.1384458Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.036s) 2022-09-27T16:42:26.1949870Z test_trace_contiguous (jit.test_tracer.TestTracer) ... ok (0.056s) 2022-09-27T16:42:26.2180698Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-09-27T16:42:26.2472379Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-09-27T16:42:26.2883604Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.041s) 2022-09-27T16:42:26.2979826Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:42:26.3090849Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-09-27T16:42:26.3188753Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-09-27T16:42:26.3705799Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.052s) 2022-09-27T16:42:26.4345218Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.064s) 2022-09-27T16:42:26.5556104Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.121s) 2022-09-27T16:42:26.7906880Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.235s) 2022-09-27T16:42:27.0442820Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.253s) 2022-09-27T16:42:27.0881967Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.044s) 2022-09-27T16:42:27.1134461Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-09-27T16:42:27.1417087Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-09-27T16:42:27.1685481Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-09-27T16:42:27.2336855Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.065s) 2022-09-27T16:42:27.3098527Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.076s) 2022-09-27T16:42:27.3310119Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-09-27T16:42:27.4392084Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.108s) 2022-09-27T16:42:27.4897656Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.050s) 2022-09-27T16:42:27.7015219Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.212s) 2022-09-27T16:42:27.8092869Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.108s) 2022-09-27T16:42:27.8370999Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-09-27T16:42:27.8371493Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-09-27T16:42:27.8371754Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-09-27T16:42:27.8372285Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1437:0 2022-09-27T16:42:27.8372829Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1438:0 2022-09-27T16:42:27.8373700Z %9 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = ^Foo[inplace=0, module="jit.test_tracer", Subgraph=]()(%x, %y) # /var/lib/jenkins/workspace/test/jit/test_tracer.py:1439:0 2022-09-27T16:42:27.8374327Z %10 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), %11 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = prim::TupleUnpack(%9) 2022-09-27T16:42:27.8374757Z %12 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = prim::TupleConstruct(%10, %11) 2022-09-27T16:42:27.8375035Z return (%12) 2022-09-27T16:42:27.8375144Z 2022-09-27T16:42:27.8394693Z ok (0.030s) 2022-09-27T16:42:27.8872667Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.048s) 2022-09-27T16:42:27.9410071Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.054s) 2022-09-27T16:42:28.0186117Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.077s) 2022-09-27T16:42:28.1026172Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.084s) 2022-09-27T16:42:28.1525223Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.050s) 2022-09-27T16:42:28.2381694Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.086s) 2022-09-27T16:42:28.2648309Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-09-27T16:42:28.2777788Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-09-27T16:42:28.3709611Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.093s) 2022-09-27T16:42:28.4093383Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.038s) 2022-09-27T16:42:28.6307016Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.221s) 2022-09-27T16:42:28.6476313Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-09-27T16:42:28.6937925Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.046s) 2022-09-27T16:42:28.7431001Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.049s) 2022-09-27T16:42:28.7632042Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-09-27T16:42:29.1546297Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.391s) 2022-09-27T16:42:29.2361238Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.081s) 2022-09-27T16:42:29.2819273Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.046s) 2022-09-27T16:42:29.3352130Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.053s) 2022-09-27T16:42:29.7498141Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.414s) 2022-09-27T16:42:29.9975821Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.248s) 2022-09-27T16:42:30.0026703Z test_trace_topk (jit.test_tracer.TestTracer) ... /var/lib/jenkins/workspace/test/jit/test_tracer.py:158: TracerWarning: Converting a tensor to a Python integer might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other inputs! 2022-09-27T16:42:30.0027335Z return x.topk(y, dim=1)[1] 2022-09-27T16:42:30.0390064Z ok (0.041s) 2022-09-27T16:42:30.0993758Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.060s) 2022-09-27T16:42:30.1300457Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-09-27T16:42:30.1864292Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.056s) 2022-09-27T16:42:30.2222771Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.036s) 2022-09-27T16:42:30.2308751Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-09-27T16:42:30.2363278Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-09-27T16:42:30.3806795Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.144s) 2022-09-27T16:42:30.3832946Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.003s) 2022-09-27T16:42:30.3853035Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-09-27T16:42:30.6174297Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.232s) 2022-09-27T16:42:31.4556433Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.838s) 2022-09-27T16:42:31.4764207Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-09-27T16:42:31.5112075Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-09-27T16:42:31.5127564Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:31.6440145Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.133s) 2022-09-27T16:42:31.6593085Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.015s) 2022-09-27T16:42:31.6809693Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.022s) 2022-09-27T16:42:31.6959190Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.015s) 2022-09-27T16:42:31.6966808Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:31.7502590Z Types should be shared for identical constant values, and different for different constant values ... ok (0.054s) 2022-09-27T16:42:31.7512271Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:31.7663360Z Types should be shared even if attribute values differ ... ok (0.016s) 2022-09-27T16:42:31.7670411Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:31.7716037Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.005s) 2022-09-27T16:42:31.7848217Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.013s) 2022-09-27T16:42:31.7855040Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:31.8224856Z Simple example with a real nn Module ... ok (0.038s) 2022-09-27T16:42:31.8883383Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.066s) 2022-09-27T16:42:31.8894419Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:32.0307149Z We should be able to differentiate between two ModuleDict instances ... ok (0.142s) 2022-09-27T16:42:32.0317878Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:32.1134429Z Mutating the value of an attribute should not change type sharing ... ok (0.083s) 2022-09-27T16:42:32.1141836Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:32.1383728Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.025s) 2022-09-27T16:42:32.1391896Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:32.1769557Z Different functions passed in should lead to different types ... ok (0.038s) 2022-09-27T16:42:32.1777044Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:32.2008272Z Same functions passed in should lead to same types ... ok (0.024s) 2022-09-27T16:42:32.2026967Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:32.3096164Z Even if everything about the module is the same, different originating ... ok (0.109s) 2022-09-27T16:42:32.3104444Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:32.3532651Z Different functions passed in should lead to different types ... ok (0.044s) 2022-09-27T16:42:32.3539407Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:32.3777241Z Same functions passed in should lead to same types ... ok (0.024s) 2022-09-27T16:42:32.5487184Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.171s) 2022-09-27T16:42:32.5498456Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:32.7016936Z If submodules differ, the types should differ. ... ok (0.153s) 2022-09-27T16:42:32.7026992Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:32.7542745Z Since we can't guarantee that methods are the same between different ... ok (0.052s) 2022-09-27T16:42:32.7552488Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:32.7751426Z Test that types are not shared if the exclusion of their ... ok (0.021s) 2022-09-27T16:42:32.7758694Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:32.7899578Z Test that types are shared if the exclusion of their ... ok (0.015s) 2022-09-27T16:42:32.7905719Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:32.8134322Z Tests that types between instances of a ScriptModule ... ok (0.023s) 2022-09-27T16:42:32.8148585Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-09-27T16:42:32.9164998Z Test that type sharing can be disabled. ... ok (0.103s) 2022-09-27T16:42:32.9291471Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.013s) 2022-09-27T16:42:32.9324283Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-09-27T16:42:32.9428953Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.010s) 2022-09-27T16:42:32.9449055Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:42:32.9615415Z Test that module attributes can be ignored. ... ok (0.018s) 2022-09-27T16:42:32.9676568Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-09-27T16:42:32.9698314Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-09-27T16:42:32.9709228Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:42:32.9751338Z Test that using an optional with no contained types produces an error. ... ok (0.005s) 2022-09-27T16:42:32.9759082Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-09-27T16:42:33.0210095Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.045s) 2022-09-27T16:42:33.0262790Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.005s) 2022-09-27T16:42:33.0294172Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-09-27T16:42:33.0305199Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-09-27T16:42:33.0348810Z Test that using a tuple with no contained types produces an error. ... ok (0.005s) 2022-09-27T16:42:33.0893958Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.054s) 2022-09-27T16:42:33.1263843Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.037s) 2022-09-27T16:42:33.1353125Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.009s) 2022-09-27T16:42:33.1491860Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.014s) 2022-09-27T16:42:33.1901751Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.041s) 2022-09-27T16:42:33.2221771Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.032s) 2022-09-27T16:42:33.2519054Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.030s) 2022-09-27T16:42:33.3650272Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.113s) 2022-09-27T16:42:33.3704968Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.006s) 2022-09-27T16:42:33.3738660Z test_dict_type_refinement_annotation_key_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:42:33.3739714Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 90 2022-09-27T16:42:33.3739941Z def fn(): 2022-09-27T16:42:33.3740122Z l1 = [1, 2, "foo", 3] 2022-09-27T16:42:33.3740455Z ~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:42:33.3740647Z l2 = ["foo", "bar", "baz", "qux"] 2022-09-27T16:42:33.3740881Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-09-27T16:42:33.3741121Z (function emitListLiteral) 2022-09-27T16:42:33.3751253Z ok (0.005s) 2022-09-27T16:42:33.3784738Z test_dict_type_refinement_annotation_value_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:42:33.3785543Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 104 2022-09-27T16:42:33.3785782Z def fn(): 2022-09-27T16:42:33.3785976Z l1 = ["foo", "bar", "baz", "qux"] 2022-09-27T16:42:33.3786155Z l2 = [1, 2, "foo", 3] 2022-09-27T16:42:33.3786439Z ~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:42:33.3786668Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-09-27T16:42:33.3786863Z return d 2022-09-27T16:42:33.3787303Z (function emitListLiteral) 2022-09-27T16:42:33.3796296Z ok (0.004s) 2022-09-27T16:42:33.4365190Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.057s) 2022-09-27T16:42:33.5340142Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.097s) 2022-09-27T16:42:33.6388171Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.105s) 2022-09-27T16:42:33.7415121Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.103s) 2022-09-27T16:42:33.7650709Z test_list_io (jit.test_typing.TestTyping) ... ok (0.024s) 2022-09-27T16:42:33.7667194Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.002s) 2022-09-27T16:42:33.8354545Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.069s) 2022-09-27T16:42:33.8380888Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T16:42:33.8783490Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.040s) 2022-09-27T16:42:33.9110922Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.033s) 2022-09-27T16:42:33.9206916Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.010s) 2022-09-27T16:42:33.9327442Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.012s) 2022-09-27T16:42:33.9462639Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.014s) 2022-09-27T16:42:33.9712815Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.025s) 2022-09-27T16:42:33.9844349Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.013s) 2022-09-27T16:42:34.0504644Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.066s) 2022-09-27T16:42:34.0627248Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.012s) 2022-09-27T16:42:34.0921173Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.029s) 2022-09-27T16:42:34.1123806Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.020s) 2022-09-27T16:42:34.1459320Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.034s) 2022-09-27T16:42:34.1772557Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.031s) 2022-09-27T16:42:34.2031857Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.026s) 2022-09-27T16:42:34.2363581Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.033s) 2022-09-27T16:42:34.2393273Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.003s) 2022-09-27T16:42:34.3610936Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.122s) 2022-09-27T16:42:34.3868483Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.026s) 2022-09-27T16:42:34.4106664Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.024s) 2022-09-27T16:42:34.4262293Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.016s) 2022-09-27T16:42:34.4473385Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.021s) 2022-09-27T16:42:34.4623061Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.015s) 2022-09-27T16:42:34.5099508Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.048s) 2022-09-27T16:42:34.5250210Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.015s) 2022-09-27T16:42:34.5495444Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.024s) 2022-09-27T16:42:34.5621394Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.013s) 2022-09-27T16:42:34.5765458Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.014s) 2022-09-27T16:42:34.5888342Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.012s) 2022-09-27T16:42:34.6035157Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.015s) 2022-09-27T16:42:34.6316909Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.028s) 2022-09-27T16:42:34.6464287Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.015s) 2022-09-27T16:42:34.6504988Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:42:34.6545684Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.004s) 2022-09-27T16:42:34.7422093Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.087s) 2022-09-27T16:42:34.7454194Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:42:34.7480535Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:42:34.7510599Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.003s) 2022-09-27T16:42:34.7678558Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.017s) 2022-09-27T16:42:34.7844662Z test_union_memory_aliasing (jit.test_union.TestUnion) ... /opt/conda/lib/python3.7/site-packages/torch/_jit_internal.py:1283: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-09-27T16:42:34.7845438Z "The inner type of a container is lost when " 2022-09-27T16:42:34.8116918Z ok (0.044s) 2022-09-27T16:42:34.8324524Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.021s) 2022-09-27T16:42:34.8905357Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.058s) 2022-09-27T16:42:34.9172897Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.027s) 2022-09-27T16:42:34.9260530Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T16:42:34.9352522Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T16:42:34.9436209Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:42:34.9526968Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.009s) 2022-09-27T16:42:34.9645949Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.012s) 2022-09-27T16:42:35.0140013Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.049s) 2022-09-27T16:42:35.0470005Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.033s) 2022-09-27T16:42:35.0598327Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.013s) 2022-09-27T16:42:35.0980999Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.038s) 2022-09-27T16:42:35.1476481Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.049s) 2022-09-27T16:42:35.1702705Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.023s) 2022-09-27T16:42:35.1910151Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.021s) 2022-09-27T16:42:35.2255097Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.034s) 2022-09-27T16:42:35.2586146Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.033s) 2022-09-27T16:42:35.2682319Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.010s) 2022-09-27T16:42:35.2805470Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.012s) 2022-09-27T16:42:35.3461192Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.065s) 2022-09-27T16:42:35.3884687Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.042s) 2022-09-27T16:42:35.4014895Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.013s) 2022-09-27T16:42:35.4263066Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.025s) 2022-09-27T16:42:35.4660352Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.040s) 2022-09-27T16:42:35.4953707Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.029s) 2022-09-27T16:42:35.6634730Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.168s) 2022-09-27T16:42:35.6859062Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.022s) 2022-09-27T16:42:35.7807908Z test_union_with_list_assignment (jit.test_union.TestUnion) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:42:35.7808772Z File "", line 3 2022-09-27T16:42:35.7808906Z 2022-09-27T16:42:35.7808962Z def fn(): 2022-09-27T16:42:35.7809210Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-09-27T16:42:35.7809668Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:42:35.7809936Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-09-27T16:42:35.7810385Z x.append(torch.tensor(3)) 2022-09-27T16:42:35.7810597Z (function emitListLiteral) 2022-09-27T16:42:35.8376398Z [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-09-27T16:42:35.8377161Z File "", line 3 2022-09-27T16:42:35.8377294Z 2022-09-27T16:42:35.8377377Z def fn(): 2022-09-27T16:42:35.8377621Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-09-27T16:42:35.8378045Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:42:35.8378296Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-09-27T16:42:35.8378542Z x.append(torch.tensor(3)) 2022-09-27T16:42:35.8378737Z (function emitListLiteral) 2022-09-27T16:42:35.8390842Z ok (0.153s) 2022-09-27T16:42:35.8558959Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.017s) 2022-09-27T16:42:35.8637677Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:42:35.8718013Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.008s) 2022-09-27T16:42:35.8789969Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.007s) 2022-09-27T16:42:35.9210979Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.042s) 2022-09-27T16:42:35.9238510Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-09-27T16:42:35.9458576Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.022s) 2022-09-27T16:42:35.9669474Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.021s) 2022-09-27T16:42:35.9823213Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.015s) 2022-09-27T16:42:35.9985154Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.016s) 2022-09-27T16:42:36.0212876Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.023s) 2022-09-27T16:42:36.0506766Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.029s) 2022-09-27T16:42:36.0627689Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.012s) 2022-09-27T16:42:36.0766759Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.014s) 2022-09-27T16:42:36.0882378Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.011s) 2022-09-27T16:42:36.1018939Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.014s) 2022-09-27T16:42:36.1262797Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.024s) 2022-09-27T16:42:36.1382075Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.012s) 2022-09-27T16:42:36.1515830Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.013s) 2022-09-27T16:42:36.1608942Z test_warn (jit.test_warn.TestWarn) ... ok (0.009s) 2022-09-27T16:42:36.1701475Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.009s) 2022-09-27T16:42:36.1992157Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.029s) 2022-09-27T16:42:36.2410498Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.042s) 2022-09-27T16:42:36.2706606Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.030s) 2022-09-27T16:42:36.2817383Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.011s) 2022-09-27T16:42:36.3016736Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.020s) 2022-09-27T16:42:36.3057572Z test_with_as (jit.test_with.TestWith) 2022-09-27T16:42:36.7410127Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.439s) 2022-09-27T16:42:36.7437898Z test_with_errors (jit.test_with.TestWith) 2022-09-27T16:42:36.7693224Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.028s) 2022-09-27T16:42:36.7716806Z test_with_exceptions (jit.test_with.TestWith) 2022-09-27T16:42:36.9725225Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.203s) 2022-09-27T16:42:36.9766357Z test_with_no_as (jit.test_with.TestWith) 2022-09-27T16:42:37.4223816Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.450s) 2022-09-27T16:42:37.4242649Z test_with_no_grad (jit.test_with.TestWith) 2022-09-27T16:42:37.4878002Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.065s) 2022-09-27T16:42:37.4891308Z test_with_record_function (jit.test_with.TestWith) 2022-09-27T16:42:37.5344559Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-09-27 16:42:37 920:920 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:42:37.5511248Z STAGE:2022-09-27 16:42:37 920:920 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:42:37.5569590Z ok (0.069s) 2022-09-27T16:42:37.5570109Z 2022-09-27T16:42:37.5570784Z ---------------------------------------------------------------------- 2022-09-27T16:42:37.5571231Z Ran 2641 tests in 466.436s 2022-09-27T16:42:37.5571359Z 2022-09-27T16:42:37.5571466Z OK (skipped=167, expected failures=7) 2022-09-27T16:42:37.5571604Z 2022-09-27T16:42:37.5571691Z Generating XML reports... 2022-09-27T16:42:37.5627104Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220927163451.xml 2022-09-27T16:42:37.5647987Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220927163451.xml 2022-09-27T16:42:37.5650875Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220927163451.xml 2022-09-27T16:42:37.5656913Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220927163451.xml 2022-09-27T16:42:37.5708775Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220927163451.xml 2022-09-27T16:42:37.5714289Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220927163451.xml 2022-09-27T16:42:37.5718272Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220927163451.xml 2022-09-27T16:42:37.5726582Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220927163451.xml 2022-09-27T16:42:37.5732031Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220927163451.xml 2022-09-27T16:42:37.5772922Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220927163451.xml 2022-09-27T16:42:37.5786030Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220927163451.xml 2022-09-27T16:42:37.5800381Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220927163451.xml 2022-09-27T16:42:37.5803888Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220927163451.xml 2022-09-27T16:42:37.5811711Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20220927163451.xml 2022-09-27T16:42:37.5827261Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220927163451.xml 2022-09-27T16:42:37.5851713Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220927163451.xml 2022-09-27T16:42:37.5858919Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220927163451.xml 2022-09-27T16:42:37.6108078Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220927163451.xml 2022-09-27T16:42:37.6121310Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220927163451.xml 2022-09-27T16:42:37.6131796Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220927163451.xml 2022-09-27T16:42:37.6170870Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220927163451.xml 2022-09-27T16:42:37.6173562Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestFrontend-20220927163451.xml 2022-09-27T16:42:37.6204204Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220927163451.xml 2022-09-27T16:42:37.6207005Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220927163451.xml 2022-09-27T16:42:37.6212563Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220927163451.xml 2022-09-27T16:42:37.6215087Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220927163451.xml 2022-09-27T16:42:37.6217882Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220927163451.xml 2022-09-27T16:42:37.6226503Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220927163451.xml 2022-09-27T16:42:37.6247259Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220927163451.xml 2022-09-27T16:42:37.6250965Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220927163451.xml 2022-09-27T16:42:37.6255171Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220927163451.xml 2022-09-27T16:42:37.6258763Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220927163451.xml 2022-09-27T16:42:37.6283415Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220927163451.xml 2022-09-27T16:42:37.6377006Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJit-20220927163451.xml 2022-09-27T16:42:37.6866789Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220927163451.xml 2022-09-27T16:42:37.6875603Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220927163451.xml 2022-09-27T16:42:37.6948650Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220927163451.xml 2022-09-27T16:42:37.6956070Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220927163451.xml 2022-09-27T16:42:37.6974121Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220927163451.xml 2022-09-27T16:42:37.6992222Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220927163451.xml 2022-09-27T16:42:37.7014864Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220927163451.xml 2022-09-27T16:42:37.7019981Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220927163451.xml 2022-09-27T16:42:37.7037240Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220927163451.xml 2022-09-27T16:42:37.7051782Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220927163451.xml 2022-09-27T16:42:37.7054449Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220927163451.xml 2022-09-27T16:42:37.7065712Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220927163451.xml 2022-09-27T16:42:37.7069044Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220927163451.xml 2022-09-27T16:42:37.7076703Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220927163451.xml 2022-09-27T16:42:37.7080193Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220927163451.xml 2022-09-27T16:42:37.7112777Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220927163451.xml 2022-09-27T16:42:37.7115653Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220927163451.xml 2022-09-27T16:42:37.7126899Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220927163451.xml 2022-09-27T16:42:37.7135705Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220927163451.xml 2022-09-27T16:42:37.7150193Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220927163451.xml 2022-09-27T16:42:37.7153007Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220927163451.xml 2022-09-27T16:42:37.7188592Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220927163451.xml 2022-09-27T16:42:37.7196613Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220927163451.xml 2022-09-27T16:42:37.7207819Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220927163451.xml 2022-09-27T16:42:37.7219497Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220927163451.xml 2022-09-27T16:42:37.7718645Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestScript-20220927163451.xml 2022-09-27T16:42:37.7730688Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220927163451.xml 2022-09-27T16:42:37.8864577Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220927163451.xml 2022-09-27T16:42:37.8877311Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220927163451.xml 2022-09-27T16:42:37.8883487Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220927163451.xml 2022-09-27T16:42:37.8901288Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220927163451.xml 2022-09-27T16:42:37.8906248Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220927163451.xml 2022-09-27T16:42:37.8925499Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220927163451.xml 2022-09-27T16:42:37.8945433Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220927163451.xml 2022-09-27T16:42:37.8952287Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220927163451.xml 2022-09-27T16:42:37.8959000Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220927163451.xml 2022-09-27T16:42:37.8963137Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220927163451.xml 2022-09-27T16:42:37.8987389Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220927163451.xml 2022-09-27T16:42:37.9153688Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220927163451.xml 2022-09-27T16:42:37.9186165Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220927163451.xml 2022-09-27T16:42:37.9199776Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220927163451.xml 2022-09-27T16:42:37.9230120Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220927163451.xml 2022-09-27T16:42:37.9269374Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220927163451.xml 2022-09-27T16:42:37.9272877Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220927163451.xml 2022-09-27T16:42:37.9286245Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220927163451.xml 2022-09-27T16:42:37.9293621Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220927163451.xml 2022-09-27T16:42:37.9300901Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220927163451.xml 2022-09-27T16:42:37.9308624Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220927163451.xml 2022-09-27T16:42:37.9314690Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220927163451.xml 2022-09-27T16:42:37.9347161Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220927163451.xml 2022-09-27T16:42:37.9359850Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220927163451.xml 2022-09-27T16:42:38.8959462Z Running test_cpp_extensions_jit ... [2022-09-27 16:42:38.895533] 2022-09-27T16:42:38.8960040Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:42:38.895628] 2022-09-27T16:42:42.9219071Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:42:42.9267091Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_jit 2022-09-27T16:42:42.9285482Z 2022-09-27T16:42:42.9285593Z Running tests... 2022-09-27T16:42:42.9286165Z ---------------------------------------------------------------------- 2022-09-27T16:42:46.1904058Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (3.261s) 2022-09-27T16:43:03.2108476Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (17.020s) 2022-09-27T16:43:03.2135665Z test_cpp_frontend_module_has_same_output_as_python (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:43:03.2140014Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension... 2022-09-27T16:43:03.2904922Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension/build.ninja... 2022-09-27T16:43:03.2909180Z Building extension module cpp_frontend_extension... 2022-09-27T16:43:03.2909567Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:43:05.0722862Z [1/2] c++ -MMD -MF cpp_frontend_extension.o.d -DTORCH_EXTENSION_NAME=cpp_frontend_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 -c /var/lib/jenkins/workspace/test/cpp_extensions/cpp_frontend_extension.cpp -o cpp_frontend_extension.o 2022-09-27T16:43:06.0803996Z [2/2] c++ cpp_frontend_extension.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o cpp_frontend_extension.so 2022-09-27T16:43:06.0877897Z Loading extension module cpp_frontend_extension... 2022-09-27T16:43:06.1238639Z ok (2.913s) 2022-09-27T16:43:06.1258683Z test_cpp_frontend_module_has_up_to_date_attributes (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:43:06.1260490Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-09-27T16:43:06.1260995Z Loading extension module cpp_frontend_extension... 2022-09-27T16:43:06.1291253Z ok (0.005s) 2022-09-27T16:43:06.1342489Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:43:06.1343726Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-09-27T16:43:06.1344232Z Loading extension module cpp_frontend_extension... 2022-09-27T16:43:06.1540488Z ok (0.025s) 2022-09-27T16:43:06.1559259Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.002s) 2022-09-27T16:43:06.1575436Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:43:06.1575928Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module... 2022-09-27T16:43:06.2334768Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-09-27T16:43:06.2339353Z Building extension module is_python_module... 2022-09-27T16:43:06.2339659Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:43:07.9699135Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module -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 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/main.cpp -o main.o 2022-09-27T16:43:08.8919555Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o is_python_module.so 2022-09-27T16:43:08.8993339Z Loading extension module is_python_module... 2022-09-27T16:43:08.9033859Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:43:08.9034425Z f'Input #{idx} requires gradient and ' 2022-09-27T16:43:08.9035660Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:43:08.9036176Z f'Input #{idx} requires gradient and ' 2022-09-27T16:43:08.9149403Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #0 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:43:08.9150105Z f'Input #{idx} requires gradient and ' 2022-09-27T16:43:08.9152418Z /opt/conda/lib/python3.7/site-packages/torch/autograd/gradcheck.py:653: UserWarning: Input #1 requires gradient and is not a double precision floating point or complex. This check will likely fail if all the inputs are not of double precision floating point or complex. 2022-09-27T16:43:08.9153010Z f'Input #{idx} requires gradient and ' 2022-09-27T16:43:08.9660542Z ok (2.810s) 2022-09-27T16:43:08.9671834Z test_half_support (__main__.TestCppExtensionJIT) 2022-09-27T16:43:08.9673418Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-09-27T16:43:08.9686558Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-09-27T16:43:08.9699819Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-09-27T16:43:08.9716717Z test_inline_jit_compile_extension_multiple_sources_and_no_functions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:43:08.9717185Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension... 2022-09-27T16:43:09.0486257Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/build.ninja... 2022-09-27T16:43:09.0491405Z Building extension module inline_jit_extension... 2022-09-27T16:43:09.0491882Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:43:10.8804300Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_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 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/main.cpp -o main.o 2022-09-27T16:43:11.7932692Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension.so 2022-09-27T16:43:11.8005995Z Loading extension module inline_jit_extension... 2022-09-27T16:43:11.8041277Z ok (2.834s) 2022-09-27T16:43:11.8059415Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.002s) 2022-09-27T16:43:11.8071659Z test_inline_jit_compile_extension_with_functions_as_dict (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:43:11.8072679Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict... 2022-09-27T16:43:11.8846498Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/build.ninja... 2022-09-27T16:43:11.8852156Z Building extension module inline_jit_extension_with_functions_dict... 2022-09-27T16:43:11.8852674Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:43:13.6318555Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_dict -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 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/main.cpp -o main.o 2022-09-27T16:43:14.5843097Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension_with_functions_dict.so 2022-09-27T16:43:14.5918118Z Loading extension module inline_jit_extension_with_functions_dict... 2022-09-27T16:43:14.5938127Z ok (2.788s) 2022-09-27T16:43:14.5959123Z test_inline_jit_compile_extension_with_functions_as_list (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:43:14.5959872Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list... 2022-09-27T16:43:14.6743013Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/build.ninja... 2022-09-27T16:43:14.6749056Z Building extension module inline_jit_extension_with_functions_list... 2022-09-27T16:43:14.6749626Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:43:16.4659422Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_list -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 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/main.cpp -o main.o 2022-09-27T16:43:17.3926887Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o inline_jit_extension_with_functions_list.so 2022-09-27T16:43:17.4001095Z Loading extension module inline_jit_extension_with_functions_list... 2022-09-27T16:43:17.4036692Z ok (2.810s) 2022-09-27T16:43:17.4061381Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:43:17.4061991Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension... 2022-09-27T16:43:17.4839394Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension/build.ninja... 2022-09-27T16:43:17.4844967Z Building extension module jit_extension... 2022-09-27T16:43:17.4845259Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:43:19.4351119Z [1/3] c++ -MMD -MF jit_extension.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension.cpp -o jit_extension.o 2022-09-27T16:43:19.4625885Z [2/3] c++ -MMD -MF jit_extension2.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension2.cpp -o jit_extension2.o 2022-09-27T16:43:20.5989448Z [3/3] c++ jit_extension.o jit_extension2.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o jit_extension.so 2022-09-27T16:43:20.6063986Z Loading extension module jit_extension... 2022-09-27T16:43:20.6121714Z ok (3.208s) 2022-09-27T16:43:20.6139023Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.002s) 2022-09-27T16:43:20.6148771Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-09-27T16:43:20.6160919Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.001s) 2022-09-27T16:43:20.6178948Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:43:20.6179534Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension... 2022-09-27T16:43:20.6972743Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/build.ninja... 2022-09-27T16:43:20.6977544Z Building extension module lenient_flag_handling_extension... 2022-09-27T16:43:20.6977896Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:43:22.5126410Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=lenient_flag_handling_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -O0 -Wall -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/main.cpp -o main.o 2022-09-27T16:43:23.5039793Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o lenient_flag_handling_extension.so 2022-09-27T16:43:23.5112801Z Loading extension module lenient_flag_handling_extension... 2022-09-27T16:43:23.5149060Z ok (2.899s) 2022-09-27T16:43:23.5166197Z test_reload_jit_extension (__main__.TestCppExtensionJIT) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80933 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:43:23.5178973Z test_returns_shared_library_path_when_is_python_module_is_true (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:43:23.5208895Z The input conditions for extension module is_python_module have changed. Bumping to version 1 and re-building as is_python_module_v1... 2022-09-27T16:43:23.5965395Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-09-27T16:43:23.5976288Z Building extension module is_python_module_v1... 2022-09-27T16:43:23.5976858Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:43:25.4018719Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module_v1 -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 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/main.cpp -o main.o 2022-09-27T16:43:26.3342855Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o is_python_module_v1.so 2022-09-27T16:43:26.3417454Z Loading extension module is_python_module_v1... 2022-09-27T16:43:26.3462971Z ok (2.830s) 2022-09-27T16:43:26.3484722Z test_set_default_type_also_changes_aten_default_type (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:43:26.3485486Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type... 2022-09-27T16:43:26.4248791Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/build.ninja... 2022-09-27T16:43:26.4253990Z Building extension module test_set_default_type... 2022-09-27T16:43:26.4254316Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:43:28.1869132Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=test_set_default_type -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 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/main.cpp -o main.o 2022-09-27T16:43:29.1355577Z [2/2] c++ main.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o test_set_default_type.so 2022-09-27T16:43:29.1430694Z Loading extension module test_set_default_type... 2022-09-27T16:43:29.1455611Z ok (2.799s) 2022-09-27T16:43:31.9171600Z test_warning (__main__.TestCppExtensionJIT) ... [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:43:31.9179612Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:43:31.9183989Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:43:31.9186657Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:43:34.7769143Z UserWarning: Error with torch.DoubleTensor (Triggered internally at /var/lib/jenkins/.cache/torch_extensions/py37_cpu/warn_mod/main.cpp:12.) 2022-09-27T16:43:34.7772652Z ok (5.632s) 2022-09-27T16:43:34.7839751Z 2022-09-27T16:43:34.7840298Z ---------------------------------------------------------------------- 2022-09-27T16:43:34.7842010Z Ran 23 tests in 51.855s 2022-09-27T16:43:34.7842255Z 2022-09-27T16:43:34.7842382Z OK (skipped=8) 2022-09-27T16:43:34.7842596Z 2022-09-27T16:43:34.7842761Z Generating XML reports... 2022-09-27T16:43:34.7907469Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20220927164242.xml 2022-09-27T16:43:35.5203790Z Running distributions/test_distributions ... [2022-09-27 16:43:35.519957] 2022-09-27T16:43:35.5204377Z Executing ['/opt/conda/bin/python', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:43:35.520048] 2022-09-27T16:43:39.7768599Z Test results will be stored in test-reports/python-unittest/distributions.test_distributions 2022-09-27T16:43:39.7849442Z 2022-09-27T16:43:39.7849522Z Running tests... 2022-09-27T16:43:39.7849950Z ---------------------------------------------------------------------- 2022-09-27T16:43:39.8835767Z test_cdf (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:39.8836357Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:39.8868825Z ok (0.102s) 2022-09-27T16:43:39.9326117Z test_icdf (__main__.TestAgainstScipy) ... ok (0.045s) 2022-09-27T16:43:41.3967068Z test_mean (__main__.TestAgainstScipy) ... ok (1.464s) 2022-09-27T16:43:41.4571517Z test_variance_stddev (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-09-27T16:43:41.4572438Z return torch.as_tensor(tensor_like) 2022-09-27T16:43:41.4766750Z ok (0.080s) 2022-09-27T16:43:41.6598815Z test_params_constraints (__main__.TestConstraints) ... ok (0.183s) 2022-09-27T16:43:41.8798241Z test_support_constraints (__main__.TestConstraints) ... ok (0.220s) 2022-09-27T16:43:41.8835135Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:43:41.8875260Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:43:41.8920371Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:43:41.8973235Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-09-27T16:43:41.9010233Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:43:41.9050438Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:43:41.9127621Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.008s) 2022-09-27T16:43:41.9158962Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:43:41.9193814Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:43:41.9231090Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:43:41.9266741Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:43:41.9327896Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-09-27T16:43:41.9395134Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.007s) 2022-09-27T16:43:41.9441655Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.005s) 2022-09-27T16:43:42.0194677Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.075s) 2022-09-27T16:43:42.0223090Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:43:42.0253945Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:43:42.0289840Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:43:42.0325438Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:43:42.0365783Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:43:42.0411317Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:43:42.0445849Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:43:42.0481375Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:43:42.0519384Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:43:42.0570428Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-09-27T16:43:42.0603400Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:43:42.0639570Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:43:42.0694870Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.005s) 2022-09-27T16:43:42.0759329Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.006s) 2022-09-27T16:43:42.0792693Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:43:42.0829718Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:43:42.0953235Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.012s) 2022-09-27T16:43:42.0993166Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:43:42.1036366Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:43:42.1081189Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:43:42.1112558Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:43:42.1147407Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-09-27T16:43:42.1215200Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.007s) 2022-09-27T16:43:42.1286584Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.007s) 2022-09-27T16:43:42.1328959Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-09-27T16:43:42.1415232Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.009s) 2022-09-27T16:43:42.1535224Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.012s) 2022-09-27T16:43:42.2616452Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.108s) 2022-09-27T16:43:42.2853560Z test_bernoulli (__main__.TestDistributions) ... ok (0.024s) 2022-09-27T16:43:42.2880101Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:43:42.2930752Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:43:42.4777956Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.185s) 2022-09-27T16:43:42.9454869Z test_beta_sample (__main__.TestDistributions) ... ok (0.468s) 2022-09-27T16:43:42.9518971Z test_beta_shape (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:43:43.0575959Z test_beta_underflow (__main__.TestDistributions) ... ok (0.106s) 2022-09-27T16:43:43.0586333Z test_beta_underflow_gpu (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-09-27T16:43:43.1627498Z test_binomial (__main__.TestDistributions) ... ok (0.104s) 2022-09-27T16:43:43.1690316Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:43:43.1782793Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.009s) 2022-09-27T16:43:43.2564835Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.078s) 2022-09-27T16:43:43.2636510Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:43:43.3489863Z test_binomial_sample (__main__.TestDistributions) ... ok (0.085s) 2022-09-27T16:43:43.3552747Z test_binomial_stable (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:43:43.4886538Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.133s) 2022-09-27T16:43:43.5057224Z test_categorical_1d (__main__.TestDistributions) ... ok (0.017s) 2022-09-27T16:43:43.5322702Z test_categorical_2d (__main__.TestDistributions) ... ok (0.026s) 2022-09-27T16:43:43.5352370Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:43:43.5797365Z test_cauchy (__main__.TestDistributions) ... ok (0.044s) 2022-09-27T16:43:44.1965373Z test_cdf_icdf_inverse (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:44.1965787Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:44.2551414Z ok (0.675s) 2022-09-27T16:43:44.6089855Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.354s) 2022-09-27T16:43:44.7296485Z test_chi2_sample (__main__.TestDistributions) ... ok (0.121s) 2022-09-27T16:43:44.7398050Z test_chi2_shape (__main__.TestDistributions) ... ok (0.010s) 2022-09-27T16:43:44.7950421Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.055s) 2022-09-27T16:43:44.7998341Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:43:44.8044647Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:43:44.8100708Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:43:44.8639733Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.054s) 2022-09-27T16:43:44.8676876Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.004s) 2022-09-27T16:43:46.4492404Z test_distribution_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:46.4493174Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:47.0146753Z ok (2.147s) 2022-09-27T16:43:47.5299068Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.515s) 2022-09-27T16:43:47.6383013Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.108s) 2022-09-27T16:43:47.6671464Z test_exponential (__main__.TestDistributions) ... ok (0.029s) 2022-09-27T16:43:47.8015661Z test_exponential_sample (__main__.TestDistributions) ... ok (0.134s) 2022-09-27T16:43:47.8169015Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.015s) 2022-09-27T16:43:48.9581586Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (1.141s) 2022-09-27T16:43:48.9589708Z test_gamma_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-09-27T16:43:48.9609320Z test_gamma_gpu_shape (__main__.TestDistributions) ... skip: CUDA not found (0.002s) 2022-09-27T16:43:48.9678181Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:43:49.3316861Z test_gamma_sample (__main__.TestDistributions) ... ok (0.364s) 2022-09-27T16:43:49.3416324Z test_gamma_shape (__main__.TestDistributions) ... ok (0.010s) 2022-09-27T16:43:49.3609007Z test_geometric (__main__.TestDistributions) ... ok (0.019s) 2022-09-27T16:43:49.3779286Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.017s) 2022-09-27T16:43:49.3882432Z test_geometric_sample (__main__.TestDistributions) ... ok (0.010s) 2022-09-27T16:43:49.3998595Z test_gumbel (__main__.TestDistributions) ... ok (0.012s) 2022-09-27T16:43:50.1855943Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.786s) 2022-09-27T16:43:50.2158080Z test_halfcauchy (__main__.TestDistributions) ... ok (0.030s) 2022-09-27T16:43:50.2454112Z test_halfnormal (__main__.TestDistributions) ... ok (0.030s) 2022-09-27T16:43:50.2534329Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.008s) 2022-09-27T16:43:50.3849526Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.131s) 2022-09-27T16:43:50.3861986Z test_has_examples (__main__.TestDistributions) ... ok (0.001s) 2022-09-27T16:43:52.2983250Z test_independent_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:52.2983662Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:52.7041614Z ok (2.318s) 2022-09-27T16:43:53.6939271Z test_independent_shape (__main__.TestDistributions) ... ok (0.990s) 2022-09-27T16:43:53.7703774Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.076s) 2022-09-27T16:43:53.8612234Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.091s) 2022-09-27T16:43:53.8682115Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:43:53.9347322Z test_laplace (__main__.TestDistributions) ... ok (0.066s) 2022-09-27T16:43:54.3122706Z test_laplace_sample (__main__.TestDistributions) ... ok (0.377s) 2022-09-27T16:43:54.3183620Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:43:54.3694082Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.051s) 2022-09-27T16:43:54.4623623Z test_logisticnormal (__main__.TestDistributions) ... ok (0.093s) 2022-09-27T16:43:54.4663942Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.004s) 2022-09-27T16:43:54.9940026Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.527s) 2022-09-27T16:43:55.0542376Z test_lognormal (__main__.TestDistributions) ... ok (0.060s) 2022-09-27T16:43:55.0633205Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.009s) 2022-09-27T16:43:55.4447882Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.381s) 2022-09-27T16:43:55.4691111Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.024s) 2022-09-27T16:43:55.5528288Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.083s) 2022-09-27T16:43:55.5622583Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.009s) 2022-09-27T16:43:55.6169504Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.054s) 2022-09-27T16:43:55.8343224Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.217s) 2022-09-27T16:43:55.8448660Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.011s) 2022-09-27T16:43:55.9101254Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.065s) 2022-09-27T16:43:55.9317474Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.022s) 2022-09-27T16:43:56.3598144Z test_mode (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:56.3598541Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:56.4084410Z ok (0.477s) 2022-09-27T16:43:56.4492184Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.041s) 2022-09-27T16:43:56.4601956Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.011s) 2022-09-27T16:43:56.5040296Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.044s) 2022-09-27T16:43:56.5279400Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.024s) 2022-09-27T16:43:56.5860604Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.058s) 2022-09-27T16:43:56.5908471Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:43:56.7366287Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.145s) 2022-09-27T16:43:57.0499190Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.313s) 2022-09-27T16:43:57.0524863Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:43:57.1369745Z test_negative_binomial (__main__.TestDistributions) ... ok (0.084s) 2022-09-27T16:43:57.2060459Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.069s) 2022-09-27T16:43:57.2131103Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.007s) 2022-09-27T16:43:57.2769279Z test_normal (__main__.TestDistributions) ... ok (0.064s) 2022-09-27T16:43:57.6559815Z test_normal_sample (__main__.TestDistributions) ... ok (0.379s) 2022-09-27T16:43:57.6799015Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.024s) 2022-09-27T16:43:57.7056564Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.026s) 2022-09-27T16:43:57.7110930Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.005s) 2022-09-27T16:43:57.7231678Z test_pareto (__main__.TestDistributions) ... ok (0.012s) 2022-09-27T16:43:58.0712746Z test_pareto_sample (__main__.TestDistributions) ... ok (0.348s) 2022-09-27T16:43:58.0725948Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.001s) 2022-09-27T16:43:58.0733409Z test_poisson_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-09-27T16:43:58.0959011Z test_poisson_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:43:58.0959606Z warnings.warn(msg, FutureWarning) 2022-09-27T16:43:58.0959797Z ok (0.022s) 2022-09-27T16:43:58.1070193Z test_poisson_sample (__main__.TestDistributions) ... ok (0.011s) 2022-09-27T16:43:58.1102636Z test_poisson_shape (__main__.TestDistributions) ... ok (0.003s) 2022-09-27T16:43:58.1737336Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.063s) 2022-09-27T16:43:58.2117302Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.038s) 2022-09-27T16:43:58.2724659Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.061s) 2022-09-27T16:43:58.3413041Z test_repr (__main__.TestDistributions) ... ok (0.069s) 2022-09-27T16:43:58.3920878Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.051s) 2022-09-27T16:43:58.4437341Z test_rsample_requires_grad (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:58.4437754Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:58.4607920Z ok (0.069s) 2022-09-27T16:43:58.5334897Z test_sample_detached (__main__.TestDistributions) ... ok (0.072s) 2022-09-27T16:43:58.5498582Z test_studentT (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:58.7081653Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.158s) 2022-09-27T16:44:00.2887972Z test_studentT_sample (__main__.TestDistributions) ... ok (1.581s) 2022-09-27T16:44:00.3576985Z test_support_attributes (__main__.TestDistributions) ... ok (0.069s) 2022-09-27T16:44:00.3959373Z test_uniform (__main__.TestDistributions) ... ok (0.038s) 2022-09-27T16:44:00.4852567Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.089s) 2022-09-27T16:44:00.5613710Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.076s) 2022-09-27T16:44:12.1682298Z test_vonmises_sample (__main__.TestDistributions) ... ok (11.607s) 2022-09-27T16:44:12.1894927Z test_wishart_log_prob (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:44:12.1895981Z warnings.warn("Singular sample detected.") 2022-09-27T16:44:12.4503904Z ok (0.282s) 2022-09-27T16:44:12.4528019Z test_wishart_moments (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-09-27T16:44:12.4529021Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-09-27T16:44:18.7186694Z ok (6.268s) 2022-09-27T16:44:18.7249982Z test_wishart_properties (__main__.TestDistributions) ... ok (0.006s) 2022-09-27T16:44:19.3569325Z test_wishart_sample (__main__.TestDistributions) ... ok (0.632s) 2022-09-27T16:44:19.5695200Z test_wishart_shape (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:44:19.5696092Z warnings.warn("Singular sample detected.") 2022-09-27T16:44:19.6409796Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:44:19.6410581Z warnings.warn("Singular sample detected.") 2022-09-27T16:44:19.7133265Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:44:19.7133993Z warnings.warn("Singular sample detected.") 2022-09-27T16:44:19.7828198Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:44:19.7828957Z warnings.warn("Singular sample detected.") 2022-09-27T16:44:19.8636786Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:44:19.8637477Z warnings.warn("Singular sample detected.") 2022-09-27T16:44:19.9196456Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:44:19.9197189Z warnings.warn("Singular sample detected.") 2022-09-27T16:44:19.9783975Z ok (0.621s) 2022-09-27T16:44:19.9819678Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.004s) 2022-09-27T16:44:19.9835068Z test_zero_excluded_binomial (__main__.TestDistributions) ... skip: CUDA not found (0.002s) 2022-09-27T16:44:19.9867898Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.003s) 2022-09-27T16:44:19.9953085Z test_cat_transform (__main__.TestFunctors) ... ok (0.008s) 2022-09-27T16:44:20.0045220Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.009s) 2022-09-27T16:44:20.0124744Z test_stack_transform (__main__.TestFunctors) ... ok (0.008s) 2022-09-27T16:44:23.5626871Z test_cdf (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:44:23.5627654Z warnings.warn("Singular sample detected.") 2022-09-27T16:44:24.1501032Z ok (4.137s) 2022-09-27T16:44:27.8760065Z 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-09-27T16:44:27.8761053Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-09-27T16:44:28.4612807Z ok (4.311s) 2022-09-27T16:44:30.0746174Z test_enumerate_support (__main__.TestJit) ... ok (1.613s) 2022-09-27T16:44:38.5368853Z test_log_prob (__main__.TestJit) ... ok (8.462s) 2022-09-27T16:44:42.4786527Z test_mean (__main__.TestJit) ... ok (3.942s) 2022-09-27T16:44:42.4954031Z test_rsample (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4955229Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4956615Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4957111Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4958277Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4959039Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4960191Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4961025Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4962358Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4963181Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4964433Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4965143Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4966486Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4967546Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4969139Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4970102Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4971411Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4972201Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4973536Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4974414Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4975400Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4976390Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4977421Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scan' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4977907Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4978670Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4979158Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4979894Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_to_type' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4980453Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4981230Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_comparison_operator' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4981837Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4982606Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_constant_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4983268Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4984320Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4985175Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4986485Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_try_cast_integer_to_float' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4987401Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4988610Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4989358Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4990664Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4991337Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4992618Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4993502Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4994934Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4995925Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4997180Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4997976Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.4999100Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.4999688Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5001065Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5001720Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5002862Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5003659Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5004738Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5005433Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5006485Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5007073Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5008084Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5008669Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5009752Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5010513Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5011798Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5012418Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5013692Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5014532Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5015691Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5016407Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5017340Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5017944Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5019177Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5019958Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5021104Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5021606Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5022534Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5023360Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5024359Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5025065Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5026481Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5027297Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5028500Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5028993Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5029822Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5030530Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5031840Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5032713Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5034162Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5035174Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5036518Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5037391Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5038776Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5039653Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5041178Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5041776Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5042524Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5043006Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5043768Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5044261Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5045030Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5045521Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5046284Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5046778Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5047640Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5048138Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5048901Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5049385Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5050148Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5050707Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5051449Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5051930Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5052666Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5053135Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5053923Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5054413Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5055171Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'onnx::Placeholder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5055646Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5056393Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Constant' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5056880Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5057634Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5058119Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5058862Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantSplit' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5059345Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5060083Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::If' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5060567Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5061311Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ListConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5061794Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5062542Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ListUnpack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5063026Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5063820Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Loop' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5064285Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5065049Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::TupleConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5065543Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5066303Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::Uninitialized' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5066778Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5067547Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::data' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5068027Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5068863Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::device' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5069342Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5070084Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5070568Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5071297Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::layout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5071774Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5072508Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5073071Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5073812Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5074275Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5075015Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::shape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5075494Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5076235Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::tolist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5076743Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5077499Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5077990Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5078728Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__and_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5079198Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5079972Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__derive_index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5080463Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5081201Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5081682Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5082427Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5082915Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5083652Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5084124Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5084868Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5085325Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5086070Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5086554Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5087442Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__not_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5087920Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5088654Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__or_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5089179Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5089931Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__range_length' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5090409Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5091134Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5091616Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5092348Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__xor_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5092822Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5093602Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_adaptive_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5094088Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5094823Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5095303Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5096036Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5096512Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5097257Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5097736Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5098489Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_BFloat16' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5098961Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5099703Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Bool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5100185Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5100929Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Byte' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5101412Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5102139Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Char' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5102658Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5103418Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexDouble' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5103908Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5104665Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexFloat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5105158Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5105938Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Double' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5106425Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5107165Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Float' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5107632Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5108367Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Half' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5108848Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5109598Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Int' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5110063Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5110803Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Long' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5111284Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5112031Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_Short' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5112521Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5113327Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_cast_func_template' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5113821Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5114584Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_convert_padding_node' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5115117Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5115856Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5116339Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5117086Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5117569Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5118368Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5118847Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5119597Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5120078Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5120820Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_generic_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5121291Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5122038Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5122527Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5123288Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_kl_div_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5123783Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5124536Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_kl_div_non_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5125036Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5125839Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_layer_norm_returns_normalized_input_mean_rstd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5126351Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5127075Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5127707Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5128453Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::list' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5128927Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5129673Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5130138Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5130879Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_lstm_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5131361Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5132161Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_lstm_packed' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5132636Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5133380Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5133865Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5134638Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_maybe_cast_reduce_op_input' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5135140Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5135884Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_one_hidden_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5136370Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5137132Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pack_padded_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5137626Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5138363Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pad_circular' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5138844Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5139607Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_pad_packed_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5140101Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5140869Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5141402Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5142158Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5142649Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5143412Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5143901Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5144687Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reshape_from_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5145180Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5145938Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_sample_dirichlet' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5146427Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5147175Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_shape_as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5147663Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5148399Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5148877Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5149631Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_standard_gamma' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5150110Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5150870Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_trunc_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5151351Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5152088Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5152553Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5153360Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5153890Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5154656Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unsupported_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5155150Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5155881Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5156358Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5157145Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_weight_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5157627Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5158357Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::abs' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5158834Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5159570Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::acos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5160047Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5160812Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5161289Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5162053Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5162542Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5163309Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5163791Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5164554Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5165045Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5165803Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5166325Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5167074Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5167674Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5168412Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5168887Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5169621Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addcmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5170154Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5170903Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5171383Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5172120Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alias' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5172587Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5173343Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5173831Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5174582Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5175054Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5175794Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::amax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5176276Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5177019Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::amin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5177497Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5178234Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::aminmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5178712Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5179460Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5179981Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5180712Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5181192Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5181935Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5182413Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5183188Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::as_strided' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5183654Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5184403Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5184885Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5185620Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::asin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5186085Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5186823Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::atan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5187295Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5188040Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5188518Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5189256Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5189744Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5190490Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5190972Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5191704Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::baddbmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5192223Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5193027Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5193513Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5194264Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bernoulli' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5194736Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5195490Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bitwise_not' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5196020Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5196765Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5197225Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5197984Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::broadcast_tensors' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5198476Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5199232Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::bucketize' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5199715Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5200549Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5201024Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5201767Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cdist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5202241Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5202971Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ceil' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5203452Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5204198Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5204675Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5205411Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5205945Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5206694Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5207171Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5208091Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clone' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5208656Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5210073Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5210967Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5212142Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::contiguous' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5212792Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5213921Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5214675Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5215868Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5216650Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5217671Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5218162Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5218939Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_tbc' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5219655Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5220908Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5221504Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5222572Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5223427Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5224792Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::conv_transpose3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5225488Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5226859Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5227503Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5228832Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5229713Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5230608Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cosine_similarity' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5231224Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5232450Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5233356Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5234760Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5235491Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5236878Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::detach' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5237657Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5239046Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5239920Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5240829Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5241313Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5242468Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5243358Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5244500Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5245240Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5246556Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5247389Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5248450Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::elu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5249067Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5250079Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5250917Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5252338Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5253145Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5254401Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5255291Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5256316Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5256903Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5257887Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::eq' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5258368Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5259186Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5259664Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5260551Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::exp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5261227Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5262510Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5263547Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5264643Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5265499Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5266855Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::eye' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5267739Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5268946Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5269722Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5270963Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5271606Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5272652Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5273546Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5274798Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::feature_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5275659Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5276519Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5276998Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5277841Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5278442Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5279683Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5280516Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5281666Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5282477Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5283497Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::floordiv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5284295Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5285392Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5286016Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5287013Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5287655Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5288701Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5289543Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5290843Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5291620Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5292536Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5293155Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5293938Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5294471Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5295244Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::get_pool_ceil_padding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5295721Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5296465Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::glu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5296943Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5297741Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::group_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5313634Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5314874Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gru' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5315508Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5316372Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5317202Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5318311Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5318794Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5319600Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hann_window' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5320094Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5320842Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5321314Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5322339Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardsigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5323028Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5324269Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5325017Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5326137Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5326970Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5328419Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5329327Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5330701Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5331565Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5332940Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5333816Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5335307Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5336186Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5337593Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5338494Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5339646Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5340484Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5341942Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::instance_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5342857Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5344048Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::is_floating_point' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5344862Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5346242Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::is_pinned' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5347044Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5348198Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5348678Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5349408Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::item' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5349891Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5350641Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::kl_div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5351117Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5352075Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5353003Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5354386Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5355348Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5356740Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::leaky_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5357611Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5358943Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lerp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5359794Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5361274Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lift' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5362123Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5363525Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5364383Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5365814Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_matrix_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5366690Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5368174Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5369046Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5370473Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5371356Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5372699Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linear' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5373571Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5374987Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linspace' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5375838Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5377211Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5378011Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5379515Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log10' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5380329Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5381080Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log1p' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5381559Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5382281Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5382803Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5384007Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5384851Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5386263Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5387148Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5388524Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_and' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5389420Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5390835Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_or' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5391705Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5393149Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logical_xor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5394032Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5395429Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logsumexp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5396261Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5397700Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lstm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5398515Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5399904Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lstm_cell' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5400848Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5402225Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5403073Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5404340Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::lt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5405220Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5406528Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5407076Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5407923Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5408529Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5409573Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5410065Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5410946Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5411629Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5412547Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5413288Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5414203Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5414931Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5415791Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5416395Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5417135Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5417705Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5418475Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5418965Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5419699Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::maximum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5420172Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5420911Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5421438Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5422171Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5422649Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5423391Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5423865Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5424618Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::minimum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5425084Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5425828Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5426309Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5427050Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5427525Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5428260Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::movedim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5428739Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5429477Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5429951Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5430682Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::multinomial' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5431202Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5431940Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5432415Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5433209Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5433690Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5434498Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::native_layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5434987Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5435730Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ne' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5436195Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5436929Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::neg' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5437405Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5438161Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5438631Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5439374Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5439852Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5440593Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5441076Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5441807Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::new_zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5442286Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5443030Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5443541Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5444280Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5444767Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5445510Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5445989Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5446735Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::numel' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5447202Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5448119Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::numpy_T' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5448598Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5449336Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::one_hot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5449800Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5450544Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5451023Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5451769Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5452247Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5453006Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::op_with_optional_float_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5453503Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5454267Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::overload_by_arg_count' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5454750Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5455479Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5455953Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5456710Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pairwise_distance' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5457246Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5457991Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::permute' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5458457Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5459210Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5459694Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5460479Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_unshuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5460954Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5461696Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5462173Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5462914Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5463392Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5464117Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::prod' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5464592Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5465335Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5465817Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5466548Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rand_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5467031Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5467772Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::randn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5468249Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5469277Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::randn_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5469782Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5470533Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reciprocal' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5471016Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5471774Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5472256Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5473122Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5473620Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5474379Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5474869Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5475623Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5476113Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5476845Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5477322Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5478056Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5478529Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5479274Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5479760Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5480508Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5480971Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5481724Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5482212Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5482973Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5483494Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5484235Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5484727Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5485481Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5485969Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5486752Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5487243Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5488075Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5488551Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5489296Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5489767Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5490507Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rnn_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5490987Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5491733Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rnn_tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5492205Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5492938Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::roll' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5493410Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5494145Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rrelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5494622Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5495350Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rsqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5495876Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5496611Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::rsub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5497086Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5497929Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scalar_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5498416Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5499212Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5499696Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5500432Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5500916Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5501655Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5502138Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5502874Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::selu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5503337Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5504080Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5504560Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5505305Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5505789Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5506513Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::silu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5506989Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5507722Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5508196Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5508965Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5509439Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5510176Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5510650Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5511381Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5511858Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5512627Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softplus' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5513161Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5513913Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5514383Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5515118Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5515594Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5516335Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5516796Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5517555Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5518045Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5518784Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5519256Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5519983Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::square' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5520456Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5521194Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5521724Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5522451Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5522923Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5523655Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::std' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5524127Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5524899Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::std_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5525365Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5526099Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5526567Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5527380Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5527842Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5528583Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::t' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5529054Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5529800Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::take' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5530273Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5530998Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5531474Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5532222Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5532694Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5533425Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tanhshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5533903Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5534646Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5535173Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5535907Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::threshold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5536381Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5537114Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5537591Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5538362Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5538827Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5539580Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::transpose' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5540058Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5540805Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::true_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5541292Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5542017Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::type_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5542496Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5543233Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5543709Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5544441Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5544915Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5545666Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5546148Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5546874Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5547382Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5548146Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5548633Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5549374Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5549836Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5550601Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unused' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5551074Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5551839Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5552328Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5553133Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5553624Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5554392Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5554884Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5555630Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5556120Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5556881Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5557368Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5558138Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5558616Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5559354Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::var' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5559867Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5560611Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5561079Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5561813Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::view' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5562287Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5563029Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::view_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5563508Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5564277Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5564760Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5565531Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_cast_to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5566028Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5566791Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_negation' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5567383Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5568122Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5568600Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5569350Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5569820Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5570572Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::add' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5571052Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5571808Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::add_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5572282Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5573029Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::cat' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5573557Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5574319Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5574799Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5575544Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5576033Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5576833Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::group_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5577325Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5578069Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5578552Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5579313Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::instance_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5579805Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5580563Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::layer_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5581033Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5581794Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::leaky_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5582278Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5583030Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5583503Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5584247Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::mul' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5584718Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5585471Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::sigmoid' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5585985Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5586723Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5587202Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5587947Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5588427Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5589208Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5589704Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5590458Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5590939Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5591687Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5592155Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5592960Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5593441Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5594190Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5594653Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5595407Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5595889Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5596643Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5597122Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5597861Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5598338Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5599129Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dequantize' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5599606Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5600334Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5600811Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5601561Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5602050Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5602859Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5603349Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5604086Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flip' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5604561Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5605300Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fmod' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5605763Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5606505Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isfinite' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5606980Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5607824Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::isinf' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5608299Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5609032Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5609507Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5610274Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5610766Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5611503Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5612045Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5612807Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5613307Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5614057Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5614524Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5615336Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5615829Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5616575Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nan_to_num' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5617058Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5617810Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::quantize_per_tensor' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5618299Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5619042Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5619520Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5620251Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5620722Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5621464Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5621936Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5622684Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5623180Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5623942Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5624466Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5625234Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5625704Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5626461Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5626950Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5627741Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5628236Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5628991Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5629478Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5630224Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::Delete' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5630702Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5631449Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5631935Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5632675Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5633212Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5633966Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5634443Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5635182Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5635660Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5636406Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5636867Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5637653Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5638132Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5638875Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5639357Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5640115Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_indices_along_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5640608Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5641409Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_output_shape' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5641900Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5642660Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_padded_input' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5643146Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5643901Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5644382Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5645115Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5645574Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5646340Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5646833Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5647762Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_set_item' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5648230Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5648978Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5649459Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5650196Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5650721Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5651453Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::append' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5651929Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5652672Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5653150Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5653929Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argsort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5654410Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5655157Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5655641Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5656385Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5656857Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5657601Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5658071Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5658817Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5659279Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5660028Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::chunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5660506Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5661248Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5661723Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5662450Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5662962Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5663706Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5664180Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5664922Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5665411Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5666180Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5666659Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5667411Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5667885Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5668639Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::embedding_renorm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5669128Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5669869Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5670332Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5671076Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5671550Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5672298Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5672822Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5673569Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::im2col' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5674051Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5674795Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5675272Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5676009Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5676528Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5677275Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5677747Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5678495Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5678968Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5679748Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::insert' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5680227Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5680968Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_det' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5681437Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5682199Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5682684Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5683422Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::logdet' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5683898Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5684643Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5685132Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5685893Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::masked_select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5686375Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5687095Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5687668Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5688410Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5688937Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5689667Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::normal' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5690149Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5690889Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5691364Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5692158Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5692633Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5693365Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pop' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5693847Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5694610Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5695084Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5695852Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5696339Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5697104Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5697593Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5698342Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5698832Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5699574Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5700048Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5700786Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5701302Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5702065Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5702553Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5703190Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5703285Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5703923Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5704008Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5704674Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5704773Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5705393Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::round' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5705489Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5706115Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5706212Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5706823Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5706917Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5707531Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5707630Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5708239Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5708334Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5708934Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5709030Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5709655Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5709787Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5710407Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5710501Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5711110Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5711209Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5711867Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5711964Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5712583Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5712678Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5713344Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unique_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5713444Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5714068Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5714163Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5714799Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bicubic2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5714894Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5715534Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5715632Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5716267Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5716363Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5716996Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5717129Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5717763Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5717846Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5718696Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5718803Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5719496Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5719597Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5720264Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_dropout_returns_masked_input_and_mask' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5720360Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5720984Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_einsum_helper' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5721082Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5721701Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5721796Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5722403Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5722497Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5723137Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::binary_cross_entropy_with_logits' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5723237Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5723846Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::celu' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5723941Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5724574Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::cross_entropy_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5724706Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5725332Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5725428Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5726041Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::einsum' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5726136Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5726749Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5726847Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5727598Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5727683Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5728309Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::native_dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5728407Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5729025Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5729123Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5729748Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss2d' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5729842Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5730467Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nll_loss_nd' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5730566Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5731184Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::outer' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5731279Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5731901Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5731983Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5732606Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensordot' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5732746Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5733359Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5733453Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5734077Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5734171Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5734836Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5734933Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5735558Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5735653Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5736293Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5736390Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5737012Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5737110Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5737731Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::diagonal' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5737828Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5738493Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_channel_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5738591Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5739255Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5739351Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5739974Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5740111Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5740738Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5740833Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5741463Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5741547Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5742207Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5742306Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5742922Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5743017Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5743630Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5743727Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5744357Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5744451Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5745061Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5745155Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5745775Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tensor_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5745861Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5746467Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5746561Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5747183Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5747278Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5747927Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5748021Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5748661Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5748755Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5749374Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5749471Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5750138Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5750233Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5750842Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5750937Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5751561Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5751658Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5752283Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5752378Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5753051Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::tril' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5753158Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5753770Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::triu' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5753867Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5754500Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5754594Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5755189Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5755326Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5755947Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5756040Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5756662Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::grid_sampler' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5756757Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5757411Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5757507Z errors.OnnxExporterWarning, 2022-09-27T16:44:42.5758132Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/registration.py:172: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 17. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:44:42.5758226Z errors.OnnxExporterWarning, 2022-09-27T16:44:45.0729634Z ok (2.594s) 2022-09-27T16:44:48.0158894Z test_sample (__main__.TestJit) ... ok (2.943s) 2022-09-27T16:44:53.0690194Z test_variance (__main__.TestJit) ... ok (5.053s) 2022-09-27T16:44:53.2140433Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.145s) 2022-09-27T16:45:04.4143829Z test_entropy_monte_carlo (__main__.TestKL) ... ok (11.199s) 2022-09-27T16:45:04.4588627Z test_kl_edgecases (__main__.TestKL) ... ok (0.044s) 2022-09-27T16:45:04.5404626Z test_kl_exponential_family (__main__.TestKL) ... ok (0.081s) 2022-09-27T16:45:04.6044132Z test_kl_infinite (__main__.TestKL) ... ok (0.063s) 2022-09-27T16:45:04.6937218Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.088s) 2022-09-27T16:45:04.7621872Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.068s) 2022-09-27T16:45:08.7095867Z test_kl_monte_carlo (__main__.TestKL) ... ok (3.946s) 2022-09-27T16:45:08.8614572Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.151s) 2022-09-27T16:45:08.9180225Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.056s) 2022-09-27T16:45:08.9737126Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.055s) 2022-09-27T16:45:09.1549833Z test_kl_shape (__main__.TestKL) ... ok (0.180s) 2022-09-27T16:45:09.1956224Z test_kl_transformed (__main__.TestKL) ... ok (0.040s) 2022-09-27T16:45:09.2099346Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.014s) 2022-09-27T16:45:09.2162205Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.006s) 2022-09-27T16:45:09.2649456Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.048s) 2022-09-27T16:45:09.2726789Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.008s) 2022-09-27T16:45:09.2806017Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.008s) 2022-09-27T16:45:09.2858643Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.005s) 2022-09-27T16:45:09.2924560Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.007s) 2022-09-27T16:45:09.4052601Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.113s) 2022-09-27T16:45:09.4201301Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.015s) 2022-09-27T16:45:09.4348939Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.015s) 2022-09-27T16:45:09.4408391Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.006s) 2022-09-27T16:45:09.4485833Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.008s) 2022-09-27T16:45:09.5344310Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.086s) 2022-09-27T16:45:09.6239755Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.089s) 2022-09-27T16:45:09.6651873Z test_chi2 (__main__.TestRsample) ... ok (0.041s) 2022-09-27T16:45:11.0712625Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (1.406s) 2022-09-27T16:45:11.1566487Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.085s) 2022-09-27T16:45:11.5429053Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.386s) 2022-09-27T16:45:11.5821020Z test_gamma (__main__.TestRsample) ... ok (0.039s) 2022-09-27T16:45:11.5829202Z test_invalid (__main__.TestValidation) ... skip: division-by-zero error with UBSAN (0.001s) 2022-09-27T16:45:12.6990847Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (1.116s) 2022-09-27T16:45:12.7522010Z test_valid (__main__.TestValidation) ... ok (0.053s) 2022-09-27T16:45:12.7592389Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.007s) 2022-09-27T16:45:12.7593853Z 2022-09-27T16:45:12.7594546Z ---------------------------------------------------------------------- 2022-09-27T16:45:12.7594835Z Ran 219 tests in 92.974s 2022-09-27T16:45:12.7594956Z 2022-09-27T16:45:12.7595059Z OK (skipped=6) 2022-09-27T16:45:12.7597620Z 2022-09-27T16:45:12.7597849Z Generating XML reports... 2022-09-27T16:45:12.7629338Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20220927164339.xml 2022-09-27T16:45:12.7632895Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20220927164339.xml 2022-09-27T16:45:12.7670585Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20220927164339.xml 2022-09-27T16:45:12.7772903Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20220927164339.xml 2022-09-27T16:45:12.7777850Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20220927164339.xml 2022-09-27T16:45:12.7876740Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20220927164339.xml 2022-09-27T16:45:12.7889702Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20220927164339.xml 2022-09-27T16:45:12.7930247Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20220927164339.xml 2022-09-27T16:45:12.7939449Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20220927164339.xml 2022-09-27T16:45:12.7947684Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20220927164339.xml 2022-09-27T16:45:12.7954088Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20220927164339.xml 2022-09-27T16:45:13.8563444Z Running test_serialization ... [2022-09-27 16:45:13.855972] 2022-09-27T16:45:13.8563985Z Executing ['/opt/conda/bin/python', '-bb', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:45:13.856062] 2022-09-27T16:45:17.7847116Z Test results will be stored in test-reports/python-unittest/test_serialization 2022-09-27T16:45:17.7867684Z 2022-09-27T16:45:17.7867860Z Running tests... 2022-09-27T16:45:17.7868732Z ---------------------------------------------------------------------- 2022-09-27T16:45:18.8266841Z test_serialization_new_format_old_format_compat_cpu (__main__.TestBothSerializationCPU) ... ok (1.040s) 2022-09-27T16:45:18.8280499Z test_load_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:45:18.8296278Z test_load_nonexistent_device (__main__.TestOldSerialization) ... ok (0.002s) 2022-09-27T16:45:18.8926433Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.063s) 2022-09-27T16:45:18.8936469Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:45:18.8969402Z test_save_different_dtype_error (__main__.TestOldSerialization) ... ok (0.003s) 2022-09-27T16:45:19.2052354Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... ok (0.308s) 2022-09-27T16:45:19.2510658Z test_serialization (__main__.TestOldSerialization) ... ok (0.046s) 2022-09-27T16:45:19.2970458Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... ok (0.046s) 2022-09-27T16:45:19.3070622Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.010s) 2022-09-27T16:45:19.3162470Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.009s) 2022-09-27T16:45:19.3171367Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-09-27T16:45:19.3178215Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-09-27T16:45:19.3202703Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.002s) 2022-09-27T16:45:19.3425828Z test_serialization_filelike (__main__.TestOldSerialization) ... ok (0.022s) 2022-09-27T16:45:19.3444993Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... ok (0.002s) 2022-09-27T16:45:19.3471694Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... ok (0.003s) 2022-09-27T16:45:20.1271636Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... ok (0.780s) 2022-09-27T16:45:20.1289054Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.002s) 2022-09-27T16:45:20.1517773Z test_serialization_gzip (__main__.TestOldSerialization) ... ok (0.023s) 2022-09-27T16:45:20.1536508Z test_serialization_map_location (__main__.TestOldSerialization) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81685 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-09-27T16:45:39.5712319Z test_serialization_offset (__main__.TestOldSerialization) ... ok (19.417s) 2022-09-27T16:45:59.2050860Z test_serialization_offset_filelike (__main__.TestOldSerialization) ... ok (19.634s) 2022-09-27T16:45:59.2081008Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.003s) 2022-09-27T16:45:59.2131992Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.005s) 2022-09-27T16:45:59.2191261Z test_serialization_sparse (__main__.TestOldSerialization) ... test_serialization.py:293: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-09-27T16:45:59.2191872Z _test_serialization(lambda x: x.to_sparse_csr()) 2022-09-27T16:45:59.2219622Z ok (0.009s) 2022-09-27T16:45:59.2256186Z test_serialization_sparse_csr_invalid (__main__.TestOldSerialization) ... ok (0.004s) 2022-09-27T16:45:59.2337774Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (0.008s) 2022-09-27T16:45:59.2355921Z test_serialization_storage_slice (__main__.TestOldSerialization) ... ok (0.002s) 2022-09-27T16:45:59.2421383Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... ok (0.006s) 2022-09-27T16:45:59.2434722Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.001s) 2022-09-27T16:45:59.2444482Z test_load_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:45:59.2457319Z test_load_nonexistent_device (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:45:59.2500453Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.004s) 2022-09-27T16:45:59.2510484Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:45:59.2533825Z test_meta_serialization (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:45:59.2762029Z test_pathlike_serialization (__main__.TestSerialization) ... ok (0.023s) 2022-09-27T16:45:59.2795539Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.003s) 2022-09-27T16:45:59.6356471Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.356s) 2022-09-27T16:45:59.6817950Z test_serialization (__main__.TestSerialization) ... ok (0.046s) 2022-09-27T16:46:23.1373359Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (23.455s) 2022-09-27T16:46:23.1650569Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.028s) 2022-09-27T16:46:23.1659369Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-09-27T16:46:23.1666476Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-09-27T16:46:23.1689738Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:46:23.1900281Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.021s) 2022-09-27T16:46:23.1919857Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:46:23.1946302Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.003s) 2022-09-27T16:46:24.2806364Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (1.086s) 2022-09-27T16:46:24.2825037Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:46:24.3389844Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.056s) 2022-09-27T16:46:24.3726233Z test_serialization_map_location (__main__.TestSerialization) ... ok (0.034s) 2022-09-27T16:46:24.3758675Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.003s) 2022-09-27T16:46:24.3777358Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:46:24.3840690Z test_serialization_sparse (__main__.TestSerialization) ... ok (0.006s) 2022-09-27T16:46:24.3873409Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.003s) 2022-09-27T16:46:24.3949779Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.008s) 2022-09-27T16:46:24.3966954Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:46:24.4462948Z test_serialization_zipfile (__main__.TestSerialization) ... ok (0.049s) 2022-09-27T16:46:24.4566586Z test_serialization_zipfile_actually_jit (__main__.TestSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/serialization.py:760: UserWarning: 'torch.load' received a zip file that looks like a TorchScript archive dispatching to 'torch.jit.load' (call 'torch.jit.load' directly to silence this warning) 2022-09-27T16:46:24.4567495Z " silence this warning)", UserWarning) 2022-09-27T16:46:24.4921989Z ok (0.046s) 2022-09-27T16:46:24.4987080Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.007s) 2022-09-27T16:46:24.5000220Z test_serialize_device (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:46:24.5014363Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-09-27T16:46:24.5024732Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-09-27T16:46:24.5051863Z test_empty_class_serialization (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-09-27T16:46:24.5075724Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-09-27T16:46:24.5106146Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-09-27T16:46:24.5131375Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-09-27T16:46:24.5131731Z 2022-09-27T16:46:24.5132235Z ---------------------------------------------------------------------- 2022-09-27T16:46:24.5132566Z Ran 68 tests in 66.726s 2022-09-27T16:46:24.5133871Z 2022-09-27T16:46:24.5134186Z OK (skipped=5) 2022-09-27T16:46:24.5134415Z 2022-09-27T16:46:24.5134587Z Generating XML reports... 2022-09-27T16:46:24.5203268Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCPU-20220927164517.xml 2022-09-27T16:46:24.5230469Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20220927164517.xml 2022-09-27T16:46:24.5261007Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSerialization-20220927164517.xml 2022-09-27T16:46:24.5268148Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20220927164517.xml 2022-09-27T16:46:25.1077607Z Running test_torch ... [2022-09-27 16:46:25.107367] 2022-09-27T16:46:25.1078108Z Executing ['/opt/conda/bin/python', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:46:25.107455] 2022-09-27T16:46:29.2876403Z Test results will be stored in test-reports/python-unittest/test_torch 2022-09-27T16:46:29.3177758Z 2022-09-27T16:46:29.3178187Z Running tests... 2022-09-27T16:46:29.3178651Z ---------------------------------------------------------------------- 2022-09-27T16:46:29.3199321Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.002s) 2022-09-27T16:46:29.3211731Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-09-27T16:46:29.3212158Z [TORCH_VITAL] CUDA.used False 2022-09-27T16:46:29.3212479Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-09-27T16:46:29.3212749Z [TORCH_VITAL] CUDA.used False 2022-09-27T16:46:29.3213508Z ok (0.001s) 2022-09-27T16:46:29.3238961Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... [TORCH_VITAL] Dataloader.enabled True 2022-09-27T16:46:29.3239551Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-09-27T16:46:29.3239923Z [TORCH_VITAL] CUDA.used False 2022-09-27T16:46:29.3240239Z ok (0.003s) 2022-09-27T16:46:29.3279350Z test_RNGState (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:46:29.3328821Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:29.3376630Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:29.3398144Z test_Size (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:29.3412386Z test_Size_iter (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:29.3424968Z test_Size_scalar (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:29.3437901Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:29.3444703Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:29.3460444Z test_apply (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:29.3552030Z test_as_subclass (__main__.TestTorch) ... ok (0.009s) 2022-09-27T16:46:29.3849234Z test_assert_async (__main__.TestTorch) ... ok (0.030s) 2022-09-27T16:46:29.4493597Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.064s) 2022-09-27T16:46:29.4662886Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.017s) 2022-09-27T16:46:30.4908930Z test_bmm_multithreaded (__main__.TestTorch) ... test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:46:30.4909711Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:46:30.5089263Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:46:30.5089918Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:46:30.5141803Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:46:30.5142394Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:46:30.5299187Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:46:30.5299790Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:46:30.5352600Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:46:30.5353232Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:46:30.5509828Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:46:30.5510460Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:46:30.5563042Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:46:30.5563642Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:46:33.9028756Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:46:33.9029690Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:46:33.9350478Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:46:33.9351082Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:46:33.9406929Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:46:33.9407713Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:46:33.9577310Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:46:33.9577906Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:46:33.9635450Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:46:33.9636045Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:46:33.9807999Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:46:33.9808611Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:46:33.9866137Z test_torch.py:8295: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:46:33.9866713Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:46:34.0059618Z ok (4.540s) 2022-09-27T16:46:34.0083186Z test_boxMullerState (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:34.0093824Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.001s) 2022-09-27T16:46:34.0133681Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:46:34.0448892Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.031s) 2022-09-27T16:46:34.0475130Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:46:34.0503165Z test_contains (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:46:34.0669986Z test_copy_broadcast (__main__.TestTorch) ... ok (0.017s) 2022-09-27T16:46:34.0678167Z test_copy_dtypes (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:34.0837406Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.016s) 2022-09-27T16:46:34.0916081Z test_copy_transpose (__main__.TestTorch) ... test_torch.py:7525: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:46:34.0916553Z x = torch.arange(100 * 100).reshape(100, 100).to(dtype=torch.complex32).t() 2022-09-27T16:46:34.0933476Z ok (0.010s) 2022-09-27T16:46:34.0954489Z test_cuda_not_built (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:34.1009858Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:34.1062813Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:34.1110575Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:34.1157025Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:34.1164304Z test_cxx_flags (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:34.1174677Z test_dead_weak_ref (__main__.TestTorch) ... [W python_variable.cpp:326] 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 decref) 2022-09-27T16:46:34.1239913Z ok (0.007s) 2022-09-27T16:46:34.1283415Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:46:34.1303555Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:34.1334819Z test_deterministic_flag (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:46:34.1728704Z test_device (__main__.TestTorch) ... ok (0.039s) 2022-09-27T16:46:34.1737546Z test_dir (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:34.1761888Z test_doc (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:34.1773232Z test_doc_template (__main__.TestTorch) 2022-09-27T16:46:34.2019091Z Test that all public API doc strings use the same standard template for ... ok (0.026s) 2022-09-27T16:46:34.2256187Z test_dot_data_use (__main__.TestTorch) ... ok (0.024s) 2022-09-27T16:46:34.2336610Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.008s) 2022-09-27T16:46:34.2375535Z test_element_size (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:46:34.2487930Z test_empty_meta (__main__.TestTorch) ... ok (0.011s) 2022-09-27T16:46:34.2499053Z test_empty_storage_view (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:34.2531454Z test_equal (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:46:34.2761435Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.023s) 2022-09-27T16:46:34.2828829Z test_fill_diagonal (__main__.TestTorch) ... ok (0.007s) 2022-09-27T16:46:34.2838939Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:34.2894901Z test_from_buffer (__main__.TestTorch) ... ok (0.006s) 2022-09-27T16:46:34.3087026Z test_from_file (__main__.TestTorch) ... ok (0.019s) 2022-09-27T16:46:34.3143491Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-09-27T16:46:34.3178320Z test_generator_cpu (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:46:34.3198230Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:34.3211666Z test_has_storage (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:34.3313420Z test_index_add (__main__.TestTorch) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-09-27T16:46:34.3313938Z 2022-09-27T16:46:34.3314348Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-09-27T16:46:34.3315420Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-09-27T16:46:34.3316299Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-09-27T16:46:34.3316626Z warnings.warn(msg, FutureWarning) 2022-09-27T16:46:34.3910243Z ok (0.070s) 2022-09-27T16:46:34.4091512Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.018s) 2022-09-27T16:46:34.4135417Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:46:34.4178139Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:46:34.4216600Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:46:34.4264451Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:34.4312065Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:34.4403652Z test_is_nonzero (__main__.TestTorch) ... ok (0.009s) 2022-09-27T16:46:34.4428869Z test_is_same_size (__main__.TestTorch) ... test_torch.py:5704: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/NestedTensorImpl.cpp:177.) 2022-09-27T16:46:34.4429465Z nt1 = torch.nested_tensor([torch.ones(2, 4), torch.ones(3, 4), torch.ones(5, 4)]) 2022-09-27T16:46:34.4519830Z ok (0.012s) 2022-09-27T16:46:34.4556713Z test_iter (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:46:34.4611411Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:34.4659118Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:34.4701464Z test_manual_seed (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:46:34.4720583Z test_map (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:34.4741898Z test_map2 (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:34.4797328Z test_max_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:34.4845387Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:34.4899990Z test_median_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:34.4963877Z test_memory_format (__main__.TestTorch) ... ok (0.006s) 2022-09-27T16:46:34.5019833Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.006s) 2022-09-27T16:46:34.5215389Z test_memory_format_empty (__main__.TestTorch) ... ok (0.019s) 2022-09-27T16:46:34.5279666Z test_min_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-09-27T16:46:34.5338843Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-09-27T16:46:34.5357153Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:46:34.5414422Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-09-27T16:46:34.5478789Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-09-27T16:46:34.5491530Z test_ndim (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:34.5634281Z test_new (__main__.TestTorch) ... ok (0.014s) 2022-09-27T16:46:34.5751636Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.012s) 2022-09-27T16:46:34.5936898Z test_newindex (__main__.TestTorch) ... ok (0.018s) 2022-09-27T16:46:34.5986327Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:34.6562329Z test_normal_shape (__main__.TestTorch) ... ok (0.057s) 2022-09-27T16:46:34.6574094Z test_numel (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:34.6582032Z test_parallel_info (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:34.6618469Z test_parsing_double (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:46:34.6638833Z test_parsing_int64 (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:34.6686314Z test_parsing_intlist (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:34.6703273Z test_permute (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:34.6722700Z test_pickle (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:34.6732430Z test_pickle_dtype (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:34.6742146Z test_pickle_function (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:34.6765358Z test_pickle_parameter (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:34.6785784Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:34.6796137Z test_pickle_size (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:34.6926957Z test_pin_memory (__main__.TestTorch) ... ok (0.013s) 2022-09-27T16:46:34.8310666Z test_print (__main__.TestTorch) ... ok (0.138s) 2022-09-27T16:46:34.8355095Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:34.8366828Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:37.8500104Z test_pytorch_library_disabled_env (__main__.TestTorch) ... ok (3.013s) 2022-09-27T16:46:37.8520296Z test_qengine (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:37.8632296Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.011s) 2022-09-27T16:46:37.8643301Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:37.8668293Z test_reversed (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:37.8715741Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:37.8749957Z test_select_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:46:37.8766467Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.002s) 2022-09-27T16:46:37.8789565Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:37.8797082Z test_show_config (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:37.8823706Z test_size_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:46:37.8846573Z test_sizeof (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:37.8906338Z test_slice (__main__.TestTorch) ... ok (0.006s) 2022-09-27T16:46:37.8912982Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:46:37.8990045Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.008s) 2022-09-27T16:46:37.9316111Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.032s) 2022-09-27T16:46:37.9340216Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:37.9365974Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:46:37.9437253Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.007s) 2022-09-27T16:46:37.9556583Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.012s) 2022-09-27T16:46:37.9577464Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:37.9603368Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:46:37.9632130Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:46:37.9655844Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:37.9688331Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:46:37.9717837Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:46:37.9764785Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:37.9837342Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.007s) 2022-09-27T16:46:37.9845377Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:37.9868077Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:37.9892500Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:37.9970130Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.008s) 2022-09-27T16:46:38.0052674Z test_split_neg_dim (__main__.TestTorch) ... ok (0.008s) 2022-09-27T16:46:38.0149422Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.010s) 2022-09-27T16:46:38.0197198Z test_std_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:38.0414966Z test_storage_casts (__main__.TestTorch) ... ok (0.022s) 2022-09-27T16:46:38.0902463Z test_storage_error (__main__.TestTorch) ... ok (0.049s) 2022-09-27T16:46:38.0916275Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:38.0948148Z test_structseq_repr (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:46:38.0962733Z test_subclass_preserved (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:38.0975749Z test_subclass_tensors (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:38.1025741Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:38.1246513Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.022s) 2022-09-27T16:46:38.1277341Z test_tensor_base_init (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:46:38.1289015Z test_tensor_base_new (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:38.1303898Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:38.2486756Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.118s) 2022-09-27T16:46:38.2933488Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.045s) 2022-09-27T16:46:38.2945386Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:38.2957312Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:38.3007643Z test_tensor_set (__main__.TestTorch) ... ok (0.005s) 2022-09-27T16:46:38.3099098Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.009s) 2022-09-27T16:46:38.3113581Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:38.3124063Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:38.8849846Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.572s) 2022-09-27T16:46:38.8879846Z test_to (__main__.TestTorch) ... ok (0.003s) 2022-09-27T16:46:38.8903453Z test_to_with_tensor (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:38.8978935Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-09-27T16:46:38.9543149Z test_torch_from_file (__main__.TestTorch) ... ok (0.056s) 2022-09-27T16:46:38.9866643Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.032s) 2022-09-27T16:46:38.9886845Z test_type (__main__.TestTorch) ... ok (0.002s) 2022-09-27T16:46:38.9898915Z test_type_alias (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:38.9966793Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.007s) 2022-09-27T16:46:39.0034271Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-09-27T16:46:39.0461791Z test_unflatten (__main__.TestTorch) ... ok (0.043s) 2022-09-27T16:46:39.0503143Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-09-27T16:46:39.0587173Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.008s) 2022-09-27T16:46:39.0809958Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.022s) 2022-09-27T16:46:39.1129976Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.032s) 2022-09-27T16:46:39.1186829Z test_var_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-09-27T16:46:39.1200198Z test_wildcard_import (__main__.TestTorch) ... ok (0.001s) 2022-09-27T16:46:39.1263461Z test_addcdiv_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:46:39.1316383Z test_addcdiv_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:46:39.1366719Z test_addcdiv_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:46:39.1415423Z test_addcdiv_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:46:39.1532520Z test_addcdiv_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:46:39.1647614Z test_addcdiv_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:46:39.1761948Z test_addcdiv_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:46:39.1877494Z test_addcdiv_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:46:39.1993010Z test_addcdiv_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:46:39.2044587Z test_addcmul_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:46:39.2091711Z test_addcmul_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:46:39.2200229Z test_addcmul_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:46:39.2242807Z test_addcmul_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:39.2280647Z test_addcmul_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:39.2318549Z test_addcmul_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:39.2355164Z test_addcmul_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:39.2392984Z test_addcmul_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:39.2430851Z test_addcmul_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:39.2590797Z test_assertRaisesRegex_ignore_msg_non_native_device_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:46:39.2605919Z test_bernoulli_edge_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:46:39.2620381Z test_bernoulli_edge_cases_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:46:39.3054250Z test_bernoulli_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-09-27T16:46:39.3097369Z test_bernoulli_p_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:39.3132914Z test_bernoulli_p_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:46:39.3166542Z test_bernoulli_p_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:46:39.3208796Z test_bernoulli_self_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:39.3249403Z test_bernoulli_self_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:39.3290164Z test_bernoulli_self_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:39.3330377Z test_bernoulli_self_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:39.3370235Z test_bernoulli_self_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:39.3407206Z test_bernoulli_self_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:39.3446473Z test_bernoulli_self_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:39.3485492Z test_bernoulli_self_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:39.8055279Z test_bfloat16_float_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.457s) 2022-09-27T16:46:39.8072200Z test_bool_tensor_value_change_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:46:39.8650909Z test_broadcast_fn_add_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.058s) 2022-09-27T16:46:39.9363830Z test_broadcast_fn_addcdiv_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.071s) 2022-09-27T16:46:40.0010377Z test_broadcast_fn_addcmul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.064s) 2022-09-27T16:46:40.0580610Z test_broadcast_fn_atan2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.057s) 2022-09-27T16:46:40.1180367Z test_broadcast_fn_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-09-27T16:46:40.1276774Z test_broadcast_fn_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:46:40.1836823Z test_broadcast_fn_div_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-09-27T16:46:40.2386020Z test_broadcast_fn_eq_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.055s) 2022-09-27T16:46:40.2953054Z test_broadcast_fn_fmod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.057s) 2022-09-27T16:46:40.3510268Z test_broadcast_fn_ge_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-09-27T16:46:40.4063919Z test_broadcast_fn_gt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.055s) 2022-09-27T16:46:40.4615169Z test_broadcast_fn_le_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.055s) 2022-09-27T16:46:40.5195904Z test_broadcast_fn_lerp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.058s) 2022-09-27T16:46:40.5749749Z test_broadcast_fn_lt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.055s) 2022-09-27T16:46:40.6264129Z test_broadcast_fn_map2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.051s) 2022-09-27T16:46:40.6856597Z test_broadcast_fn_map_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.059s) 2022-09-27T16:46:40.7459566Z test_broadcast_fn_masked_fill_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.060s) 2022-09-27T16:46:40.8067618Z test_broadcast_fn_masked_scatter_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.061s) 2022-09-27T16:46:40.8173810Z test_broadcast_fn_masked_select_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:46:40.8267058Z test_broadcast_fn_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:46:40.8357375Z test_broadcast_fn_min_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:46:40.8916331Z test_broadcast_fn_mul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-09-27T16:46:40.9469193Z test_broadcast_fn_ne_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.055s) 2022-09-27T16:46:41.0031918Z test_broadcast_fn_pow_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-09-27T16:46:41.0602303Z test_broadcast_fn_remainder_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.057s) 2022-09-27T16:46:41.1186750Z test_broadcast_fn_sub_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.058s) 2022-09-27T16:46:41.1228086Z test_bytes_to_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:41.1368029Z test_bytes_to_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:46:41.1450901Z test_bytes_to_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:46:41.1506510Z test_bytes_to_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:46:41.1587774Z test_bytes_to_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:46:41.1630202Z test_bytes_to_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:41.1685463Z test_bytes_to_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:46:41.1766805Z test_bytes_to_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:46:41.1800471Z test_bytes_to_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:46:41.1833774Z test_bytes_to_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:46:41.4441479Z test_cauchy_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.261s) 2022-09-27T16:46:41.4553451Z test_cauchy_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:46:41.4664561Z test_cauchy_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:46:41.4771129Z test_cauchy_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:46:41.4792257Z test_cauchy_no_inf_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:46:41.4805211Z test_cauchy_no_inf_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:46:41.4827469Z test_cdist_cuda_backward_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:46:41.4874436Z test_cdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:46:41.5787174Z test_cdist_euclidean_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.091s) 2022-09-27T16:46:41.5846060Z test_cdist_grad_p_lt_1_no_nan_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:46:41.5860614Z test_cdist_large_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:46:42.4538292Z test_cdist_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.868s) 2022-09-27T16:46:42.4687534Z test_cdist_non_contiguous_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:46:42.4773000Z test_cdist_non_contiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:46:44.0381512Z test_cdist_norm_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (1.561s) 2022-09-27T16:46:44.4437898Z test_cdist_norm_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.406s) 2022-09-27T16:46:44.4584784Z test_cdist_same_inputs_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:46:44.4643069Z test_clone_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:46:44.4655111Z test_clone_not_memory_dense_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:46:44.4670725Z test_clone_zero_stride_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:46:44.4701698Z test_complex_half_experimental_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:46:44.4716809Z test_constants_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:46:44.5610261Z test_conv_transposed_backward_agnostic_to_memory_format_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.089s) 2022-09-27T16:46:44.5623960Z test_conv_transposed_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:46:44.5714068Z test_copy__cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:5209: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-09-27T16:46:44.5714622Z t.copy_(src) 2022-09-27T16:46:44.5755010Z ok (0.013s) 2022-09-27T16:46:44.5818717Z test_copy__cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:46:44.5937237Z test_copy__cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:46:44.6071180Z test_copy__cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:46:44.6190186Z test_copy__cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:46:44.6307671Z test_copy__cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:46:44.6407628Z test_copy__cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:46:44.6503620Z test_copy__cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:46:44.6576942Z test_copy__cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:46:44.6650486Z test_copy__cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:46:44.6723424Z test_copy__cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:46:44.6798428Z test_copy__cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:46:44.6859738Z test_copy__cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:46:44.6932354Z test_copy_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:46:44.7077681Z test_copy_math_view_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:46:44.7559776Z test_copy_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.048s) 2022-09-27T16:46:44.8070086Z test_copy_transpose_math_view_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.051s) 2022-09-27T16:46:44.8269624Z test_copy_transpose_math_view_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:46:44.8319715Z test_copy_transpose_math_view_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:46:44.8345208Z test_corrcoef_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1918: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-09-27T16:46:44.8345795Z res = torch.corrcoef(x) 2022-09-27T16:46:44.8373505Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:393: RuntimeWarning: Mean of empty slice. 2022-09-27T16:46:44.8374086Z avg = a.mean(axis) 2022-09-27T16:46:44.8375562Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:46:44.8376070Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-09-27T16:46:44.8376768Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2526: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T16:46:44.8377134Z c = cov(x, y, rowvar) 2022-09-27T16:46:44.8377674Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:46:44.8377979Z c *= np.true_divide(1, fact) 2022-09-27T16:46:44.8378370Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:46:44.8378684Z c *= np.true_divide(1, fact) 2022-09-27T16:46:44.8538357Z ok (0.022s) 2022-09-27T16:46:44.8670952Z test_corrcoef_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:46:44.8791277Z test_corrcoef_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:46:44.8821185Z test_cov_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1925: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Correlation.cpp:100.) 2022-09-27T16:46:44.8821915Z res = torch.cov(t, correction=correction, fweights=fweights, aweights=aweights) 2022-09-27T16:46:44.8836962Z test_torch.py:1929: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-09-27T16:46:44.8837475Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-09-27T16:46:45.0256273Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:425: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:46:45.0256673Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-09-27T16:46:45.0430019Z ok (0.164s) 2022-09-27T16:46:45.1806687Z test_cov_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.138s) 2022-09-27T16:46:45.3040842Z test_cov_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.123s) 2022-09-27T16:46:45.7651537Z test_cpp_warnings_have_python_context_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.461s) 2022-09-27T16:46:45.7675104Z test_cublas_config_nondeterministic_alert_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:46:45.8211194Z test_cummax_cummin_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.053s) 2022-09-27T16:46:45.8242013Z test_cummax_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:46:45.8271416Z test_cummin_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:46:45.8510176Z test_cumprod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:46:45.8718735Z test_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:46:45.8999057Z test_deepcopy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-09-27T16:46:45.9272517Z test_deepcopy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:46:45.9294355Z test_deepcopy_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:46:45.9313859Z test_deepcopy_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:46:45.9350425Z test_device_guard_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.004s) 2022-09-27T16:46:46.0442939Z test_diff_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.109s) 2022-09-27T16:46:46.2068338Z test_diff_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.162s) 2022-09-27T16:46:46.3775270Z test_diff_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.171s) 2022-09-27T16:46:46.5766573Z test_diff_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.199s) 2022-09-27T16:46:46.7323580Z test_diff_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.156s) 2022-09-27T16:46:46.8765524Z test_diff_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.144s) 2022-09-27T16:46:46.9852533Z test_diff_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.109s) 2022-09-27T16:46:47.0946527Z test_diff_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.109s) 2022-09-27T16:46:47.1962866Z test_diff_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.102s) 2022-09-27T16:46:47.3046458Z test_diff_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.108s) 2022-09-27T16:46:47.4125835Z test_diff_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.108s) 2022-09-27T16:46:47.5116587Z test_diff_noncontig_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.099s) 2022-09-27T16:46:47.7045515Z test_diff_noncontig_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.193s) 2022-09-27T16:46:47.8588694Z test_diff_noncontig_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.154s) 2022-09-27T16:46:47.9954723Z test_diff_noncontig_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.136s) 2022-09-27T16:46:48.1315511Z test_diff_noncontig_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.136s) 2022-09-27T16:46:48.2591328Z test_diff_noncontig_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.128s) 2022-09-27T16:46:48.3495977Z test_diff_noncontig_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.090s) 2022-09-27T16:46:48.4486079Z test_diff_noncontig_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.099s) 2022-09-27T16:46:48.5305323Z test_diff_noncontig_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.082s) 2022-09-27T16:46:48.6205271Z test_diff_noncontig_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.090s) 2022-09-27T16:46:48.7523873Z test_diff_noncontig_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.132s) 2022-09-27T16:46:48.8072864Z test_dim_function_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.055s) 2022-09-27T16:46:48.8093556Z test_discontiguous_out_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:46:48.8196162Z test_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:46:48.8723563Z test_errors_index_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.053s) 2022-09-27T16:46:48.8733668Z test_expected_failure_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:46:48.8888032Z test_exponential_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:46:48.9041704Z test_exponential_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:46:48.9194686Z test_exponential_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:46:48.9348919Z test_exponential_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:46:48.9395146Z test_exponential_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:46:48.9437205Z test_exponential_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:48.9478131Z test_exponential_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:48.9520547Z test_exponential_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:46:48.9531325Z test_exponential_no_zero_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:46:48.9541804Z test_exponential_no_zero_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:46:52.1201388Z test_gather_backward_deterministic_path_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (3.166s) 2022-09-27T16:46:55.2565965Z test_gather_backward_one_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (3.136s) 2022-09-27T16:46:55.2582230Z test_geometric_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:46:55.2596066Z test_geometric_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:46:55.2609166Z test_geometric_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:46:55.2621419Z test_geometric_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:46:55.2634229Z test_geometric_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:46:55.2646660Z test_geometric_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:46:55.2659374Z test_geometric_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:46:55.2671883Z test_geometric_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:46:55.2684461Z test_geometric_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:46:55.2744896Z test_geometric_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:46:55.2800517Z test_geometric_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:46:55.2856088Z test_geometric_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:46:55.2912674Z test_geometric_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:46:55.2968436Z test_geometric_kstest_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:46:55.3026060Z test_geometric_kstest_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:46:55.3082544Z test_geometric_kstest_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:46:55.3138668Z test_geometric_kstest_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:46:55.3194061Z test_geometric_kstest_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:46:55.9545886Z test_gradient_all_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.635s) 2022-09-27T16:46:56.4471553Z test_gradient_all_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.492s) 2022-09-27T16:46:56.4584631Z test_gradient_all_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1061: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:46:56.4585241Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-09-27T16:46:56.4585869Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1062: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:46:56.4586316Z b = (dx2 - dx1) / (dx1 * dx2) 2022-09-27T16:46:56.4586709Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1063: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:46:56.4587008Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-09-27T16:46:56.4587413Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in add 2022-09-27T16:46:56.4587772Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:46:56.4588436Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1117: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:46:56.4588744Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-09-27T16:46:56.4589158Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1118: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:46:56.4589497Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-09-27T16:46:56.4589897Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in double_scalars 2022-09-27T16:46:56.4590256Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:46:56.5163225Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1100: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:46:56.5163734Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-09-27T16:46:56.5164172Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1101: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:46:56.5164694Z b = (dx1 + dx2) / (dx1 * dx2) 2022-09-27T16:46:56.5165100Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in add 2022-09-27T16:46:56.5165447Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:46:56.5165896Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in add 2022-09-27T16:46:56.5166250Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:46:56.5238918Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:46:56.5239325Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-09-27T16:46:56.5239788Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:46:56.5240197Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-09-27T16:46:56.5440325Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:46:56.5440807Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:46:56.5441379Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1102: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:46:56.5441811Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-09-27T16:46:56.5442219Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:46:56.5442561Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:46:56.5443026Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in multiply 2022-09-27T16:46:56.5443387Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:46:56.5703425Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1119: RuntimeWarning: divide by zero encountered in double_scalars 2022-09-27T16:46:56.5703735Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-09-27T16:46:56.8151755Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: divide by zero encountered in true_divide 2022-09-27T16:46:56.8152167Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-09-27T16:46:56.8152623Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: invalid value encountered in true_divide 2022-09-27T16:46:56.8153072Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-09-27T16:46:56.9072037Z ok (0.460s) 2022-09-27T16:46:57.1526240Z test_gradient_extreme_cases_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.245s) 2022-09-27T16:46:57.3913285Z test_gradient_extreme_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.239s) 2022-09-27T16:46:57.5869588Z test_gradient_extreme_cases_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.196s) 2022-09-27T16:46:57.6056802Z test_gradient_type_promotion_cpu (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1057: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:46:57.6057543Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-09-27T16:46:57.6058022Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:46:57.6058452Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-09-27T16:46:57.6058940Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:46:57.6059556Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-09-27T16:46:57.6069424Z /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-09-27T16:46:57.6070110Z return torch.as_tensor(tensor_like) 2022-09-27T16:46:57.6097581Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:46:57.6098093Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:46:57.6098590Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:46:57.6098963Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:46:57.6390552Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:46:57.6390954Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-09-27T16:46:57.7484864Z ok (0.161s) 2022-09-27T16:46:57.7540894Z test_hook_remove_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:46:59.3322753Z test_index_add_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (1.578s) 2022-09-27T16:46:59.3939790Z test_index_add_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.062s) 2022-09-27T16:46:59.4274394Z test_index_copy_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-09-27T16:46:59.4472116Z test_index_copy_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:46:59.4865393Z test_index_copy_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:46:59.5262615Z test_index_copy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:46:59.5562774Z test_index_copy_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:46:59.5861427Z test_index_copy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:46:59.6157236Z test_index_copy_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:46:59.6352248Z test_index_copy_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:46:59.6542754Z test_index_copy_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:46:59.6728703Z test_index_copy_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:46:59.6918916Z test_index_copy_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:46:59.7111112Z test_index_copy_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:47:06.9531024Z test_index_copy_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (7.242s) 2022-09-27T16:47:07.0063208Z test_index_copy_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.053s) 2022-09-27T16:47:07.0133029Z test_index_copy_scalars_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:47:07.0164100Z test_index_copy_scalars_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:07.0317908Z test_index_copy_scalars_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:47:07.0409929Z test_index_copy_scalars_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:47:07.0470130Z test_index_copy_scalars_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:47:07.0530021Z test_index_copy_scalars_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:47:07.0589390Z test_index_copy_scalars_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:47:07.0619844Z test_index_copy_scalars_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:07.0652173Z test_index_copy_scalars_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:07.0682272Z test_index_copy_scalars_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:07.0712944Z test_index_copy_scalars_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:07.0743744Z test_index_copy_scalars_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:07.0900860Z test_index_fill_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:47:07.1051738Z test_index_fill_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:47:07.1080648Z test_index_fill_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:07.1109047Z test_index_fill_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:07.1261406Z test_index_fill_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:47:07.1412534Z test_index_fill_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:47:07.1562229Z test_index_fill_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:47:07.1709436Z test_index_fill_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:47:07.1857497Z test_index_fill_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:47:07.2006177Z test_index_fill_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:47:07.2155733Z test_index_fill_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:47:07.2304620Z test_index_fill_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:47:07.2480568Z test_index_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:47:07.3355932Z test_index_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.087s) 2022-09-27T16:47:07.3547617Z test_index_put_non_accumulate_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:47:07.3600558Z test_index_reduce_reduce_amax_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.make_non_contiguous() is deprecated since 1.12 and will be removed in 1.14. Depending on the use case there a different replacement options: 2022-09-27T16:47:07.3600985Z 2022-09-27T16:47:07.3601393Z - If you are using `make_non_contiguous` in combination with a creation function to create a noncontiguous tensor with random values, use `torch.testing.make_tensor(..., noncontiguous=True)` instead. 2022-09-27T16:47:07.3602415Z - If you are using `make_non_contiguous` with a specific tensor, you can replace this call with `torch.repeat_interleave(input, 2, dim=-1)[..., ::2]`. 2022-09-27T16:47:07.3603028Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-09-27T16:47:07.3603475Z warnings.warn(msg, FutureWarning) 2022-09-27T16:47:07.3604054Z test_torch.py:2967: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1007.) 2022-09-27T16:47:07.3604487Z dest.index_reduce_(dim, idx, src, reduce, include_self=include_self) 2022-09-27T16:47:07.5266285Z ok (0.172s) 2022-09-27T16:47:07.6995243Z test_index_reduce_reduce_amax_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.173s) 2022-09-27T16:47:07.8728877Z test_index_reduce_reduce_amax_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.173s) 2022-09-27T16:47:08.0498776Z test_index_reduce_reduce_amax_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.177s) 2022-09-27T16:47:08.1659564Z test_index_reduce_reduce_amax_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.116s) 2022-09-27T16:47:08.2815301Z test_index_reduce_reduce_amax_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.115s) 2022-09-27T16:47:08.3921172Z test_index_reduce_reduce_amax_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.110s) 2022-09-27T16:47:08.5062196Z test_index_reduce_reduce_amax_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.114s) 2022-09-27T16:47:08.6206992Z test_index_reduce_reduce_amax_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.114s) 2022-09-27T16:47:08.8024694Z test_index_reduce_reduce_amin_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.182s) 2022-09-27T16:47:08.9770884Z test_index_reduce_reduce_amin_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.174s) 2022-09-27T16:47:09.1507308Z test_index_reduce_reduce_amin_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.174s) 2022-09-27T16:47:09.3229496Z test_index_reduce_reduce_amin_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.172s) 2022-09-27T16:47:09.4367776Z test_index_reduce_reduce_amin_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.114s) 2022-09-27T16:47:09.5570706Z test_index_reduce_reduce_amin_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.120s) 2022-09-27T16:47:09.6666245Z test_index_reduce_reduce_amin_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.110s) 2022-09-27T16:47:09.7804404Z test_index_reduce_reduce_amin_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.114s) 2022-09-27T16:47:09.8953517Z test_index_reduce_reduce_amin_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.115s) 2022-09-27T16:47:10.0994551Z test_index_reduce_reduce_mean_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.204s) 2022-09-27T16:47:10.3067634Z test_index_reduce_reduce_mean_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.207s) 2022-09-27T16:47:10.5305620Z test_index_reduce_reduce_mean_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.224s) 2022-09-27T16:47:10.7325861Z test_index_reduce_reduce_mean_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.202s) 2022-09-27T16:47:10.8779266Z test_index_reduce_reduce_mean_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.145s) 2022-09-27T16:47:11.0249877Z test_index_reduce_reduce_mean_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.147s) 2022-09-27T16:47:11.1635663Z test_index_reduce_reduce_mean_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.138s) 2022-09-27T16:47:11.3103151Z test_index_reduce_reduce_mean_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.147s) 2022-09-27T16:47:11.4828140Z test_index_reduce_reduce_mean_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.172s) 2022-09-27T16:47:11.6587986Z test_index_reduce_reduce_prod_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.176s) 2022-09-27T16:47:11.8379862Z test_index_reduce_reduce_prod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.179s) 2022-09-27T16:47:12.0135995Z test_index_reduce_reduce_prod_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.175s) 2022-09-27T16:47:12.1855440Z test_index_reduce_reduce_prod_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.172s) 2022-09-27T16:47:12.3018948Z test_index_reduce_reduce_prod_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.116s) 2022-09-27T16:47:12.4236849Z test_index_reduce_reduce_prod_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.122s) 2022-09-27T16:47:12.5457793Z test_index_reduce_reduce_prod_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.122s) 2022-09-27T16:47:12.6604186Z test_index_reduce_reduce_prod_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.115s) 2022-09-27T16:47:12.7754750Z test_index_reduce_reduce_prod_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.115s) 2022-09-27T16:47:12.7924026Z test_index_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:47:12.8030410Z test_index_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:47:12.8224174Z test_index_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:47:12.8419998Z test_index_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:47:12.8582411Z test_index_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:47:12.8741540Z test_index_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:47:12.8896439Z test_index_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:47:12.9003218Z test_index_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:47:12.9110777Z test_index_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:47:12.9214262Z test_index_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:47:12.9322229Z test_index_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:47:12.9431043Z test_index_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:47:13.0229679Z test_invalid_shapes_grid_sampler_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.080s) 2022-09-27T16:47:13.0261147Z test_is_set_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:13.0278736Z test_is_signed_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:13.0291468Z test_item_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:13.0303122Z test_item_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:13.0314990Z test_item_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:13.0326731Z test_item_cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:13.0338673Z test_item_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:13.0350395Z test_item_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:13.0362225Z test_item_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:13.0374050Z test_item_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:13.0385662Z test_item_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:13.0397402Z test_item_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:13.0408928Z test_item_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:13.0420467Z test_item_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:13.0431943Z test_item_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:13.0445002Z test_large_cumprod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:47:13.0457932Z test_large_cumsum_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:47:13.0473328Z test_log_normal_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:13.0487852Z test_log_normal_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:13.0501779Z test_log_normal_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:13.0515835Z test_log_normal_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:13.0800175Z test_logcumsumexp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-09-27T16:47:13.0938792Z test_lognormal_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:47:13.1085426Z test_lognormal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:47:13.1219488Z test_lognormal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:47:13.1349327Z test_lognormal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:47:13.1372826Z test_masked_fill_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:13.1422084Z test_masked_fill_cpu_bfloat16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:47:13.1472403Z test_masked_fill_cpu_bfloat16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:47:13.1514895Z test_masked_fill_cpu_bool_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:13.1561496Z test_masked_fill_cpu_bool_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:47:13.1609123Z test_masked_fill_cpu_complex128_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:47:13.1658600Z test_masked_fill_cpu_complex128_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:47:13.1705630Z test_masked_fill_cpu_complex64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:47:13.1755588Z test_masked_fill_cpu_complex64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:47:13.1801960Z test_masked_fill_cpu_float16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:47:13.1850972Z test_masked_fill_cpu_float16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:47:13.1896621Z test_masked_fill_cpu_float32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:47:13.1944280Z test_masked_fill_cpu_float32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:47:13.1989008Z test_masked_fill_cpu_float64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:13.2035899Z test_masked_fill_cpu_float64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:47:13.2078473Z test_masked_fill_cpu_int16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:13.2122445Z test_masked_fill_cpu_int16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:13.2163811Z test_masked_fill_cpu_int32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:13.2206979Z test_masked_fill_cpu_int32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:13.2247463Z test_masked_fill_cpu_int64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:13.2290921Z test_masked_fill_cpu_int64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:13.2331403Z test_masked_fill_cpu_int8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:13.2375750Z test_masked_fill_cpu_int8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:13.2417596Z test_masked_fill_cpu_uint8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:13.2461626Z test_masked_fill_cpu_uint8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:13.2651201Z test_masked_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:47:13.2676623Z test_masked_scatter_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:13.3051336Z test_masked_scatter_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:47:13.3094790Z test_masked_scatter_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:13.3465357Z test_masked_scatter_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:47:13.3894381Z test_masked_scatter_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-09-27T16:47:13.4268171Z test_masked_scatter_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:47:13.4641548Z test_masked_scatter_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:47:13.5010255Z test_masked_scatter_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:47:13.5379920Z test_masked_scatter_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:47:13.6006027Z test_masked_scatter_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.063s) 2022-09-27T16:47:13.6374938Z test_masked_scatter_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:47:13.6743579Z test_masked_scatter_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:47:13.7112991Z test_masked_scatter_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:47:13.7126897Z test_masked_scatter_large_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:47:13.7255486Z test_masked_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:47:13.7305113Z test_masked_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:47:13.7306133Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:47:13.7364801Z ok (0.011s) 2022-09-27T16:47:13.7410654Z test_masked_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:47:13.7411533Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:47:13.7454525Z ok (0.009s) 2022-09-27T16:47:13.7499666Z test_masked_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:47:13.7500578Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:47:13.7557230Z ok (0.010s) 2022-09-27T16:47:13.7602434Z test_masked_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:47:13.7603316Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:47:13.7660848Z ok (0.010s) 2022-09-27T16:47:13.7705989Z test_masked_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:47:13.7707200Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:47:13.7721986Z ok (0.006s) 2022-09-27T16:47:13.7767760Z test_masked_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:47:13.7768624Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:47:13.7821638Z ok (0.010s) 2022-09-27T16:47:13.7866663Z test_masked_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:47:13.7867575Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:47:13.7919480Z ok (0.010s) 2022-09-27T16:47:13.7965082Z test_masked_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:47:13.7965995Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:47:13.8010286Z ok (0.009s) 2022-09-27T16:47:13.8055950Z test_masked_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:47:13.8056821Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:47:13.8099834Z ok (0.009s) 2022-09-27T16:47:13.8144719Z test_masked_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:47:13.8145572Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:47:13.8185966Z ok (0.009s) 2022-09-27T16:47:13.8230961Z test_masked_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:47:13.8231828Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:47:13.8273901Z ok (0.009s) 2022-09-27T16:47:13.8318672Z test_masked_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:3609: UserWarning: masked_select received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1729.) 2022-09-27T16:47:13.8319533Z torch.masked_select(src, mask, out=dst3) 2022-09-27T16:47:13.8361398Z ok (0.009s) 2022-09-27T16:47:13.9044350Z test_masked_select_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.068s) 2022-09-27T16:47:13.9560698Z test_memory_format_clone_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.052s) 2022-09-27T16:47:13.9581232Z test_memory_format_consistency_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:13.9597731Z test_memory_format_cpu_and_cuda_ops_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:47:13.9756472Z test_memory_format_empty_like_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:47:15.0979265Z test_memory_format_factory_like_functions_preserve_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (1.122s) 2022-09-27T16:47:15.8463108Z test_memory_format_operators_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.748s) 2022-09-27T16:47:15.8489124Z test_memory_format_preserved_after_permute_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:15.8542570Z test_memory_format_propagation_rules_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:47:15.9024172Z test_memory_format_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.048s) 2022-09-27T16:47:15.9489193Z test_memory_format_type_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-09-27T16:47:16.3299141Z test_memory_format_type_shortcuts_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.381s) 2022-09-27T16:47:16.3310388Z test_module_share_memory_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:47:16.3333460Z test_multinomial_cpu_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.3356455Z test_multinomial_cpu_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.3378631Z test_multinomial_cpu_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.3820510Z test_multinomial_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.044s) 2022-09-27T16:47:16.4168174Z test_multinomial_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-09-27T16:47:16.4185287Z test_multinomial_deterministic_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:47:16.4201319Z test_multinomial_deterministic_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:47:16.4216050Z test_multinomial_deterministic_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:47:16.4225804Z test_multinomial_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:47:16.4239226Z test_multinomial_empty_w_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:16.4252199Z test_multinomial_empty_wo_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:16.4262594Z test_multinomial_gpu_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:47:16.4277676Z test_multinomial_rng_state_advance_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:47:16.4293416Z test_narrow_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.4315816Z test_nondeterministic_alert_AdaptiveAvgPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.4336419Z test_nondeterministic_alert_AdaptiveAvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.4356499Z test_nondeterministic_alert_AdaptiveMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.4377188Z test_nondeterministic_alert_AvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.4423856Z test_nondeterministic_alert_CTCLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:47:16.4453568Z test_nondeterministic_alert_EmbeddingBag_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:16.4488615Z test_nondeterministic_alert_FractionalMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:16.4509928Z test_nondeterministic_alert_FractionalMaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.4530747Z test_nondeterministic_alert_MaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.4543379Z test_nondeterministic_alert_MaxUnpool1d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-09-27T16:47:16.4675503Z test_nondeterministic_alert_MaxUnpool1d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:47:16.4800405Z test_nondeterministic_alert_MaxUnpool1d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:47:16.4813496Z test_nondeterministic_alert_MaxUnpool2d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-09-27T16:47:16.4935932Z test_nondeterministic_alert_MaxUnpool2d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:47:16.5059062Z test_nondeterministic_alert_MaxUnpool2d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:47:16.5072408Z test_nondeterministic_alert_MaxUnpool3d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-09-27T16:47:16.5213692Z test_nondeterministic_alert_MaxUnpool3d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:47:16.5351293Z test_nondeterministic_alert_MaxUnpool3d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:47:16.5368932Z test_nondeterministic_alert_NLLLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.5390663Z test_nondeterministic_alert_ReflectionPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.5411579Z test_nondeterministic_alert_ReflectionPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.5446086Z test_nondeterministic_alert_ReflectionPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:16.5465521Z test_nondeterministic_alert_ReplicationPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.5485512Z test_nondeterministic_alert_ReplicationPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.5510684Z test_nondeterministic_alert_ReplicationPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.5524141Z test_nondeterministic_alert_bincount_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:16.5539267Z test_nondeterministic_alert_cumsum_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:16.5557671Z test_nondeterministic_alert_cumsum_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.5575859Z test_nondeterministic_alert_cumsum_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.5591554Z test_nondeterministic_alert_cumsum_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.5607546Z test_nondeterministic_alert_cumsum_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.5622524Z test_nondeterministic_alert_cumsum_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:16.5637079Z test_nondeterministic_alert_cumsum_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:16.5651027Z test_nondeterministic_alert_cumsum_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:16.5665621Z test_nondeterministic_alert_cumsum_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:16.5680324Z test_nondeterministic_alert_cumsum_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:16.5699715Z test_nondeterministic_alert_grid_sample_2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.5718571Z test_nondeterministic_alert_grid_sample_3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.5735749Z test_nondeterministic_alert_histc_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.5758939Z test_nondeterministic_alert_interpolate_bicubic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.5779591Z test_nondeterministic_alert_interpolate_bilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.5799312Z test_nondeterministic_alert_interpolate_linear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.5833568Z test_nondeterministic_alert_interpolate_trilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:16.5856518Z test_nondeterministic_alert_kthvalue_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.5884282Z test_nondeterministic_alert_median_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... test_torch.py:1628: UserWarning: An output with one or more elements was resized since it had shape [10], which does not match the required output shape []. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:47:16.5885007Z torch.median(a, 0, out=(result, indices)) 2022-09-27T16:47:16.5886383Z ok (0.003s) 2022-09-27T16:47:16.5903301Z test_nondeterministic_alert_put_accumulate_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:16.6229267Z test_nondeterministic_alert_put_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:47:16.6327691Z test_normal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:47:16.6434263Z test_normal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:47:16.6526818Z test_normal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:47:16.7651393Z test_nullary_op_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.112s) 2022-09-27T16:47:16.7699672Z test_pairwise_distance_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:47:16.7731671Z test_pdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:16.7744501Z test_pdist_norm_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:47:16.7769786Z test_pickle_gradscaler_cpu (__main__.TestTorchDeviceTypeCPU) ... /opt/conda/lib/python3.7/site-packages/torch/cuda/amp/grad_scaler.py:118: UserWarning: torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling. 2022-09-27T16:47:16.7770301Z warnings.warn("torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.") 2022-09-27T16:47:16.7772413Z ok (0.003s) 2022-09-27T16:47:16.7792789Z test_pin_memory_from_constructor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:47:16.7821838Z test_put_accumulate_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:16.7881450Z test_put_accumulate_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:47:16.7936810Z test_put_accumulate_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:47:16.7965279Z test_put_accumulate_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:16.8007213Z test_put_accumulate_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:16.8049197Z test_put_accumulate_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:16.8083896Z test_put_accumulate_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:16.8117927Z test_put_accumulate_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:16.8150178Z test_put_accumulate_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:16.8184445Z test_put_accumulate_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:16.8218954Z test_put_accumulate_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:16.9618336Z test_put_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.140s) 2022-09-27T16:47:17.1330764Z test_put_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.171s) 2022-09-27T16:47:17.3071800Z test_put_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.174s) 2022-09-27T16:47:17.4470752Z test_put_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.140s) 2022-09-27T16:47:17.5847913Z test_put_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.138s) 2022-09-27T16:47:17.7168261Z test_put_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.132s) 2022-09-27T16:47:17.7973018Z test_put_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.080s) 2022-09-27T16:47:17.8785534Z test_put_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.081s) 2022-09-27T16:47:17.9585512Z test_put_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.080s) 2022-09-27T16:47:18.0415304Z test_put_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.083s) 2022-09-27T16:47:18.1247589Z test_put_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.083s) 2022-09-27T16:47:18.1324413Z test_put_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:47:18.2133938Z test_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.081s) 2022-09-27T16:47:18.2180350Z test_repeat_interleave_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-09-27T16:47:18.3946158Z test_scalar_check_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.176s) 2022-09-27T16:47:18.3968728Z test_scatter_add_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:18.4339914Z test_scatter_add_non_unique_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-09-27T16:47:21.6221810Z test_scatter_add_one_dim_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (3.188s) 2022-09-27T16:47:21.6244055Z test_scatter_add_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:21.6262437Z test_scatter_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:21.6684119Z test_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:47:21.6698140Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:47:21.6711182Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:47:21.6793783Z test_scatter_reduce_non_unique_index_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:47:21.6836225Z test_scatter_reduce_non_unique_index_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:21.6926751Z test_scatter_reduce_non_unique_index_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:47:21.7019919Z test_scatter_reduce_non_unique_index_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:47:21.7094630Z test_scatter_reduce_non_unique_index_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:47:21.7167172Z test_scatter_reduce_non_unique_index_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:47:21.7237169Z test_scatter_reduce_non_unique_index_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-09-27T16:47:21.7277692Z test_scatter_reduce_non_unique_index_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:21.7317993Z test_scatter_reduce_non_unique_index_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:21.7356511Z test_scatter_reduce_non_unique_index_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:21.7396389Z test_scatter_reduce_non_unique_index_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:21.7436196Z test_scatter_reduce_non_unique_index_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:21.7474709Z test_scatter_reduce_operations_to_large_input_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:21.7507476Z test_scatter_reduce_operations_to_large_input_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:21.7547106Z test_scatter_reduce_operations_to_large_input_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:21.7587807Z test_scatter_reduce_operations_to_large_input_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:21.7626210Z test_scatter_reduce_operations_to_large_input_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:21.7684948Z test_scatter_reduce_operations_to_large_input_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:47:21.7722021Z test_scatter_reduce_operations_to_large_input_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:21.7754910Z test_scatter_reduce_operations_to_large_input_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:21.7788234Z test_scatter_reduce_operations_to_large_input_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:21.7820869Z test_scatter_reduce_operations_to_large_input_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:21.7853672Z test_scatter_reduce_operations_to_large_input_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:21.7887698Z test_scatter_reduce_operations_to_large_input_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:21.7925655Z test_scatter_reduce_scalar_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:21.7956864Z test_scatter_reduce_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:21.7995774Z test_scatter_reduce_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:21.8035377Z test_scatter_reduce_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:21.8073450Z test_scatter_reduce_scalar_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:21.8110933Z test_scatter_reduce_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:21.8146971Z test_scatter_reduce_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:21.8178393Z test_scatter_reduce_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:21.8209489Z test_scatter_reduce_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:21.8239625Z test_scatter_reduce_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:21.8271059Z test_scatter_reduce_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:21.8302214Z test_scatter_reduce_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:21.8323563Z test_scatter_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:21.8341334Z test_scatter_zero_size_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:21.8358474Z test_serialization_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:47:21.8640705Z test_set_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-09-27T16:47:21.8910507Z test_set_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:47:21.9196641Z test_set_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:47:21.9484609Z test_set_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-09-27T16:47:21.9767643Z test_set_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-09-27T16:47:22.0051341Z test_set_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-09-27T16:47:22.0333955Z test_set_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-09-27T16:47:22.0605923Z test_set_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:47:22.0879660Z test_set_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:47:22.1154715Z test_set_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:47:22.1430803Z test_set_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-09-27T16:47:22.1706848Z test_set_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-09-27T16:47:22.1991945Z test_shift_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-09-27T16:47:22.2002189Z test_skip_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:22.2013159Z test_storage_all_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:47:22.2126383Z test_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:47:22.2387584Z test_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:47:22.2591864Z test_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:47:22.2945045Z test_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-09-27T16:47:22.3122492Z test_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:47:22.3228296Z test_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-09-27T16:47:22.3345930Z test_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-09-27T16:47:22.3480305Z test_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-09-27T16:47:22.3577327Z test_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:47:22.3674307Z test_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:47:22.4074090Z test_storage_meta_errors_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:47:22.4468786Z test_storage_meta_errors_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:47:22.4862343Z test_storage_meta_errors_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:47:22.5256204Z test_storage_meta_errors_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:47:22.5649296Z test_storage_meta_errors_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:47:22.6045647Z test_storage_meta_errors_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:47:22.6444084Z test_storage_meta_errors_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:47:22.6840254Z test_storage_meta_errors_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:47:22.7237310Z test_storage_meta_errors_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:47:22.7633528Z test_storage_meta_errors_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:47:22.8030114Z test_storage_meta_errors_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:47:22.8428621Z test_storage_meta_errors_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:47:22.8452849Z test_storage_meta_from_tensor_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:22.8472058Z test_storage_meta_from_tensor_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:22.8495589Z test_storage_meta_from_tensor_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:22.8518096Z test_storage_meta_from_tensor_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:22.8538076Z test_storage_meta_from_tensor_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:22.8558007Z test_storage_meta_from_tensor_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:22.8578020Z test_storage_meta_from_tensor_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:22.8595754Z test_storage_meta_from_tensor_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:22.8613530Z test_storage_meta_from_tensor_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:22.8631086Z test_storage_meta_from_tensor_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:22.8649083Z test_storage_meta_from_tensor_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:22.8666592Z test_storage_meta_from_tensor_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:22.8742558Z test_storage_setitem_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:47:22.8824263Z test_storage_setitem_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:47:22.8904774Z test_storage_setitem_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:47:22.8984931Z test_storage_setitem_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:47:22.9063956Z test_storage_setitem_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:47:22.9142616Z test_storage_setitem_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:47:22.9221321Z test_storage_setitem_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:47:22.9302012Z test_storage_setitem_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:47:22.9381624Z test_storage_setitem_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:47:22.9468113Z test_storage_setitem_cpu_qint32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-09-27T16:47:22.9553322Z test_storage_setitem_cpu_qint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:47:22.9637450Z test_storage_setitem_cpu_quint4x2 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:47:22.9720159Z test_storage_setitem_cpu_quint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:47:22.9798582Z test_storage_setitem_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-09-27T16:47:23.1428386Z test_strides_propagation_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.163s) 2022-09-27T16:47:23.1460498Z test_sync_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:47:23.1699428Z test_take_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-09-27T16:47:23.1845908Z test_take_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:47:23.2109299Z test_take_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:47:23.2373316Z test_take_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:47:23.2585646Z test_take_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:47:23.2801058Z test_take_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-09-27T16:47:23.3017935Z test_take_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:47:23.3166786Z test_take_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:47:23.3317052Z test_take_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:47:23.3457641Z test_take_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:47:23.3603604Z test_take_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-09-27T16:47:23.3746975Z test_take_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-09-27T16:47:23.3790670Z test_take_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:23.4108917Z test_tensor_from_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:47:23.4416411Z test_tensor_from_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:47:23.4842412Z test_tensor_from_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:47:23.5164676Z test_tensor_from_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:47:23.5481965Z test_tensor_from_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:47:23.5799795Z test_tensor_from_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:47:23.6115813Z test_tensor_from_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:47:23.6421657Z test_tensor_from_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:47:23.6726492Z test_tensor_from_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:47:23.7033041Z test_tensor_from_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:47:23.7338227Z test_tensor_from_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-09-27T16:47:23.7648452Z test_tensor_from_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:47:23.7662821Z test_tensor_set_errors_multigpu_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:47:23.7884394Z test_tensor_shape_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:47:23.7903746Z test_tensor_storage_type_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:23.7918659Z test_tensor_storage_type_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:23.7937299Z test_tensor_storage_type_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:23.7955551Z test_tensor_storage_type_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:23.7971906Z test_tensor_storage_type_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:23.7987909Z test_tensor_storage_type_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:23.8004068Z test_tensor_storage_type_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:23.8018428Z test_tensor_storage_type_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:23.8032221Z test_tensor_storage_type_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:23.8046295Z test_tensor_storage_type_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:23.8060516Z test_tensor_storage_type_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:23.8074583Z test_tensor_storage_type_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:24.1395450Z test_ternary_op_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.332s) 2022-09-27T16:47:24.1430237Z test_typed_storage_meta_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:24.1462018Z test_typed_storage_meta_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:24.1492900Z test_typed_storage_meta_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:24.1523358Z test_typed_storage_meta_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:24.1553919Z test_typed_storage_meta_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:24.1584480Z test_typed_storage_meta_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:24.1615230Z test_typed_storage_meta_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:24.1645592Z test_typed_storage_meta_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:24.1676418Z test_typed_storage_meta_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:24.1706937Z test_typed_storage_meta_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:24.1738140Z test_typed_storage_meta_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:24.1769017Z test_typed_storage_meta_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:24.1804636Z test_unfold_all_devices_and_dtypes_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-09-27T16:47:24.1834109Z test_unfold_scalars_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-09-27T16:47:24.1893947Z test_uniform_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:47:24.1955941Z test_uniform_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:47:24.2017454Z test_uniform_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-09-27T16:47:24.2179413Z test_uniform_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:47:24.2202640Z test_untyped_storage_meta_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-09-27T16:47:24.2218293Z test_warn_always_caught_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:47:24.2636485Z test_where_scalar_handcrafted_values_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:47:24.2647715Z test_cuda_vitals_gpu_only_cpu (__main__.TestVitalSignsCudaCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:47:24.2648137Z 2022-09-27T16:47:24.2648643Z ---------------------------------------------------------------------- 2022-09-27T16:47:24.2649012Z Ran 826 tests in 54.947s 2022-09-27T16:47:24.2649128Z 2022-09-27T16:47:24.2649202Z OK (skipped=38) 2022-09-27T16:47:24.2649311Z 2022-09-27T16:47:24.2649388Z Generating XML reports... 2022-09-27T16:47:24.2688552Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20220927164629.xml 2022-09-27T16:47:24.2838525Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorch-20220927164629.xml 2022-09-27T16:47:24.3401098Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20220927164629.xml 2022-09-27T16:47:24.3403958Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20220927164629.xml 2022-09-27T16:47:24.9526703Z [TORCH_VITAL] Dataloader.enabled True 2022-09-27T16:47:24.9527019Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-09-27T16:47:24.9527247Z [TORCH_VITAL] CUDA.used False 2022-09-27T16:47:25.0802448Z Running test_type_promotion ... [2022-09-27 16:47:25.079868] 2022-09-27T16:47:25.0803038Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:47:25.079953] 2022-09-27T16:47:29.0533788Z Test results will be stored in test-reports/python-unittest/test_type_promotion 2022-09-27T16:47:29.0637868Z 2022-09-27T16:47:29.0638331Z Running tests... 2022-09-27T16:47:29.0638764Z ---------------------------------------------------------------------- 2022-09-27T16:47:29.0694254Z test_add_wrapped_cpu (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:47:29.1036950Z test_alpha_mismatch_cpu (__main__.TestTypePromotionCPU) ... ok (0.034s) 2022-09-27T16:47:29.1384777Z test_alternate_result_cpu (__main__.TestTypePromotionCPU) ... ok (0.035s) 2022-09-27T16:47:29.1574018Z test_bfloat16_cpu (__main__.TestTypePromotionCPU) ... ok (0.019s) 2022-09-27T16:47:29.1685035Z test_booleans_cpu (__main__.TestTypePromotionCPU) ... test_type_promotion.py:438: UserWarning: This overload of add is deprecated: 2022-09-27T16:47:29.1685687Z add(Tensor input, Number alpha, Tensor other, *, Tensor out) 2022-09-27T16:47:29.1685966Z Consider using one of the following signatures instead: 2022-09-27T16:47:29.1686347Z add(Tensor input, Tensor other, *, Number alpha, Tensor out) (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.cpp:1418.) 2022-09-27T16:47:29.1686947Z torch.tensor(True, device=device), True), 2022-09-27T16:47:29.1778916Z ok (0.020s) 2022-09-27T16:47:29.1791099Z test_can_cast_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-09-27T16:47:29.3146596Z test_cat_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (0.135s) 2022-09-27T16:47:35.7364619Z test_cat_out_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (6.422s) 2022-09-27T16:47:35.7417026Z test_clamp_type_promotion_cpu_bool_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:47:35.7492245Z test_clamp_type_promotion_cpu_bool_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-09-27T16:47:35.7558071Z test_clamp_type_promotion_cpu_bool_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-09-27T16:47:35.7746131Z test_clamp_type_promotion_cpu_bool_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.019s) 2022-09-27T16:47:35.7855918Z test_clamp_type_promotion_cpu_bool_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-09-27T16:47:35.7963719Z test_clamp_type_promotion_cpu_bool_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-09-27T16:47:35.8069319Z test_clamp_type_promotion_cpu_bool_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:47:35.8172139Z test_clamp_type_promotion_cpu_bool_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:47:35.8268722Z test_clamp_type_promotion_cpu_bool_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:47:35.8375854Z test_clamp_type_promotion_cpu_bool_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-09-27T16:47:35.8477204Z test_clamp_type_promotion_cpu_bool_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:47:35.8572665Z test_clamp_type_promotion_cpu_bool_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:47:35.8651205Z test_clamp_type_promotion_cpu_bool_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-09-27T16:47:35.8733090Z test_clamp_type_promotion_cpu_bool_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-09-27T16:47:35.8813993Z test_clamp_type_promotion_cpu_bool_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-09-27T16:47:35.8890005Z test_clamp_type_promotion_cpu_bool_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-09-27T16:47:35.9053987Z test_clamp_type_promotion_cpu_float32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:47:35.9197775Z test_clamp_type_promotion_cpu_float32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:47:35.9342137Z test_clamp_type_promotion_cpu_float32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:47:35.9485116Z test_clamp_type_promotion_cpu_float32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:47:35.9625068Z test_clamp_type_promotion_cpu_float32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:47:35.9769675Z test_clamp_type_promotion_cpu_float32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:47:35.9919515Z test_clamp_type_promotion_cpu_float32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-09-27T16:47:36.0058434Z test_clamp_type_promotion_cpu_float32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:47:36.0197145Z test_clamp_type_promotion_cpu_float32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:47:36.0345366Z test_clamp_type_promotion_cpu_float32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-09-27T16:47:36.0492521Z test_clamp_type_promotion_cpu_float32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-09-27T16:47:36.0629769Z test_clamp_type_promotion_cpu_float32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:47:36.0771820Z test_clamp_type_promotion_cpu_float32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:47:36.0913230Z test_clamp_type_promotion_cpu_float32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:47:36.1057800Z test_clamp_type_promotion_cpu_float32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:47:36.1240596Z test_clamp_type_promotion_cpu_float32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.018s) 2022-09-27T16:47:36.1388429Z test_clamp_type_promotion_cpu_float64_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.015s) 2022-09-27T16:47:36.1531184Z test_clamp_type_promotion_cpu_float64_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:47:36.1990294Z test_clamp_type_promotion_cpu_float64_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.046s) 2022-09-27T16:47:36.2130043Z test_clamp_type_promotion_cpu_float64_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:47:36.2273930Z test_clamp_type_promotion_cpu_float64_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:47:36.2419229Z test_clamp_type_promotion_cpu_float64_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:47:36.2563941Z test_clamp_type_promotion_cpu_float64_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:47:36.2696325Z test_clamp_type_promotion_cpu_float64_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:47:36.2828718Z test_clamp_type_promotion_cpu_float64_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:47:36.2965469Z test_clamp_type_promotion_cpu_float64_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:47:36.3101768Z test_clamp_type_promotion_cpu_float64_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:47:36.3232684Z test_clamp_type_promotion_cpu_float64_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:47:36.3367168Z test_clamp_type_promotion_cpu_float64_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:47:36.3499550Z test_clamp_type_promotion_cpu_float64_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:47:36.3629439Z test_clamp_type_promotion_cpu_float64_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:47:36.3770224Z test_clamp_type_promotion_cpu_float64_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.014s) 2022-09-27T16:47:36.3872955Z test_clamp_type_promotion_cpu_int32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:47:36.3971906Z test_clamp_type_promotion_cpu_int32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:47:36.4073369Z test_clamp_type_promotion_cpu_int32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:47:36.4170669Z test_clamp_type_promotion_cpu_int32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:47:36.4272718Z test_clamp_type_promotion_cpu_int32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:47:36.4377940Z test_clamp_type_promotion_cpu_int32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:47:36.4485332Z test_clamp_type_promotion_cpu_int32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-09-27T16:47:36.4583210Z test_clamp_type_promotion_cpu_int32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:47:36.4682094Z test_clamp_type_promotion_cpu_int32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:47:36.4782959Z test_clamp_type_promotion_cpu_int32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:47:36.4917241Z test_clamp_type_promotion_cpu_int32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.013s) 2022-09-27T16:47:36.5015126Z test_clamp_type_promotion_cpu_int32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:47:36.5104573Z test_clamp_type_promotion_cpu_int32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-09-27T16:47:36.5199779Z test_clamp_type_promotion_cpu_int32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-09-27T16:47:36.5289209Z test_clamp_type_promotion_cpu_int32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-09-27T16:47:36.5379321Z test_clamp_type_promotion_cpu_int32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-09-27T16:47:37.3513496Z test_comparison_ops_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.813s) 2022-09-27T16:47:37.3538071Z test_complex_assertraises_cpu (__main__.TestTypePromotionCPU) ... test_type_promotion.py:650: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-09-27T16:47:37.3538562Z v = torch.tensor([2], dtype=dt2, device=device) 2022-09-27T16:47:39.0648519Z ok (1.713s) 2022-09-27T16:47:39.0849740Z test_complex_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.020s) 2022-09-27T16:47:39.1142361Z test_complex_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.029s) 2022-09-27T16:47:39.1172025Z test_complex_scalar_mult_tensor_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:47:39.1231506Z test_computation_ignores_out_cpu (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:47:39.1310714Z test_create_bool_tensors_cpu (__main__.TestTypePromotionCPU) ... ok (0.008s) 2022-09-27T16:47:39.1377448Z test_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-09-27T16:47:39.1442904Z test_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-09-27T16:47:39.1512333Z test_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-09-27T16:47:39.1577253Z test_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:47:39.1642205Z test_div_promotion_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:47:39.1707640Z test_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:47:39.2233481Z test_div_promotion_inplace_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.052s) 2022-09-27T16:47:39.2288963Z test_div_promotion_inplace_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:47:39.2335031Z test_div_promotion_inplace_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:47:39.2851698Z test_div_promotion_inplace_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.052s) 2022-09-27T16:47:39.3373488Z test_div_promotion_inplace_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.052s) 2022-09-27T16:47:39.4055451Z test_div_promotion_inplace_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.068s) 2022-09-27T16:47:39.4577936Z test_div_promotion_inplace_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.052s) 2022-09-27T16:47:39.5276972Z test_div_promotion_inplace_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.070s) 2022-09-27T16:47:39.5813809Z test_div_promotion_out_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.054s) 2022-09-27T16:47:39.5864580Z test_div_promotion_out_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:47:39.5910143Z test_div_promotion_out_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:39.6444918Z test_div_promotion_out_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.053s) 2022-09-27T16:47:39.6977923Z test_div_promotion_out_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.053s) 2022-09-27T16:47:39.7509623Z test_div_promotion_out_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.053s) 2022-09-27T16:47:39.8041029Z test_div_promotion_out_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.053s) 2022-09-27T16:47:39.8573697Z test_div_promotion_out_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.053s) 2022-09-27T16:47:39.8619396Z test_float_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:47:39.8653269Z test_from_issue_cpu (__main__.TestTypePromotionCPU) ... ok (0.003s) 2022-09-27T16:47:39.8674182Z test_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:47:39.8724540Z test_indexing_cpu (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:47:39.9072692Z test_indexing_fail_cpu (__main__.TestTypePromotionCPU) ... ok (0.035s) 2022-09-27T16:47:39.9594923Z test_inplace_cpu (__main__.TestTypePromotionCPU) ... ok (0.052s) 2022-09-27T16:47:39.9614899Z test_int_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:47:39.9629993Z test_int_to_float_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-09-27T16:47:39.9989338Z test_integer_addcdiv_deprecated_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.036s) 2022-09-27T16:47:40.0344504Z test_integer_addcdiv_deprecated_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.035s) 2022-09-27T16:47:40.0700134Z test_integer_addcdiv_deprecated_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.035s) 2022-09-27T16:47:40.1055675Z test_integer_addcdiv_deprecated_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.035s) 2022-09-27T16:47:40.1410798Z test_integer_addcdiv_deprecated_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.035s) 2022-09-27T16:47:40.1480437Z test_lt_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.007s) 2022-09-27T16:47:41.6452530Z test_many_promotions_cpu (__main__.TestTypePromotionCPU) ... ok (1.497s) 2022-09-27T16:47:41.6785697Z test_mixed_type_backward_cpu (__main__.TestTypePromotionCPU) ... ok (0.033s) 2022-09-27T16:47:41.6956022Z test_non_promoting_ops_cpu (__main__.TestTypePromotionCPU) ... ok (0.017s) 2022-09-27T16:47:41.6999860Z test_numpy_array_binary_ufunc_promotion_cpu_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7042920Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7084259Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7126023Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7167939Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7210391Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7251506Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7292938Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7334647Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7376463Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7418356Z test_numpy_array_binary_ufunc_promotion_cpu_bool_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7460295Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7499533Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7541022Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7582731Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7628191Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7669827Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7711520Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7805062Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int32 (__main__.TestTypePromotionCPU) ... ok (0.009s) 2022-09-27T16:47:41.7843857Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7883034Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7922040Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.7961188Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8000298Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8037498Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8076884Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8115754Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8156012Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8195085Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8236728Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8278423Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8319637Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8361036Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8402879Z test_numpy_array_binary_ufunc_promotion_cpu_float16_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8444590Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8486116Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8525153Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8565990Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8614149Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:47:41.8658257Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8699793Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8741573Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8782952Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8824307Z test_numpy_array_binary_ufunc_promotion_cpu_float16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8865822Z test_numpy_array_binary_ufunc_promotion_cpu_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8907125Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8948423Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.8989083Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9028093Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9069447Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9111114Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9153293Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9199424Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:47:41.9241122Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9282677Z test_numpy_array_binary_ufunc_promotion_cpu_float32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9324346Z test_numpy_array_binary_ufunc_promotion_cpu_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9365703Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9409228Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9452918Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9496242Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9535767Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9577200Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9621207Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9664643Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9711686Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int8 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:47:41.9753431Z test_numpy_array_binary_ufunc_promotion_cpu_float64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9794835Z test_numpy_array_binary_ufunc_promotion_cpu_int16_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9836339Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9878299Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:41.9924461Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float16 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:47:41.9966252Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0008136Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0047264Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0088714Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0130634Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0174677Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0218269Z test_numpy_array_binary_ufunc_promotion_cpu_int16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0260821Z test_numpy_array_binary_ufunc_promotion_cpu_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0302870Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0345296Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0387800Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0430530Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0539048Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.011s) 2022-09-27T16:47:42.0578736Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0616965Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0658771Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0700758Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0743060Z test_numpy_array_binary_ufunc_promotion_cpu_int32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0785533Z test_numpy_array_binary_ufunc_promotion_cpu_int64_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0827429Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0875951Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:47:42.0918571Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.0961200Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1003022Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1045153Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1086977Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1126449Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1168704Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1210948Z test_numpy_array_binary_ufunc_promotion_cpu_int64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1253205Z test_numpy_array_binary_ufunc_promotion_cpu_int8_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1295192Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1337362Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1379349Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1421619Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1463827Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1505828Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1547928Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1589921Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1629585Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1672855Z test_numpy_array_binary_ufunc_promotion_cpu_int8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1714893Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_bool (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1756732Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1798785Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1841114Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float16 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1883624Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1925865Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.1973976Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int16 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:47:42.2016215Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int32 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.2058191Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.2101597Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.2141325Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:42.2163835Z test_promote_self_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:47:42.2178043Z test_promote_types_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-09-27T16:47:42.2204236Z test_result_type_cpu_bfloat16_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.2288462Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-09-27T16:47:42.2313601Z test_result_type_cpu_bfloat16_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.2366289Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:47:42.2392281Z test_result_type_cpu_bfloat16_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.2476838Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-09-27T16:47:42.2502566Z test_result_type_cpu_bfloat16_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.2586216Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-09-27T16:47:42.2612137Z test_result_type_cpu_bfloat16_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.2681426Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.2707419Z test_result_type_cpu_bfloat16_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.2776068Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.2801580Z test_result_type_cpu_bfloat16_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.2867760Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.2893815Z test_result_type_cpu_bfloat16_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.2945760Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:47:42.2972025Z test_result_type_cpu_bfloat16_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.3024659Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:47:42.3050627Z test_result_type_cpu_bfloat16_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.3102050Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:47:42.3128063Z test_result_type_cpu_bfloat16_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.3179130Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:47:42.3204877Z test_result_type_cpu_bfloat16_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.3256246Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:47:42.3282215Z test_result_type_cpu_bool_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.3333631Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:47:42.3359416Z test_result_type_cpu_bool_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.3386753Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:42.3412745Z test_result_type_cpu_bool_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.3475096Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.3551245Z test_result_type_cpu_bool_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.3615446Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-09-27T16:47:42.3637776Z test_result_type_cpu_bool_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.3688292Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.3711154Z test_result_type_cpu_bool_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.3760686Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.3783888Z test_result_type_cpu_bool_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.3831873Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.3855219Z test_result_type_cpu_bool_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.3886357Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:42.3908881Z test_result_type_cpu_bool_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.3939424Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:42.3962671Z test_result_type_cpu_bool_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.3992993Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:42.4016354Z test_result_type_cpu_bool_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.4046897Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:42.4070107Z test_result_type_cpu_bool_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.4101126Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:42.4124302Z test_result_type_cpu_complex128_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.4208051Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-09-27T16:47:42.4230883Z test_result_type_cpu_complex128_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.4293514Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.4316282Z test_result_type_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.4405203Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-09-27T16:47:42.4428183Z test_result_type_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.4520596Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-09-27T16:47:42.4545618Z test_result_type_cpu_complex128_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.4625741Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:47:42.4648940Z test_result_type_cpu_complex128_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.4728413Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:47:42.4751467Z test_result_type_cpu_complex128_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.4829924Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:47:42.4853152Z test_result_type_cpu_complex128_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.4916423Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.4940862Z test_result_type_cpu_complex128_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.5006592Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.5032118Z test_result_type_cpu_complex128_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.5096442Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.5122378Z test_result_type_cpu_complex128_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.5186543Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.5213141Z test_result_type_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.5276211Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.5302626Z test_result_type_cpu_complex64_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.5390653Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-09-27T16:47:42.5416880Z test_result_type_cpu_complex64_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.5480981Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.5506363Z test_result_type_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.5598753Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-09-27T16:47:42.5625242Z test_result_type_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.5718906Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-09-27T16:47:42.5744676Z test_result_type_cpu_complex64_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.5829316Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-09-27T16:47:42.5855077Z test_result_type_cpu_complex64_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.5942435Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-09-27T16:47:42.6307576Z test_result_type_cpu_complex64_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.6401209Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.046s) 2022-09-27T16:47:42.6427940Z test_result_type_cpu_complex64_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.6495357Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.6521333Z test_result_type_cpu_complex64_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.6587054Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.6613275Z test_result_type_cpu_complex64_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.6677631Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.6703635Z test_result_type_cpu_complex64_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.6767901Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.6793801Z test_result_type_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.6858719Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.6884257Z test_result_type_cpu_float16_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.6954875Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:47:42.6980887Z test_result_type_cpu_float16_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.7032463Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:47:42.7058416Z test_result_type_cpu_float16_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.7139850Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-09-27T16:47:42.7165719Z test_result_type_cpu_float16_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.7248847Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-09-27T16:47:42.7274899Z test_result_type_cpu_float16_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.7388721Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-09-27T16:47:42.7411919Z test_result_type_cpu_float16_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.7479241Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.7502067Z test_result_type_cpu_float16_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.7567874Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.7590477Z test_result_type_cpu_float16_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.7640661Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.7663567Z test_result_type_cpu_float16_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.7713422Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.7736427Z test_result_type_cpu_float16_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.7786436Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.7809476Z test_result_type_cpu_float16_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.7859667Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.7882625Z test_result_type_cpu_float16_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.7933081Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.7955880Z test_result_type_cpu_float32_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.8024589Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.8047441Z test_result_type_cpu_float32_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.8096952Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.8120483Z test_result_type_cpu_float32_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.8200141Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:47:42.8223393Z test_result_type_cpu_float32_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.8305017Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:47:42.8328307Z test_result_type_cpu_float32_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.8396163Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.8419293Z test_result_type_cpu_float32_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.8485501Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.8508708Z test_result_type_cpu_float32_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.8573933Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.8596832Z test_result_type_cpu_float32_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.8646315Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.8669361Z test_result_type_cpu_float32_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.8718695Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.8741926Z test_result_type_cpu_float32_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.8791033Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.8814316Z test_result_type_cpu_float32_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.8863738Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.8886827Z test_result_type_cpu_float32_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.8936499Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.8959582Z test_result_type_cpu_float64_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.9026673Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.9049537Z test_result_type_cpu_float64_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.9097693Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.9121023Z test_result_type_cpu_float64_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.9199706Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:47:42.9223100Z test_result_type_cpu_float64_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.9303865Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:47:42.9327099Z test_result_type_cpu_float64_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.9393043Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.9416346Z test_result_type_cpu_float64_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.9481229Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:42.9504435Z test_result_type_cpu_float64_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.9566260Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:47:42.9589715Z test_result_type_cpu_float64_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.9637941Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.9661689Z test_result_type_cpu_float64_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.9708960Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.9732168Z test_result_type_cpu_float64_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.9780610Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.9803658Z test_result_type_cpu_float64_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.9852767Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.9875982Z test_result_type_cpu_float64_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:42.9925613Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:42.9948689Z test_result_type_cpu_int16_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.0001859Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:47:43.0024961Z test_result_type_cpu_int16_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.0057317Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.0080158Z test_result_type_cpu_int16_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.0144632Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:43.0167710Z test_result_type_cpu_int16_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.0233589Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:43.0256815Z test_result_type_cpu_int16_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.0308921Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:43.0332007Z test_result_type_cpu_int16_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.0383287Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:43.0406255Z test_result_type_cpu_int16_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.0464466Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:43.0479579Z test_result_type_cpu_int16_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.0509856Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.0574868Z test_result_type_cpu_int16_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.0606162Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:47:43.0628812Z test_result_type_cpu_int16_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.0658698Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.0681145Z test_result_type_cpu_int16_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.0711649Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.0734475Z test_result_type_cpu_int16_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.0764847Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.0787624Z test_result_type_cpu_int32_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.0840167Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:43.0862884Z test_result_type_cpu_int32_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.0894411Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.0916802Z test_result_type_cpu_int32_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.0982409Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:43.1005269Z test_result_type_cpu_int32_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.1073002Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:43.1095570Z test_result_type_cpu_int32_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.1148693Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:47:43.1171554Z test_result_type_cpu_int32_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.1222827Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:43.1245714Z test_result_type_cpu_int32_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.1295676Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:43.1318523Z test_result_type_cpu_int32_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.1349468Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.1372785Z test_result_type_cpu_int32_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.1402595Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.1425821Z test_result_type_cpu_int32_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.1457161Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.1479622Z test_result_type_cpu_int32_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.1510740Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.1533888Z test_result_type_cpu_int32_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.1564983Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.1588116Z test_result_type_cpu_int64_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.1640476Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:43.1663815Z test_result_type_cpu_int64_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.1694734Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.1717643Z test_result_type_cpu_int64_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.1780564Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:43.1803557Z test_result_type_cpu_int64_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.1868208Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:43.1891265Z test_result_type_cpu_int64_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.1942694Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:43.1966051Z test_result_type_cpu_int64_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.2016930Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:43.2039846Z test_result_type_cpu_int64_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.2089059Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:43.2112191Z test_result_type_cpu_int64_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.2142310Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.2165290Z test_result_type_cpu_int64_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.2196421Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.2219729Z test_result_type_cpu_int64_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.2248729Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.2271916Z test_result_type_cpu_int64_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.2303137Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.2326052Z test_result_type_cpu_int64_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.2357391Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.2380540Z test_result_type_cpu_int8_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.2434110Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:47:43.2457113Z test_result_type_cpu_int8_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.2489220Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.2512304Z test_result_type_cpu_int8_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.2577138Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:43.2599923Z test_result_type_cpu_int8_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.2665639Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:43.2688866Z test_result_type_cpu_int8_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.2741899Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:43.2764453Z test_result_type_cpu_int8_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.2815833Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:43.2838812Z test_result_type_cpu_int8_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.2888747Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:43.2911428Z test_result_type_cpu_int8_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.2943197Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.2966275Z test_result_type_cpu_int8_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.2998539Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.3021702Z test_result_type_cpu_int8_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.3053941Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.3076801Z test_result_type_cpu_int8_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.3108085Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.005s) 2022-09-27T16:47:43.3131205Z test_result_type_cpu_int8_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.3164220Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-09-27T16:47:43.3187298Z test_result_type_cpu_uint8_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.3243182Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-09-27T16:47:43.3349091Z test_result_type_cpu_uint8_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.3380891Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-09-27T16:47:43.3403736Z test_result_type_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.3468515Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:43.3491390Z test_result_type_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.3557265Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-09-27T16:47:43.3579854Z test_result_type_cpu_uint8_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.3631203Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:43.3654907Z test_result_type_cpu_uint8_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.3704651Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:43.3728779Z test_result_type_cpu_uint8_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.3777217Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-09-27T16:47:43.3803073Z test_result_type_cpu_uint8_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.3833595Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-09-27T16:47:43.3859535Z test_result_type_cpu_uint8_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.3890086Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-09-27T16:47:43.3915976Z test_result_type_cpu_uint8_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.3945930Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-09-27T16:47:43.3971890Z test_result_type_cpu_uint8_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.4003527Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-09-27T16:47:43.4029462Z test_result_type_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:47:43.4059158Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-09-27T16:47:43.4111987Z test_result_type_tensor_vs_scalar_cpu (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:47:48.7369579Z test_sparse_add_cpu (__main__.TestTypePromotionCPU) ... ok (5.326s) 2022-09-27T16:47:49.2588352Z test_sparse_div_cpu (__main__.TestTypePromotionCPU) ... ok (0.522s) 2022-09-27T16:47:49.2648476Z test_sparse_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:47:49.2703220Z test_sparse_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:47:49.2754899Z test_sparse_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:47:49.2805450Z test_sparse_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:47:49.2855923Z test_sparse_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:47:51.1323717Z test_sparse_mul_cpu (__main__.TestTypePromotionCPU) ... ok (1.847s) 2022-09-27T16:47:56.8149816Z test_sparse_sub_cpu (__main__.TestTypePromotionCPU) ... ok (5.683s) 2022-09-27T16:47:56.8171481Z test_transpose_cpu (__main__.TestTypePromotionCPU) ... ok (0.002s) 2022-09-27T16:47:56.8421819Z test_unary_op_out_casting_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.025s) 2022-09-27T16:47:56.8769958Z test_unary_op_out_casting_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.035s) 2022-09-27T16:47:56.9120759Z test_unary_op_out_casting_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.035s) 2022-09-27T16:47:56.9469687Z test_unary_op_out_casting_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.035s) 2022-09-27T16:47:56.9818127Z test_unary_op_out_casting_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.035s) 2022-09-27T16:47:57.0168082Z test_unary_op_out_casting_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.035s) 2022-09-27T16:47:57.0418796Z test_unary_op_out_casting_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.025s) 2022-09-27T16:47:57.0765473Z test_unary_op_out_casting_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.035s) 2022-09-27T16:47:57.1114127Z test_unary_op_out_casting_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.035s) 2022-09-27T16:47:57.1462419Z test_unary_op_out_casting_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.035s) 2022-09-27T16:47:57.1829431Z test_unary_op_out_casting_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.037s) 2022-09-27T16:47:57.2198791Z test_unary_op_out_casting_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.037s) 2022-09-27T16:47:57.2258092Z test_unary_op_out_casting_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.006s) 2022-09-27T16:47:57.2624442Z test_unary_op_out_casting_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.037s) 2022-09-27T16:47:57.2991729Z test_unary_op_out_casting_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.037s) 2022-09-27T16:47:57.3360103Z test_unary_op_out_casting_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.037s) 2022-09-27T16:47:57.3726334Z test_unary_op_out_casting_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.037s) 2022-09-27T16:47:57.4094364Z test_unary_op_out_casting_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.037s) 2022-09-27T16:47:57.4149519Z test_unary_op_out_casting_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.005s) 2022-09-27T16:47:57.4517461Z test_unary_op_out_casting_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.037s) 2022-09-27T16:47:57.4884092Z test_unary_op_out_casting_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.037s) 2022-09-27T16:47:57.5252364Z test_unary_op_out_casting_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.037s) 2022-09-27T16:47:57.5619588Z test_unary_op_out_casting_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.037s) 2022-09-27T16:47:57.5986454Z test_unary_op_out_casting_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.037s) 2022-09-27T16:47:57.6024013Z test_unary_op_out_casting_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.004s) 2022-09-27T16:47:57.6037953Z test_unsigned_cpu (__main__.TestTypePromotionCPU) ... ok (0.001s) 2022-09-27T16:47:57.6038257Z 2022-09-27T16:47:57.6038676Z ---------------------------------------------------------------------- 2022-09-27T16:47:57.6040224Z Ran 422 tests in 28.540s 2022-09-27T16:47:57.6040676Z 2022-09-27T16:47:57.6040877Z OK 2022-09-27T16:47:57.6041042Z 2022-09-27T16:47:57.6042751Z Generating XML reports... 2022-09-27T16:47:57.6426895Z Generated XML report: test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCPU-20220927164729.xml 2022-09-27T16:47:58.2449162Z Running test_spectral_ops ... [2022-09-27 16:47:58.244502] 2022-09-27T16:47:58.2449694Z Executing ['/opt/conda/bin/python', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:47:58.244589] 2022-09-27T16:48:16.4868330Z /opt/conda/lib/python3.7/site-packages/sklearn/utils/validation.py:37: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T16:48:16.4869077Z LARGE_SPARSE_SUPPORTED = LooseVersion(scipy_version) >= '0.14.0' 2022-09-27T16:48:16.8778252Z test_spectral_ops.py:43: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T16:48:16.8778850Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-09-27T16:48:16.8923325Z Test results will be stored in test-reports/python-unittest/test_spectral_ops 2022-09-27T16:48:16.8949338Z 2022-09-27T16:48:16.8949461Z Running tests... 2022-09-27T16:48:16.8950012Z ---------------------------------------------------------------------- 2022-09-27T16:48:16.9315462Z test_batch_istft_cpu (__main__.TestFFTCPU) ... test_spectral_ops.py:1502: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:980.) 2022-09-27T16:48:16.9316037Z i_original = torch.istft(original, n_fft=4, length=4) 2022-09-27T16:48:16.9389631Z ok (0.044s) 2022-09-27T16:48:17.0731653Z test_complex_istft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.134s) 2022-09-27T16:48:17.1829504Z test_complex_stft_definition_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.110s) 2022-09-27T16:48:17.2182918Z test_complex_stft_onesided_cpu (__main__.TestFFTCPU) ... ok (0.035s) 2022-09-27T16:48:18.7597102Z test_complex_stft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (1.541s) 2022-09-27T16:48:19.2163223Z test_complex_stft_roundtrip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.457s) 2022-09-27T16:48:19.8414814Z test_complex_stft_roundtrip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.625s) 2022-09-27T16:48:19.8455894Z test_cufft_plan_cache_cpu_float64 (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:48:19.8533426Z test_empty_fft_fft_fft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.008s) 2022-09-27T16:48:19.8604616Z test_empty_fft_fft_fft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:48:19.8669505Z test_empty_fft_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-09-27T16:48:19.8734210Z test_empty_fft_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-09-27T16:48:19.8799876Z test_empty_fft_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:48:19.8864392Z test_empty_fft_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-09-27T16:48:19.8946408Z test_empty_fft_fft_hfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.008s) 2022-09-27T16:48:19.9027360Z test_empty_fft_fft_hfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.008s) 2022-09-27T16:48:19.9092826Z test_empty_fft_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-09-27T16:48:19.9157908Z test_empty_fft_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-09-27T16:48:19.9233271Z test_empty_fft_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:48:19.9308226Z test_empty_fft_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:48:19.9378744Z test_empty_fft_fft_ifft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:48:19.9448625Z test_empty_fft_fft_ifft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:48:19.9512432Z test_empty_fft_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-09-27T16:48:19.9576071Z test_empty_fft_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-09-27T16:48:19.9639638Z test_empty_fft_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-09-27T16:48:19.9702586Z test_empty_fft_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-09-27T16:48:19.9778047Z test_empty_fft_fft_ihfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:48:19.9842171Z test_empty_fft_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-09-27T16:48:19.9911435Z test_empty_fft_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:48:19.9993092Z test_empty_fft_fft_irfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.008s) 2022-09-27T16:48:20.0074114Z test_empty_fft_fft_irfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.008s) 2022-09-27T16:48:20.0138717Z test_empty_fft_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.006s) 2022-09-27T16:48:20.0203247Z test_empty_fft_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-09-27T16:48:20.0278757Z test_empty_fft_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:48:20.0353648Z test_empty_fft_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:48:20.0429104Z test_empty_fft_fft_rfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:48:20.0493151Z test_empty_fft_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.006s) 2022-09-27T16:48:20.0563199Z test_empty_fft_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:48:20.0925927Z test_empty_ifft_cpu (__main__.TestFFTCPU) ... ok (0.036s) 2022-09-27T16:48:20.3844379Z test_fft2_fftn_equivalence_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.292s) 2022-09-27T16:48:20.7753472Z test_fft2_fftn_equivalence_cpu_float32 (__main__.TestFFTCPU) ... ok (0.391s) 2022-09-27T16:48:20.8874973Z test_fft2_invalid_cpu (__main__.TestFFTCPU) ... ok (0.112s) 2022-09-27T16:48:21.7695584Z test_fft2_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.882s) 2022-09-27T16:48:22.5955072Z test_fft2_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.826s) 2022-09-27T16:48:22.6056918Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.6156121Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.6255403Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.6354249Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.6448492Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.009s) 2022-09-27T16:48:22.6542449Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.009s) 2022-09-27T16:48:22.6641870Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.6741218Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.6837139Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.6933462Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.7031217Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.7130162Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.7223577Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.009s) 2022-09-27T16:48:22.7318497Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.009s) 2022-09-27T16:48:22.7413315Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.009s) 2022-09-27T16:48:22.7510173Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.7603434Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.009s) 2022-09-27T16:48:22.7697241Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.009s) 2022-09-27T16:48:22.7796040Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.7897200Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.7992980Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.8122481Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.013s) 2022-09-27T16:48:22.8218744Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.8316327Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.8413966Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.8512037Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.8606391Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.009s) 2022-09-27T16:48:22.8701888Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.8799286Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.8898201Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.8996430Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.9097021Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.9193917Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.9291432Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.9390230Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:22.9490201Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:27.5290417Z test_fft_ifft_rfft_irfft_cpu_float64 (__main__.TestFFTCPU) ... ok (4.580s) 2022-09-27T16:48:27.5359096Z test_fft_input_modification_cpu (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:48:27.5538877Z test_fft_invalid_dtypes_cpu (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:48:27.5817099Z test_fft_plan_repeatable_cpu (__main__.TestFFTCPU) ... ok (0.028s) 2022-09-27T16:48:27.6163077Z test_fft_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.035s) 2022-09-27T16:48:27.6197588Z test_fft_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-09-27T16:48:27.6522975Z test_fft_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.032s) 2022-09-27T16:48:27.6557471Z test_fft_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-09-27T16:48:27.7381213Z test_fft_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.082s) 2022-09-27T16:48:27.8277899Z test_fft_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.090s) 2022-09-27T16:48:27.8315115Z test_fft_type_promotion_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:48:27.8349245Z test_fft_type_promotion_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-09-27T16:48:27.8386180Z test_fft_type_promotion_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:48:27.8417081Z test_fft_type_promotion_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.003s) 2022-09-27T16:48:27.8453596Z test_fft_type_promotion_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:48:27.8490601Z test_fft_type_promotion_cpu_float64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:48:27.8529801Z test_fft_type_promotion_cpu_int8 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:48:27.8994306Z test_fftfreq_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.046s) 2022-09-27T16:48:27.9405722Z test_fftfreq_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.041s) 2022-09-27T16:48:27.9529812Z test_fftfreq_out_cpu_float32 (__main__.TestFFTCPU) ... ok (0.012s) 2022-09-27T16:48:27.9605085Z test_fftfreq_out_cpu_float64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:48:27.9904114Z test_fftn_invalid_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.030s) 2022-09-27T16:48:28.0199810Z test_fftn_invalid_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.029s) 2022-09-27T16:48:28.0548172Z test_fftn_invalid_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.035s) 2022-09-27T16:48:28.0895243Z test_fftn_invalid_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.035s) 2022-09-27T16:48:28.1188832Z test_fftn_invalid_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.029s) 2022-09-27T16:48:28.1482112Z test_fftn_invalid_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.029s) 2022-09-27T16:48:28.1803392Z test_fftn_invalid_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.032s) 2022-09-27T16:48:28.2154763Z test_fftn_invalid_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.035s) 2022-09-27T16:48:28.2504260Z test_fftn_invalid_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.035s) 2022-09-27T16:48:28.2826273Z test_fftn_invalid_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.032s) 2022-09-27T16:48:28.5189631Z test_fftn_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.236s) 2022-09-27T16:48:28.5224169Z test_fftn_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-09-27T16:48:28.7514309Z test_fftn_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.229s) 2022-09-27T16:48:28.7549233Z test_fftn_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.004s) 2022-09-27T16:48:29.4332473Z test_fftn_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.678s) 2022-09-27T16:48:30.0511965Z test_fftn_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.618s) 2022-09-27T16:48:30.0611480Z test_fftshift_frequencies_cpu_float32 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:48:30.0697096Z test_fftshift_frequencies_cpu_float64 (__main__.TestFFTCPU) ... ok (0.009s) 2022-09-27T16:48:30.0932386Z test_fftshift_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.023s) 2022-09-27T16:48:30.1180443Z test_fftshift_numpy_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.025s) 2022-09-27T16:48:30.1394081Z test_fftshift_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.021s) 2022-09-27T16:48:30.1594076Z test_fftshift_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.020s) 2022-09-27T16:48:30.1618246Z test_hfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-09-27T16:48:30.1998312Z test_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.038s) 2022-09-27T16:48:30.2386310Z test_hfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.039s) 2022-09-27T16:48:30.2410234Z test_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.002s) 2022-09-27T16:48:30.2817886Z test_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.041s) 2022-09-27T16:48:30.3327120Z test_ihfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.051s) 2022-09-27T16:48:31.3159716Z test_istft_against_librosa_cpu_float64 (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:744: UserWarning: The length of signal is shorter than the length parameter. Result is being padded with zeros in the tail. Please check your center and hop_length settings. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:1120.) 2022-09-27T16:48:31.3160325Z return_complex=return_complex, 2022-09-27T16:48:31.3431209Z ok (1.010s) 2022-09-27T16:48:32.3603533Z test_istft_linearity_cpu_float64 (__main__.TestFFTCPU) ... ok (1.017s) 2022-09-27T16:48:32.3724974Z test_istft_of_sine_cpu_float64 (__main__.TestFFTCPU) ... ok (0.012s) 2022-09-27T16:48:32.3733571Z test_istft_round_trip_simple_cases_cpu_float64 (__main__.TestFFTCPU) 2022-09-27T16:48:32.3766069Z stft -> istft should recover the original signale ... ok (0.004s) 2022-09-27T16:48:32.3789798Z test_istft_round_trip_various_params_cpu_float64 (__main__.TestFFTCPU) 2022-09-27T16:48:34.0787970Z stft -> istft should recover the original signale ... ok (1.702s) 2022-09-27T16:48:34.0810643Z test_istft_round_trip_with_padding_cpu_float64 (__main__.TestFFTCPU) 2022-09-27T16:48:34.6028200Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.524s) 2022-09-27T16:48:34.6036945Z test_istft_throws_cpu (__main__.TestFFTCPU) 2022-09-27T16:48:34.6250858Z istft should throw exception for invalid parameters ... ok (0.022s) 2022-09-27T16:48:34.6878872Z test_reference_1d_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.063s) 2022-09-27T16:48:34.7507546Z test_reference_1d_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.063s) 2022-09-27T16:48:34.8188010Z test_reference_1d_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.068s) 2022-09-27T16:48:34.8787308Z test_reference_1d_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.060s) 2022-09-27T16:48:34.9405290Z test_reference_1d_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.062s) 2022-09-27T16:48:35.0057498Z test_reference_1d_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.065s) 2022-09-27T16:48:35.0657371Z test_reference_1d_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.060s) 2022-09-27T16:48:35.1214932Z test_reference_1d_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.056s) 2022-09-27T16:48:35.1789717Z test_reference_1d_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.057s) 2022-09-27T16:48:35.2415315Z test_reference_1d_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.062s) 2022-09-27T16:48:35.3911390Z test_reference_nd_fft_fftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.149s) 2022-09-27T16:48:35.5360798Z test_reference_nd_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.145s) 2022-09-27T16:48:35.6866647Z test_reference_nd_fft_hfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.150s) 2022-09-27T16:48:35.8220979Z test_reference_nd_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.135s) 2022-09-27T16:48:35.9694833Z test_reference_nd_fft_ifftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.147s) 2022-09-27T16:48:36.1169017Z test_reference_nd_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.147s) 2022-09-27T16:48:36.2562642Z test_reference_nd_fft_irfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.139s) 2022-09-27T16:48:36.3900000Z test_reference_nd_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.134s) 2022-09-27T16:48:36.9902992Z test_stft_cpu_float64 (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:611: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/SpectralOps.cpp:804.) 2022-09-27T16:48:36.9903603Z normalized, onesided, return_complex) 2022-09-27T16:48:37.0290113Z ok (0.639s) 2022-09-27T16:48:37.0304916Z test_stft_requires_complex_cpu (__main__.TestFFTCPU) ... ok (0.002s) 2022-09-27T16:48:37.3247849Z test_stft_roundtrip_complex_window_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.294s) 2022-09-27T16:48:37.6992229Z test_stft_roundtrip_complex_window_cpu_float64 (__main__.TestFFTCPU) ... ok (0.374s) 2022-09-27T16:48:37.7009971Z test_stft_window_device_cpu (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:48:37.7158075Z test_fft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:48:37.7158436Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:48:37.7160246Z Expecting nothing 2022-09-27T16:48:37.7160517Z ok 2022-09-27T16:48:37.7160789Z Trying: 2022-09-27T16:48:37.7161088Z fft2 = torch.fft.fft2(x) 2022-09-27T16:48:37.7161575Z Expecting nothing 2022-09-27T16:48:37.7162556Z ok 2022-09-27T16:48:37.7162826Z Trying: 2022-09-27T16:48:37.7163227Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-09-27T16:48:37.7163644Z Expecting nothing 2022-09-27T16:48:37.7166123Z ok 2022-09-27T16:48:37.7166656Z Trying: 2022-09-27T16:48:37.7167080Z torch.testing.assert_close(fft2, two_ffts, check_stride=False) 2022-09-27T16:48:37.7167651Z Expecting nothing 2022-09-27T16:48:37.7176257Z ok 2022-09-27T16:48:37.7177779Z ok (0.017s) 2022-09-27T16:48:37.7191726Z test_fft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:48:37.7192122Z t = torch.arange(4) 2022-09-27T16:48:37.7192635Z Expecting nothing 2022-09-27T16:48:37.7193158Z ok 2022-09-27T16:48:37.7193377Z Trying: 2022-09-27T16:48:37.7193532Z t 2022-09-27T16:48:37.7193681Z Expecting: 2022-09-27T16:48:37.7193900Z tensor([0, 1, 2, 3]) 2022-09-27T16:48:37.7198373Z ok 2022-09-27T16:48:37.7198616Z Trying: 2022-09-27T16:48:37.7198922Z torch.fft.fft(t) 2022-09-27T16:48:37.7199227Z Expecting: 2022-09-27T16:48:37.7199693Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:48:37.7224727Z ok 2022-09-27T16:48:37.7225264Z Trying: 2022-09-27T16:48:37.7225629Z t = torch.tensor([0.+1.j, 2.+3.j, 4.+5.j, 6.+7.j]) 2022-09-27T16:48:37.7225911Z Expecting nothing 2022-09-27T16:48:37.7226335Z ok 2022-09-27T16:48:37.7226579Z Trying: 2022-09-27T16:48:37.7226863Z torch.fft.fft(t) 2022-09-27T16:48:37.7227187Z Expecting: 2022-09-27T16:48:37.7227518Z tensor([12.+16.j, -8.+0.j, -4.-4.j, 0.-8.j]) 2022-09-27T16:48:37.7245399Z ok 2022-09-27T16:48:37.7246556Z ok (0.007s) 2022-09-27T16:48:37.7260043Z test_fftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:48:37.7260316Z torch.fft.fftfreq(5) 2022-09-27T16:48:37.7260542Z Expecting: 2022-09-27T16:48:37.7260834Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-09-27T16:48:37.7270686Z ok 2022-09-27T16:48:37.7270865Z Trying: 2022-09-27T16:48:37.7271129Z torch.fft.fftfreq(4) 2022-09-27T16:48:37.7271334Z Expecting: 2022-09-27T16:48:37.7271578Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-09-27T16:48:37.7281133Z ok 2022-09-27T16:48:37.7282319Z ok (0.004s) 2022-09-27T16:48:37.7294808Z test_fftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:48:37.7295173Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:48:37.7295480Z Expecting nothing 2022-09-27T16:48:37.7296229Z ok 2022-09-27T16:48:37.7296416Z Trying: 2022-09-27T16:48:37.7296719Z fftn = torch.fft.fftn(x) 2022-09-27T16:48:37.7297061Z Expecting nothing 2022-09-27T16:48:37.7298538Z ok 2022-09-27T16:48:37.7298772Z Trying: 2022-09-27T16:48:37.7299145Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-09-27T16:48:37.7299528Z Expecting nothing 2022-09-27T16:48:37.7301314Z ok 2022-09-27T16:48:37.7301738Z Trying: 2022-09-27T16:48:37.7302007Z torch.testing.assert_close(fftn, two_ffts, check_stride=False) 2022-09-27T16:48:37.7302268Z Expecting nothing 2022-09-27T16:48:37.7309728Z ok 2022-09-27T16:48:37.7310960Z ok (0.003s) 2022-09-27T16:48:37.7323089Z test_fftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:48:37.7323423Z f = torch.fft.fftfreq(4) 2022-09-27T16:48:37.7323620Z Expecting nothing 2022-09-27T16:48:37.7324955Z ok 2022-09-27T16:48:37.7325149Z Trying: 2022-09-27T16:48:37.7325349Z f 2022-09-27T16:48:37.7325536Z Expecting: 2022-09-27T16:48:37.7325849Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-09-27T16:48:37.7333939Z ok 2022-09-27T16:48:37.7334159Z Trying: 2022-09-27T16:48:37.7334394Z torch.fft.fftshift(f) 2022-09-27T16:48:37.7334627Z Expecting: 2022-09-27T16:48:37.7334879Z tensor([-0.5000, -0.2500, 0.0000, 0.2500]) 2022-09-27T16:48:37.7343235Z ok 2022-09-27T16:48:37.7343454Z Trying: 2022-09-27T16:48:37.7343871Z x = torch.fft.fftfreq(5, d=1/5) + 0.1 * torch.fft.fftfreq(5, d=1/5).unsqueeze(1) 2022-09-27T16:48:37.7344296Z Expecting nothing 2022-09-27T16:48:37.7348524Z ok 2022-09-27T16:48:37.7349039Z Trying: 2022-09-27T16:48:37.7349228Z x 2022-09-27T16:48:37.7349395Z Expecting: 2022-09-27T16:48:37.7349684Z tensor([[ 0.0000, 1.0000, 2.0000, -2.0000, -1.0000], 2022-09-27T16:48:37.7349967Z [ 0.1000, 1.1000, 2.1000, -1.9000, -0.9000], 2022-09-27T16:48:37.7350216Z [ 0.2000, 1.2000, 2.2000, -1.8000, -0.8000], 2022-09-27T16:48:37.7350479Z [-0.2000, 0.8000, 1.8000, -2.2000, -1.2000], 2022-09-27T16:48:37.7350742Z [-0.1000, 0.9000, 1.9000, -2.1000, -1.1000]]) 2022-09-27T16:48:37.7363593Z ok 2022-09-27T16:48:37.7363838Z Trying: 2022-09-27T16:48:37.7364162Z torch.fft.fftshift(x) 2022-09-27T16:48:37.7364484Z Expecting: 2022-09-27T16:48:37.7364823Z tensor([[-2.2000, -1.2000, -0.2000, 0.8000, 1.8000], 2022-09-27T16:48:37.7365094Z [-2.1000, -1.1000, -0.1000, 0.9000, 1.9000], 2022-09-27T16:48:37.7365356Z [-2.0000, -1.0000, 0.0000, 1.0000, 2.0000], 2022-09-27T16:48:37.7365601Z [-1.9000, -0.9000, 0.1000, 1.1000, 2.1000], 2022-09-27T16:48:37.7365874Z [-1.8000, -0.8000, 0.2000, 1.2000, 2.2000]]) 2022-09-27T16:48:37.7470219Z ok 2022-09-27T16:48:37.7470452Z Trying: 2022-09-27T16:48:37.7471025Z x_centered = torch.arange(-5, 5) 2022-09-27T16:48:37.7471420Z Expecting nothing 2022-09-27T16:48:37.7471781Z ok 2022-09-27T16:48:37.7472020Z Trying: 2022-09-27T16:48:37.7472305Z x_uncentered = torch.fft.ifftshift(x_centered) 2022-09-27T16:48:37.7472512Z Expecting nothing 2022-09-27T16:48:37.7474321Z ok 2022-09-27T16:48:37.7474615Z Trying: 2022-09-27T16:48:37.7474987Z fft_uncentered = torch.fft.fft(x_uncentered) 2022-09-27T16:48:37.7475311Z Expecting nothing 2022-09-27T16:48:37.7476694Z ok 2022-09-27T16:48:37.7476990Z Trying: 2022-09-27T16:48:37.7477389Z fft_centered = torch.fft.fftshift(fft_uncentered) 2022-09-27T16:48:37.7477761Z Expecting nothing 2022-09-27T16:48:37.7478605Z ok 2022-09-27T16:48:37.7478835Z Trying: 2022-09-27T16:48:37.7479154Z x_centered_2 = torch.fft.fftshift(torch.fft.ifft(torch.fft.ifftshift(fft_centered))) 2022-09-27T16:48:37.7479411Z Expecting nothing 2022-09-27T16:48:37.7482760Z ok 2022-09-27T16:48:37.7483018Z Trying: 2022-09-27T16:48:37.7483409Z torch.testing.assert_close(x_centered.to(torch.complex64), x_centered_2, check_stride=False) 2022-09-27T16:48:37.7483784Z Expecting nothing 2022-09-27T16:48:37.7491012Z ok 2022-09-27T16:48:37.7492344Z ok (0.018s) 2022-09-27T16:48:37.7505255Z test_hfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:48:37.7505560Z t = torch.linspace(0, 1, 5) 2022-09-27T16:48:37.7505817Z Expecting nothing 2022-09-27T16:48:37.7506725Z ok 2022-09-27T16:48:37.7506913Z Trying: 2022-09-27T16:48:37.7507109Z t 2022-09-27T16:48:37.7507316Z Expecting: 2022-09-27T16:48:37.7507548Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-09-27T16:48:37.7516135Z ok 2022-09-27T16:48:37.7516355Z Trying: 2022-09-27T16:48:37.7516590Z T = torch.fft.ifft(t) 2022-09-27T16:48:37.7516823Z Expecting nothing 2022-09-27T16:48:37.7518467Z ok 2022-09-27T16:48:37.7518666Z Trying: 2022-09-27T16:48:37.7518853Z T 2022-09-27T16:48:37.7519735Z Expecting: 2022-09-27T16:48:37.7520196Z tensor([ 0.5000-0.0000j, -0.1250-0.1720j, -0.1250-0.0406j, -0.1250+0.0406j, 2022-09-27T16:48:37.7520513Z -0.1250+0.1720j]) 2022-09-27T16:48:37.7536698Z ok 2022-09-27T16:48:37.7536921Z Trying: 2022-09-27T16:48:37.7537155Z torch.fft.hfft(T[:3], n=5) 2022-09-27T16:48:37.7537410Z Expecting: 2022-09-27T16:48:37.7537664Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-09-27T16:48:37.7548068Z ok 2022-09-27T16:48:37.7548296Z Trying: 2022-09-27T16:48:37.7548531Z torch.fft.hfft(T[:3]) 2022-09-27T16:48:37.7548780Z Expecting: 2022-09-27T16:48:37.7549010Z tensor([0.1250, 0.2809, 0.6250, 0.9691]) 2022-09-27T16:48:37.7558681Z ok 2022-09-27T16:48:37.7560252Z ok (0.007s) 2022-09-27T16:48:37.7572316Z test_ifft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:48:37.7572822Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:48:37.7573278Z Expecting nothing 2022-09-27T16:48:37.7573650Z ok 2022-09-27T16:48:37.7573863Z Trying: 2022-09-27T16:48:37.7574063Z ifft2 = torch.fft.ifft2(x) 2022-09-27T16:48:37.7574246Z Expecting nothing 2022-09-27T16:48:37.7575909Z ok 2022-09-27T16:48:37.7576155Z Trying: 2022-09-27T16:48:37.7576547Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-09-27T16:48:37.7576936Z Expecting nothing 2022-09-27T16:48:37.7578885Z ok 2022-09-27T16:48:37.7579123Z Trying: 2022-09-27T16:48:37.7579522Z torch.testing.assert_close(ifft2, two_iffts, check_stride=False) 2022-09-27T16:48:37.7579880Z Expecting nothing 2022-09-27T16:48:37.7587449Z ok 2022-09-27T16:48:37.7588920Z ok (0.003s) 2022-09-27T16:48:37.7601407Z test_ifft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:48:37.7602026Z t = torch.tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:48:37.7602342Z Expecting nothing 2022-09-27T16:48:37.7602660Z ok 2022-09-27T16:48:37.7602941Z Trying: 2022-09-27T16:48:37.7603280Z torch.fft.ifft(t) 2022-09-27T16:48:37.7603574Z Expecting: 2022-09-27T16:48:37.7603775Z tensor([0.+0.j, 1.+0.j, 2.+0.j, 3.+0.j]) 2022-09-27T16:48:37.7617585Z ok 2022-09-27T16:48:37.7618690Z ok (0.003s) 2022-09-27T16:48:37.7631078Z test_ifftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:48:37.7631521Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:48:37.7631819Z Expecting nothing 2022-09-27T16:48:37.7632233Z ok 2022-09-27T16:48:37.7632452Z Trying: 2022-09-27T16:48:37.7632690Z ifftn = torch.fft.ifftn(x) 2022-09-27T16:48:37.7633191Z Expecting nothing 2022-09-27T16:48:37.7634763Z ok 2022-09-27T16:48:37.7635006Z Trying: 2022-09-27T16:48:37.7635391Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-09-27T16:48:37.7635766Z Expecting nothing 2022-09-27T16:48:37.7638314Z ok 2022-09-27T16:48:37.7638576Z Trying: 2022-09-27T16:48:37.7638995Z torch.testing.assert_close(ifftn, two_iffts, check_stride=False) 2022-09-27T16:48:37.7639430Z Expecting nothing 2022-09-27T16:48:37.7647169Z ok 2022-09-27T16:48:37.7648085Z ok (0.003s) 2022-09-27T16:48:37.7660282Z test_ifftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:48:37.7660735Z f = torch.fft.fftfreq(5) 2022-09-27T16:48:37.7661063Z Expecting nothing 2022-09-27T16:48:37.7662374Z ok 2022-09-27T16:48:37.7662551Z Trying: 2022-09-27T16:48:37.7662765Z f 2022-09-27T16:48:37.7663991Z Expecting: 2022-09-27T16:48:37.7664476Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-09-27T16:48:37.7672209Z ok 2022-09-27T16:48:37.7672418Z Trying: 2022-09-27T16:48:37.7672752Z shifted = torch.fft.fftshift(f) 2022-09-27T16:48:37.7673162Z Expecting nothing 2022-09-27T16:48:37.7674069Z ok 2022-09-27T16:48:37.7674754Z Trying: 2022-09-27T16:48:37.7675059Z torch.fft.ifftshift(shifted) 2022-09-27T16:48:37.7675393Z Expecting: 2022-09-27T16:48:37.7675814Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-09-27T16:48:37.7684009Z ok 2022-09-27T16:48:37.7685161Z ok (0.004s) 2022-09-27T16:48:37.7697343Z test_ihfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:48:37.7697674Z t = torch.arange(5) 2022-09-27T16:48:37.7697927Z Expecting nothing 2022-09-27T16:48:37.7698496Z ok 2022-09-27T16:48:37.7698674Z Trying: 2022-09-27T16:48:37.7698873Z t 2022-09-27T16:48:37.7699074Z Expecting: 2022-09-27T16:48:37.7699283Z tensor([0, 1, 2, 3, 4]) 2022-09-27T16:48:37.7702415Z ok 2022-09-27T16:48:37.7702714Z Trying: 2022-09-27T16:48:37.7703011Z torch.fft.ihfft(t) 2022-09-27T16:48:37.7703272Z Expecting: 2022-09-27T16:48:37.7703573Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j]) 2022-09-27T16:48:37.7721047Z ok 2022-09-27T16:48:37.7721267Z Trying: 2022-09-27T16:48:37.7721576Z torch.fft.ifft(t) 2022-09-27T16:48:37.7721767Z Expecting: 2022-09-27T16:48:37.7722144Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j, -0.5000+0.1625j, 2022-09-27T16:48:37.7722395Z -0.5000+0.6882j]) 2022-09-27T16:48:37.7740876Z ok 2022-09-27T16:48:37.7741846Z ok (0.006s) 2022-09-27T16:48:37.7753787Z test_irfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:48:37.7754048Z t = torch.rand(10, 9) 2022-09-27T16:48:37.7754311Z Expecting nothing 2022-09-27T16:48:37.7755260Z ok 2022-09-27T16:48:37.7755454Z Trying: 2022-09-27T16:48:37.7755739Z T = torch.fft.rfft2(t) 2022-09-27T16:48:37.7756082Z Expecting nothing 2022-09-27T16:48:37.7757775Z ok 2022-09-27T16:48:37.7758017Z Trying: 2022-09-27T16:48:37.7758345Z torch.fft.irfft2(T).size() 2022-09-27T16:48:37.7758686Z Expecting: 2022-09-27T16:48:37.7758871Z torch.Size([10, 8]) 2022-09-27T16:48:37.7760405Z ok 2022-09-27T16:48:37.7760649Z Trying: 2022-09-27T16:48:37.7761015Z roundtrip = torch.fft.irfft2(T, t.size()) 2022-09-27T16:48:37.7761342Z Expecting nothing 2022-09-27T16:48:37.7762982Z ok 2022-09-27T16:48:37.7763217Z Trying: 2022-09-27T16:48:37.7763466Z roundtrip.size() 2022-09-27T16:48:37.7763777Z Expecting: 2022-09-27T16:48:37.7764050Z torch.Size([10, 9]) 2022-09-27T16:48:37.7764348Z ok 2022-09-27T16:48:37.7764616Z Trying: 2022-09-27T16:48:37.7764908Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:48:37.7765272Z Expecting nothing 2022-09-27T16:48:37.7771072Z ok 2022-09-27T16:48:37.7771950Z ok (0.003s) 2022-09-27T16:48:37.7783420Z test_irfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:48:37.7783880Z t = torch.linspace(0, 1, 5) 2022-09-27T16:48:37.7784214Z Expecting nothing 2022-09-27T16:48:37.7784804Z ok 2022-09-27T16:48:37.7785039Z Trying: 2022-09-27T16:48:37.7785315Z t 2022-09-27T16:48:37.7785599Z Expecting: 2022-09-27T16:48:37.7785842Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-09-27T16:48:37.7794460Z ok 2022-09-27T16:48:37.7794820Z Trying: 2022-09-27T16:48:37.7795218Z T = torch.fft.rfft(t) 2022-09-27T16:48:37.7795565Z Expecting nothing 2022-09-27T16:48:37.7796260Z ok 2022-09-27T16:48:37.7796528Z Trying: 2022-09-27T16:48:37.7796770Z T 2022-09-27T16:48:37.7797046Z Expecting: 2022-09-27T16:48:37.7797538Z tensor([ 2.5000+0.0000j, -0.6250+0.8602j, -0.6250+0.2031j]) 2022-09-27T16:48:37.7812964Z ok 2022-09-27T16:48:37.7813186Z Trying: 2022-09-27T16:48:37.7813502Z torch.fft.irfft(T) 2022-09-27T16:48:37.7813833Z Expecting: 2022-09-27T16:48:37.7814090Z tensor([0.1562, 0.3511, 0.7812, 1.2114]) 2022-09-27T16:48:37.7823011Z ok 2022-09-27T16:48:37.7823272Z Trying: 2022-09-27T16:48:37.7823618Z roundtrip = torch.fft.irfft(T, t.numel()) 2022-09-27T16:48:37.7823949Z Expecting nothing 2022-09-27T16:48:37.7825056Z ok 2022-09-27T16:48:37.7825290Z Trying: 2022-09-27T16:48:37.7825704Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:48:37.7826105Z Expecting nothing 2022-09-27T16:48:37.7831309Z ok 2022-09-27T16:48:37.7832345Z ok (0.006s) 2022-09-27T16:48:37.7844224Z test_irfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:48:37.7844663Z t = torch.rand(10, 9) 2022-09-27T16:48:37.7844976Z Expecting nothing 2022-09-27T16:48:37.7846161Z ok 2022-09-27T16:48:37.7846412Z Trying: 2022-09-27T16:48:37.7846704Z T = torch.fft.rfftn(t) 2022-09-27T16:48:37.7847054Z Expecting nothing 2022-09-27T16:48:37.7847820Z ok 2022-09-27T16:48:37.7848056Z Trying: 2022-09-27T16:48:37.7848368Z torch.fft.irfftn(T).size() 2022-09-27T16:48:37.7848712Z Expecting: 2022-09-27T16:48:37.7848947Z torch.Size([10, 8]) 2022-09-27T16:48:37.7850617Z ok 2022-09-27T16:48:37.7850877Z Trying: 2022-09-27T16:48:37.7851247Z roundtrip = torch.fft.irfftn(T, t.size()) 2022-09-27T16:48:37.7851574Z Expecting nothing 2022-09-27T16:48:37.7853088Z ok 2022-09-27T16:48:37.7853327Z Trying: 2022-09-27T16:48:37.7853609Z roundtrip.size() 2022-09-27T16:48:37.7853933Z Expecting: 2022-09-27T16:48:37.7854246Z torch.Size([10, 9]) 2022-09-27T16:48:37.7854481Z ok 2022-09-27T16:48:37.7854681Z Trying: 2022-09-27T16:48:37.7854907Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:48:37.7855127Z Expecting nothing 2022-09-27T16:48:37.7861349Z ok 2022-09-27T16:48:37.7862366Z ok (0.003s) 2022-09-27T16:48:37.7873927Z test_rfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:48:37.7874236Z t = torch.rand(10, 10) 2022-09-27T16:48:37.7874471Z Expecting nothing 2022-09-27T16:48:37.7875216Z ok 2022-09-27T16:48:37.7875361Z Trying: 2022-09-27T16:48:37.7875597Z rfft2 = torch.fft.rfft2(t) 2022-09-27T16:48:37.7875838Z Expecting nothing 2022-09-27T16:48:37.7877453Z ok 2022-09-27T16:48:37.7877676Z Trying: 2022-09-27T16:48:37.7877952Z rfft2.size() 2022-09-27T16:48:37.7878250Z Expecting: 2022-09-27T16:48:37.7878534Z torch.Size([10, 6]) 2022-09-27T16:48:37.7878841Z ok 2022-09-27T16:48:37.7879093Z Trying: 2022-09-27T16:48:37.7879319Z fft2 = torch.fft.fft2(t) 2022-09-27T16:48:37.7879505Z Expecting nothing 2022-09-27T16:48:37.7881081Z ok 2022-09-27T16:48:37.7881314Z Trying: 2022-09-27T16:48:37.7881555Z torch.testing.assert_close(fft2[..., :6], rfft2, check_stride=False) 2022-09-27T16:48:37.7881798Z Expecting nothing 2022-09-27T16:48:37.7889049Z ok 2022-09-27T16:48:37.7889250Z Trying: 2022-09-27T16:48:37.7889467Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-09-27T16:48:37.7889708Z Expecting nothing 2022-09-27T16:48:37.7891855Z ok 2022-09-27T16:48:37.7892047Z Trying: 2022-09-27T16:48:37.7892263Z torch.testing.assert_close(rfft2, two_ffts, check_stride=False) 2022-09-27T16:48:37.7892494Z Expecting nothing 2022-09-27T16:48:37.7899463Z ok 2022-09-27T16:48:37.7900485Z ok (0.004s) 2022-09-27T16:48:37.7911575Z test_rfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:48:37.7911997Z t = torch.arange(4) 2022-09-27T16:48:37.7912324Z Expecting nothing 2022-09-27T16:48:37.7912911Z ok 2022-09-27T16:48:37.7913155Z Trying: 2022-09-27T16:48:37.7913431Z t 2022-09-27T16:48:37.7913693Z Expecting: 2022-09-27T16:48:37.7913967Z tensor([0, 1, 2, 3]) 2022-09-27T16:48:37.7916572Z ok 2022-09-27T16:48:37.7916802Z Trying: 2022-09-27T16:48:37.7917106Z torch.fft.rfft(t) 2022-09-27T16:48:37.7917420Z Expecting: 2022-09-27T16:48:37.7917770Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j]) 2022-09-27T16:48:37.7934067Z ok 2022-09-27T16:48:37.7934324Z Trying: 2022-09-27T16:48:37.7934600Z torch.fft.fft(t) 2022-09-27T16:48:37.7934922Z Expecting: 2022-09-27T16:48:37.7935271Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:48:37.7952482Z ok 2022-09-27T16:48:37.7953392Z ok (0.005s) 2022-09-27T16:48:37.7964836Z test_rfftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:48:37.7965289Z torch.fft.rfftfreq(5) 2022-09-27T16:48:37.7965610Z Expecting: 2022-09-27T16:48:37.7965816Z tensor([0.0000, 0.2000, 0.4000]) 2022-09-27T16:48:37.7974313Z ok 2022-09-27T16:48:37.7974693Z Trying: 2022-09-27T16:48:37.7975022Z torch.fft.rfftfreq(4) 2022-09-27T16:48:37.7975275Z Expecting: 2022-09-27T16:48:37.7975439Z tensor([0.0000, 0.2500, 0.5000]) 2022-09-27T16:48:37.7983273Z ok 2022-09-27T16:48:37.7983506Z Trying: 2022-09-27T16:48:37.7983670Z torch.fft.fftfreq(4) 2022-09-27T16:48:37.7983857Z Expecting: 2022-09-27T16:48:37.7984133Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-09-27T16:48:37.7992540Z ok 2022-09-27T16:48:37.7993792Z ok (0.004s) 2022-09-27T16:48:37.8005213Z test_rfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:48:37.8005583Z t = torch.rand(10, 10) 2022-09-27T16:48:37.8005870Z Expecting nothing 2022-09-27T16:48:37.8006516Z ok 2022-09-27T16:48:37.8006688Z Trying: 2022-09-27T16:48:37.8006921Z rfftn = torch.fft.rfftn(t) 2022-09-27T16:48:37.8007171Z Expecting nothing 2022-09-27T16:48:37.8008858Z ok 2022-09-27T16:48:37.8009088Z Trying: 2022-09-27T16:48:37.8009333Z rfftn.size() 2022-09-27T16:48:37.8009762Z Expecting: 2022-09-27T16:48:37.8009939Z torch.Size([10, 6]) 2022-09-27T16:48:37.8010115Z ok 2022-09-27T16:48:37.8010262Z Trying: 2022-09-27T16:48:37.8010422Z fftn = torch.fft.fftn(t) 2022-09-27T16:48:37.8010628Z Expecting nothing 2022-09-27T16:48:37.8020218Z ok 2022-09-27T16:48:37.8020477Z Trying: 2022-09-27T16:48:37.8020825Z torch.testing.assert_close(fftn[..., :6], rfftn, check_stride=False) 2022-09-27T16:48:37.8021368Z Expecting nothing 2022-09-27T16:48:37.8024808Z ok 2022-09-27T16:48:37.8025158Z Trying: 2022-09-27T16:48:37.8025558Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-09-27T16:48:37.8025942Z Expecting nothing 2022-09-27T16:48:37.8027814Z ok 2022-09-27T16:48:37.8028102Z Trying: 2022-09-27T16:48:37.8028518Z torch.testing.assert_close(rfftn, two_ffts, check_stride=False) 2022-09-27T16:48:37.8028927Z Expecting nothing 2022-09-27T16:48:37.8036536Z ok 2022-09-27T16:48:37.8037383Z ok (0.004s) 2022-09-27T16:48:37.8037930Z 2022-09-27T16:48:37.8038314Z ---------------------------------------------------------------------- 2022-09-27T16:48:37.8038580Z Ran 177 tests in 20.909s 2022-09-27T16:48:37.8038719Z 2022-09-27T16:48:37.8039169Z OK (skipped=10) 2022-09-27T16:48:37.8039279Z 2022-09-27T16:48:37.8039414Z Generating XML reports... 2022-09-27T16:48:37.8209492Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20220927164816.xml 2022-09-27T16:48:37.8231097Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20220927164816.xml 2022-09-27T16:48:38.7462700Z Running test_utils ... [2022-09-27 16:48:38.745825] 2022-09-27T16:48:38.7463219Z Executing ['/opt/conda/bin/python', '-bb', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:48:38.745911] 2022-09-27T16:48:42.6499424Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:48:42.7501798Z Test results will be stored in test-reports/python-unittest/test_utils 2022-09-27T16:48:42.7531988Z 2022-09-27T16:48:42.7532074Z Running tests... 2022-09-27T16:48:42.7532906Z ---------------------------------------------------------------------- 2022-09-27T16:48:43.3950532Z test_assert_scriptable (__main__.TestAssert) ... ok (0.641s) 2022-09-27T16:48:43.3965512Z test_assert_true (__main__.TestAssert) ... ok (0.002s) 2022-09-27T16:48:43.3974896Z test_bottleneck_cpu_only (__main__.TestBottleneck) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68433 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:48:43.3980536Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: No CUDA (0.001s) 2022-09-27T16:48:43.4258076Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.028s) 2022-09-27T16:48:43.4498678Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.024s) 2022-09-27T16:48:43.4518947Z test_checkpoint_no_tensors (__main__.TestCheckpoint) ... /opt/conda/lib/python3.7/site-packages/torch/utils/checkpoint.py:31: UserWarning: None of the inputs have requires_grad=True. Gradients will be None 2022-09-27T16:48:43.4519408Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-09-27T16:48:43.4526628Z ok (0.003s) 2022-09-27T16:48:43.4546208Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.002s) 2022-09-27T16:48:43.4665767Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.012s) 2022-09-27T16:48:43.4672195Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-09-27T16:48:43.4703344Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.003s) 2022-09-27T16:48:43.5896353Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.119s) 2022-09-27T16:48:43.5907229Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... skip: No CUDA (0.001s) 2022-09-27T16:48:43.5921956Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-09-27T16:48:43.5932564Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-09-27T16:48:43.5970840Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.004s) 2022-09-27T16:48:43.6009538Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.004s) 2022-09-27T16:48:43.6030256Z test_checkpointing_without_reentrant_early_free (__main__.TestCheckpoint) ... skip: Test requires CUDA (0.002s) 2022-09-27T16:48:43.6037092Z test_smoke (__main__.TestCollectEnv) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77345 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:48:43.7251004Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.121s) 2022-09-27T16:48:43.8122555Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.087s) 2022-09-27T16:48:43.8134176Z test_multi_drop (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82865 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:48:43.8139887Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.001s) 2022-09-27T16:48:43.8148779Z test_random_seed (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70516 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:48:43.8179577Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.003s) 2022-09-27T16:48:43.8198532Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.002s) 2022-09-27T16:48:43.8240783Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.004s) 2022-09-27T16:48:43.8247921Z test_import_hipify (__main__.TestHipify) ... ok (0.001s) 2022-09-27T16:48:43.8273666Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok (0.002s) 2022-09-27T16:48:43.8285276Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... ok (0.001s) 2022-09-27T16:48:51.5759059Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (7.747s) 2022-09-27T16:48:51.5759426Z 2022-09-27T16:48:51.5759860Z ---------------------------------------------------------------------- 2022-09-27T16:48:51.5760266Z Ran 31 tests in 8.823s 2022-09-27T16:48:51.5760416Z 2022-09-27T16:48:51.5760533Z OK (skipped=9) 2022-09-27T16:48:51.5760718Z 2022-09-27T16:48:51.5760852Z Generating XML reports... 2022-09-27T16:48:51.5804383Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestAssert-20220927164842.xml 2022-09-27T16:48:51.5818614Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20220927164842.xml 2022-09-27T16:48:51.5822187Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20220927164842.xml 2022-09-27T16:48:51.5829944Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20220927164842.xml 2022-09-27T16:48:51.5832483Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20220927164842.xml 2022-09-27T16:48:51.5835161Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestHipify-20220927164842.xml 2022-09-27T16:48:51.5838500Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20220927164842.xml 2022-09-27T16:48:51.5862621Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20220927164842.xml 2022-09-27T16:48:51.5866779Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestBottleneck-20220927164842.xml 2022-09-27T16:48:51.5869949Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20220927164842.xml 2022-09-27T16:48:52.3139450Z Running test_stateless ... [2022-09-27 16:48:52.313568] 2022-09-27T16:48:52.3139986Z Executing ['/opt/conda/bin/python', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:48:52.313658] 2022-09-27T16:48:56.2943338Z Test results will be stored in test-reports/python-unittest/test_stateless 2022-09-27T16:48:56.2960523Z 2022-09-27T16:48:56.2960813Z Running tests... 2022-09-27T16:48:56.2961406Z ---------------------------------------------------------------------- 2022-09-27T16:49:03.4292317Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (7.133s) 2022-09-27T16:49:07.2475978Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (3.818s) 2022-09-27T16:49:07.2796808Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.032s) 2022-09-27T16:49:07.2868215Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.007s) 2022-09-27T16:49:07.2903070Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-09-27T16:49:07.2909716Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.001s) 2022-09-27T16:49:07.2945642Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.004s) 2022-09-27T16:49:07.6617445Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.367s) 2022-09-27T16:49:07.6850243Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.023s) 2022-09-27T16:49:07.6953628Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.010s) 2022-09-27T16:49:07.6981847Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-09-27T16:49:07.6982164Z 2022-09-27T16:49:07.6982648Z ---------------------------------------------------------------------- 2022-09-27T16:49:07.6983123Z Ran 11 tests in 11.402s 2022-09-27T16:49:07.6983322Z 2022-09-27T16:49:07.6983409Z OK (skipped=1) 2022-09-27T16:49:07.6983521Z 2022-09-27T16:49:07.6983606Z Generating XML reports... 2022-09-27T16:49:07.7019764Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20220927164856.xml 2022-09-27T16:49:07.7022661Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20220927164856.xml 2022-09-27T16:49:07.7033097Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220927164856.xml 2022-09-27T16:49:08.3938466Z Running test_scatter_gather_ops ... [2022-09-27 16:49:08.393414] 2022-09-27T16:49:08.3939038Z Executing ['/opt/conda/bin/python', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:49:08.393504] 2022-09-27T16:49:12.2905590Z Test results will be stored in test-reports/python-unittest/test_scatter_gather_ops 2022-09-27T16:49:12.2923376Z 2022-09-27T16:49:12.2923690Z Running tests... 2022-09-27T16:49:12.2924281Z ---------------------------------------------------------------------- 2022-09-27T16:49:12.2994679Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.007s) 2022-09-27T16:49:12.3020173Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.003s) 2022-09-27T16:49:12.3050391Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.003s) 2022-09-27T16:49:12.3074483Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-09-27T16:49:12.3093359Z test_gather_bool_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.002s) 2022-09-27T16:49:12.3574955Z test_gather_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.048s) 2022-09-27T16:49:12.4044150Z test_gather_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.047s) 2022-09-27T16:49:12.4951053Z test_scatter__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.091s) 2022-09-27T16:49:12.5700453Z test_scatter__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.075s) 2022-09-27T16:49:12.6456903Z test_scatter__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.076s) 2022-09-27T16:49:13.6443987Z test_scatter__reductions_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.999s) 2022-09-27T16:49:14.6208402Z test_scatter__reductions_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.976s) 2022-09-27T16:49:15.5872774Z test_scatter__reductions_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.966s) 2022-09-27T16:49:15.6574836Z test_scatter__scalar_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.070s) 2022-09-27T16:49:15.7264668Z test_scatter__scalar_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.069s) 2022-09-27T16:49:15.7955481Z test_scatter__scalar_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.069s) 2022-09-27T16:49:15.8947456Z test_scatter_add__cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.099s) 2022-09-27T16:49:15.9810534Z test_scatter_add__cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.086s) 2022-09-27T16:49:16.0674217Z test_scatter_add__cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.086s) 2022-09-27T16:49:16.0711989Z test_scatter_add_mult_index_base_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.004s) 2022-09-27T16:49:16.0851610Z test_scatter_reduce_amax_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... test_scatter_gather_ops.py:107: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1614.) 2022-09-27T16:49:16.0852583Z actual = fn(base.clone(), dim, idx, src, reduce=reduction, include_self=include_self) 2022-09-27T16:49:16.2027568Z ok (0.131s) 2022-09-27T16:49:16.3294768Z test_scatter_reduce_amax_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.127s) 2022-09-27T16:49:16.4995569Z test_scatter_reduce_amax_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.170s) 2022-09-27T16:49:16.6304561Z test_scatter_reduce_amax_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.131s) 2022-09-27T16:49:16.7604136Z test_scatter_reduce_amax_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.130s) 2022-09-27T16:49:16.8866758Z test_scatter_reduce_amax_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.126s) 2022-09-27T16:49:17.0154667Z test_scatter_reduce_amax_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.129s) 2022-09-27T16:49:17.1415537Z test_scatter_reduce_amax_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.126s) 2022-09-27T16:49:17.2681019Z test_scatter_reduce_amax_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.126s) 2022-09-27T16:49:17.3943228Z test_scatter_reduce_amax_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.126s) 2022-09-27T16:49:17.5268033Z test_scatter_reduce_amin_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.132s) 2022-09-27T16:49:17.6470567Z test_scatter_reduce_amin_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.120s) 2022-09-27T16:49:17.7717426Z test_scatter_reduce_amin_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.125s) 2022-09-27T16:49:17.9013040Z test_scatter_reduce_amin_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.129s) 2022-09-27T16:49:18.0352491Z test_scatter_reduce_amin_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.134s) 2022-09-27T16:49:18.1556250Z test_scatter_reduce_amin_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.120s) 2022-09-27T16:49:18.2761798Z test_scatter_reduce_amin_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.120s) 2022-09-27T16:49:18.3970881Z test_scatter_reduce_amin_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.121s) 2022-09-27T16:49:18.5244898Z test_scatter_reduce_amin_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.127s) 2022-09-27T16:49:18.6472115Z test_scatter_reduce_amin_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.123s) 2022-09-27T16:49:18.7666662Z test_scatter_reduce_mean_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.119s) 2022-09-27T16:49:18.8897505Z test_scatter_reduce_mean_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.123s) 2022-09-27T16:49:19.0186939Z test_scatter_reduce_mean_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.129s) 2022-09-27T16:49:19.1393174Z test_scatter_reduce_mean_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.121s) 2022-09-27T16:49:19.2587061Z test_scatter_reduce_mean_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.119s) 2022-09-27T16:49:19.3787089Z test_scatter_reduce_mean_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.120s) 2022-09-27T16:49:19.5047972Z test_scatter_reduce_mean_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.126s) 2022-09-27T16:49:19.6229072Z test_scatter_reduce_mean_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.118s) 2022-09-27T16:49:19.7403034Z test_scatter_reduce_mean_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.117s) 2022-09-27T16:49:19.8573068Z test_scatter_reduce_mean_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.117s) 2022-09-27T16:49:19.9742645Z test_scatter_reduce_mean_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.117s) 2022-09-27T16:49:20.1002402Z test_scatter_reduce_prod_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.126s) 2022-09-27T16:49:20.2166432Z test_scatter_reduce_prod_cpu_bool (__main__.TestScatterGatherCPU) ... ok (0.116s) 2022-09-27T16:49:20.3387712Z test_scatter_reduce_prod_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.122s) 2022-09-27T16:49:20.4600017Z test_scatter_reduce_prod_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.121s) 2022-09-27T16:49:20.5847702Z test_scatter_reduce_prod_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.125s) 2022-09-27T16:49:20.7033768Z test_scatter_reduce_prod_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.119s) 2022-09-27T16:49:20.8225339Z test_scatter_reduce_prod_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.119s) 2022-09-27T16:49:20.9386177Z test_scatter_reduce_prod_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.116s) 2022-09-27T16:49:21.0642875Z test_scatter_reduce_prod_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.126s) 2022-09-27T16:49:21.1796171Z test_scatter_reduce_prod_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.115s) 2022-09-27T16:49:21.2968321Z test_scatter_reduce_prod_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.117s) 2022-09-27T16:49:21.4135532Z test_scatter_reduce_prod_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.117s) 2022-09-27T16:49:21.5375111Z test_scatter_reduce_sum_cpu_bfloat16 (__main__.TestScatterGatherCPU) ... ok (0.124s) 2022-09-27T16:49:21.6584050Z test_scatter_reduce_sum_cpu_complex128 (__main__.TestScatterGatherCPU) ... ok (0.121s) 2022-09-27T16:49:21.7794272Z test_scatter_reduce_sum_cpu_complex64 (__main__.TestScatterGatherCPU) ... ok (0.121s) 2022-09-27T16:49:21.8997763Z test_scatter_reduce_sum_cpu_float16 (__main__.TestScatterGatherCPU) ... ok (0.120s) 2022-09-27T16:49:22.0189285Z test_scatter_reduce_sum_cpu_float32 (__main__.TestScatterGatherCPU) ... ok (0.119s) 2022-09-27T16:49:22.1416623Z test_scatter_reduce_sum_cpu_float64 (__main__.TestScatterGatherCPU) ... ok (0.123s) 2022-09-27T16:49:22.2569700Z test_scatter_reduce_sum_cpu_int16 (__main__.TestScatterGatherCPU) ... ok (0.115s) 2022-09-27T16:49:22.3718445Z test_scatter_reduce_sum_cpu_int32 (__main__.TestScatterGatherCPU) ... ok (0.115s) 2022-09-27T16:49:22.4865884Z test_scatter_reduce_sum_cpu_int64 (__main__.TestScatterGatherCPU) ... ok (0.115s) 2022-09-27T16:49:22.6095296Z test_scatter_reduce_sum_cpu_int8 (__main__.TestScatterGatherCPU) ... ok (0.123s) 2022-09-27T16:49:22.7255974Z test_scatter_reduce_sum_cpu_uint8 (__main__.TestScatterGatherCPU) ... ok (0.116s) 2022-09-27T16:49:22.7256356Z 2022-09-27T16:49:22.7256751Z ---------------------------------------------------------------------- 2022-09-27T16:49:22.7257240Z Ran 74 tests in 10.433s 2022-09-27T16:49:22.7257408Z 2022-09-27T16:49:22.7257518Z OK 2022-09-27T16:49:22.7257684Z 2022-09-27T16:49:22.7257861Z Generating XML reports... 2022-09-27T16:49:22.7342746Z Generated XML report: test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20220927164912.xml 2022-09-27T16:49:23.3335315Z Running test_expanded_weights ... [2022-09-27 16:49:23.333114] 2022-09-27T16:49:23.3336087Z Executing ['/opt/conda/bin/python', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:49:23.333202] 2022-09-27T16:49:28.2143544Z Test results will be stored in test-reports/python-unittest/test_expanded_weights 2022-09-27T16:49:28.2171846Z 2022-09-27T16:49:28.2172327Z Running tests... 2022-09-27T16:49:28.2172748Z ---------------------------------------------------------------------- 2022-09-27T16:49:29.4756766Z test_cnn_model_mean_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (1.258s) 2022-09-27T16:49:30.6105953Z test_cnn_model_sum_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (1.135s) 2022-09-27T16:49:30.6762793Z test_embedding_model_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.066s) 2022-09-27T16:49:30.6786810Z test_expanded_weight_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-09-27T16:49:30.6994955Z test_expanded_weight_forward_nn_functional_conv1d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.021s) 2022-09-27T16:49:30.7441921Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.045s) 2022-09-27T16:49:30.7895889Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.045s) 2022-09-27T16:49:30.8109168Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.021s) 2022-09-27T16:49:30.8316927Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.021s) 2022-09-27T16:49:30.8465243Z test_expanded_weight_forward_nn_functional_conv1d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.015s) 2022-09-27T16:49:30.8822785Z test_expanded_weight_forward_nn_functional_conv2d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:894.) 2022-09-27T16:49:30.8823425Z return self.op(*args, **kwargs) 2022-09-27T16:49:30.9161326Z ok (0.069s) 2022-09-27T16:49:31.0831760Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.167s) 2022-09-27T16:49:31.2451839Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.162s) 2022-09-27T16:49:31.3133959Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.068s) 2022-09-27T16:49:31.3803738Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.067s) 2022-09-27T16:49:31.4303200Z test_expanded_weight_forward_nn_functional_conv2d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.050s) 2022-09-27T16:49:31.4493560Z test_expanded_weight_forward_nn_functional_embedding_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.019s) 2022-09-27T16:49:31.4675354Z test_expanded_weight_forward_nn_functional_embedding_cpu_float16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.018s) 2022-09-27T16:49:31.4855544Z test_expanded_weight_forward_nn_functional_embedding_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.018s) 2022-09-27T16:49:31.5023769Z test_expanded_weight_forward_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.017s) 2022-09-27T16:49:31.5128571Z test_expanded_weight_forward_nn_functional_group_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-09-27T16:49:31.5233576Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-09-27T16:49:31.5334165Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-09-27T16:49:31.6147401Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.081s) 2022-09-27T16:49:31.6553973Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.041s) 2022-09-27T16:49:31.6944722Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.039s) 2022-09-27T16:49:31.7039779Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.009s) 2022-09-27T16:49:31.7132944Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.009s) 2022-09-27T16:49:31.7221802Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.009s) 2022-09-27T16:49:31.7424513Z test_expanded_weight_forward_nn_functional_linear_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.020s) 2022-09-27T16:49:31.7805666Z test_expanded_weight_forward_nn_functional_linear_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.038s) 2022-09-27T16:49:31.8171765Z test_expanded_weight_forward_nn_functional_linear_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.037s) 2022-09-27T16:49:31.8396268Z test_expanded_weight_forward_nn_functional_linear_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.022s) 2022-09-27T16:49:31.8608228Z test_expanded_weight_forward_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.021s) 2022-09-27T16:49:31.8704385Z test_expanded_weight_forward_nn_functional_linear_cpu_int16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-09-27T16:49:31.8800587Z test_expanded_weight_forward_nn_functional_linear_cpu_int32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-09-27T16:49:31.8908848Z test_expanded_weight_forward_nn_functional_linear_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-09-27T16:49:31.9007242Z test_expanded_weight_forward_nn_functional_linear_cpu_int8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-09-27T16:49:31.9104530Z test_expanded_weight_forward_nn_functional_linear_cpu_uint8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-09-27T16:49:31.9429584Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.032s) 2022-09-27T16:49:32.0497980Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.107s) 2022-09-27T16:49:32.0556162Z test_expanded_weight_per_sample_grad_mean_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-09-27T16:49:32.0711498Z test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.015s) 2022-09-27T16:49:32.1443783Z test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.073s) 2022-09-27T16:49:32.1566363Z test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-09-27T16:49:32.2129694Z test_expanded_weight_per_sample_grad_mean_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.056s) 2022-09-27T16:49:32.2448965Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.032s) 2022-09-27T16:49:32.3559340Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.111s) 2022-09-27T16:49:32.3617102Z test_expanded_weight_per_sample_grad_sum_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-09-27T16:49:32.3776160Z test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:49:32.4518265Z test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.074s) 2022-09-27T16:49:32.4643038Z test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-09-27T16:49:32.5197767Z test_expanded_weight_per_sample_grad_sum_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.055s) 2022-09-27T16:49:32.5455371Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.026s) 2022-09-27T16:49:32.6760108Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.130s) 2022-09-27T16:49:32.6820694Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-09-27T16:49:32.6942203Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-09-27T16:49:32.7500896Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.056s) 2022-09-27T16:49:32.7595702Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-09-27T16:49:32.8063101Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.047s) 2022-09-27T16:49:32.8132876Z test_group_norm_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-09-27T16:49:32.9155011Z test_group_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.102s) 2022-09-27T16:49:33.0848950Z test_group_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.169s) 2022-09-27T16:49:33.8229767Z test_group_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.738s) 2022-09-27T16:49:33.9344867Z test_instance_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.111s) 2022-09-27T16:49:34.1338855Z test_instance_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.199s) 2022-09-27T16:49:34.7842969Z test_instance_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.650s) 2022-09-27T16:49:34.8916229Z test_layer_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.107s) 2022-09-27T16:49:35.1085469Z test_layer_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.217s) 2022-09-27T16:49:35.7614469Z test_layer_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.653s) 2022-09-27T16:49:35.7736837Z test_unsupported_expand_weights_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-09-27T16:49:35.8062232Z test_unsupported_expand_weights_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.032s) 2022-09-27T16:49:35.8098902Z test_unsupported_expand_weights_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-09-27T16:49:35.8148186Z test_unsupported_expand_weights_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-09-27T16:49:35.8240015Z test_unsupported_expand_weights_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.009s) 2022-09-27T16:49:35.8297740Z test_unsupported_expand_weights_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-09-27T16:49:35.8415305Z test_unsupported_expand_weights_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-09-27T16:49:35.8474695Z test_forward_helper_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.006s) 2022-09-27T16:49:35.8510380Z test_forward_helper_failure_args_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.004s) 2022-09-27T16:49:35.8524104Z test_set_grad_sample_if_exists_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-09-27T16:49:35.8535312Z test_set_grad_sample_if_exists_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-09-27T16:49:35.8563800Z test_sum_over_all_but_batch_and_last_n_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.003s) 2022-09-27T16:49:35.8585089Z test_unpack_expanded_weight_or_tensor_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-09-27T16:49:35.8595166Z test_unpack_expanded_weight_or_tensor_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-09-27T16:49:35.8606317Z test_unpack_expanded_weight_or_tensor_with_custom_function_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-09-27T16:49:35.8692055Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:35.8793302Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-09-27T16:49:35.8914454Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-09-27T16:49:35.9006704Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:35.9085475Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:35.9177555Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:35.9243343Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-09-27T16:49:35.9313536Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-09-27T16:49:35.9392102Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:35.9480879Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:35.9544410Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:49:35.9611777Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-09-27T16:49:35.9689242Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:35.9781221Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:35.9862688Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:35.9951204Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:36.0030293Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.0123717Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:36.0136423Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:49:36.0146753Z test_Conv1d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:49:36.0222095Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-09-27T16:49:36.0306880Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.0388106Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.0503824Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-09-27T16:49:36.0643593Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.014s) 2022-09-27T16:49:36.0723813Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.0812194Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:36.0901304Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:36.0972907Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-09-27T16:49:36.1047884Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-09-27T16:49:36.1126829Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.1217566Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:36.1302861Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.1394442Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:36.1476845Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.1570746Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:36.1647785Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.1737401Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:36.1748965Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:49:36.1758514Z test_Conv2d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:49:36.1833891Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-09-27T16:49:36.1921051Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:36.1994549Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-09-27T16:49:36.2047184Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:49:36.2106280Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:49:36.2266479Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:49:36.2482273Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.021s) 2022-09-27T16:49:36.2557027Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.2613040Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:49:36.2674660Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:49:36.2763551Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:36.2871040Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-09-27T16:49:36.2959427Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:36.3063814Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-09-27T16:49:36.3153452Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:36.3253602Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-09-27T16:49:36.3266100Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:49:36.3276255Z test_Conv3d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:49:36.3359384Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.3453432Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:36.3493130Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:49:36.3590663Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-09-27T16:49:36.3687754Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-09-27T16:49:36.3723454Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:49:36.3801440Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.3877837Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.3962325Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.4048176Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:36.4108438Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:49:36.4168390Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:49:36.4223769Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:49:36.4278436Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:49:36.4370235Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:36.4459160Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-09-27T16:49:36.4519693Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:49:36.4578001Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:49:36.4633436Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:49:36.4687119Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:49:36.4764459Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.4845640Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.4857333Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:49:36.4866698Z test_LayerNorm_1d_empty_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-09-27T16:49:36.4921559Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:49:36.4973989Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:49:36.5050360Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.5128716Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.7588556Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.246s) 2022-09-27T16:49:36.9377732Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.179s) 2022-09-27T16:49:36.9438261Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-09-27T16:49:36.9491632Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:49:36.9575598Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.9659197Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-09-27T16:49:36.9671294Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-09-27T16:49:36.9681859Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.001s) 2022-09-27T16:49:36.9749066Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-09-27T16:49:36.9816694Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-09-27T16:49:36.9859514Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-09-27T16:49:36.9906934Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-09-27T16:49:36.9977972Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-09-27T16:49:36.9978596Z 2022-09-27T16:49:36.9979367Z ---------------------------------------------------------------------- 2022-09-27T16:49:36.9979789Z Ran 184 tests in 8.781s 2022-09-27T16:49:36.9979969Z 2022-09-27T16:49:36.9980086Z OK (skipped=10) 2022-09-27T16:49:36.9981260Z 2022-09-27T16:49:36.9981423Z Generating XML reports... 2022-09-27T16:49:37.0157691Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20220927164928.xml 2022-09-27T16:49:37.0165061Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20220927164928.xml 2022-09-27T16:49:37.0252235Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20220927164928.xml 2022-09-27T16:49:37.7182957Z Running test_mkl_verbose ... [2022-09-27 16:49:37.717893] 2022-09-27T16:49:37.7183537Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkl_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:49:37.717981] 2022-09-27T16:49:41.3631928Z Test results will be stored in test-reports/python-unittest/test_mkl_verbose 2022-09-27T16:49:41.3646376Z 2022-09-27T16:49:41.3646512Z Running tests... 2022-09-27T16:49:41.3646930Z ---------------------------------------------------------------------- 2022-09-27T16:49:45.5668767Z test_verbose_off (__main__.TestMKLVerbose) ... ok (4.202s) 2022-09-27T16:49:49.4540646Z test_verbose_on (__main__.TestMKLVerbose) ... ok (3.887s) 2022-09-27T16:49:49.4540920Z 2022-09-27T16:49:49.4541237Z ---------------------------------------------------------------------- 2022-09-27T16:49:49.4541507Z Ran 2 tests in 8.089s 2022-09-27T16:49:49.4550873Z 2022-09-27T16:49:49.4550970Z OK 2022-09-27T16:49:49.4551080Z 2022-09-27T16:49:49.4551168Z Generating XML reports... 2022-09-27T16:49:49.4583737Z Generated XML report: test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20220927164941.xml 2022-09-27T16:49:50.1467612Z Running test_module_init ... [2022-09-27 16:49:50.146336] 2022-09-27T16:49:50.1468644Z Executing ['/opt/conda/bin/python', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:49:50.146430] 2022-09-27T16:49:54.0696139Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-09-27T16:49:54.0696927Z warnings.warn(msg, FutureWarning) 2022-09-27T16:49:54.0853610Z Test results will be stored in test-reports/python-unittest/test_module_init 2022-09-27T16:49:54.0886346Z 2022-09-27T16:49:54.0886817Z Running tests... 2022-09-27T16:49:54.0887551Z ---------------------------------------------------------------------- 2022-09-27T16:49:54.0934767Z test_nn_AdaptiveAvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.0971779Z test_nn_AdaptiveAvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.1008044Z test_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.1048683Z test_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.1083382Z test_nn_AdaptiveAvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.1118331Z test_nn_AdaptiveAvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.1193454Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-09-27T16:49:54.1264355Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-09-27T16:49:54.1299288Z test_nn_AdaptiveMaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.1334244Z test_nn_AdaptiveMaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.1370347Z test_nn_AdaptiveMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.1405410Z test_nn_AdaptiveMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.1567208Z test_nn_AdaptiveMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.016s) 2022-09-27T16:49:54.1601134Z test_nn_AdaptiveMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.1636052Z test_nn_AlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.1671616Z test_nn_AlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.1708220Z test_nn_AvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.1744023Z test_nn_AvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.1778923Z test_nn_AvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.1814616Z test_nn_AvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.1849672Z test_nn_AvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.1884661Z test_nn_AvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.1922066Z test_nn_BCELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.1959265Z test_nn_BCELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.1995734Z test_nn_BCEWithLogitsLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.2033085Z test_nn_BCEWithLogitsLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.2092964Z test_nn_BatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:49:54.2142920Z test_nn_BatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.2195176Z test_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.2245107Z test_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.2295292Z test_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.2652571Z test_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.036s) 2022-09-27T16:49:54.2696090Z test_nn_Bilinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.2740176Z test_nn_Bilinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.2775276Z test_nn_CELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.2810763Z test_nn_CELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.2845647Z test_nn_CTCLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.2881447Z test_nn_CTCLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.2916737Z test_nn_ChannelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.2951321Z test_nn_ChannelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.2987298Z test_nn_ConstantPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.3022502Z test_nn_ConstantPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.3058650Z test_nn_ConstantPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.3093314Z test_nn_ConstantPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.3128743Z test_nn_ConstantPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.3164629Z test_nn_ConstantPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.3210310Z test_nn_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.3262430Z test_nn_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.3307294Z test_nn_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.3351258Z test_nn_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.3396878Z test_nn_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.3441423Z test_nn_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.3485671Z test_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.3531019Z test_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.3575970Z test_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.3619866Z test_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.3665120Z test_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.3856969Z test_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.019s) 2022-09-27T16:49:54.3891737Z test_nn_CosineEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.3926708Z test_nn_CosineEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.3962023Z test_nn_CosineSimilarity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.3997304Z test_nn_CosineSimilarity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.4034389Z test_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.4070696Z test_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.4106419Z test_nn_CrossMapLRN2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.4141259Z test_nn_CrossMapLRN2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.4177214Z test_nn_Dropout1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.4211937Z test_nn_Dropout1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.4246769Z test_nn_Dropout2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.4288437Z test_nn_Dropout2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.4323227Z test_nn_Dropout3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.4359145Z test_nn_Dropout3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.4393760Z test_nn_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.4428407Z test_nn_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.4463987Z test_nn_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.4498773Z test_nn_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.4542136Z test_nn_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.4583666Z test_nn_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.4624267Z test_nn_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.4665814Z test_nn_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.4700128Z test_nn_FeatureAlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.4735968Z test_nn_FeatureAlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.4770846Z test_nn_Flatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.4805741Z test_nn_Flatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.4841529Z test_nn_Fold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.4876379Z test_nn_Fold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.4913958Z test_nn_FractionalMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.4950207Z test_nn_FractionalMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.4987234Z test_nn_FractionalMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.5024229Z test_nn_FractionalMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.5058880Z test_nn_GELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.5094370Z test_nn_GELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.5129101Z test_nn_GLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.5164096Z test_nn_GLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.5218008Z test_nn_GRUCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.5266538Z test_nn_GRUCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.5316321Z test_nn_GRU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.5366009Z test_nn_GRU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.5400907Z test_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.5436523Z test_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.5479251Z test_nn_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.5522910Z test_nn_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.5557461Z test_nn_Hardshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.5708409Z test_nn_Hardshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.015s) 2022-09-27T16:49:54.5740960Z test_nn_Hardsigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.5776271Z test_nn_Hardsigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.5811052Z test_nn_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.5845696Z test_nn_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.5881367Z test_nn_Hardtanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.5916365Z test_nn_Hardtanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.5951841Z test_nn_HingeEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.5986564Z test_nn_HingeEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.6022295Z test_nn_HuberLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.6058238Z test_nn_HuberLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.6092526Z test_nn_Identity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.6127809Z test_nn_Identity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.6174174Z test_nn_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.6220099Z test_nn_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.6272251Z test_nn_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.6317518Z test_nn_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.6362493Z test_nn_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.6407488Z test_nn_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.6442132Z test_nn_KLDivLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.6478158Z test_nn_KLDivLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.6512901Z test_nn_L1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.6548558Z test_nn_L1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.6583521Z test_nn_LPPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.6618669Z test_nn_LPPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.6654640Z test_nn_LPPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.6688913Z test_nn_LPPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.6737910Z test_nn_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.6785852Z test_nn_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.6836217Z test_nn_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.6886227Z test_nn_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.6929654Z test_nn_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.6973200Z test_nn_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.7013536Z test_nn_LazyBatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:49:54.7014123Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:49:54.7035093Z ok (0.006s) 2022-09-27T16:49:54.7083823Z test_nn_LazyBatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.7133182Z test_nn_LazyBatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.7182488Z test_nn_LazyBatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.7231775Z test_nn_LazyBatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.7282478Z test_nn_LazyBatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.7329802Z test_nn_LazyConv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.7377515Z test_nn_LazyConv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.7434662Z test_nn_LazyConv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:49:54.7480872Z test_nn_LazyConv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.7528710Z test_nn_LazyConv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.7575035Z test_nn_LazyConv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.7621850Z test_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.7669469Z test_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.7732814Z test_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:49:54.7776374Z test_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.7820271Z test_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.7874359Z test_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.7924350Z test_nn_LazyInstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.7973427Z test_nn_LazyInstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.8021950Z test_nn_LazyInstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.8071065Z test_nn_LazyInstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.8119922Z test_nn_LazyInstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.8168996Z test_nn_LazyInstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:54.8225995Z test_nn_LazyLinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:49:54.8271358Z test_nn_LazyLinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.8306550Z test_nn_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.8342088Z test_nn_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.8386678Z test_nn_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.8431600Z test_nn_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.8466604Z test_nn_LocalResponseNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.8502624Z test_nn_LocalResponseNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.8537172Z test_nn_LogSigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.8572864Z test_nn_LogSigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.8607531Z test_nn_LogSoftmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.8642313Z test_nn_LogSoftmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.8678470Z test_nn_MSELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.8713025Z test_nn_MSELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.8749024Z test_nn_MarginRankingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.8784078Z test_nn_MarginRankingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.8819107Z test_nn_MaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.8855156Z test_nn_MaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.8890152Z test_nn_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.8926039Z test_nn_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.8961013Z test_nn_MaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.8996475Z test_nn_MaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.9032412Z test_nn_MaxUnpool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.9067428Z test_nn_MaxUnpool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.9103377Z test_nn_MaxUnpool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.9138872Z test_nn_MaxUnpool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.9174054Z test_nn_MaxUnpool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.9215394Z test_nn_MaxUnpool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.9250159Z test_nn_Mish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.9286624Z test_nn_Mish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.9321093Z test_nn_ModuleDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.9355975Z test_nn_ModuleDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.9391744Z test_nn_ModuleList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.9426666Z test_nn_ModuleList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.9462464Z test_nn_MultiLabelMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.9497266Z test_nn_MultiLabelMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.9534312Z test_nn_MultiLabelSoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.9599622Z test_nn_MultiLabelSoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:49:54.9633213Z test_nn_MultiMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.9666498Z test_nn_MultiMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.9732448Z test_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-09-27T16:49:54.9803411Z test_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-09-27T16:49:54.9837172Z test_nn_NLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.9870380Z test_nn_NLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:54.9908432Z test_nn_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.9948728Z test_nn_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:54.9983832Z test_nn_PairwiseDistance_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.0018745Z test_nn_PairwiseDistance_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.0054361Z test_nn_ParameterDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.0089254Z test_nn_ParameterDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.0130719Z test_nn_ParameterList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.0165338Z test_nn_ParameterList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.0200229Z test_nn_PixelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.0235874Z test_nn_PixelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.0270636Z test_nn_PixelUnshuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.0306268Z test_nn_PixelUnshuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.0340889Z test_nn_PoissonNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.0375388Z test_nn_PoissonNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.0426295Z test_nn_RNNBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:55.0476374Z test_nn_RNNBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:55.0524156Z test_nn_RNNCellBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:55.0572673Z test_nn_RNNCellBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:55.0620882Z test_nn_RNNCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:55.0668369Z test_nn_RNNCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:55.0718948Z test_nn_RNN_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:55.0768697Z test_nn_RNN_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:55.0803521Z test_nn_RReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.0838651Z test_nn_RReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.0874229Z test_nn_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.0909111Z test_nn_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.0944747Z test_nn_ReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.0979734Z test_nn_ReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.1015055Z test_nn_ReflectionPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.1051012Z test_nn_ReflectionPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.1085858Z test_nn_ReflectionPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.1127923Z test_nn_ReflectionPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.1162947Z test_nn_ReflectionPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.1199914Z test_nn_ReflectionPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.1235609Z test_nn_ReplicationPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.1270051Z test_nn_ReplicationPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.1305477Z test_nn_ReplicationPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.1358173Z test_nn_ReplicationPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:55.1390163Z test_nn_ReplicationPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.1422954Z test_nn_ReplicationPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.1455695Z test_nn_SELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.1488936Z test_nn_SELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.1521227Z test_nn_Sequential_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.1555617Z test_nn_Sequential_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.1591892Z test_nn_SiLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.1627224Z test_nn_SiLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.1663163Z test_nn_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.1698524Z test_nn_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.1734031Z test_nn_SmoothL1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.1770527Z test_nn_SmoothL1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.1805914Z test_nn_SoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.1842188Z test_nn_SoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.1877481Z test_nn_Softmax2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.1912697Z test_nn_Softmax2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.1949350Z test_nn_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.1985132Z test_nn_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.2021351Z test_nn_Softmin_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.2056850Z test_nn_Softmin_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.2092564Z test_nn_Softplus_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.2128744Z test_nn_Softplus_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.2163196Z test_nn_Softshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.2203026Z test_nn_Softshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.2237366Z test_nn_Softsign_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.2271929Z test_nn_Softsign_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.2324031Z test_nn_SyncBatchNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:55.2374733Z test_nn_SyncBatchNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:49:55.2410163Z test_nn_Tanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.2444640Z test_nn_Tanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.2479550Z test_nn_Tanhshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.2515090Z test_nn_Tanhshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.2550260Z test_nn_Threshold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:49:55.2585591Z test_nn_Threshold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:49:55.2696536Z test_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.011s) 2022-09-27T16:49:55.2813949Z test_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.012s) 2022-09-27T16:49:55.2946915Z test_nn_TransformerDecoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.013s) 2022-09-27T16:49:55.3426967Z test_nn_TransformerDecoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.048s) 2022-09-27T16:49:55.3533405Z test_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.011s) 2022-09-27T16:49:55.3885197Z test_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.035s) 2022-09-27T16:49:55.3993091Z test_nn_TransformerEncoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.011s) 2022-09-27T16:49:55.4098223Z test_nn_TransformerEncoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-09-27T16:49:57.9903632Z test_nn_Transformer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (2.580s) 2022-09-27T16:50:01.1482097Z test_nn_Transformer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (3.158s) 2022-09-27T16:50:01.1516643Z test_nn_TripletMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.1549729Z test_nn_TripletMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.1830775Z test_nn_TripletMarginWithDistanceLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.028s) 2022-09-27T16:50:01.1864762Z test_nn_TripletMarginWithDistanceLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.1898594Z test_nn_Unflatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.1931276Z test_nn_Unflatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.1963365Z test_nn_Unfold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.1996470Z test_nn_Unfold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.2028520Z test_nn_Upsample_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.2061680Z test_nn_Upsample_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.2094075Z test_nn_UpsamplingBilinear2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.2126287Z test_nn_UpsamplingBilinear2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.2159544Z test_nn_UpsamplingNearest2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.2191682Z test_nn_UpsamplingNearest2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.2224817Z test_nn_ZeroPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.2256772Z test_nn_ZeroPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.2309852Z test_qat_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.2360161Z test_qat_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.2411847Z test_qat_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.2461712Z test_qat_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.2512057Z test_qat_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.2561960Z test_qat_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.2619124Z test_qat_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:50:01.2666704Z test_qat_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.2715515Z test_qat_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.2763942Z test_qat_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.2813136Z test_qat_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.2862049Z test_qat_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.2912300Z test_quantizable_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.2961868Z test_quantizable_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.3014316Z test_quantizable_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.3066191Z test_quantizable_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.3136631Z test_quantizable_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-09-27T16:50:01.3205198Z test_quantizable_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-09-27T16:50:01.3255898Z test_quantized_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.3316466Z test_quantized_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:50:01.3365805Z test_quantized_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.3416754Z test_quantized_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.3459008Z test_quantized_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.3494435Z test_quantized_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.3530058Z test_quantized_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.3564520Z test_quantized_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.3599908Z test_quantized_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.3636046Z test_quantized_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.3679975Z test_quantized_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.3738435Z test_quantized_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:50:01.3777670Z test_quantized_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.3816067Z test_quantized_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.3863505Z test_quantized_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.3909430Z test_quantized_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.3942307Z test_quantized_DeQuantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.3974290Z test_quantized_DeQuantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.4006137Z test_quantized_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.4039819Z test_quantized_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.4071661Z test_quantized_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.4104404Z test_quantized_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.4136377Z test_quantized_FXFloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.4168353Z test_quantized_FXFloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.4201885Z test_quantized_FloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.4237603Z test_quantized_FloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.4290718Z test_quantized_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.4348138Z test_quantized_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:50:01.4384199Z test_quantized_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.4421032Z test_quantized_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.4467321Z test_quantized_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.4515577Z test_quantized_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.4563421Z test_quantized_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.4610510Z test_quantized_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.4657385Z test_quantized_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.4705210Z test_quantized_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.4755973Z test_quantized_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.4807626Z test_quantized_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.4849682Z test_quantized_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.4892614Z test_quantized_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.4933537Z test_quantized_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.4972985Z test_quantized_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.5009439Z test_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.5045861Z test_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.5087507Z test_quantized_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.5125275Z test_quantized_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.5161362Z test_quantized_QFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.5195555Z test_quantized_QFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.5243650Z test_quantized_Quantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:50:01.5283110Z test_quantized_Quantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.5318423Z test_quantized_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.5352343Z test_quantized_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.5387559Z test_quantized_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.5421940Z test_quantized_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:50:01.5458030Z test_quantized_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.5495080Z test_quantized_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:50:01.5495418Z 2022-09-27T16:50:01.5495928Z ---------------------------------------------------------------------- 2022-09-27T16:50:01.5496376Z Ran 376 tests in 7.461s 2022-09-27T16:50:01.5496583Z 2022-09-27T16:50:01.5497504Z OK 2022-09-27T16:50:01.5497633Z 2022-09-27T16:50:01.5497790Z Generating XML reports... 2022-09-27T16:50:01.5829382Z Generated XML report: test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20220927164954.xml 2022-09-27T16:50:02.2267257Z Running test_mobile_optimizer ... [2022-09-27 16:50:02.226329] 2022-09-27T16:50:02.2267834Z Executing ['/opt/conda/bin/python', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:50:02.226419] 2022-09-27T16:50:05.9360744Z Test results will be stored in test-reports/python-unittest/test_mobile_optimizer 2022-09-27T16:50:05.9376165Z 2022-09-27T16:50:05.9376536Z Running tests... 2022-09-27T16:50:05.9376921Z ---------------------------------------------------------------------- 2022-09-27T16:50:06.2768837Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (0.339s) 2022-09-27T16:50:06.3578947Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... ok (0.081s) 2022-09-27T16:50:08.4178836Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (2.060s) 2022-09-27T16:50:08.4191155Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... skip: Needs torchvision (0.001s) 2022-09-27T16:50:09.2710077Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.852s) 2022-09-27T16:50:09.6500608Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.379s) 2022-09-27T16:50:10.3428124Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.693s) 2022-09-27T16:50:10.3428517Z 2022-09-27T16:50:10.3429008Z ---------------------------------------------------------------------- 2022-09-27T16:50:10.3429438Z Ran 7 tests in 4.405s 2022-09-27T16:50:10.3429599Z 2022-09-27T16:50:10.3429707Z OK (skipped=1) 2022-09-27T16:50:10.3429831Z 2022-09-27T16:50:10.3431468Z Generating XML reports... 2022-09-27T16:50:10.3465393Z Generated XML report: test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220927165005.xml 2022-09-27T16:50:10.9628204Z Running test_namedtensor ... [2022-09-27 16:50:10.962387] 2022-09-27T16:50:10.9628954Z Executing ['/opt/conda/bin/python', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:50:10.962474] 2022-09-27T16:50:14.9783731Z Test results will be stored in test-reports/python-unittest/test_namedtensor 2022-09-27T16:50:14.9803260Z 2022-09-27T16:50:14.9803701Z Running tests... 2022-09-27T16:50:14.9804092Z ---------------------------------------------------------------------- 2022-09-27T16:50:14.9838375Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:50:14.9874576Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.004s) 2022-09-27T16:50:15.0061537Z test_addmm (__main__.TestNamedTensor) ... ok (0.019s) 2022-09-27T16:50:15.0094568Z test_addmv (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:50:15.0111987Z test_align_as (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:15.0123992Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.001s) 2022-09-27T16:50:15.0172176Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.005s) 2022-09-27T16:50:15.0335991Z test_align_to (__main__.TestNamedTensor) ... ok (0.016s) 2022-09-27T16:50:15.0523512Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.019s) 2022-09-27T16:50:15.0538992Z test_any_all (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:15.0547847Z test_as_strided (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:50:15.0551481Z test_as_strided_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-09-27T16:50:15.0573443Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:15.0595319Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:15.0612988Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:15.0629806Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:15.1437307Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.081s) 2022-09-27T16:50:15.9543024Z test_binary_ops (__main__.TestNamedTensor) ... ok (0.810s) 2022-09-27T16:50:15.9563114Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:15.9917759Z test_bmm (__main__.TestNamedTensor) ... ok (0.035s) 2022-09-27T16:50:16.0204061Z test_cat (__main__.TestNamedTensor) ... ok (0.029s) 2022-09-27T16:50:16.0224625Z test_cdist (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:16.0317201Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.009s) 2022-09-27T16:50:16.0335376Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:16.0355406Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:16.0369394Z test_detach (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:50:16.0388024Z test_diagonal (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:16.0399018Z test_dot (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:50:16.0415259Z test_equal (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:16.0434895Z test_expand (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:16.0514331Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.008s) 2022-09-27T16:50:16.0914843Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.040s) 2022-09-27T16:50:16.1150014Z test_flatten (__main__.TestNamedTensor) ... ok (0.023s) 2022-09-27T16:50:16.1203610Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.005s) 2022-09-27T16:50:16.1217657Z test_has_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:50:16.1249018Z test_index_fill (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:50:16.1269588Z test_info_smoke (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:16.1282416Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:50:16.1300023Z test_logical_not (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:16.1343714Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.004s) 2022-09-27T16:50:16.1670764Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.033s) 2022-09-27T16:50:16.1797970Z test_masked_select (__main__.TestNamedTensor) ... ok (0.013s) 2022-09-27T16:50:16.2205690Z test_matmul (__main__.TestNamedTensor) ... ok (0.041s) 2022-09-27T16:50:16.2260196Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.005s) 2022-09-27T16:50:16.2281522Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:16.2406696Z test_mm (__main__.TestNamedTensor) ... ok (0.012s) 2022-09-27T16:50:16.2432670Z test_mv (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:50:16.5775470Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.334s) 2022-09-27T16:50:16.5978728Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.020s) 2022-09-27T16:50:16.5990989Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:50:16.6001435Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:50:16.6013095Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:50:16.6026311Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:50:16.6038324Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:50:16.6094619Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.006s) 2022-09-27T16:50:16.6703766Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.061s) 2022-09-27T16:50:16.6726532Z test_pow_special (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:16.6738927Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:50:16.9166849Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.243s) 2022-09-27T16:50:16.9323668Z test_refine_names (__main__.TestNamedTensor) ... ok (0.016s) 2022-09-27T16:50:16.9466906Z test_rename (__main__.TestNamedTensor) ... ok (0.014s) 2022-09-27T16:50:16.9600571Z test_rename_ (__main__.TestNamedTensor) ... ok (0.013s) 2022-09-27T16:50:16.9645169Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.004s) 2022-09-27T16:50:16.9672571Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:50:16.9703841Z test_repr (__main__.TestNamedTensor) ... ok (0.003s) 2022-09-27T16:50:16.9891478Z test_resize (__main__.TestNamedTensor) ... ok (0.019s) 2022-09-27T16:50:16.9948791Z test_select (__main__.TestNamedTensor) ... ok (0.006s) 2022-09-27T16:50:16.9952007Z test_select_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-09-27T16:50:17.0046888Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.009s) 2022-09-27T16:50:17.0180565Z test_size (__main__.TestNamedTensor) ... ok (0.013s) 2022-09-27T16:50:17.0203107Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:17.0217837Z test_squeeze (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:50:17.0347312Z test_stride (__main__.TestNamedTensor) ... ok (0.013s) 2022-09-27T16:50:17.0406661Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.006s) 2022-09-27T16:50:17.0421769Z test_tensor_from_named_tensor (__main__.TestNamedTensor) ... test_namedtensor.py:516: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:50:17.0422363Z tensor = torch.tensor(x) 2022-09-27T16:50:17.0425068Z test_namedtensor.py:522: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:50:17.0425568Z tensor = torch.tensor(x, names=None) 2022-09-27T16:50:17.0428510Z test_namedtensor.py:527: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:50:17.0429143Z tensor = torch.tensor(x, names=('N', 'C')) 2022-09-27T16:50:17.0468436Z ok (0.006s) 2022-09-27T16:50:17.0480624Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:50:17.0489787Z test_tensor_from_tensor (__main__.TestNamedTensor) ... test_namedtensor.py:511: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:50:17.0490514Z tensor = torch.tensor(x, names=names) 2022-09-27T16:50:17.0492438Z ok (0.001s) 2022-09-27T16:50:17.0511800Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:17.0531269Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.002s) 2022-09-27T16:50:17.0537456Z test_trivial (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:50:17.1084321Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (0.055s) 2022-09-27T16:50:17.1400656Z test_unflatten (__main__.TestNamedTensor) ... ok (0.032s) 2022-09-27T16:50:17.1612836Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.021s) 2022-09-27T16:50:17.1624338Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:50:17.1634540Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:50:17.1649001Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.001s) 2022-09-27T16:50:17.1649400Z 2022-09-27T16:50:17.1649889Z ---------------------------------------------------------------------- 2022-09-27T16:50:17.1650345Z Ran 86 tests in 2.184s 2022-09-27T16:50:17.1650528Z 2022-09-27T16:50:17.1650628Z OK (skipped=4) 2022-09-27T16:50:17.1650795Z 2022-09-27T16:50:17.1650901Z Generating XML reports... 2022-09-27T16:50:17.1757698Z Generated XML report: test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20220927165014.xml 2022-09-27T16:50:17.7496402Z Running test_package ... [2022-09-27 16:50:17.749240] 2022-09-27T16:50:17.7496918Z Executing ['/opt/conda/bin/python', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:50:17.749332] 2022-09-27T16:50:21.4639287Z Test results will be stored in test-reports/python-unittest/test_package 2022-09-27T16:50:21.4737618Z 2022-09-27T16:50:21.4737722Z Running tests... 2022-09-27T16:50:21.4738842Z ---------------------------------------------------------------------- 2022-09-27T16:50:21.7503933Z test_trace_dependencies (test_analyze.TestAnalyze) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81213 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.276s) 2022-09-27T16:50:21.7512285Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-09-27T16:50:21.7534191Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.003s) 2022-09-27T16:50:21.7547725Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-09-27T16:50:21.7560729Z A unpackageable dependency should raise a PackagingError. ... ok (0.003s) 2022-09-27T16:50:21.7565645Z test_deny (test_dependency_api.TestDependencyAPI) 2022-09-27T16:50:21.7583157Z Test marking packages as "deny" during export. ... ok (0.002s) 2022-09-27T16:50:21.7588369Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-09-27T16:50:21.7606356Z Test marking packages as "deny" using globs instead of package names. ... ok (0.002s) 2022-09-27T16:50:21.7626997Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-09-27T16:50:21.7654427Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-09-27T16:50:21.7659607Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-09-27T16:50:21.7670466Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.002s) 2022-09-27T16:50:21.7678556Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2022-09-27T16:50:21.7791856Z Externing c extensions modules should allow us to still access them especially those found in torch._C. ... ok (0.012s) 2022-09-27T16:50:21.7795218Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-09-27T16:50:21.7804791Z The save_module APIs should implicitly intern the module being saved. ... ok (0.001s) 2022-09-27T16:50:21.7813279Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-09-27T16:50:21.7830837Z Failure to handle all dependencies should lead to an error. ... ok (0.003s) 2022-09-27T16:50:21.7836225Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-09-27T16:50:21.7844832Z An incorrectly-formed import should raise a PackagingError. ... ok (0.001s) 2022-09-27T16:50:21.7873891Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-09-27T16:50:21.7907593Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-09-27T16:50:21.7912630Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-09-27T16:50:21.7921093Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.001s) 2022-09-27T16:50:21.7936697Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-09-27T16:50:21.8092487Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.015s) 2022-09-27T16:50:21.8102286Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-09-27T16:50:21.8135953Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.004s) 2022-09-27T16:50:21.8158880Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-09-27T16:50:21.8175289Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-09-27T16:50:21.8192975Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-09-27T16:50:21.8211230Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-09-27T16:50:21.8226065Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-09-27T16:50:21.8242659Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.002s) 2022-09-27T16:50:21.8251358Z test_contains (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:50:21.8259122Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:50:21.8273596Z test_edges (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:50:21.8284898Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:50:21.8296053Z test_iter (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:50:21.8307359Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:50:21.8318302Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:50:21.8326264Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:50:21.8338742Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:50:21.8347446Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:50:21.8359720Z test_successors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-09-27T16:50:21.8407036Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... ok (0.005s) 2022-09-27T16:50:21.8414905Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:50:21.8436013Z Test DirectoryReader's has_record(). ... ok (0.003s) 2022-09-27T16:50:21.8443471Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:50:21.8466522Z Test basic saving and loading of a packages from a DirectoryReader. ... ok (0.003s) 2022-09-27T16:50:21.8476424Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:50:21.8477429Z Test basic saving and loading of modules and pickles from a DirectoryReader. ... skip: no torchvision (0.001s) 2022-09-27T16:50:21.8486725Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:50:21.8515231Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.004s) 2022-09-27T16:50:21.8524754Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:50:21.8553018Z Tests that packaged code can used importlib.resources.path. ... ok (0.004s) 2022-09-27T16:50:21.8578086Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:50:21.8627580Z Tests DirectoryReader as the base for get_resource_reader. ... ok (0.007s) 2022-09-27T16:50:21.8637164Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:50:21.8758289Z Test basic saving and loading of a ScriptModule in a directory. ... ok (0.013s) 2022-09-27T16:50:21.8771249Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:50:21.8782862Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:50:21.8790955Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:50:21.8802456Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:50:21.8812805Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:50:21.8823573Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:50:21.8833416Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:50:21.8843501Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:50:21.8854159Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:50:21.8863059Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:50:21.8872410Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:50:21.8882559Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:50:21.8893109Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:50:21.8904064Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-09-27T16:50:21.8926167Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.002s) 2022-09-27T16:50:21.8937366Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-09-27T16:50:21.8945492Z OrderedImporter's implementation of whichmodule should try each ... ok (0.002s) 2022-09-27T16:50:21.8954973Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-09-27T16:50:21.8971283Z Exercise corner case where we try to pickle an object whose ... ok (0.003s) 2022-09-27T16:50:21.8991450Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.002s) 2022-09-27T16:50:21.9000983Z test_sys_importer (test_importer.TestImporter) ... ok (0.001s) 2022-09-27T16:50:21.9011479Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.001s) 2022-09-27T16:50:21.9016488Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-09-27T16:50:21.9145481Z Tests for backwards compatible fx module ... ok (0.013s) 2022-09-27T16:50:21.9149047Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-09-27T16:50:21.9250884Z Tests for backwards compatible nn module ... ok (0.011s) 2022-09-27T16:50:21.9254860Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-09-27T16:50:22.2272183Z Tests for backwards compatible torchscript module ... ok (0.302s) 2022-09-27T16:50:22.2278336Z test_demangle_base (test_mangling.TestMangling) 2022-09-27T16:50:22.2287187Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.002s) 2022-09-27T16:50:22.2292690Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-09-27T16:50:22.2300531Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.001s) 2022-09-27T16:50:22.2311713Z test_is_mangled (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:50:22.2320673Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:50:22.2330969Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:50:22.2334786Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-09-27T16:50:22.2341563Z Mangling the same name twice should produce the same result. ... ok (0.001s) 2022-09-27T16:50:22.2352729Z test_package_mangler (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:50:22.2362003Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.001s) 2022-09-27T16:50:22.2366138Z test_unique_manglers (test_mangling.TestMangling) 2022-09-27T16:50:22.2374896Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.001s) 2022-09-27T16:50:22.2413464Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.004s) 2022-09-27T16:50:22.2422444Z test_dunder_package_present (test_misc.TestMisc) 2022-09-27T16:50:22.2436698Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.002s) 2022-09-27T16:50:22.2443837Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-09-27T16:50:22.2465594Z The attribute '__torch_package__' should be accessible from within ... ok (0.003s) 2022-09-27T16:50:22.2477493Z test_exporter_content_lists (test_misc.TestMisc) 2022-09-27T16:50:22.2510486Z Test content list API for PackageExporter's contained modules. ... ok (0.004s) 2022-09-27T16:50:22.2528490Z test_file_structure (test_misc.TestMisc) 2022-09-27T16:50:22.2555657Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.004s) 2022-09-27T16:50:22.2563116Z test_file_structure_has_file (test_misc.TestMisc) 2022-09-27T16:50:22.2575578Z Test Directory's has_file() method. ... ok (0.002s) 2022-09-27T16:50:22.2583754Z test_inspect_class (test_misc.TestMisc) 2022-09-27T16:50:22.2602816Z Should be able to retrieve source for a packaged class. ... ok (0.003s) 2022-09-27T16:50:22.2611878Z test_is_from_package (test_misc.TestMisc) 2022-09-27T16:50:22.2626650Z is_from_package should work for objects and modules ... ok (0.002s) 2022-09-27T16:50:22.2631046Z test_load_python_version_from_package (test_misc.TestMisc) 2022-09-27T16:50:22.2660573Z Tests loading a package with a python version embdded ... ok (0.003s) 2022-09-27T16:50:22.2667217Z test_python_version (test_misc.TestMisc) 2022-09-27T16:50:22.2688753Z Tests that the current python version is stored in the package and is available ... ok (0.003s) 2022-09-27T16:50:22.2696074Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-09-27T16:50:22.2725081Z The standard library performs sys.module assignment hackery which ... ok (0.004s) 2022-09-27T16:50:22.2742984Z test_model_save (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.002s) 2022-09-27T16:50:22.2757734Z test_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-09-27T16:50:22.2768754Z test_script_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-09-27T16:50:22.2908638Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.014s) 2022-09-27T16:50:22.3141184Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.023s) 2022-09-27T16:50:22.3213326Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.007s) 2022-09-27T16:50:22.3283352Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.007s) 2022-09-27T16:50:22.3342389Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.006s) 2022-09-27T16:50:22.3353322Z test_different_package_interface (test_package_script.TestPackageScript) 2022-09-27T16:50:22.3526708Z Test a case where the interface defined in the package is ... ok (0.018s) 2022-09-27T16:50:22.3535147Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-09-27T16:50:22.3654186Z Test a case where the script class defined in the package is ... ok (0.013s) 2022-09-27T16:50:22.3663886Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-09-27T16:50:22.3832196Z Test loading of single ScriptModule shared by multiple eager ... ok (0.018s) 2022-09-27T16:50:22.3850071Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-09-27T16:50:22.4060783Z Test tensors shared across eager and ScriptModules on load ... ok (0.023s) 2022-09-27T16:50:22.4078693Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-09-27T16:50:22.4388710Z Test tensors shared across eager and ScriptModules on load ... ok (0.033s) 2022-09-27T16:50:22.4403104Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-09-27T16:50:22.7777550Z Test saving inline and imported modules in same package with ... ok (0.339s) 2022-09-27T16:50:22.7792463Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-09-27T16:50:22.7793297Z Test saving inline and imported modules in same package that ... skip: no torchvision (0.002s) 2022-09-27T16:50:22.7804699Z test_package_interface (test_package_script.TestPackageScript) 2022-09-27T16:50:22.8210986Z Packaging an interface class should work correctly. ... ok (0.042s) 2022-09-27T16:50:22.8335845Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.012s) 2022-09-27T16:50:22.8668933Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.033s) 2022-09-27T16:50:22.8677266Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-09-27T16:50:22.8761838Z Test saving of single ScriptModule shared by multiple ... ok (0.009s) 2022-09-27T16:50:22.8843475Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-09-27T16:50:22.9142610Z Test to verify saving multiple ScriptModules with completely ... ok (0.038s) 2022-09-27T16:50:22.9157180Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-09-27T16:50:22.9691786Z Test to verify saving multiple different modules and ... ok (0.055s) 2022-09-27T16:50:22.9699578Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-09-27T16:50:22.9821870Z Test basic saving of ScriptModule. ... ok (0.013s) 2022-09-27T16:50:22.9830193Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-09-27T16:50:22.9953838Z Test basic saving of ScriptModule in file. ... ok (0.013s) 2022-09-27T16:50:22.9968376Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-09-27T16:50:22.9969052Z Test to verify when saving multiple packages with same CU ... skip: no torchvision (0.001s) 2022-09-27T16:50:22.9977690Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-09-27T16:50:23.0205208Z Test basic saving of ScriptModule with submodule. ... ok (0.023s) 2022-09-27T16:50:23.0216158Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-09-27T16:50:23.0538581Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.033s) 2022-09-27T16:50:23.0556228Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-09-27T16:50:23.0983295Z Test to verify saving multiple ScriptModules with same top module ... ok (0.044s) 2022-09-27T16:50:23.0995675Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-09-27T16:50:23.1158083Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.017s) 2022-09-27T16:50:23.1169731Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-09-27T16:50:23.1389404Z Test scripting a module loaded from a package ... ok (0.023s) 2022-09-27T16:50:23.1404478Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-09-27T16:50:23.1841095Z Test to verify saving and loading same ScriptModule object works ... ok (0.045s) 2022-09-27T16:50:23.1851528Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-09-27T16:50:23.1967901Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.013s) 2022-09-27T16:50:23.2039496Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.007s) 2022-09-27T16:50:23.2066575Z test_importer_access (test_resources.TestResources) ... ok (0.003s) 2022-09-27T16:50:23.2072527Z test_package_resource_access (test_resources.TestResources) 2022-09-27T16:50:23.2088066Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.002s) 2022-09-27T16:50:23.2094301Z test_resource_access_by_path (test_resources.TestResources) 2022-09-27T16:50:23.2111973Z Tests that packaged code can used importlib.resources.path. ... ok (0.002s) 2022-09-27T16:50:23.2130225Z test_resource_reader (test_resources.TestResources) 2022-09-27T16:50:23.2155126Z Test compliance with the get_resource_reader importlib API. ... ok (0.004s) 2022-09-27T16:50:23.2159720Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-09-27T16:50:23.2168241Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.001s) 2022-09-27T16:50:23.2209790Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.004s) 2022-09-27T16:50:23.2222032Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-09-27T16:50:23.2272637Z If an object with the same qualified name is loaded from different ... ok (0.006s) 2022-09-27T16:50:23.2299254Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.003s) 2022-09-27T16:50:23.2306875Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-09-27T16:50:23.2329756Z Saving a module that came from another PackageImporter should work. ... ok (0.003s) 2022-09-27T16:50:23.2335739Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-09-27T16:50:23.2363069Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.003s) 2022-09-27T16:50:23.2385146Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-09-27T16:50:23.2405968Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-09-27T16:50:23.2462302Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.006s) 2022-09-27T16:50:23.2479888Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-09-27T16:50:23.2480262Z 2022-09-27T16:50:23.2480619Z ---------------------------------------------------------------------- 2022-09-27T16:50:23.2480962Z Ran 132 tests in 1.774s 2022-09-27T16:50:23.2481089Z 2022-09-27T16:50:23.2481167Z OK (skipped=7) 2022-09-27T16:50:23.2481275Z 2022-09-27T16:50:23.2481359Z Generating XML reports... 2022-09-27T16:50:23.2524790Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20220927165021.xml 2022-09-27T16:50:23.2530728Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20220927165021.xml 2022-09-27T16:50:23.2542019Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20220927165021.xml 2022-09-27T16:50:23.2550990Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20220927165021.xml 2022-09-27T16:50:23.2570121Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20220927165021.xml 2022-09-27T16:50:23.2576520Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20220927165021.xml 2022-09-27T16:50:23.2581376Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20220927165021.xml 2022-09-27T16:50:23.2590724Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20220927165021.xml 2022-09-27T16:50:23.2601886Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20220927165021.xml 2022-09-27T16:50:23.2607466Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20220927165021.xml 2022-09-27T16:50:23.2630809Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20220927165021.xml 2022-09-27T16:50:23.2634009Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20220927165021.xml 2022-09-27T16:50:23.2639379Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20220927165021.xml 2022-09-27T16:50:23.2650017Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20220927165021.xml 2022-09-27T16:50:23.2652882Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20220927165021.xml 2022-09-27T16:50:23.2657822Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20220927165021.xml 2022-09-27T16:50:23.8727893Z Running nn/test_packed_sequence ... [2022-09-27 16:50:23.872372] 2022-09-27T16:50:23.8728703Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:50:23.872461] 2022-09-27T16:50:27.5485700Z Test results will be stored in test-reports/python-unittest/nn.test_packed_sequence 2022-09-27T16:50:27.5499683Z 2022-09-27T16:50:27.5499785Z Running tests... 2022-09-27T16:50:27.5500213Z ---------------------------------------------------------------------- 2022-09-27T16:50:27.9541935Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (0.404s) 2022-09-27T16:50:28.7377983Z test_pack_sequence (__main__.PackedSequenceTest) ... ok (0.783s) 2022-09-27T16:50:28.8724253Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.135s) 2022-09-27T16:50:28.8736558Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.001s) 2022-09-27T16:50:28.8757692Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.002s) 2022-09-27T16:50:28.8804297Z test_to (__main__.PackedSequenceTest) ... ok (0.005s) 2022-09-27T16:50:28.8822265Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.002s) 2022-09-27T16:50:28.8915994Z test_total_length (__main__.PackedSequenceTest) ... ok (0.009s) 2022-09-27T16:50:28.8924657Z test_type_casts (__main__.PackedSequenceTest) 2022-09-27T16:50:28.9839707Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.092s) 2022-09-27T16:50:29.0750265Z test_unpack_sequence (__main__.PackedSequenceTest) ... ok (0.091s) 2022-09-27T16:50:29.1631371Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.088s) 2022-09-27T16:50:29.1722114Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.009s) 2022-09-27T16:50:29.1722415Z 2022-09-27T16:50:29.1722898Z ---------------------------------------------------------------------- 2022-09-27T16:50:29.1723371Z Ran 12 tests in 1.622s 2022-09-27T16:50:29.1723525Z 2022-09-27T16:50:29.1723587Z OK 2022-09-27T16:50:29.1723677Z 2022-09-27T16:50:29.1724502Z Generating XML reports... 2022-09-27T16:50:29.1764045Z Generated XML report: test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20220927165027.xml 2022-09-27T16:50:29.7777397Z Running nn/test_dropout ... [2022-09-27 16:50:29.777215] 2022-09-27T16:50:29.7778189Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_dropout.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:50:29.777302] 2022-09-27T16:50:33.6826347Z Test results will be stored in test-reports/python-unittest/nn.test_dropout 2022-09-27T16:50:33.6842886Z 2022-09-27T16:50:33.6842990Z Running tests... 2022-09-27T16:50:33.6843440Z ---------------------------------------------------------------------- 2022-09-27T16:50:33.6946992Z test_AlphaDropout (__main__.TestDropoutNN) ... ok (0.010s) 2022-09-27T16:50:34.1061990Z test_FeatureAlphaDropout (__main__.TestDropoutNN) ... ok (0.411s) 2022-09-27T16:50:34.1081532Z test_invalid_dropout_p (__main__.TestDropoutNN) ... ok (0.002s) 2022-09-27T16:50:34.1091000Z test_native_dropout_corner_case (__main__.TestDropoutNN) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:50:34.1270981Z test_Dropout1d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.018s) 2022-09-27T16:50:34.1597512Z test_Dropout2d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T16:50:34.1850654Z test_Dropout3d_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:50:34.9324202Z test_Dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.747s) 2022-09-27T16:50:34.9337967Z test_empty_dropout_cpu (__main__.TestDropoutNNDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:50:34.9338299Z 2022-09-27T16:50:34.9338765Z ---------------------------------------------------------------------- 2022-09-27T16:50:34.9339158Z Ran 9 tests in 1.249s 2022-09-27T16:50:34.9339353Z 2022-09-27T16:50:34.9339465Z OK (skipped=1) 2022-09-27T16:50:34.9339628Z 2022-09-27T16:50:34.9339740Z Generating XML reports... 2022-09-27T16:50:34.9382517Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20220927165033.xml 2022-09-27T16:50:34.9388383Z Generated XML report: test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCPU-20220927165033.xml 2022-09-27T16:50:35.5279689Z Running test_autocast ... [2022-09-27 16:50:35.527594] 2022-09-27T16:50:35.5280198Z Executing ['/opt/conda/bin/python', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:50:35.527679] 2022-09-27T16:50:39.1446148Z Test results will be stored in test-reports/python-unittest/test_autocast 2022-09-27T16:50:39.1461284Z 2022-09-27T16:50:39.1461584Z Running tests... 2022-09-27T16:50:39.1462230Z ---------------------------------------------------------------------- 2022-09-27T16:50:39.4883377Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.342s) 2022-09-27T16:50:39.5006332Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.012s) 2022-09-27T16:50:39.5200941Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.019s) 2022-09-27T16:50:39.5501284Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.030s) 2022-09-27T16:50:39.5648360Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.015s) 2022-09-27T16:50:39.9630314Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.398s) 2022-09-27T16:50:39.9753875Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.012s) 2022-09-27T16:50:39.9765834Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.001s) 2022-09-27T16:50:39.9766203Z 2022-09-27T16:50:39.9766673Z ---------------------------------------------------------------------- 2022-09-27T16:50:39.9767123Z Ran 8 tests in 0.830s 2022-09-27T16:50:39.9767494Z 2022-09-27T16:50:39.9767625Z OK 2022-09-27T16:50:39.9767733Z 2022-09-27T16:50:39.9767822Z Generating XML reports... 2022-09-27T16:50:39.9802681Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20220927165039.xml 2022-09-27T16:50:39.9805347Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20220927165039.xml 2022-09-27T16:50:40.5791284Z Running test_native_functions ... [2022-09-27 16:50:40.578685] 2022-09-27T16:50:40.5791835Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:50:40.578772] 2022-09-27T16:50:44.2227402Z Test results will be stored in test-reports/python-unittest/test_native_functions 2022-09-27T16:50:44.2241954Z 2022-09-27T16:50:44.2242352Z Running tests... 2022-09-27T16:50:44.2242800Z ---------------------------------------------------------------------- 2022-09-27T16:50:44.8942591Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... ok (0.670s) 2022-09-27T16:50:44.9294999Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.035s) 2022-09-27T16:50:44.9428691Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.013s) 2022-09-27T16:50:44.9728225Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.030s) 2022-09-27T16:50:44.9851335Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.012s) 2022-09-27T16:50:44.9982318Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.013s) 2022-09-27T16:50:44.9982685Z 2022-09-27T16:50:44.9983173Z ---------------------------------------------------------------------- 2022-09-27T16:50:44.9983457Z Ran 6 tests in 0.774s 2022-09-27T16:50:44.9983574Z 2022-09-27T16:50:44.9983643Z OK 2022-09-27T16:50:44.9983734Z 2022-09-27T16:50:44.9983812Z Generating XML reports... 2022-09-27T16:50:45.0017981Z Generated XML report: test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220927165044.xml 2022-09-27T16:50:45.5942499Z Running test_monitor ... [2022-09-27 16:50:45.593846] 2022-09-27T16:50:45.5943301Z Executing ['/opt/conda/bin/python', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:50:45.593937] 2022-09-27T16:50:49.2462672Z Test results will be stored in test-reports/python-unittest/test_monitor 2022-09-27T16:50:49.2478654Z 2022-09-27T16:50:49.2479149Z Running tests... 2022-09-27T16:50:49.2479550Z ---------------------------------------------------------------------- 2022-09-27T16:50:49.5391725Z test_event_handler (__main__.TestMonitor) ... ok (0.291s) 2022-09-27T16:50:49.5412673Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.002s) 2022-09-27T16:50:49.5439707Z test_interval_stat (__main__.TestMonitor) ... ok (0.003s) 2022-09-27T16:50:49.5452964Z test_log_event (__main__.TestMonitor) ... ok (0.001s) 2022-09-27T16:50:49.9215358Z test_event_handler (__main__.TestMonitorTensorboard) ... ok (0.376s) 2022-09-27T16:50:49.9215713Z 2022-09-27T16:50:49.9216238Z ---------------------------------------------------------------------- 2022-09-27T16:50:49.9216556Z Ran 5 tests in 0.674s 2022-09-27T16:50:49.9216674Z 2022-09-27T16:50:49.9216736Z OK 2022-09-27T16:50:49.9216836Z 2022-09-27T16:50:49.9216933Z Generating XML reports... 2022-09-27T16:50:49.9223207Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220927165049.xml 2022-09-27T16:50:49.9236314Z Generated XML report: test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220927165049.xml 2022-09-27T16:50:50.5460714Z Running test_multiprocessing_spawn ... [2022-09-27 16:50:50.545672] 2022-09-27T16:50:50.5461275Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:50:50.545766] 2022-09-27T16:50:54.2070248Z Test results will be stored in test-reports/python-unittest/test_multiprocessing_spawn 2022-09-27T16:50:54.2087065Z 2022-09-27T16:50:54.2087184Z Running tests... 2022-09-27T16:50:54.2088291Z ---------------------------------------------------------------------- 2022-09-27T16:50:54.4995151Z test_errors_pickleable (__main__.ErrorTest) ... ok (0.291s) 2022-09-27T16:50:54.5867302Z test_exception_all (__main__.ForkTest) ... ok (0.087s) 2022-09-27T16:50:54.5878660Z test_exception_single (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75409 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:50:54.5886256Z test_first_argument_index (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76009 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:50:54.5891901Z test_success (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76061 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:50:54.5898620Z test_success_first_then_exception (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73340 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:50:54.5906118Z test_success_non_blocking (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81280 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:50:54.5912955Z test_terminate_exit (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81389 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:50:54.5919737Z test_terminate_signal (__main__.ForkTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72927 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:50:54.5925585Z test_exception_all (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74223 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-09-27T16:50:54.5931026Z test_exception_raises (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83499 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-09-27T16:50:54.5937429Z test_exception_single (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/78982 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:50:54.5944558Z test_first_argument_index (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73266 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:50:54.6387791Z test_signal_raises (__main__.SpawnTest) ... ok (0.044s) 2022-09-27T16:50:54.6397776Z test_success (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72298 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:50:54.6405443Z test_success_first_then_exception (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72625 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:50:54.6413628Z test_success_non_blocking (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72926 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:50:54.6421079Z test_terminate_exit (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72624 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:50:54.6429191Z test_terminate_signal (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73341 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:50:54.6429889Z 2022-09-27T16:50:54.6430283Z ---------------------------------------------------------------------- 2022-09-27T16:50:54.6430590Z Ran 19 tests in 0.434s 2022-09-27T16:50:54.6430707Z 2022-09-27T16:50:54.6430782Z OK (skipped=16) 2022-09-27T16:50:54.6430891Z 2022-09-27T16:50:54.6430977Z Generating XML reports... 2022-09-27T16:50:54.6467238Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20220927165054.xml 2022-09-27T16:50:54.6478692Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20220927165054.xml 2022-09-27T16:50:54.6492902Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20220927165054.xml 2022-09-27T16:50:55.3364959Z Running test_show_pickle ... [2022-09-27 16:50:55.336100] 2022-09-27T16:50:55.3365500Z Executing ['/opt/conda/bin/python', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:50:55.336192] 2022-09-27T16:50:58.9698345Z Test results will be stored in test-reports/python-unittest/test_show_pickle 2022-09-27T16:50:58.9711943Z 2022-09-27T16:50:58.9712055Z Running tests... 2022-09-27T16:50:58.9712648Z ---------------------------------------------------------------------- 2022-09-27T16:50:59.2769697Z test_scripted_model (__main__.TestShowPickle) ... ok (0.305s) 2022-09-27T16:50:59.2770043Z 2022-09-27T16:50:59.2770536Z ---------------------------------------------------------------------- 2022-09-27T16:50:59.2770793Z Ran 1 test in 0.306s 2022-09-27T16:50:59.2770908Z 2022-09-27T16:50:59.2770968Z OK 2022-09-27T16:50:59.2771060Z 2022-09-27T16:50:59.2771145Z Generating XML reports... 2022-09-27T16:50:59.2800129Z Generated XML report: test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20220927165058.xml 2022-09-27T16:50:59.9008312Z Running test_license ... [2022-09-27 16:50:59.900389] 2022-09-27T16:50:59.9008824Z Executing ['/opt/conda/bin/python', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:50:59.900475] 2022-09-27T16:51:03.5382367Z Test results will be stored in test-reports/python-unittest/test_license 2022-09-27T16:51:03.5397442Z 2022-09-27T16:51:03.5397952Z Running tests... 2022-09-27T16:51:03.5398353Z ---------------------------------------------------------------------- 2022-09-27T16:51:03.5406273Z test_distinfo_license (__main__.TestLicense) 2022-09-27T16:51:03.8576948Z If run when pytorch is installed via a wheel, the license will be in ... ok (0.318s) 2022-09-27T16:51:03.8583457Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.001s) 2022-09-27T16:51:03.8584030Z 2022-09-27T16:51:03.8584551Z ---------------------------------------------------------------------- 2022-09-27T16:51:03.8584918Z Ran 2 tests in 0.319s 2022-09-27T16:51:03.8585019Z 2022-09-27T16:51:03.8585091Z OK (skipped=1) 2022-09-27T16:51:03.8585198Z 2022-09-27T16:51:03.8585283Z Generating XML reports... 2022-09-27T16:51:03.8615612Z Generated XML report: test-reports/python-unittest/test_license/TEST-TestLicense-20220927165103.xml 2022-09-27T16:51:04.4418736Z Running test_tensorexpr_pybind ... [2022-09-27 16:51:04.441458] 2022-09-27T16:51:04.4419283Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:51:04.441545] 2022-09-27T16:51:08.1444402Z Test results will be stored in test-reports/python-unittest/test_tensorexpr_pybind 2022-09-27T16:51:08.1463738Z 2022-09-27T16:51:08.1464258Z Running tests... 2022-09-27T16:51:08.1464957Z ---------------------------------------------------------------------- 2022-09-27T16:51:08.4863959Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (0.340s) 2022-09-27T16:51:08.4878423Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-09-27T16:51:08.5050432Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.017s) 2022-09-27T16:51:08.5064221Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.001s) 2022-09-27T16:51:08.5118002Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.005s) 2022-09-27T16:51:08.5248165Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.013s) 2022-09-27T16:51:08.5281725Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.003s) 2022-09-27T16:51:08.5297828Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-09-27T16:51:08.5315509Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-09-27T16:51:08.5331822Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-09-27T16:51:08.5343618Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-09-27T16:51:08.5355423Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-09-27T16:51:08.5368432Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-09-27T16:51:08.5378574Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-09-27T16:51:08.5391052Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-09-27T16:51:08.5401498Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-09-27T16:51:08.5441162Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.004s) 2022-09-27T16:51:08.5441425Z 2022-09-27T16:51:08.5441769Z ---------------------------------------------------------------------- 2022-09-27T16:51:08.5442039Z Ran 17 tests in 0.398s 2022-09-27T16:51:08.5442157Z 2022-09-27T16:51:08.5442233Z OK (skipped=10) 2022-09-27T16:51:08.5442329Z 2022-09-27T16:51:08.5442416Z Generating XML reports... 2022-09-27T16:51:08.5473252Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20220927165108.xml 2022-09-27T16:51:08.5491484Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20220927165108.xml 2022-09-27T16:51:09.1472457Z Running test_mkldnn ... [2022-09-27 16:51:09.146799] 2022-09-27T16:51:09.1473023Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:51:09.146890] 2022-09-27T16:51:12.8704674Z Test results will be stored in test-reports/python-unittest/test_mkldnn 2022-09-27T16:51:12.8721882Z 2022-09-27T16:51:12.8722186Z Running tests... 2022-09-27T16:51:12.8722800Z ---------------------------------------------------------------------- 2022-09-27T16:51:12.8740841Z test_0_dimension_tensor (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.002s) 2022-09-27T16:51:12.8752022Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8763669Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8784250Z test_add (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.002s) 2022-09-27T16:51:12.8790699Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8798486Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8804953Z test_avg_pool2d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8811691Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8821988Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8828366Z test_avg_pool3d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8835023Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8842655Z test_batch_norm_2d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8849452Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8856205Z test_batch_norm_3d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8862933Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8869757Z test_clone (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8872755Z test_conv1d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:51:12.8875871Z test_conv1d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:51:12.8882888Z test_conv1d_functional (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8885737Z test_conv2d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:51:12.8888919Z test_conv2d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:51:12.8902581Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-09-27T16:51:12.8903787Z MKLDNN integration used to serialize models with 5d weight for grouped ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8907619Z test_conv2d_nhwc (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:51:12.8913014Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:51:12.8915656Z test_conv3d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:51:12.8918390Z test_conv3d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:51:12.8948666Z test_conversion (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.003s) 2022-09-27T16:51:12.8958667Z test_copy (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8966501Z test_detach (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8973204Z test_empty (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8982681Z test_gelu (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8995328Z test_gelu_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.8999561Z test_is_mkldnn (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:51:12.9006537Z test_is_mkldnn_jit (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9015179Z test_legacy_new_failure (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9025413Z test_linear (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9038325Z test_linear_backward (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9052104Z test_linear_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9066713Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9075132Z test_max_pool2d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9083169Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9095882Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9104529Z test_max_pool3d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9113607Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9125177Z test_max_pool_unsupported (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9141694Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.002s) 2022-09-27T16:51:12.9162781Z test_mul (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.002s) 2022-09-27T16:51:12.9175627Z test_prelu (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9185900Z test_prelu_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9194686Z test_relu (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9203327Z test_relu_ (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9206112Z test_relu_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:51:12.9208888Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:51:12.9213475Z test_repr (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:51:12.9221973Z test_reshape (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9232646Z test_reshape_backward (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9240157Z test_reshape_blocked_format (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9243819Z test_resnet18 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:51:12.9247584Z test_resnext50_32x4d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:51:12.9252558Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:51:12.9259047Z test_sigmoid (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9264931Z test_softmax (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9271160Z test_tanh (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9277272Z test_transpose (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9291934Z test_unsupported (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-09-27T16:51:12.9296857Z test_view (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:51:12.9302239Z test_zero_ (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-09-27T16:51:12.9302535Z 2022-09-27T16:51:12.9302775Z ---------------------------------------------------------------------- 2022-09-27T16:51:12.9303561Z Ran 67 tests in 0.058s 2022-09-27T16:51:12.9303772Z 2022-09-27T16:51:12.9303908Z OK (skipped=67) 2022-09-27T16:51:12.9304093Z 2022-09-27T16:51:12.9304191Z Generating XML reports... 2022-09-27T16:51:12.9410819Z Generated XML report: test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20220927165112.xml 2022-09-27T16:51:13.4801468Z Running test_complex ... [2022-09-27 16:51:13.479734] 2022-09-27T16:51:13.4801982Z Executing ['/opt/conda/bin/python', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:51:13.479825] 2022-09-27T16:51:17.3927720Z Test results will be stored in test-reports/python-unittest/test_complex 2022-09-27T16:51:17.3941944Z 2022-09-27T16:51:17.3942086Z Running tests... 2022-09-27T16:51:17.3942559Z ---------------------------------------------------------------------- 2022-09-27T16:51:17.3971166Z test_dtype_inference_cpu_float32 (__main__.TestComplexTensorCPU) ... ok (0.003s) 2022-09-27T16:51:17.3983914Z test_dtype_inference_cpu_float64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-09-27T16:51:17.3998797Z test_to_list_cpu_complex128 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-09-27T16:51:17.4010737Z test_to_list_cpu_complex64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-09-27T16:51:17.4011015Z 2022-09-27T16:51:17.4011576Z ---------------------------------------------------------------------- 2022-09-27T16:51:17.4011836Z Ran 4 tests in 0.007s 2022-09-27T16:51:17.4011952Z 2022-09-27T16:51:17.4012014Z OK 2022-09-27T16:51:17.4012112Z 2022-09-27T16:51:17.4012205Z Generating XML reports... 2022-09-27T16:51:17.4043534Z Generated XML report: test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20220927165117.xml 2022-09-27T16:51:17.9907080Z Running distributions/test_constraints ... [2022-09-27 16:51:17.990305] 2022-09-27T16:51:17.9907581Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'distributions/test_constraints.py', '-v'] ... [2022-09-27 16:51:17.990393] 2022-09-27T16:51:18.9491359Z ============================= test session starts ============================== 2022-09-27T16:51:18.9491799Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T16:51:18.9656186Z cachedir: .pytest_cache 2022-09-27T16:51:18.9656830Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-09-27T16:51:18.9657232Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T16:51:18.9657660Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:51:22.7370313Z collecting ...  2022-09-27T16:51:22.7394397Z collecting 132 items  2022-09-27T16:51:22.7394800Z collected 132 items  2022-09-27T16:51:22.7399330Z 2022-09-27T16:51:22.7443563Z distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0] PASSED [ 0%] 2022-09-27T16:51:22.7461249Z distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1] PASSED [ 1%] 2022-09-27T16:51:22.7478398Z distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2] PASSED [ 2%] 2022-09-27T16:51:22.7495666Z distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3] PASSED [ 3%] 2022-09-27T16:51:22.7977715Z distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4] PASSED [ 3%] 2022-09-27T16:51:22.8120550Z distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5] PASSED [ 4%] 2022-09-27T16:51:22.8139641Z distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6] PASSED [ 5%] 2022-09-27T16:51:22.8161034Z distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7] PASSED [ 6%] 2022-09-27T16:51:22.8181630Z distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8] PASSED [ 6%] 2022-09-27T16:51:22.8199280Z distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9] PASSED [ 7%] 2022-09-27T16:51:22.8220444Z distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10] PASSED [ 8%] 2022-09-27T16:51:22.8240903Z distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11] PASSED [ 9%] 2022-09-27T16:51:22.8258157Z distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12] PASSED [ 9%] 2022-09-27T16:51:22.8279164Z distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13] PASSED [ 10%] 2022-09-27T16:51:22.8299740Z distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14] PASSED [ 11%] 2022-09-27T16:51:22.8317044Z distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15] PASSED [ 12%] 2022-09-27T16:51:22.8337957Z distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16] PASSED [ 12%] 2022-09-27T16:51:22.8358151Z distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17] PASSED [ 13%] 2022-09-27T16:51:22.8367460Z distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0] SKIPPED [ 14%] 2022-09-27T16:51:22.8375900Z distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1] SKIPPED [ 15%] 2022-09-27T16:51:22.8385070Z distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2] SKIPPED [ 15%] 2022-09-27T16:51:22.8392971Z distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3] SKIPPED [ 16%] 2022-09-27T16:51:22.8401059Z distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4] SKIPPED [ 17%] 2022-09-27T16:51:22.8409184Z distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5] SKIPPED [ 18%] 2022-09-27T16:51:22.8417278Z distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6] SKIPPED [ 18%] 2022-09-27T16:51:22.8425165Z distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7] SKIPPED [ 19%] 2022-09-27T16:51:22.8433169Z distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8] SKIPPED [ 20%] 2022-09-27T16:51:22.8442226Z distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9] SKIPPED [ 21%] 2022-09-27T16:51:22.8450087Z distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10] SKIPPED [ 21%] 2022-09-27T16:51:22.8457853Z distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11] SKIPPED [ 22%] 2022-09-27T16:51:22.8465606Z distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12] SKIPPED [ 23%] 2022-09-27T16:51:22.8473372Z distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13] SKIPPED [ 24%] 2022-09-27T16:51:22.8481263Z distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14] SKIPPED [ 25%] 2022-09-27T16:51:22.8489315Z distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15] SKIPPED [ 25%] 2022-09-27T16:51:22.8497130Z distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16] SKIPPED [ 26%] 2022-09-27T16:51:22.8505138Z distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17] SKIPPED [ 27%] 2022-09-27T16:51:22.8524833Z distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0] PASSED [ 28%] 2022-09-27T16:51:22.8544643Z distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1] PASSED [ 28%] 2022-09-27T16:51:22.8572826Z distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2] PASSED [ 29%] 2022-09-27T16:51:22.8595648Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3] PASSED [ 30%] 2022-09-27T16:51:22.8616922Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4] PASSED [ 31%] 2022-09-27T16:51:22.8638089Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5] PASSED [ 31%] 2022-09-27T16:51:22.8659473Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6] PASSED [ 32%] 2022-09-27T16:51:22.8680872Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7] PASSED [ 33%] 2022-09-27T16:51:22.8701845Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8] PASSED [ 34%] 2022-09-27T16:51:22.8722930Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9] PASSED [ 34%] 2022-09-27T16:51:22.8745996Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args10] PASSED [ 35%] 2022-09-27T16:51:22.8768141Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args11] PASSED [ 36%] 2022-09-27T16:51:22.8789244Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args12] PASSED [ 37%] 2022-09-27T16:51:22.8810651Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args13] PASSED [ 37%] 2022-09-27T16:51:22.8837414Z distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14] PASSED [ 38%] 2022-09-27T16:51:22.8860345Z distributions/test_constraints.py::test_biject_to[False-_Interval-args15] PASSED [ 39%] 2022-09-27T16:51:22.8884210Z distributions/test_constraints.py::test_biject_to[False-_Interval-args16] PASSED [ 40%] 2022-09-27T16:51:22.8908064Z distributions/test_constraints.py::test_biject_to[False-_Interval-args17] PASSED [ 40%] 2022-09-27T16:51:22.8931134Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18] PASSED [ 41%] 2022-09-27T16:51:22.8955015Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19] PASSED [ 42%] 2022-09-27T16:51:22.8977950Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20] PASSED [ 43%] 2022-09-27T16:51:22.9016040Z distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21] PASSED [ 43%] 2022-09-27T16:51:22.9076478Z distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22] PASSED [ 44%] 2022-09-27T16:51:22.9091313Z distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23] SKIPPED [ 45%] 2022-09-27T16:51:22.9099418Z distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0] SKIPPED [ 46%] 2022-09-27T16:51:22.9107457Z distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1] SKIPPED [ 46%] 2022-09-27T16:51:22.9115522Z distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2] SKIPPED [ 47%] 2022-09-27T16:51:22.9123356Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3] SKIPPED [ 48%] 2022-09-27T16:51:22.9131766Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4] SKIPPED [ 49%] 2022-09-27T16:51:22.9139807Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5] SKIPPED [ 50%] 2022-09-27T16:51:22.9147800Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6] SKIPPED [ 50%] 2022-09-27T16:51:22.9157465Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7] SKIPPED [ 51%] 2022-09-27T16:51:22.9165495Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8] SKIPPED [ 52%] 2022-09-27T16:51:22.9173471Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9] SKIPPED [ 53%] 2022-09-27T16:51:22.9181362Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args10] SKIPPED [ 53%] 2022-09-27T16:51:22.9189146Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args11] SKIPPED [ 54%] 2022-09-27T16:51:22.9197157Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args12] SKIPPED [ 55%] 2022-09-27T16:51:22.9205116Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args13] SKIPPED [ 56%] 2022-09-27T16:51:22.9213214Z distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14] SKIPPED [ 56%] 2022-09-27T16:51:22.9221245Z distributions/test_constraints.py::test_biject_to[True-_Interval-args15] SKIPPED [ 57%] 2022-09-27T16:51:22.9229394Z distributions/test_constraints.py::test_biject_to[True-_Interval-args16] SKIPPED [ 58%] 2022-09-27T16:51:22.9237587Z distributions/test_constraints.py::test_biject_to[True-_Interval-args17] SKIPPED [ 59%] 2022-09-27T16:51:22.9245633Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18] SKIPPED [ 59%] 2022-09-27T16:51:22.9255511Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19] SKIPPED [ 60%] 2022-09-27T16:51:22.9263458Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20] SKIPPED [ 61%] 2022-09-27T16:51:22.9271386Z distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21] SKIPPED [ 62%] 2022-09-27T16:51:22.9279250Z distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22] SKIPPED [ 62%] 2022-09-27T16:51:22.9287152Z distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23] SKIPPED [ 63%] 2022-09-27T16:51:22.9303634Z distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0] PASSED [ 64%] 2022-09-27T16:51:22.9320251Z distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1] PASSED [ 65%] 2022-09-27T16:51:22.9340218Z distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2] PASSED [ 65%] 2022-09-27T16:51:22.9359985Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3] PASSED [ 66%] 2022-09-27T16:51:22.9380601Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4] PASSED [ 67%] 2022-09-27T16:51:22.9400508Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5] PASSED [ 68%] 2022-09-27T16:51:22.9420856Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6] PASSED [ 68%] 2022-09-27T16:51:22.9441731Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7] PASSED [ 69%] 2022-09-27T16:51:22.9462368Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8] PASSED [ 70%] 2022-09-27T16:51:22.9483134Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9] PASSED [ 71%] 2022-09-27T16:51:22.9502239Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args10] PASSED [ 71%] 2022-09-27T16:51:22.9523059Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args11] PASSED [ 72%] 2022-09-27T16:51:22.9543616Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args12] PASSED [ 73%] 2022-09-27T16:51:22.9563414Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args13] PASSED [ 74%] 2022-09-27T16:51:22.9582780Z distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14] PASSED [ 75%] 2022-09-27T16:51:22.9602978Z distributions/test_constraints.py::test_transform_to[False-_Interval-args15] PASSED [ 75%] 2022-09-27T16:51:22.9624492Z distributions/test_constraints.py::test_transform_to[False-_Interval-args16] PASSED [ 76%] 2022-09-27T16:51:22.9646897Z distributions/test_constraints.py::test_transform_to[False-_Interval-args17] PASSED [ 77%] 2022-09-27T16:51:22.9668136Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18] PASSED [ 78%] 2022-09-27T16:51:22.9690350Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19] PASSED [ 78%] 2022-09-27T16:51:22.9711764Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20] PASSED [ 79%] 2022-09-27T16:51:22.9736521Z distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21] PASSED [ 80%] 2022-09-27T16:51:22.9784305Z distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22] PASSED [ 81%] 2022-09-27T16:51:22.9809712Z distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23] PASSED [ 81%] 2022-09-27T16:51:22.9818391Z distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0] SKIPPED [ 82%] 2022-09-27T16:51:22.9826864Z distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1] SKIPPED [ 83%] 2022-09-27T16:51:22.9835131Z distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2] SKIPPED [ 84%] 2022-09-27T16:51:22.9844617Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3] SKIPPED [ 84%] 2022-09-27T16:51:22.9852912Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4] SKIPPED [ 85%] 2022-09-27T16:51:22.9860973Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5] SKIPPED [ 86%] 2022-09-27T16:51:22.9868621Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6] SKIPPED [ 87%] 2022-09-27T16:51:22.9876314Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7] SKIPPED [ 87%] 2022-09-27T16:51:22.9883861Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8] SKIPPED [ 88%] 2022-09-27T16:51:22.9891856Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9] SKIPPED [ 89%] 2022-09-27T16:51:22.9899554Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args10] SKIPPED [ 90%] 2022-09-27T16:51:22.9907436Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args11] SKIPPED [ 90%] 2022-09-27T16:51:22.9915443Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args12] SKIPPED [ 91%] 2022-09-27T16:51:22.9923414Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args13] SKIPPED [ 92%] 2022-09-27T16:51:22.9931512Z distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14] SKIPPED [ 93%] 2022-09-27T16:51:22.9940854Z distributions/test_constraints.py::test_transform_to[True-_Interval-args15] SKIPPED [ 93%] 2022-09-27T16:51:22.9948789Z distributions/test_constraints.py::test_transform_to[True-_Interval-args16] SKIPPED [ 94%] 2022-09-27T16:51:22.9956852Z distributions/test_constraints.py::test_transform_to[True-_Interval-args17] SKIPPED [ 95%] 2022-09-27T16:51:22.9964731Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18] SKIPPED [ 96%] 2022-09-27T16:51:22.9972943Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19] SKIPPED [ 96%] 2022-09-27T16:51:22.9980921Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20] SKIPPED [ 97%] 2022-09-27T16:51:22.9988766Z distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21] SKIPPED [ 98%] 2022-09-27T16:51:22.9996809Z distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22] SKIPPED [ 99%] 2022-09-27T16:51:23.0012354Z distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] SKIPPED [100%] 2022-09-27T16:51:23.0013884Z 2022-09-27T16:51:23.0014179Z ======================== 65 passed, 67 skipped in 4.05s ======================== 2022-09-27T16:51:23.6088163Z Running test_cuda ... [2022-09-27 16:51:23.608408] 2022-09-27T16:51:23.6088671Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:51:23.608493] 2022-09-27T16:51:27.3018376Z CUDA not available, skipping tests 2022-09-27T16:51:27.3053274Z Test results will be stored in test-reports/python-unittest/test_cuda 2022-09-27T16:51:27.3066803Z 2022-09-27T16:51:27.3067281Z Running tests... 2022-09-27T16:51:27.3067904Z ---------------------------------------------------------------------- 2022-09-27T16:51:27.3068255Z 2022-09-27T16:51:27.3068490Z ---------------------------------------------------------------------- 2022-09-27T16:51:27.3068748Z Ran 0 tests in 0.000s 2022-09-27T16:51:27.3068902Z 2022-09-27T16:51:27.3068983Z OK 2022-09-27T16:51:27.3069136Z 2022-09-27T16:51:27.3069310Z Generating XML reports... 2022-09-27T16:51:27.8102449Z Running test_deploy ... [2022-09-27 16:51:27.809771] 2022-09-27T16:51:27.8102872Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-09-27 16:51:27.809868] 2022-09-27T16:51:28.2803097Z ============================= test session starts ============================== 2022-09-27T16:51:28.2803793Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T16:51:28.2929421Z cachedir: .pytest_cache 2022-09-27T16:51:28.2930379Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-09-27T16:51:28.2930799Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T16:51:28.2931221Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:51:31.7494470Z collecting ...  2022-09-27T16:51:31.7503132Z collecting 0 items  2022-09-27T16:51:31.7503556Z collected 1 item  2022-09-27T16:51:31.7506660Z 2022-09-27T16:51:32.0632995Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-09-27T16:51:32.0633506Z 2022-09-27T16:51:32.0633807Z ============================== 1 passed in 3.78s =============================== 2022-09-27T16:51:32.6822076Z Running test_pruning_op ... [2022-09-27 16:51:32.681801] 2022-09-27T16:51:32.6822856Z Executing ['/opt/conda/bin/python', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:51:32.681891] 2022-09-27T16:51:37.4033094Z 2022-09-27T16:51:37.4033447Z real 77m8.300s 2022-09-27T16:51:37.4033883Z user 82m31.639s 2022-09-27T16:51:37.4034180Z sys 4m1.773s 2022-09-27T16:51:37.4034361Z + assert_git_not_dirty 2022-09-27T16:51:37.4034745Z + [[ linux-focal-py3.7-clang7-asan != *rocm* ]] 2022-09-27T16:51:37.4035058Z + [[ linux-focal-py3.7-clang7-asan != *xla* ]] 2022-09-27T16:51:37.4036380Z ++ git status --porcelain 2022-09-27T16:51:49.8377430Z + git_status= 2022-09-27T16:51:49.8377762Z + [[ -n '' ]] 2022-09-27T16:51:49.8438811Z Prepare all required actions 2022-09-27T16:51:49.8439146Z Getting action download info 2022-09-27T16:51:50.0166795Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T16:51:50.0167024Z with: 2022-09-27T16:51:50.0167553Z github-token: *** 2022-09-27T16:51:50.0167724Z env: 2022-09-27T16:51:50.0167898Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:51:50.0168070Z ##[endgroup] 2022-09-27T16:51:50.0194133Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T16:51:50.0194356Z with: 2022-09-27T16:51:50.0194520Z shell: bash 2022-09-27T16:51:50.0194697Z timeout_minutes: 10 2022-09-27T16:51:50.0194867Z max_attempts: 5 2022-09-27T16:51:50.0195048Z retry_wait_seconds: 30 2022-09-27T16:51:50.0195433Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-09-27T16:51:50.0195851Z polling_interval_seconds: 1 2022-09-27T16:51:50.0196051Z warning_on_retry: true 2022-09-27T16:51:50.0196224Z continue_on_error: false 2022-09-27T16:51:50.0196400Z env: 2022-09-27T16:51:50.0196569Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:51:50.0196866Z GITHUB_TOKEN: *** 2022-09-27T16:51:50.0197040Z ##[endgroup] 2022-09-27T16:51:50.3347286Z 2022-09-27T16:51:50.3391939Z + python3 -m pip install requests==2.26.0 2022-09-27T16:51:51.0170372Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:51:51.0396440Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T16:51:51.0530247Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-09-27T16:51:51.0544492Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-09-27T16:51:51.0570734Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-09-27T16:51:51.0589129Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.12) 2022-09-27T16:51:51.2481579Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-0e2a31361f9da464d 2022-09-27T16:51:53.5176657Z + GHA_WORKFLOW_JOB_ID=8576256991 2022-09-27T16:51:53.5177286Z + echo '::set-output name=job-id::8576256991' 2022-09-27T16:51:54.3419509Z Command completed after 1 attempt(s). 2022-09-27T16:51:54.3419731Z 2022-09-27T16:51:54.3527709Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:51:54.3527949Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:51:54.3641259Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:51:54.3641484Z env: 2022-09-27T16:51:54.3641661Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:51:54.3641849Z MONITOR_SCRIPT_PID: 20602 2022-09-27T16:51:54.3642038Z ##[endgroup] 2022-09-27T16:51:54.3719807Z Prepare all required actions 2022-09-27T16:51:54.3720070Z Getting action download info 2022-09-27T16:51:54.5395554Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T16:51:54.6722218Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T16:51:54.6722509Z with: 2022-09-27T16:51:54.6722719Z file-suffix: test-default-4-5-linux.2xlarge_8576256991 2022-09-27T16:51:54.6722943Z env: 2022-09-27T16:51:54.6723113Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:51:54.6723284Z ##[endgroup] 2022-09-27T16:51:54.6746092Z ##[group]Run # Remove any previous test jsons if they exist 2022-09-27T16:51:54.6746380Z # Remove any previous test jsons if they exist 2022-09-27T16:51:54.6746611Z rm -f test-jsons-*.zip 2022-09-27T16:51:54.6746843Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-09-27T16:51:54.6757904Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:51:54.6758157Z env: 2022-09-27T16:51:54.6758321Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:51:54.6758563Z FILE_SUFFIX: test-default-4-5-linux.2xlarge_8576256991 2022-09-27T16:51:54.6758786Z ##[endgroup] 2022-09-27T16:51:54.6988032Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-09-27T16:51:54.7015016Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-09-27T16:51:54.7020900Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-09-27T16:51:54.7021890Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-09-27T16:51:54.7027190Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-09-27T16:51:54.7065319Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:51:54.7065612Z # Remove any previous test reports if they exist 2022-09-27T16:51:54.7065850Z rm -f test-reports-*.zip 2022-09-27T16:51:54.7066103Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-09-27T16:51:54.7076825Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:51:54.7077043Z env: 2022-09-27T16:51:54.7077221Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:51:54.7077453Z FILE_SUFFIX: test-default-4-5-linux.2xlarge_8576256991 2022-09-27T16:51:54.7077680Z ##[endgroup] 2022-09-27T16:51:54.7206867Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCPU-20220927153439.xml (deflated 96%) 2022-09-27T16:51:54.7211344Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20220927153439.xml (deflated 40%) 2022-09-27T16:51:54.7258688Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCPU-20220927153439.xml (deflated 98%) 2022-09-27T16:51:54.7263078Z adding: test/test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20220927154005.xml (deflated 62%) 2022-09-27T16:51:54.7273966Z adding: test/test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20220927154005.xml (deflated 90%) 2022-09-27T16:51:54.7278446Z adding: test/test-reports/python-unittest/test_optim/TEST-TestOptim-20220927154005.xml (deflated 79%) 2022-09-27T16:51:54.7282571Z adding: test/test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20220927154005.xml (deflated 76%) 2022-09-27T16:51:54.7290016Z adding: test/test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20220927154434.xml (deflated 87%) 2022-09-27T16:51:54.7308983Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseCPU-20220927154815.xml (deflated 90%) 2022-09-27T16:51:54.7317252Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMaskedReductionsCPU-20220927154815.xml (deflated 97%) 2022-09-27T16:51:54.7321291Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseMeta-20220927154815.xml (deflated 40%) 2022-09-27T16:51:54.7344358Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseUnaryUfuncsCPU-20220927154815.xml (deflated 97%) 2022-09-27T16:51:54.7350100Z adding: test/test-reports/python-unittest/test_sparse/TEST-TestSparseOneOff-20220927154815.xml (deflated 57%) 2022-09-27T16:51:54.7356323Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20220927154951.xml (deflated 94%) 2022-09-27T16:51:54.7361091Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestMatMul-20220927154951.xml (deflated 54%) 2022-09-27T16:51:54.7366319Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20220927154951.xml (deflated 81%) 2022-09-27T16:51:54.7373285Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20220927154951.xml (deflated 96%) 2022-09-27T16:51:54.7378577Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20220927154956.xml (deflated 80%) 2022-09-27T16:51:54.7383587Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20220927154956.xml (deflated 84%) 2022-09-27T16:51:54.7390772Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20220927154956.xml (deflated 91%) 2022-09-27T16:51:54.7395596Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20220927155004.xml (deflated 54%) 2022-09-27T16:51:54.7399655Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20220927155004.xml (deflated 76%) 2022-09-27T16:51:54.7404222Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20220927155004.xml (deflated 85%) 2022-09-27T16:51:54.7409387Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20220927155004.xml (deflated 71%) 2022-09-27T16:51:54.7414122Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestGraph-20220927155004.xml (deflated 68%) 2022-09-27T16:51:54.7419947Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20220927155004.xml (deflated 75%) 2022-09-27T16:51:54.7427826Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20220927155004.xml (deflated 66%) 2022-09-27T16:51:54.7435132Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20220927155004.xml (deflated 74%) 2022-09-27T16:51:54.7441385Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20220927155004.xml (deflated 70%) 2022-09-27T16:51:54.7446803Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSharding-20220927155004.xml (deflated 61%) 2022-09-27T16:51:54.7452415Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20220927155004.xml (deflated 68%) 2022-09-27T16:51:54.7458161Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestTyping-20220927155004.xml (deflated 80%) 2022-09-27T16:51:54.7462855Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20220927155004.xml (deflated 43%) 2022-09-27T16:51:54.7470338Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20220927155004.xml (deflated 80%) 2022-09-27T16:51:54.7477722Z adding: test/test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20220927155004.xml (deflated 59%) 2022-09-27T16:51:54.7485789Z adding: test/test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20220927155009.xml (deflated 82%) 2022-09-27T16:51:54.7627289Z adding: test/test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20220927155015.xml (deflated 98%) 2022-09-27T16:51:54.7632668Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20220927155025.xml (deflated 92%) 2022-09-27T16:51:54.7637561Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20220927155025.xml (deflated 92%) 2022-09-27T16:51:54.7644060Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20220927155025.xml (deflated 93%) 2022-09-27T16:51:54.7651920Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20220927155025.xml (deflated 90%) 2022-09-27T16:51:54.7656608Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20220927155025.xml (deflated 65%) 2022-09-27T16:51:54.7660425Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20220927155025.xml (deflated 62%) 2022-09-27T16:51:54.7664620Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20220927155025.xml (deflated 84%) 2022-09-27T16:51:54.7672242Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20220927155025.xml (deflated 72%) 2022-09-27T16:51:54.7686089Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20220927155025.xml (deflated 86%) 2022-09-27T16:51:54.7690508Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20220927155025.xml (deflated 87%) 2022-09-27T16:51:54.7698306Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20220927155025.xml (deflated 75%) 2022-09-27T16:51:54.7704553Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20220927155025.xml (deflated 82%) 2022-09-27T16:51:54.7710331Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20220927155025.xml (deflated 79%) 2022-09-27T16:51:54.7719330Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20220927155025.xml (deflated 88%) 2022-09-27T16:51:54.7723917Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20220927155025.xml (deflated 84%) 2022-09-27T16:51:54.7728027Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20220927155025.xml (deflated 70%) 2022-09-27T16:51:54.7734355Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20220927155025.xml (deflated 88%) 2022-09-27T16:51:54.7739062Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20220927155025.xml (deflated 76%) 2022-09-27T16:51:54.7743140Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20220927155025.xml (deflated 73%) 2022-09-27T16:51:54.7747280Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20220927155025.xml (deflated 68%) 2022-09-27T16:51:54.7751408Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20220927155025.xml (deflated 82%) 2022-09-27T16:51:54.7754550Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20220927155025.xml (deflated 53%) 2022-09-27T16:51:54.7759004Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20220927155025.xml (deflated 71%) 2022-09-27T16:51:54.7769038Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20220927155025.xml (deflated 73%) 2022-09-27T16:51:54.7776378Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20220927155025.xml (deflated 72%) 2022-09-27T16:51:54.7788480Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20220927155025.xml (deflated 53%) 2022-09-27T16:51:54.7793015Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20220927155025.xml (deflated 79%) 2022-09-27T16:51:54.7798194Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20220927155025.xml (deflated 72%) 2022-09-27T16:51:54.7813698Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20220927155025.xml (deflated 77%) 2022-09-27T16:51:54.7820059Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20220927155025.xml (deflated 76%) 2022-09-27T16:51:54.7823697Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20220927155025.xml (deflated 74%) 2022-09-27T16:51:54.7836005Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20220927155025.xml (deflated 90%) 2022-09-27T16:51:54.7840755Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20220927155025.xml (deflated 79%) 2022-09-27T16:51:54.7844584Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20220927155025.xml (deflated 62%) 2022-09-27T16:51:54.7848916Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20220927155025.xml (deflated 71%) 2022-09-27T16:51:54.7853926Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20220927155025.xml (deflated 58%) 2022-09-27T16:51:54.7858426Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20220927155025.xml (deflated 83%) 2022-09-27T16:51:54.7861794Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20220927155025.xml (deflated 86%) 2022-09-27T16:51:54.7866426Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20220927155025.xml (deflated 80%) 2022-09-27T16:51:54.7886656Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20220927155025.xml (deflated 87%) 2022-09-27T16:51:54.7894786Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20220927155025.xml (deflated 79%) 2022-09-27T16:51:54.7902954Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20220927155025.xml (deflated 80%) 2022-09-27T16:51:54.7907441Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20220927155025.xml (deflated 83%) 2022-09-27T16:51:54.7912217Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20220927155025.xml (deflated 83%) 2022-09-27T16:51:54.7920690Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20220927155025.xml (deflated 85%) 2022-09-27T16:51:54.7925652Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20220927155025.xml (deflated 72%) 2022-09-27T16:51:54.7930701Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20220927155025.xml (deflated 84%) 2022-09-27T16:51:54.7939097Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20220927155025.xml (deflated 86%) 2022-09-27T16:51:54.7942662Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20220927155025.xml (deflated 84%) 2022-09-27T16:51:54.7948106Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20220927155025.xml (deflated 82%) 2022-09-27T16:51:54.7951594Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20220927155025.xml (deflated 72%) 2022-09-27T16:51:54.7955322Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20220927155025.xml (deflated 69%) 2022-09-27T16:51:54.7963335Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20220927155025.xml (deflated 87%) 2022-09-27T16:51:54.7984299Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20220927155025.xml (deflated 88%) 2022-09-27T16:51:54.7987859Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20220927155025.xml (deflated 63%) 2022-09-27T16:51:54.7997392Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20220927155025.xml (deflated 71%) 2022-09-27T16:51:54.8003857Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20220927155025.xml (deflated 85%) 2022-09-27T16:51:54.8019896Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20220927155025.xml (deflated 87%) 2022-09-27T16:51:54.8024735Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927155025.xml (deflated 85%) 2022-09-27T16:51:54.8029379Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20220927155025.xml (deflated 74%) 2022-09-27T16:51:54.8034014Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20220927155025.xml (deflated 66%) 2022-09-27T16:51:54.8046766Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20220927155025.xml (deflated 88%) 2022-09-27T16:51:54.8059909Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20220927155025.xml (deflated 72%) 2022-09-27T16:51:54.8089890Z adding: test/test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20220927162210.xml (deflated 96%) 2022-09-27T16:51:54.8104246Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20220927163451.xml (deflated 66%) 2022-09-27T16:51:54.8108005Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20220927163451.xml (deflated 85%) 2022-09-27T16:51:54.8112053Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20220927163451.xml (deflated 47%) 2022-09-27T16:51:54.8116575Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20220927163451.xml (deflated 73%) 2022-09-27T16:51:54.8122328Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20220927163451.xml (deflated 86%) 2022-09-27T16:51:54.8126081Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20220927163451.xml (deflated 73%) 2022-09-27T16:51:54.8130467Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220927163451.xml (deflated 59%) 2022-09-27T16:51:54.8134027Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20220927163451.xml (deflated 81%) 2022-09-27T16:51:54.8138194Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20220927163451.xml (deflated 70%) 2022-09-27T16:51:54.8147530Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20220927163451.xml (deflated 83%) 2022-09-27T16:51:54.8151994Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20220927163451.xml (deflated 83%) 2022-09-27T16:51:54.8156355Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20220927163451.xml (deflated 83%) 2022-09-27T16:51:54.8162157Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20220927163451.xml (deflated 56%) 2022-09-27T16:51:54.8170450Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20220927163451.xml (deflated 75%) 2022-09-27T16:51:54.8176471Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20220927163451.xml (deflated 85%) 2022-09-27T16:51:54.8181312Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20220927163451.xml (deflated 82%) 2022-09-27T16:51:54.8188964Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20220927163451.xml (deflated 69%) 2022-09-27T16:51:54.8197653Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20220927163451.xml (deflated 95%) 2022-09-27T16:51:54.8206988Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20220927163451.xml (deflated 84%) 2022-09-27T16:51:54.8211835Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20220927163451.xml (deflated 81%) 2022-09-27T16:51:54.8220590Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20220927163451.xml (deflated 89%) 2022-09-27T16:51:54.8225615Z adding: test/test-reports/python-unittest/test_jit/TEST-TestFrontend-20220927163451.xml (deflated 40%) 2022-09-27T16:51:54.8233677Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20220927163451.xml (deflated 87%) 2022-09-27T16:51:54.8241462Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20220927163451.xml (deflated 50%) 2022-09-27T16:51:54.8246944Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20220927163451.xml (deflated 71%) 2022-09-27T16:51:54.8252232Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20220927163451.xml (deflated 45%) 2022-09-27T16:51:54.8257520Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20220927163451.xml (deflated 51%) 2022-09-27T16:51:54.8262896Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20220927163451.xml (deflated 78%) 2022-09-27T16:51:54.8267587Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20220927163451.xml (deflated 86%) 2022-09-27T16:51:54.8272645Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20220927163451.xml (deflated 62%) 2022-09-27T16:51:54.8278678Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220927163451.xml (deflated 72%) 2022-09-27T16:51:54.8285079Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20220927163451.xml (deflated 62%) 2022-09-27T16:51:54.8290555Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20220927163451.xml (deflated 89%) 2022-09-27T16:51:54.8301381Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJit-20220927163451.xml (deflated 84%) 2022-09-27T16:51:54.8319692Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20220927163451.xml (deflated 94%) 2022-09-27T16:51:54.8324377Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20220927163451.xml (deflated 78%) 2022-09-27T16:51:54.8334639Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20220927163451.xml (deflated 88%) 2022-09-27T16:51:54.8339394Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20220927163451.xml (deflated 76%) 2022-09-27T16:51:54.8343620Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20220927163451.xml (deflated 81%) 2022-09-27T16:51:54.8349273Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20220927163451.xml (deflated 83%) 2022-09-27T16:51:54.8355897Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20220927163451.xml (deflated 83%) 2022-09-27T16:51:54.8361303Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20220927163451.xml (deflated 68%) 2022-09-27T16:51:54.8367518Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20220927163451.xml (deflated 83%) 2022-09-27T16:51:54.8372279Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20220927163451.xml (deflated 86%) 2022-09-27T16:51:54.8377370Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20220927163451.xml (deflated 49%) 2022-09-27T16:51:54.8381581Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20220927163451.xml (deflated 81%) 2022-09-27T16:51:54.8385479Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20220927163451.xml (deflated 64%) 2022-09-27T16:51:54.8390689Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220927163451.xml (deflated 83%) 2022-09-27T16:51:54.8396246Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20220927163451.xml (deflated 60%) 2022-09-27T16:51:54.8404987Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20220927163451.xml (deflated 88%) 2022-09-27T16:51:54.8410314Z adding: test/test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20220927163451.xml (deflated 41%) 2022-09-27T16:51:54.8416328Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20220927163451.xml (deflated 81%) 2022-09-27T16:51:54.8423385Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20220927163451.xml (deflated 47%) 2022-09-27T16:51:54.8427320Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20220927163451.xml (deflated 79%) 2022-09-27T16:51:54.8433823Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20220927163451.xml (deflated 85%) 2022-09-27T16:51:54.8440273Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20220927163451.xml (deflated 88%) 2022-09-27T16:51:54.8448333Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20220927163451.xml (deflated 79%) 2022-09-27T16:51:54.8454839Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20220927163451.xml (deflated 80%) 2022-09-27T16:51:54.8458826Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20220927163451.xml (deflated 82%) 2022-09-27T16:51:54.8490152Z adding: test/test-reports/python-unittest/test_jit/TEST-TestScript-20220927163451.xml (deflated 87%) 2022-09-27T16:51:54.8494843Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20220927163451.xml (deflated 78%) 2022-09-27T16:51:54.8499147Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20220927163451.xml (deflated 83%) 2022-09-27T16:51:54.8507464Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20220927163451.xml (deflated 87%) 2022-09-27T16:51:54.8513491Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20220927163451.xml (deflated 75%) 2022-09-27T16:51:54.8517005Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20220927163451.xml (deflated 85%) 2022-09-27T16:51:54.8522157Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20220927163451.xml (deflated 71%) 2022-09-27T16:51:54.8530258Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20220927163451.xml (deflated 90%) 2022-09-27T16:51:54.8536569Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20220927163451.xml (deflated 87%) 2022-09-27T16:51:54.8542723Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20220927163451.xml (deflated 74%) 2022-09-27T16:51:54.8550152Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20220927163451.xml (deflated 80%) 2022-09-27T16:51:54.8554161Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20220927163451.xml (deflated 61%) 2022-09-27T16:51:54.8560514Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20220927163451.xml (deflated 88%) 2022-09-27T16:51:54.8596169Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20220927163451.xml (deflated 96%) 2022-09-27T16:51:54.8603616Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20220927163451.xml (deflated 82%) 2022-09-27T16:51:54.8612695Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20220927163451.xml (deflated 82%) 2022-09-27T16:51:54.8622404Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20220927163451.xml (deflated 88%) 2022-09-27T16:51:54.8628173Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20220927163451.xml (deflated 86%) 2022-09-27T16:51:54.8636839Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20220927163451.xml (deflated 60%) 2022-09-27T16:51:54.8640563Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20220927163451.xml (deflated 84%) 2022-09-27T16:51:54.8645951Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220927163451.xml (deflated 77%) 2022-09-27T16:51:54.8650084Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220927163451.xml (deflated 72%) 2022-09-27T16:51:54.8655901Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220927163451.xml (deflated 78%) 2022-09-27T16:51:54.8661479Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220927163451.xml (deflated 74%) 2022-09-27T16:51:54.8667436Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220927163451.xml (deflated 92%) 2022-09-27T16:51:54.8671245Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220927163451.xml (deflated 84%) 2022-09-27T16:51:54.8678365Z adding: test/test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20220927164242.xml (deflated 85%) 2022-09-27T16:51:54.8682864Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20220927164339.xml (deflated 59%) 2022-09-27T16:51:54.8687541Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20220927164339.xml (deflated 56%) 2022-09-27T16:51:54.8691241Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20220927164339.xml (deflated 91%) 2022-09-27T16:51:54.8700950Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20220927164339.xml (deflated 90%) 2022-09-27T16:51:54.8708391Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20220927164339.xml (deflated 69%) 2022-09-27T16:51:54.8735475Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20220927164339.xml (deflated 97%) 2022-09-27T16:51:54.8738702Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20220927164339.xml (deflated 82%) 2022-09-27T16:51:54.8741831Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20220927164339.xml (deflated 58%) 2022-09-27T16:51:54.8744827Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20220927164339.xml (deflated 83%) 2022-09-27T16:51:54.8749080Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20220927164339.xml (deflated 75%) 2022-09-27T16:51:54.8752400Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20220927164339.xml (deflated 65%) 2022-09-27T16:51:54.8753278Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCPU-20220927164517.xml (deflated 43%) 2022-09-27T16:51:54.8754288Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20220927164517.xml (deflated 81%) 2022-09-27T16:51:54.8755249Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSerialization-20220927164517.xml (deflated 83%) 2022-09-27T16:51:54.8756159Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20220927164517.xml (deflated 75%) 2022-09-27T16:51:54.8756691Z adding: test/test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20220927164629.xml (deflated 62%) 2022-09-27T16:51:54.8759814Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorch-20220927164629.xml (deflated 89%) 2022-09-27T16:51:54.8771722Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20220927164629.xml (deflated 93%) 2022-09-27T16:51:54.8772525Z adding: test/test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20220927164629.xml (deflated 42%) 2022-09-27T16:51:54.8778037Z adding: test/test-reports/python-unittest/test_type_promotion/TEST-TestTypePromotionCPU-20220927164729.xml (deflated 96%) 2022-09-27T16:51:54.8780856Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20220927164816.xml (deflated 92%) 2022-09-27T16:51:54.8782653Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20220927164816.xml (deflated 88%) 2022-09-27T16:51:54.8783579Z adding: test/test-reports/python-unittest/test_utils/TEST-TestAssert-20220927164842.xml (deflated 53%) 2022-09-27T16:51:54.8784448Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20220927164842.xml (deflated 78%) 2022-09-27T16:51:54.8785356Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20220927164842.xml (deflated 54%) 2022-09-27T16:51:54.8786404Z adding: test/test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20220927164842.xml (deflated 68%) 2022-09-27T16:51:54.8787324Z adding: test/test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20220927164842.xml (deflated 41%) 2022-09-27T16:51:54.8788225Z adding: test/test-reports/python-unittest/test_utils/TEST-TestHipify-20220927164842.xml (deflated 40%) 2022-09-27T16:51:54.8788857Z adding: test/test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20220927164842.xml (deflated 51%) 2022-09-27T16:51:54.8789628Z adding: test/test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20220927164842.xml (deflated 40%) 2022-09-27T16:51:54.8790292Z adding: test/test-reports/python-unittest/test_utils/TEST-TestBottleneck-20220927164842.xml (deflated 52%) 2022-09-27T16:51:54.8790957Z adding: test/test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20220927164842.xml (deflated 41%) 2022-09-27T16:51:54.8791894Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20220927164856.xml (deflated 40%) 2022-09-27T16:51:54.8792454Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20220927164856.xml (deflated 43%) 2022-09-27T16:51:54.8793374Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20220927164856.xml (deflated 76%) 2022-09-27T16:51:54.8794220Z adding: test/test-reports/python-unittest/test_scatter_gather_ops/TEST-TestScatterGatherCPU-20220927164912.xml (deflated 92%) 2022-09-27T16:51:54.8794814Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20220927164928.xml (deflated 93%) 2022-09-27T16:51:54.8795469Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20220927164928.xml (deflated 79%) 2022-09-27T16:51:54.8796082Z adding: test/test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20220927164928.xml (deflated 94%) 2022-09-27T16:51:54.8796614Z adding: test/test-reports/python-unittest/test_mkl_verbose/TEST-TestMKLVerbose-20220927164941.xml (deflated 53%) 2022-09-27T16:51:54.8797706Z adding: test/test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20220927164954.xml (deflated 96%) 2022-09-27T16:51:54.8798606Z adding: test/test-reports/python-unittest/test_mobile_optimizer/TEST-TestOptimizer-20220927165005.xml (deflated 71%) 2022-09-27T16:51:54.8800312Z adding: test/test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20220927165014.xml (deflated 88%) 2022-09-27T16:51:54.8801327Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20220927165021.xml (deflated 82%) 2022-09-27T16:51:54.8802391Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20220927165021.xml (deflated 77%) 2022-09-27T16:51:54.8803378Z adding: test/test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20220927165021.xml (deflated 84%) 2022-09-27T16:51:54.8804417Z adding: test/test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20220927165021.xml (deflated 77%) 2022-09-27T16:51:54.8805452Z adding: test/test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20220927165021.xml (deflated 86%) 2022-09-27T16:51:54.8806371Z adding: test/test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20220927165021.xml (deflated 72%) 2022-09-27T16:51:54.8806996Z adding: test/test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20220927165021.xml (deflated 70%) 2022-09-27T16:51:54.8808140Z adding: test/test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20220927165021.xml (deflated 78%) 2022-09-27T16:51:54.8809084Z adding: test/test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20220927165021.xml (deflated 73%) 2022-09-27T16:51:54.8810112Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20220927165021.xml (deflated 75%) 2022-09-27T16:51:54.8811102Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20220927165021.xml (deflated 81%) 2022-09-27T16:51:54.8812103Z adding: test/test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20220927165021.xml (deflated 47%) 2022-09-27T16:51:54.8813097Z adding: test/test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20220927165021.xml (deflated 69%) 2022-09-27T16:51:54.8814064Z adding: test/test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20220927165021.xml (deflated 76%) 2022-09-27T16:51:54.8815016Z adding: test/test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20220927165021.xml (deflated 44%) 2022-09-27T16:51:54.8815954Z adding: test/test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20220927165021.xml (deflated 71%) 2022-09-27T16:51:54.8816915Z adding: test/test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20220927165027.xml (deflated 81%) 2022-09-27T16:51:54.8817875Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNN-20220927165033.xml (deflated 64%) 2022-09-27T16:51:54.8818483Z adding: test/test-reports/python-unittest/nn.test_dropout/TEST-TestDropoutNNDeviceTypeCPU-20220927165033.xml (deflated 73%) 2022-09-27T16:51:54.8819435Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20220927165039.xml (deflated 77%) 2022-09-27T16:51:54.8820122Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20220927165039.xml (deflated 42%) 2022-09-27T16:51:54.8820653Z adding: test/test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220927165044.xml (deflated 75%) 2022-09-27T16:51:54.8821156Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitor-20220927165049.xml (deflated 66%) 2022-09-27T16:51:54.8821662Z adding: test/test-reports/python-unittest/test_monitor/TEST-TestMonitorTensorboard-20220927165049.xml (deflated 41%) 2022-09-27T16:51:54.8822185Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20220927165054.xml (deflated 40%) 2022-09-27T16:51:54.8822688Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20220927165054.xml (deflated 85%) 2022-09-27T16:51:54.8823181Z adding: test/test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20220927165054.xml (deflated 87%) 2022-09-27T16:51:54.8823925Z adding: test/test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20220927165058.xml (deflated 39%) 2022-09-27T16:51:54.8824511Z adding: test/test-reports/python-unittest/test_license/TEST-TestLicense-20220927165103.xml (deflated 50%) 2022-09-27T16:51:54.8825044Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20220927165108.xml (deflated 40%) 2022-09-27T16:51:54.8825599Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20220927165108.xml (deflated 86%) 2022-09-27T16:51:54.8826091Z adding: test/test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20220927165112.xml (deflated 93%) 2022-09-27T16:51:54.8826599Z adding: test/test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20220927165117.xml (deflated 70%) 2022-09-27T16:51:54.8844554Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:51:54.8844861Z # Remove any previous test reports if they exist 2022-09-27T16:51:54.8845095Z rm -f usage-log-*.zip 2022-09-27T16:51:54.8845357Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-09-27T16:51:54.8845646Z # so check to see if the file exists first 2022-09-27T16:51:54.8845919Z if [ -f 'usage_log.txt' ]; then 2022-09-27T16:51:54.8846160Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-09-27T16:51:54.8846361Z fi 2022-09-27T16:51:54.8857449Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:51:54.8857670Z env: 2022-09-27T16:51:54.8857833Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:51:54.8858075Z FILE_SUFFIX: test-default-4-5-linux.2xlarge_8576256991 2022-09-27T16:51:54.8858300Z ##[endgroup] 2022-09-27T16:51:54.9077617Z adding: usage_log.txt (deflated 95%) 2022-09-27T16:51:54.9114247Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:51:54.9114465Z with: 2022-09-27T16:51:54.9114672Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:51:54.9114887Z retention-days: 14 2022-09-27T16:51:54.9115068Z if-no-files-found: warn 2022-09-27T16:51:54.9115264Z path: test-jsons-*.zip 2022-09-27T16:51:54.9115500Z name: artifact 2022-09-27T16:51:54.9115708Z s3-bucket: gha-artifacts 2022-09-27T16:51:54.9115895Z region: us-east-1 2022-09-27T16:51:54.9116055Z env: 2022-09-27T16:51:54.9116210Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:51:54.9116392Z ##[endgroup] 2022-09-27T16:51:55.2647527Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:51:55.2648002Z With the provided path, there will be 1 file uploaded 2022-09-27T16:51:55.2648272Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:51:55.2697956Z Starting upload of test-jsons-test-default-4-5-linux.2xlarge_8576256991.zip 2022-09-27T16:51:55.4172105Z Finished upload of test-jsons-test-default-4-5-linux.2xlarge_8576256991.zip 2022-09-27T16:51:55.4290384Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:51:55.4290604Z with: 2022-09-27T16:51:55.4290808Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:51:55.4291010Z retention-days: 14 2022-09-27T16:51:55.4291205Z if-no-files-found: error 2022-09-27T16:51:55.4291408Z path: test-reports-*.zip 2022-09-27T16:51:55.4291594Z name: artifact 2022-09-27T16:51:55.4291775Z s3-bucket: gha-artifacts 2022-09-27T16:51:55.4291966Z region: us-east-1 2022-09-27T16:51:55.4292129Z env: 2022-09-27T16:51:55.4292289Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:51:55.4292472Z ##[endgroup] 2022-09-27T16:51:55.7365858Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:51:55.7366402Z With the provided path, there will be 1 file uploaded 2022-09-27T16:51:55.7366776Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:51:55.7372656Z Starting upload of test-reports-test-default-4-5-linux.2xlarge_8576256991.zip 2022-09-27T16:51:56.0556646Z Finished upload of test-reports-test-default-4-5-linux.2xlarge_8576256991.zip 2022-09-27T16:51:56.0671445Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:51:56.0671691Z with: 2022-09-27T16:51:56.0671961Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:51:56.0672165Z retention-days: 14 2022-09-27T16:51:56.0672373Z if-no-files-found: ignore 2022-09-27T16:51:56.0672571Z path: usage-log-*.zip 2022-09-27T16:51:56.0672739Z name: artifact 2022-09-27T16:51:56.0672981Z s3-bucket: gha-artifacts 2022-09-27T16:51:56.0673174Z region: us-east-1 2022-09-27T16:51:56.0673339Z env: 2022-09-27T16:51:56.0673497Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:51:56.0673679Z ##[endgroup] 2022-09-27T16:51:56.3721437Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:51:56.3721731Z With the provided path, there will be 1 file uploaded 2022-09-27T16:51:56.3722008Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:51:56.3728327Z Starting upload of usage-log-test-default-4-5-linux.2xlarge_8576256991.zip 2022-09-27T16:51:56.6254369Z Finished upload of usage-log-test-default-4-5-linux.2xlarge_8576256991.zip 2022-09-27T16:51:56.6372052Z ##[group]Run set -x 2022-09-27T16:51:56.6372255Z set -x 2022-09-27T16:51:56.6372478Z python3 -m pip install -r requirements.txt 2022-09-27T16:51:56.6372822Z python3 -m pip install boto3==1.19.12 2022-09-27T16:51:56.6373121Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:51:56.6384056Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:51:56.6384275Z env: 2022-09-27T16:51:56.6384458Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:51:56.6384655Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T16:51:56.6384858Z BRANCH: pull/85462 2022-09-27T16:51:56.6385045Z TEST_CONFIG: default 2022-09-27T16:51:56.6385213Z SHARD_NUMBER: 4 2022-09-27T16:51:56.6385449Z BUILD_ENVIRONMENT: linux-focal-py3.7-clang7-asan 2022-09-27T16:51:56.6385678Z PR_NUMBER: 85462 2022-09-27T16:51:56.6385856Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T16:51:56.6386070Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T16:51:56.6386335Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:51:56.6386520Z TAG: 2022-09-27T16:51:56.6386688Z WORKFLOW_ID: 3133193930 2022-09-27T16:51:56.6387022Z GITHUB_TOKEN: *** 2022-09-27T16:51:56.6387205Z GHA_WORKFLOW_JOB_ID: 8576256991 2022-09-27T16:51:56.6387400Z ##[endgroup] 2022-09-27T16:51:56.6411801Z + python3 -m pip install -r requirements.txt 2022-09-27T16:51:56.8481269Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:51:56.8733526Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-09-27T16:51:56.8759001Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.3) 2022-09-27T16:51:56.8766527Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-09-27T16:51:56.8776349Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.54.6) 2022-09-27T16:51:56.9142059Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-09-27T16:51:56.9150757Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-09-27T16:51:56.9227945Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-09-27T16:51:56.9235428Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-09-27T16:51:56.9453410Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-09-27T16:51:56.9619916Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-09-27T16:51:56.9628141Z Requirement already satisfied: types-dataclasses in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (0.6.6) 2022-09-27T16:51:56.9633566Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.3.0) 2022-09-27T16:51:56.9642576Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-09-27T16:51:56.9662839Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from astunparse->-r requirements.txt (line 2)) (0.37.1) 2022-09-27T16:51:56.9686200Z Requirement already satisfied: attrs>=19.2.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (22.1.0) 2022-09-27T16:51:56.9935552Z Requirement already satisfied: exceptiongroup>=1.0.0rc8; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.0rc9) 2022-09-27T16:51:56.9951873Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (2.4.0) 2022-09-27T16:51:56.9961545Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-09-27T16:51:56.9969647Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-09-27T16:51:57.0120790Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-09-27T16:51:57.0132031Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-09-27T16:51:57.0151200Z Requirement already satisfied: mpmath>=0.19 in /home/ec2-user/.local/lib/python3.7/site-packages (from sympy->-r requirements.txt (line 14)) (1.2.1) 2022-09-27T16:51:57.0745379Z + python3 -m pip install boto3==1.19.12 2022-09-27T16:51:57.2794745Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:51:57.2971035Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-09-27T16:51:57.3019439Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.10.0) 2022-09-27T16:51:57.3031415Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (1.22.12) 2022-09-27T16:51:57.3072156Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.5.2) 2022-09-27T16:51:57.3105894Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.2) 2022-09-27T16:51:57.3125339Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-09-27T16:51:57.3275489Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-09-27T16:51:57.4840954Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:52:12.1042296Z [scribe] Scribe access token not provided, sending report via boto3... 2022-09-27T16:52:12.1042672Z 2022-09-27T16:52:12.1043111Z ----- Historic stats comparison result ------ 2022-09-27T16:52:12.1043399Z 2022-09-27T16:52:12.1043665Z job: linux-focal-py3.7-clang7-asan 2022-09-27T16:52:12.1044120Z commit: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:52:12.1044403Z 2022-09-27T16:52:12.1044673Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-09-27T16:52:12.1045005Z 2022-09-27T16:52:12.1045134Z : (master) 2022-09-27T16:52:12.1045420Z | 2022-09-27T16:52:12.1045783Z | * 52424e2bf3 (HEAD) total time 4400.41s 2022-09-27T16:52:12.1046149Z | | 2022-09-27T16:52:12.1046442Z | : (4 commits) 2022-09-27T16:52:12.1046778Z |/ 2022-09-27T16:52:12.1049732Z * c7c2578f93 (base) 5 reports, total time 4767.80s ± 689.21s 2022-09-27T16:52:12.1050392Z * 99ad8a3048 5 reports, total time 4812.72s ± 737.83s 2022-09-27T16:52:12.1050969Z * 34296e2f4c 5 reports, total time 4681.99s ± 534.69s 2022-09-27T16:52:12.1051833Z * 4523ac7aa1 5 reports, total time 4790.72s ± 755.21s 2022-09-27T16:52:12.1052389Z * f21e77d9a6 5 reports, total time 4841.94s ± 769.82s 2022-09-27T16:52:12.1052940Z * 26a861cb27 5 reports, total time 4910.73s ± 895.35s 2022-09-27T16:52:12.1053615Z * 56a41b5998 5 reports, total time 5078.65s ± 740.57s 2022-09-27T16:52:12.1054174Z * 1910c5847e 5 reports, total time 4965.20s ± 759.35s 2022-09-27T16:52:12.1054713Z * caa0ab557d 5 reports, total time 5012.18s ± 764.34s 2022-09-27T16:52:12.1055121Z * 0336308be5 0 reports 2022-09-27T16:52:12.1055453Z | 2022-09-27T16:52:12.1055739Z : 2022-09-27T16:52:12.1055926Z 2022-09-27T16:52:12.1056142Z Removed (across 425 suites) 0 tests, totaling 0.00s 2022-09-27T16:52:12.1056620Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-09-27T16:52:12.1057109Z Added (across 261 suites) 20185 tests, totaling +4400.41s 2022-09-27T16:52:12.1815431Z Prepare all required actions 2022-09-27T16:52:12.1834993Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T16:52:12.1835195Z with: 2022-09-27T16:52:12.1835331Z env: 2022-09-27T16:52:12.1835501Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:52:12.1835701Z ##[endgroup] 2022-09-27T16:52:12.1850127Z ##[group]Run set -eou pipefail 2022-09-27T16:52:12.1850348Z set -eou pipefail 2022-09-27T16:52:12.1850527Z  2022-09-27T16:52:12.1850747Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T16:52:12.1850997Z for _ in $(seq 1440); do 2022-09-27T16:52:12.1851213Z  # Break if no ssh session exists anymore 2022-09-27T16:52:12.1851416Z  if [ "$(who)" = "" ]; then 2022-09-27T16:52:12.1851596Z  break 2022-09-27T16:52:12.1851763Z  fi 2022-09-27T16:52:12.1851928Z  echo "." 2022-09-27T16:52:12.1852087Z  sleep 5 2022-09-27T16:52:12.1852282Z done 2022-09-27T16:52:12.1863392Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:52:12.1863609Z env: 2022-09-27T16:52:12.1863783Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:52:12.1863955Z ##[endgroup] 2022-09-27T16:52:12.1887878Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T16:52:12.1980500Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:52:12.1980809Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:52:12.1981057Z # shellcheck disable=SC2046 2022-09-27T16:52:12.1981278Z docker stop $(docker ps -q) || true 2022-09-27T16:52:12.1981489Z # Prune all of the docker images 2022-09-27T16:52:12.1981706Z docker system prune -af 2022-09-27T16:52:12.1992321Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:52:12.1992529Z env: 2022-09-27T16:52:12.1992703Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:52:12.1992891Z ##[endgroup] 2022-09-27T16:52:12.5830882Z c97d029719f6 2022-09-27T16:52:13.7069986Z Deleted Containers: 2022-09-27T16:52:13.7070351Z c97d029719f6b26c096c3babac523687ae32c029cde17b466db8bbbc34d19640 2022-09-27T16:52:13.7070539Z 2022-09-27T16:52:18.7798943Z Deleted Images: 2022-09-27T16:52:18.7799823Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T16:52:18.7800990Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan@sha256:621ff74ae227a580891e78cb9f36cd6e6d64235361c3039b06e8a7c8f4adfa15 2022-09-27T16:52:18.7801642Z deleted: sha256:bae62e4b152ed013284beab204e466e1d44eb90a6c14469065fbb86d6e8d6732 2022-09-27T16:52:18.7801991Z deleted: sha256:d0629bd966f09bc309b4a1ab1092015e6a2a96fe6c4fe57dc0441b252c853b2e 2022-09-27T16:52:18.7802569Z deleted: sha256:ceea15c0f95cbb47a111e5119060e96b5ec6b961e074c178c67eed1a0ab3d367 2022-09-27T16:52:18.7803107Z deleted: sha256:93a76c739cdb4e6876d28fb95d4ce8abaa7462b0d790e07f4fcb8a5dead056ae 2022-09-27T16:52:18.7803672Z deleted: sha256:eaca1f998e1e556d450d4ffa972381356a30ca976663370ef87c2874b5ec6fe2 2022-09-27T16:52:18.7804166Z deleted: sha256:33b961c09c82bcbf33bc5a41293311348242f062f65cd188ff3b8292b02d1904 2022-09-27T16:52:18.7804640Z deleted: sha256:768e964b98825527ef7ba88c700ab2175491182c4d0c5d0114394800a03255a8 2022-09-27T16:52:18.7804926Z deleted: sha256:6464f01529a7ba0c1989a172591db9703a3986412c2c7de8c9882096da5fcaf6 2022-09-27T16:52:18.7805234Z deleted: sha256:75b410f4adb44117159519a5ca9f41a07f7eddc5f63f11988052aad2e50eddec 2022-09-27T16:52:18.7805554Z deleted: sha256:74d4093890e1b4b7ad5e23cd42dd8e484e3024cd797a24b7c589e8fc48da992c 2022-09-27T16:52:18.7805884Z deleted: sha256:b7ed0134ab95ccea0763cc9bd6b4d16cab9140ba825f7d25a218113d24c28e19 2022-09-27T16:52:18.7806201Z deleted: sha256:ea0d45d7839846e22f9651f1a65453f4a8c7a54b3ce5f1daa9d571c407a47afc 2022-09-27T16:52:18.7806605Z deleted: sha256:fb0e6fdef4dc72f06fa60bb5abc8990d9699cbdc9119fa0dcb0bc7a64ca75cdd 2022-09-27T16:52:18.7806951Z deleted: sha256:7079b46bddc066eeaf77e82bf4e30081ed0139b2859ea259f11c0a4e76cf1dae 2022-09-27T16:52:18.7807248Z deleted: sha256:8d314452f7c71341893bf80370ce31928cc81e716ea80b4830a5aaefefbb4c8b 2022-09-27T16:52:18.7807707Z deleted: sha256:5039c4ca6881dda4919022db568d9ae8151af02381eda99ded65fb9136190759 2022-09-27T16:52:18.7808023Z deleted: sha256:11c684adb708623306fe568b051e6bd915ed9f7bf45bad4a5c478465ffab4431 2022-09-27T16:52:18.7808346Z deleted: sha256:be0a44b48c8d8b2b24c5a2463882ea68ac55b95f8dc06078f04f869cd98fb07d 2022-09-27T16:52:18.7808665Z deleted: sha256:db78585f5cb3691e1b52ea3ef725f1abccb498c994f8e5ea9ea538225d9fe706 2022-09-27T16:52:18.7809007Z deleted: sha256:34c8047a4ef7b1dfa97bbb861ec6d2e18db766fa53af7dacdb3aa01fd097b336 2022-09-27T16:52:18.7809341Z deleted: sha256:23f490ee97bc0b8aa5e6b6b26849b420635f4fe3b81280156a2e9607ce832b4e 2022-09-27T16:52:18.7809641Z deleted: sha256:589154deb334a30c0b8527f8ba76a9cb875048d75d538e91f4cac4577d75b9b9 2022-09-27T16:52:18.7809959Z deleted: sha256:c17b57103d245397a51dc7bd5f1881ca03ed1e110ff36e474d34e2edf3e1f510 2022-09-27T16:52:18.7810275Z deleted: sha256:35b3d7470985ecc176e41ab93c8c419688e56a25b9d0275b190e2a3b99c55389 2022-09-27T16:52:18.7810598Z deleted: sha256:f337e2202e3f3bbdbcb131605df9652a0e9c8d3bec06a16832a26a4eba465cf8 2022-09-27T16:52:18.7810920Z deleted: sha256:157803eec6550eb89a72f637f7aeb7ea3bedbb39dc5324f07cf3babd153ff98e 2022-09-27T16:52:18.7811253Z deleted: sha256:78de954431fc2e64ad21e6ace62a4a20ad19ef9f7c102cc09cf901eb0cc4c84b 2022-09-27T16:52:18.7811580Z deleted: sha256:5752bf1008ba04333b1c296aacd5eb52122470ca8ef27dcc5df622fcf87f7e2e 2022-09-27T16:52:18.7811883Z deleted: sha256:889f11c07ede77523af01dad42f407dd6c80ff6415142019a404a07c1e7c7a73 2022-09-27T16:52:18.7812216Z deleted: sha256:cdaaf9beeac7ee420c948070a92a97f1b7eaf6c384f8e4cc54163a1ed8ae0838 2022-09-27T16:52:18.7812549Z deleted: sha256:c44f52362db589a3f6981653d4a786ebe262fba22c393f0eb02d2445d1ce64b3 2022-09-27T16:52:18.7812873Z deleted: sha256:e5e77a0c018c247c92fbebb7d5f8baa1b13f3e37abc763c1602b322b8f05c302 2022-09-27T16:52:18.7813187Z deleted: sha256:03ec43da4cc31a35baf08f69544f724e41c419949f22dc299115ed7c09278785 2022-09-27T16:52:18.7813498Z deleted: sha256:0c18e2482b15c28cb1fd06992d844f36c6099dea031a2198266f960e86dc28db 2022-09-27T16:52:18.7813816Z deleted: sha256:19edb2aaf791591d0542eacdda85e67f15cd7b3891a7c8fa9054c8c009c85cca 2022-09-27T16:52:18.7814122Z deleted: sha256:b4b879b1601355c78f7a78dd66a332d1686bd82c69f0a114431855dcbb99e390 2022-09-27T16:52:18.7814433Z deleted: sha256:eb2804a64e074efa49227c8eed394dba0c0c216599804f0f772b7ab176ecf202 2022-09-27T16:52:18.7814751Z deleted: sha256:7fbd2ae4513583c4ee82c1f3493e008a229f9f7e5dcd4aa50bf377b10f672d61 2022-09-27T16:52:18.7815078Z deleted: sha256:ad91f94bead5c950eccb58cb12b059c85a65920209d91b327fa468ce5c11dd72 2022-09-27T16:52:18.7815392Z deleted: sha256:ca06c1e04b7425d5566343e16f69b6238dbd6388afed6cb3d4adb20cad541d64 2022-09-27T16:52:18.7815721Z deleted: sha256:9a70ee3fa9aec4a66c7c6155f9b84642368a7d8bebf1f3fb9bba24ade105488f 2022-09-27T16:52:18.7816051Z deleted: sha256:9ff6cca032c1a70a2d5c81b99ee3804a8569950b1898ea9244187fca2e99712d 2022-09-27T16:52:18.7816384Z deleted: sha256:e0c9ba43f325598ccc75b86ba1312647948f2bee547a97210fb95a09f79ad72f 2022-09-27T16:52:18.7816747Z deleted: sha256:6cf3138a8debfcc74b1780853570789261259722674708e2c506e266e5c5e5e1 2022-09-27T16:52:18.7817056Z deleted: sha256:411cb3636cd4ccd8798460bc3f21c0fca28435dd51ff340673c6c2d5fe96bb82 2022-09-27T16:52:18.7817384Z deleted: sha256:6d7b29dce5a236fd56d3f81cf7a8422a622f8d16e3b12782874da96f546e9c75 2022-09-27T16:52:18.7817702Z deleted: sha256:fdd9de12b48735d5aa0db12d522a6d80fd590d99d1ca932e2baee50052379f1b 2022-09-27T16:52:18.7818031Z deleted: sha256:0691d38aa8080365dff7848fd434a7bedc2e318b2705da15ccf859df432fd0d6 2022-09-27T16:52:18.7818363Z deleted: sha256:fdbaf8438f7d28eac1915f62a38ddd665a5f30abc1506a36f6af1862b929339b 2022-09-27T16:52:18.7818759Z deleted: sha256:07545dfc53bc0b0572923cd454172d5d2b4033ff2aa5af44feb37d805cf91dcc 2022-09-27T16:52:18.7819077Z deleted: sha256:ac8ad6e46bb7afaf0367407e20463d31f629efcf1221b9aaae3dd549c59a4b8d 2022-09-27T16:52:18.7819414Z deleted: sha256:a3fab5328befaac6625aa74420ee88ed07e59b9db5b6109de56922dcee73dbf5 2022-09-27T16:52:18.7819746Z deleted: sha256:a4516ff6869b15fa0c0f4b3247d82c7e3ce59b6a42d379761cbad6821bdf3d7e 2022-09-27T16:52:18.7820107Z deleted: sha256:2b2d32d65b0a60ec23beeb499c19d396b5f8b52dd4e2471651a594a33d740b90 2022-09-27T16:52:18.7820441Z deleted: sha256:cdbd445e9f20be8a0708cd8eb0a2dfc3a0d54c20c4b6a02e65db552622ffae72 2022-09-27T16:52:18.7820776Z deleted: sha256:0c4480b52b1b309cbe25cad85094c719bdf8cd840ddf13c42dfc1e76de5c163d 2022-09-27T16:52:18.7821213Z deleted: sha256:b2b4d94145b2b914720547b8d74d010028f06d75b5a2b764752b830f9a9c838d 2022-09-27T16:52:18.7821539Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-09-27T16:52:18.7821739Z 2022-09-27T16:52:18.7821908Z Total reclaimed space: 8.296GB 2022-09-27T16:52:18.7923090Z Post job cleanup. 2022-09-27T16:52:18.7984327Z Post job cleanup. 2022-09-27T16:52:19.2085103Z [command]/usr/bin/git version 2022-09-27T16:52:19.2132562Z git version 2.37.1 2022-09-27T16:52:19.2226949Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c1222ae5-ebd1-42ea-a81e-7db195005b93' before making global git config changes 2022-09-27T16:52:19.2227393Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T16:52:19.2233108Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T16:52:19.2272171Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T16:52:19.2303252Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T16:52:19.2684153Z Entering 'android/libs/fbjni' 2022-09-27T16:52:19.2753264Z Entering 'third_party/FP16' 2022-09-27T16:52:19.2809375Z Entering 'third_party/FXdiv' 2022-09-27T16:52:19.2855978Z Entering 'third_party/NNPACK' 2022-09-27T16:52:19.2903845Z Entering 'third_party/QNNPACK' 2022-09-27T16:52:19.2950467Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:52:19.2984576Z Entering 'third_party/XNNPACK' 2022-09-27T16:52:19.3104659Z Entering 'third_party/benchmark' 2022-09-27T16:52:19.3156925Z Entering 'third_party/cpuinfo' 2022-09-27T16:52:19.3205284Z Entering 'third_party/cub' 2022-09-27T16:52:19.3254470Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:52:19.3292450Z Entering 'third_party/cutlass' 2022-09-27T16:52:19.3332948Z Entering 'third_party/eigen' 2022-09-27T16:52:19.3402827Z Entering 'third_party/fbgemm' 2022-09-27T16:52:19.3480468Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:52:19.3554523Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:52:19.3618437Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:52:19.3696977Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:52:19.3738743Z Entering 'third_party/flatbuffers' 2022-09-27T16:52:19.3773799Z Entering 'third_party/fmt' 2022-09-27T16:52:19.3818577Z Entering 'third_party/foxi' 2022-09-27T16:52:19.3862038Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:52:19.3935220Z Entering 'third_party/gloo' 2022-09-27T16:52:19.3983082Z Entering 'third_party/googletest' 2022-09-27T16:52:19.4028057Z Entering 'third_party/ideep' 2022-09-27T16:52:19.4115988Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:52:19.4220180Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:52:19.4285840Z Entering 'third_party/ios-cmake' 2022-09-27T16:52:19.4349789Z Entering 'third_party/ittapi' 2022-09-27T16:52:19.4383708Z Entering 'third_party/kineto' 2022-09-27T16:52:19.4416657Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:52:19.4449423Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:52:19.4482219Z Entering 'third_party/nccl/nccl' 2022-09-27T16:52:19.4528900Z Entering 'third_party/neon2sse' 2022-09-27T16:52:19.4570924Z Entering 'third_party/nlohmann' 2022-09-27T16:52:19.4604898Z Entering 'third_party/onnx' 2022-09-27T16:52:19.4802768Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:52:19.4904700Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:52:19.4954060Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:52:19.5111871Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:52:19.5276247Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:52:19.5396228Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:52:19.5559260Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:52:19.5624006Z Entering 'third_party/pocketfft' 2022-09-27T16:52:19.5657592Z Entering 'third_party/protobuf' 2022-09-27T16:52:19.5805408Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:52:19.5890345Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:52:19.5944047Z Entering 'third_party/psimd' 2022-09-27T16:52:19.6017699Z Entering 'third_party/pthreadpool' 2022-09-27T16:52:19.6065668Z Entering 'third_party/pybind11' 2022-09-27T16:52:19.6118941Z Entering 'third_party/python-enum' 2022-09-27T16:52:19.6164263Z Entering 'third_party/python-peachpy' 2022-09-27T16:52:19.6208094Z Entering 'third_party/python-six' 2022-09-27T16:52:19.6272581Z Entering 'third_party/sleef' 2022-09-27T16:52:19.6315700Z Entering 'third_party/tbb' 2022-09-27T16:52:19.6352060Z Entering 'third_party/tensorpipe' 2022-09-27T16:52:19.6411129Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:52:19.6479312Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:52:19.6534042Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:52:19.6604264Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:52:19.6663879Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:52:19.6709185Z Entering 'third_party/zstd' 2022-09-27T16:52:19.6769062Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T16:52:19.6794852Z http.https://github.com/.extraheader 2022-09-27T16:52:19.6802511Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T16:52:19.6834069Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-09-27T16:52:19.7083630Z Entering 'android/libs/fbjni' 2022-09-27T16:52:19.7102833Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7128734Z Entering 'third_party/FP16' 2022-09-27T16:52:19.7148148Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7173250Z Entering 'third_party/FXdiv' 2022-09-27T16:52:19.7192348Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7217020Z Entering 'third_party/NNPACK' 2022-09-27T16:52:19.7236667Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7261788Z Entering 'third_party/QNNPACK' 2022-09-27T16:52:19.7281156Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7307064Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:52:19.7326158Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7351584Z Entering 'third_party/XNNPACK' 2022-09-27T16:52:19.7370992Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7416101Z Entering 'third_party/benchmark' 2022-09-27T16:52:19.7435895Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7461192Z Entering 'third_party/cpuinfo' 2022-09-27T16:52:19.7480585Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7508347Z Entering 'third_party/cub' 2022-09-27T16:52:19.7527200Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7558265Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:52:19.7577958Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7608938Z Entering 'third_party/cutlass' 2022-09-27T16:52:19.7628154Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7659736Z Entering 'third_party/eigen' 2022-09-27T16:52:19.7678919Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7705875Z Entering 'third_party/fbgemm' 2022-09-27T16:52:19.7725148Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7750813Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:52:19.7770723Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7795972Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:52:19.7814581Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7842535Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:52:19.7861491Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7888349Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:52:19.7906614Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7933521Z Entering 'third_party/flatbuffers' 2022-09-27T16:52:19.7952671Z http.https://github.com/.extraheader 2022-09-27T16:52:19.7980031Z Entering 'third_party/fmt' 2022-09-27T16:52:19.7999274Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8024990Z Entering 'third_party/foxi' 2022-09-27T16:52:19.8044007Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8069947Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:52:19.8089841Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8115661Z Entering 'third_party/gloo' 2022-09-27T16:52:19.8134402Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8159589Z Entering 'third_party/googletest' 2022-09-27T16:52:19.8179664Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8205077Z Entering 'third_party/ideep' 2022-09-27T16:52:19.8224454Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8249229Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:52:19.8267836Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8295221Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:52:19.8314141Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8345339Z Entering 'third_party/ios-cmake' 2022-09-27T16:52:19.8364030Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8389369Z Entering 'third_party/ittapi' 2022-09-27T16:52:19.8408802Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8433749Z Entering 'third_party/kineto' 2022-09-27T16:52:19.8452738Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8477521Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:52:19.8496641Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8521720Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:52:19.8540484Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8568580Z Entering 'third_party/nccl/nccl' 2022-09-27T16:52:19.8586693Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8611758Z Entering 'third_party/neon2sse' 2022-09-27T16:52:19.8631079Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8656124Z Entering 'third_party/nlohmann' 2022-09-27T16:52:19.8675548Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8702130Z Entering 'third_party/onnx' 2022-09-27T16:52:19.8721372Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8758766Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:52:19.8778931Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8805048Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:52:19.8824739Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8852816Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:52:19.8872976Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8897106Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:52:19.8916297Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8946489Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:52:19.8966385Z http.https://github.com/.extraheader 2022-09-27T16:52:19.8993323Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:52:19.9012769Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9038038Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:52:19.9058674Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9089625Z Entering 'third_party/pocketfft' 2022-09-27T16:52:19.9108947Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9135098Z Entering 'third_party/protobuf' 2022-09-27T16:52:19.9154555Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9190630Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:52:19.9210806Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9236328Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:52:19.9255302Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9282176Z Entering 'third_party/psimd' 2022-09-27T16:52:19.9301706Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9327166Z Entering 'third_party/pthreadpool' 2022-09-27T16:52:19.9346194Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9371710Z Entering 'third_party/pybind11' 2022-09-27T16:52:19.9390540Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9416399Z Entering 'third_party/python-enum' 2022-09-27T16:52:19.9435629Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9460926Z Entering 'third_party/python-peachpy' 2022-09-27T16:52:19.9479888Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9505609Z Entering 'third_party/python-six' 2022-09-27T16:52:19.9524838Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9550479Z Entering 'third_party/sleef' 2022-09-27T16:52:19.9570220Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9595388Z Entering 'third_party/tbb' 2022-09-27T16:52:19.9614456Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9641528Z Entering 'third_party/tensorpipe' 2022-09-27T16:52:19.9660616Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9685383Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:52:19.9704133Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9729443Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:52:19.9749149Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9774568Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:52:19.9793009Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9820115Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:52:19.9838663Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9862716Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:52:19.9882125Z http.https://github.com/.extraheader 2022-09-27T16:52:19.9910057Z Entering 'third_party/zstd' 2022-09-27T16:52:19.9930499Z http.https://github.com/.extraheader 2022-09-27T16:52:20.0157151Z Cleaning up orphan processes