2022-12-01T10:04:48.3204328Z Requested labels: linux.2xlarge 2022-12-01T10:04:48.3204400Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:04:48.3204422Z Waiting for a runner to pick up this job... 2022-12-01T10:04:48.8701272Z Job is about to start running on the runner: i-0f16263717bd562a2 (organization) 2022-12-01T10:04:53.3341532Z Current runner version: '2.299.1' 2022-12-01T10:04:53.3347035Z Runner name: 'i-0f16263717bd562a2' 2022-12-01T10:04:53.3347487Z Runner group name: 'Default' 2022-12-01T10:04:53.3348077Z Machine name: 'ip-10-0-1-76' 2022-12-01T10:04:53.3349981Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:04:53.3350641Z Actions: read 2022-12-01T10:04:53.3350884Z Checks: read 2022-12-01T10:04:53.3351213Z Contents: read 2022-12-01T10:04:53.3351541Z Deployments: read 2022-12-01T10:04:53.3351794Z Discussions: read 2022-12-01T10:04:53.3352078Z Issues: read 2022-12-01T10:04:53.3352385Z Metadata: read 2022-12-01T10:04:53.3352627Z Packages: read 2022-12-01T10:04:53.3352907Z Pages: read 2022-12-01T10:04:53.3353193Z PullRequests: read 2022-12-01T10:04:53.3353488Z RepositoryProjects: read 2022-12-01T10:04:53.3353830Z SecurityEvents: read 2022-12-01T10:04:53.3354161Z Statuses: read 2022-12-01T10:04:53.3354399Z ##[endgroup] 2022-12-01T10:04:53.3357385Z Secret source: None 2022-12-01T10:04:53.3358080Z Prepare workflow directory 2022-12-01T10:04:53.5850875Z Prepare all required actions 2022-12-01T10:04:53.6017235Z Getting action download info 2022-12-01T10:04:53.8195696Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:04:56.6123925Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:04:56.8400922Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:04:57.0517692Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:04:57.3868658Z Getting action download info 2022-12-01T10:04:57.5618491Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:04:57.8314670Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:04:57.8316317Z ##[group] Inputs 2022-12-01T10:04:57.8316742Z build-environment: linux-focal-py3.7-clang7-asan 2022-12-01T10:04:57.8317405Z 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-12-01T10:04:57.8318107Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:57.8318495Z sync-tag: 2022-12-01T10:04:57.8318690Z ##[endgroup] 2022-12-01T10:04:57.8319287Z Complete job name: linux-focal-py3.7-clang7-asan / test (default, 4, 5, linux.2xlarge) 2022-12-01T10:04:57.9023980Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:04:57.9024367Z with: 2022-12-01T10:04:57.9024542Z submodules: recursive 2022-12-01T10:04:57.9024739Z fetch-depth: 0 2022-12-01T10:04:57.9024910Z env: 2022-12-01T10:04:57.9025073Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:57.9025261Z ##[endgroup] 2022-12-01T10:04:57.9247132Z ##[group]Run retry () { 2022-12-01T10:04:57.9247389Z retry () { 2022-12-01T10:04:57.9247613Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:04:57.9247814Z } 2022-12-01T10:04:57.9248000Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:04:57.9248219Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:04:57.9248444Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:04:57.9248631Z else 2022-12-01T10:04:57.9248847Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:04:57.9249068Z fi 2022-12-01T10:04:57.9249280Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:04:57.9264715Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:57.9265090Z env: 2022-12-01T10:04:57.9265275Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:57.9265463Z NO_SUDO: 2022-12-01T10:04:57.9265623Z ##[endgroup] 2022-12-01T10:04:57.9432023Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:05:00.8627693Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:05:00.8627930Z with: 2022-12-01T10:05:00.8628135Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:05:00.8628348Z fetch-depth: 0 2022-12-01T10:05:00.8628515Z submodules: recursive 2022-12-01T10:05:00.8628702Z quiet-checkout: true 2022-12-01T10:05:00.8628901Z repository: pytorch/pytorch 2022-12-01T10:05:00.8629279Z token: *** 2022-12-01T10:05:00.8629453Z ssh-strict: true 2022-12-01T10:05:00.8629648Z persist-credentials: true 2022-12-01T10:05:00.8629838Z clean: true 2022-12-01T10:05:00.8630002Z lfs: false 2022-12-01T10:05:00.8630180Z set-safe-directory: true 2022-12-01T10:05:00.8630357Z env: 2022-12-01T10:05:00.8630515Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:00.8630706Z ##[endgroup] 2022-12-01T10:05:00.9802476Z Syncing repository: pytorch/pytorch 2022-12-01T10:05:00.9803798Z ##[group]Getting Git version info 2022-12-01T10:05:00.9804249Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:05:00.9804688Z [command]/usr/bin/git version 2022-12-01T10:05:00.9804871Z git version 2.37.1 2022-12-01T10:05:00.9805399Z ##[endgroup] 2022-12-01T10:05:00.9817003Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/4f223638-a034-4272-a8bb-287aae9cb5e7' before making global git config changes 2022-12-01T10:05:00.9817424Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:05:00.9817885Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:05:00.9839758Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:05:00.9843713Z ##[group]Initializing the repository 2022-12-01T10:05:00.9846132Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:05:00.9959981Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:05:00.9960799Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:05:00.9961244Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:05:00.9961472Z hint: 2022-12-01T10:05:00.9961740Z hint: git config --global init.defaultBranch 2022-12-01T10:05:00.9961946Z hint: 2022-12-01T10:05:00.9962224Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:05:00.9962576Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:05:00.9962804Z hint: 2022-12-01T10:05:00.9963173Z hint: git branch -m 2022-12-01T10:05:00.9963816Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:05:00.9970853Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:05:01.0001635Z ##[endgroup] 2022-12-01T10:05:01.0002168Z ##[group]Disabling automatic garbage collection 2022-12-01T10:05:01.0004670Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:05:01.0030319Z ##[endgroup] 2022-12-01T10:05:01.0030871Z ##[group]Setting up auth 2022-12-01T10:05:01.0036682Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:05:01.0065670Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T10:05:01.0299795Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:05:01.0329662Z [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-12-01T10:05:01.0567934Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:05:01.0605084Z ##[endgroup] 2022-12-01T10:05:01.0605520Z ##[group]Fetching the repository 2022-12-01T10:05:01.0610608Z [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-12-01T10:05:52.0638713Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:05:52.0672540Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:05:53.2642338Z ##[endgroup] 2022-12-01T10:05:53.2642926Z ##[group]Determining the checkout info 2022-12-01T10:05:53.2643450Z ##[endgroup] 2022-12-01T10:05:53.2643918Z ##[group]Checking out the ref 2022-12-01T10:05:53.2647524Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:05:54.4993308Z ##[endgroup] 2022-12-01T10:05:54.4993857Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:05:54.4998957Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:05:54.5045740Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:05:54.5076987Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:05:54.5106958Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:05:54.5133355Z ##[endgroup] 2022-12-01T10:05:54.5133711Z ##[group]Fetching submodules 2022-12-01T10:05:54.5137714Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T10:05:54.5395706Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:05:54.5647051Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:05:54.5648563Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:05:54.5649552Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:05:54.5650959Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:05:54.5653051Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:05:54.5655678Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:05:54.5658112Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:05:54.5660631Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:05:54.5663228Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:05:54.5665997Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:05:54.5668909Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:05:54.5671621Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:05:54.5674545Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:05:54.5677577Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:05:54.5680866Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:05:54.5684060Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:05:54.5687433Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:05:54.5691018Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:05:54.5694567Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:05:54.5698491Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:05:54.5702219Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:05:54.5706390Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:05:54.5710280Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:05:54.5714336Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:05:54.5718511Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:05:54.5722810Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:05:54.5727200Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:05:54.5731606Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:05:54.5736273Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:05:54.5741221Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:05:54.5746090Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:05:54.5750905Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:05:54.5755877Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:05:54.5761053Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:05:54.5766145Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:05:54.5771387Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:05:54.5776722Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:05:54.5783623Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:05:54.5789269Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:05:54.5794993Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:05:54.5800927Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:05:54.5826084Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:05:55.0176127Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:05:55.2421743Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:05:55.4540977Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:05:55.8264149Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:05:56.1285742Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:05:58.3230409Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:06:04.3190924Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:06:04.8907828Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:06:05.4459848Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:06:07.1770148Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:06:08.2735471Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:06:09.6698871Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:06:14.8948922Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:06:15.6931719Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:06:16.8568779Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:06:18.0411230Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:06:18.2924837Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:06:18.7605548Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:06:19.0766489Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:06:20.1188392Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:06:20.5830992Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:06:20.8441401Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:06:21.1203521Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:06:22.4757528Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:06:22.9283007Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:06:23.3115261Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:06:30.4328256Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:06:32.0529166Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:06:32.6562467Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:06:32.8967468Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:06:38.2625249Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:06:38.5079567Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:06:38.7275659Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:06:39.5492770Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:06:39.7796735Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:06:40.1229918Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:06:40.4620854Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:06:41.0667078Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:06:43.2496600Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:06:43.7823194Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:06:46.1190371Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:06:46.1285188Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:06:46.1359310Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:06:46.1562070Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:06:46.1763410Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:06:46.2106671Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:06:46.7674564Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:06:46.7867613Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:06:46.8781399Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:06:46.9101948Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:06:47.1781803Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:06:47.5512653Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:06:47.7744313Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:06:47.8161245Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:06:47.8175330Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:06:47.8176693Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:06:47.8180290Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:06:47.8181375Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:06:47.8203491Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:06:48.7967697Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:06:49.3054957Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:06:50.3547062Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:06:50.6926495Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:06:50.7850526Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:06:50.8397293Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:06:50.8493366Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:06:50.9275295Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:06:50.9607930Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:06:50.9690575Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:06:51.0067313Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:06:51.0286744Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:06:51.0709665Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:06:51.0814517Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:06:51.0827073Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:06:51.0847684Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:06:58.8380947Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:06:58.8395548Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:06:58.8417975Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:07:08.7581595Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:07:08.7674122Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:07:08.7800926Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:07:08.8663071Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:07:08.8677040Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:07:08.8679056Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:07:08.8701551Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:07:10.2657751Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:07:11.4397610Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:07:11.4898106Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:07:11.5088122Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:07:11.5218774Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:07:11.6194455Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:07:11.8415888Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:07:11.8441485Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:07:11.8442983Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:07:11.8465822Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:07:12.2461580Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:07:13.0601656Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:07:13.0887036Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:07:13.1025398Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:07:13.1037181Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:07:13.1058322Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:07:14.8852839Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:07:14.8871718Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:07:14.8873826Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:07:14.8898206Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:07:15.3210566Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:07:16.1379481Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:07:16.1987987Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:07:16.2001146Z 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-12-01T10:07:16.2024537Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-12-01T10:07:16.4442614Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:07:16.4525449Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:07:16.6873790Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:07:16.6893275Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:07:16.6894882Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:07:16.6918318Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:07:17.1717630Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:07:18.3612664Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:07:18.4238579Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:07:18.4316750Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:07:18.4410405Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:07:18.4713448Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:07:18.4791229Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:07:18.5041535Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:07:18.5125066Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:07:18.5519933Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:07:18.6536519Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:07:18.6774085Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:07:18.6788373Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:07:18.6790312Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:07:18.6792760Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:07:18.6795231Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:07:18.6817934Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:07:19.7459429Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:07:20.0292279Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:07:21.3037867Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:07:22.1514289Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:07:22.1646541Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:07:22.2237909Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:07:22.2491540Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:07:22.2503737Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:07:22.2525392Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:07:22.5107233Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:07:22.6323700Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:07:22.6351171Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T10:07:22.6603543Z Entering 'android/libs/fbjni' 2022-12-01T10:07:22.6637490Z Entering 'third_party/FP16' 2022-12-01T10:07:22.6670760Z Entering 'third_party/FXdiv' 2022-12-01T10:07:22.6706096Z Entering 'third_party/NNPACK' 2022-12-01T10:07:22.6740857Z Entering 'third_party/QNNPACK' 2022-12-01T10:07:22.6774402Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:07:22.6808286Z Entering 'third_party/XNNPACK' 2022-12-01T10:07:22.6852334Z Entering 'third_party/benchmark' 2022-12-01T10:07:22.6886279Z Entering 'third_party/cpuinfo' 2022-12-01T10:07:22.6919780Z Entering 'third_party/cub' 2022-12-01T10:07:22.6953055Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:07:22.6991019Z Entering 'third_party/cutlass' 2022-12-01T10:07:22.7030321Z Entering 'third_party/eigen' 2022-12-01T10:07:22.7066412Z Entering 'third_party/fbgemm' 2022-12-01T10:07:22.7099884Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:07:22.7132573Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:07:22.7166710Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:07:22.7199826Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:07:22.7234234Z Entering 'third_party/flatbuffers' 2022-12-01T10:07:22.7270308Z Entering 'third_party/fmt' 2022-12-01T10:07:22.7305119Z Entering 'third_party/foxi' 2022-12-01T10:07:22.7339309Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:07:22.7372144Z Entering 'third_party/gloo' 2022-12-01T10:07:22.7406499Z Entering 'third_party/googletest' 2022-12-01T10:07:22.7440152Z Entering 'third_party/ideep' 2022-12-01T10:07:22.7474535Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:07:22.7509140Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:07:22.7548111Z Entering 'third_party/ios-cmake' 2022-12-01T10:07:22.7583454Z Entering 'third_party/ittapi' 2022-12-01T10:07:22.7616678Z Entering 'third_party/kineto' 2022-12-01T10:07:22.7650068Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:07:22.7683725Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:07:22.7719149Z Entering 'third_party/nccl/nccl' 2022-12-01T10:07:22.7754297Z Entering 'third_party/neon2sse' 2022-12-01T10:07:22.7787489Z Entering 'third_party/nlohmann' 2022-12-01T10:07:22.7823791Z Entering 'third_party/onnx' 2022-12-01T10:07:22.7870433Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:07:22.7904081Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:07:22.7940276Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:07:22.7973285Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:07:22.8010939Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:07:22.8044399Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:07:22.8078487Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:07:22.8117046Z Entering 'third_party/pocketfft' 2022-12-01T10:07:22.8151778Z Entering 'third_party/protobuf' 2022-12-01T10:07:22.8189270Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:07:22.8222683Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:07:22.8258492Z Entering 'third_party/psimd' 2022-12-01T10:07:22.8291853Z Entering 'third_party/pthreadpool' 2022-12-01T10:07:22.8325992Z Entering 'third_party/pybind11' 2022-12-01T10:07:22.8360444Z Entering 'third_party/python-enum' 2022-12-01T10:07:22.8393594Z Entering 'third_party/python-peachpy' 2022-12-01T10:07:22.8427902Z Entering 'third_party/python-six' 2022-12-01T10:07:22.8461330Z Entering 'third_party/sleef' 2022-12-01T10:07:22.8495696Z Entering 'third_party/tbb' 2022-12-01T10:07:22.8530980Z Entering 'third_party/tensorpipe' 2022-12-01T10:07:22.8566889Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:07:22.8599958Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:07:22.8633331Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:07:22.8667273Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:07:22.8700716Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:07:22.8736020Z Entering 'third_party/zstd' 2022-12-01T10:07:22.8778640Z ##[endgroup] 2022-12-01T10:07:22.8779020Z ##[group]Persisting credentials for submodules 2022-12-01T10:07:22.8786338Z [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-12-01T10:07:22.9035970Z Entering 'android/libs/fbjni' 2022-12-01T10:07:22.9070156Z Entering 'third_party/FP16' 2022-12-01T10:07:22.9104186Z Entering 'third_party/FXdiv' 2022-12-01T10:07:22.9136011Z Entering 'third_party/NNPACK' 2022-12-01T10:07:22.9168724Z Entering 'third_party/QNNPACK' 2022-12-01T10:07:22.9202512Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:07:22.9235307Z Entering 'third_party/XNNPACK' 2022-12-01T10:07:22.9278970Z Entering 'third_party/benchmark' 2022-12-01T10:07:22.9312238Z Entering 'third_party/cpuinfo' 2022-12-01T10:07:22.9346059Z Entering 'third_party/cub' 2022-12-01T10:07:22.9378929Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:07:22.9416502Z Entering 'third_party/cutlass' 2022-12-01T10:07:22.9455508Z Entering 'third_party/eigen' 2022-12-01T10:07:22.9490236Z Entering 'third_party/fbgemm' 2022-12-01T10:07:22.9523255Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:07:22.9556138Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:07:22.9589136Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:07:22.9621924Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:07:22.9655214Z Entering 'third_party/flatbuffers' 2022-12-01T10:07:22.9691164Z Entering 'third_party/fmt' 2022-12-01T10:07:22.9724408Z Entering 'third_party/foxi' 2022-12-01T10:07:22.9757638Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:07:22.9790667Z Entering 'third_party/gloo' 2022-12-01T10:07:22.9824309Z Entering 'third_party/googletest' 2022-12-01T10:07:22.9858449Z Entering 'third_party/ideep' 2022-12-01T10:07:22.9890135Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:07:22.9925135Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:07:22.9963756Z Entering 'third_party/ios-cmake' 2022-12-01T10:07:22.9997194Z Entering 'third_party/ittapi' 2022-12-01T10:07:23.0031554Z Entering 'third_party/kineto' 2022-12-01T10:07:23.0065267Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:07:23.0098987Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:07:23.0133222Z Entering 'third_party/nccl/nccl' 2022-12-01T10:07:23.0166813Z Entering 'third_party/neon2sse' 2022-12-01T10:07:23.0200742Z Entering 'third_party/nlohmann' 2022-12-01T10:07:23.0235241Z Entering 'third_party/onnx' 2022-12-01T10:07:23.0279552Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:07:23.0313367Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:07:23.0347727Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:07:23.0380624Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:07:23.0417958Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:07:23.0450207Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:07:23.0483187Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:07:23.0520069Z Entering 'third_party/pocketfft' 2022-12-01T10:07:23.0553061Z Entering 'third_party/protobuf' 2022-12-01T10:07:23.0589124Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:07:23.0621726Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:07:23.0656130Z Entering 'third_party/psimd' 2022-12-01T10:07:23.0689178Z Entering 'third_party/pthreadpool' 2022-12-01T10:07:23.0721973Z Entering 'third_party/pybind11' 2022-12-01T10:07:23.0754880Z Entering 'third_party/python-enum' 2022-12-01T10:07:23.0788021Z Entering 'third_party/python-peachpy' 2022-12-01T10:07:23.0821468Z Entering 'third_party/python-six' 2022-12-01T10:07:23.0854133Z Entering 'third_party/sleef' 2022-12-01T10:07:23.0888357Z Entering 'third_party/tbb' 2022-12-01T10:07:23.0923315Z Entering 'third_party/tensorpipe' 2022-12-01T10:07:23.0955983Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:07:23.0990381Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:07:23.1022757Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:07:23.1055220Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:07:23.1087522Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:07:23.1123095Z Entering 'third_party/zstd' 2022-12-01T10:07:23.1167206Z [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-12-01T10:07:23.1415947Z Entering 'android/libs/fbjni' 2022-12-01T10:07:23.1447112Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:07:23.1460973Z Entering 'third_party/FP16' 2022-12-01T10:07:23.1492457Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:07:23.1506740Z Entering 'third_party/FXdiv' 2022-12-01T10:07:23.1538871Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:07:23.1552543Z Entering 'third_party/NNPACK' 2022-12-01T10:07:23.1584566Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:07:23.1598301Z Entering 'third_party/QNNPACK' 2022-12-01T10:07:23.1629900Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:07:23.1643599Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:07:23.1674627Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:07:23.1688475Z Entering 'third_party/XNNPACK' 2022-12-01T10:07:23.1720435Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:07:23.1743754Z Entering 'third_party/benchmark' 2022-12-01T10:07:23.1774776Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:07:23.1788149Z Entering 'third_party/cpuinfo' 2022-12-01T10:07:23.1818717Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:07:23.1832834Z Entering 'third_party/cub' 2022-12-01T10:07:23.1864915Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:07:23.1878775Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:07:23.1909736Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:07:23.1928349Z Entering 'third_party/cutlass' 2022-12-01T10:07:23.1961139Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:07:23.1981299Z Entering 'third_party/eigen' 2022-12-01T10:07:23.2012802Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:07:23.2028645Z Entering 'third_party/fbgemm' 2022-12-01T10:07:23.2059934Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:07:23.2073715Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:07:23.2104241Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-12-01T10:07:23.2117982Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:07:23.2149758Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:07:23.2163754Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:07:23.2194175Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:07:23.2208576Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:07:23.2239419Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-12-01T10:07:23.2254409Z Entering 'third_party/flatbuffers' 2022-12-01T10:07:23.2285619Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:07:23.2301901Z Entering 'third_party/fmt' 2022-12-01T10:07:23.2332260Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:07:23.2346581Z Entering 'third_party/foxi' 2022-12-01T10:07:23.2377164Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:07:23.2391748Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:07:23.2422193Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:07:23.2436419Z Entering 'third_party/gloo' 2022-12-01T10:07:23.2466754Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:07:23.2480805Z Entering 'third_party/googletest' 2022-12-01T10:07:23.2512574Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:07:23.2526918Z Entering 'third_party/ideep' 2022-12-01T10:07:23.2558106Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:07:23.2571551Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:07:23.2602624Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T10:07:23.2620062Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:07:23.2650585Z 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-12-01T10:07:23.2670748Z Entering 'third_party/ios-cmake' 2022-12-01T10:07:23.2701801Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:07:23.2715605Z Entering 'third_party/ittapi' 2022-12-01T10:07:23.2746967Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:07:23.2761108Z Entering 'third_party/kineto' 2022-12-01T10:07:23.2791932Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:07:23.2805733Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:07:23.2836403Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-12-01T10:07:23.2850582Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:07:23.2882364Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-12-01T10:07:23.2898125Z Entering 'third_party/nccl/nccl' 2022-12-01T10:07:23.2929801Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:07:23.2944549Z Entering 'third_party/neon2sse' 2022-12-01T10:07:23.2976615Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:07:23.2990690Z Entering 'third_party/nlohmann' 2022-12-01T10:07:23.3022354Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:07:23.3037300Z Entering 'third_party/onnx' 2022-12-01T10:07:23.3070255Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:07:23.3095462Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:07:23.3127029Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:07:23.3140799Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:07:23.3172474Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:07:23.3188421Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:07:23.3221466Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:07:23.3235159Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:07:23.3265898Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:07:23.3283883Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:07:23.3317503Z 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-12-01T10:07:23.3331483Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:07:23.3364261Z 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-12-01T10:07:23.3378177Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:07:23.3410404Z 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-12-01T10:07:23.3429378Z Entering 'third_party/pocketfft' 2022-12-01T10:07:23.3462917Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:07:23.3476405Z Entering 'third_party/protobuf' 2022-12-01T10:07:23.3509499Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:07:23.3527356Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:07:23.3559632Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:07:23.3574202Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:07:23.3606723Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:07:23.3623369Z Entering 'third_party/psimd' 2022-12-01T10:07:23.3655673Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:07:23.3669990Z Entering 'third_party/pthreadpool' 2022-12-01T10:07:23.3701884Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:07:23.3715901Z Entering 'third_party/pybind11' 2022-12-01T10:07:23.3749428Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:07:23.3763421Z Entering 'third_party/python-enum' 2022-12-01T10:07:23.3795348Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:07:23.3809198Z Entering 'third_party/python-peachpy' 2022-12-01T10:07:23.3841133Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:07:23.3855413Z Entering 'third_party/python-six' 2022-12-01T10:07:23.3886479Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:07:23.3902358Z Entering 'third_party/sleef' 2022-12-01T10:07:23.3933067Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:07:23.3947375Z Entering 'third_party/tbb' 2022-12-01T10:07:23.3978245Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:07:23.3994795Z Entering 'third_party/tensorpipe' 2022-12-01T10:07:23.4029895Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:07:23.4043382Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:07:23.4075901Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:07:23.4090140Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:07:23.4122455Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-12-01T10:07:23.4136449Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:07:23.4168503Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-12-01T10:07:23.4184984Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:07:23.4216614Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:07:23.4229530Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:07:23.4262030Z 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-12-01T10:07:23.4279094Z Entering 'third_party/zstd' 2022-12-01T10:07:23.4311600Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:07:23.5018665Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T10:07:23.5279336Z Entering 'android/libs/fbjni' 2022-12-01T10:07:23.5314151Z Entering 'third_party/FP16' 2022-12-01T10:07:23.5348519Z Entering 'third_party/FXdiv' 2022-12-01T10:07:23.5383976Z Entering 'third_party/NNPACK' 2022-12-01T10:07:23.5418645Z Entering 'third_party/QNNPACK' 2022-12-01T10:07:23.5453416Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:07:23.5488520Z Entering 'third_party/XNNPACK' 2022-12-01T10:07:23.5534055Z Entering 'third_party/benchmark' 2022-12-01T10:07:23.5568881Z Entering 'third_party/cpuinfo' 2022-12-01T10:07:23.5634700Z Entering 'third_party/cub' 2022-12-01T10:07:23.5639341Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:07:23.5680566Z Entering 'third_party/cutlass' 2022-12-01T10:07:23.5721843Z Entering 'third_party/eigen' 2022-12-01T10:07:23.5759018Z Entering 'third_party/fbgemm' 2022-12-01T10:07:23.5796252Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:07:23.5829489Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:07:23.5864691Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:07:23.5899558Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:07:23.5934537Z Entering 'third_party/flatbuffers' 2022-12-01T10:07:23.5972275Z Entering 'third_party/fmt' 2022-12-01T10:07:23.6007318Z Entering 'third_party/foxi' 2022-12-01T10:07:23.6042516Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:07:23.6077003Z Entering 'third_party/gloo' 2022-12-01T10:07:23.6113931Z Entering 'third_party/googletest' 2022-12-01T10:07:23.6148932Z Entering 'third_party/ideep' 2022-12-01T10:07:23.6183293Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:07:23.6218770Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:07:23.6259359Z Entering 'third_party/ios-cmake' 2022-12-01T10:07:23.6293667Z Entering 'third_party/ittapi' 2022-12-01T10:07:23.6327743Z Entering 'third_party/kineto' 2022-12-01T10:07:23.6361800Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:07:23.6396095Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:07:23.6431008Z Entering 'third_party/nccl/nccl' 2022-12-01T10:07:23.6465926Z Entering 'third_party/neon2sse' 2022-12-01T10:07:23.6499909Z Entering 'third_party/nlohmann' 2022-12-01T10:07:23.6535496Z Entering 'third_party/onnx' 2022-12-01T10:07:23.6581181Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:07:23.6615872Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:07:23.6652362Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:07:23.6686988Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:07:23.6726690Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:07:23.6761975Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:07:23.6797004Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:07:23.6836378Z Entering 'third_party/pocketfft' 2022-12-01T10:07:23.6870834Z Entering 'third_party/protobuf' 2022-12-01T10:07:23.6909223Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:07:23.6942748Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:07:23.6978038Z Entering 'third_party/psimd' 2022-12-01T10:07:23.7011771Z Entering 'third_party/pthreadpool' 2022-12-01T10:07:23.7045577Z Entering 'third_party/pybind11' 2022-12-01T10:07:23.7080399Z Entering 'third_party/python-enum' 2022-12-01T10:07:23.7115308Z Entering 'third_party/python-peachpy' 2022-12-01T10:07:23.7149773Z Entering 'third_party/python-six' 2022-12-01T10:07:23.7185468Z Entering 'third_party/sleef' 2022-12-01T10:07:23.7219460Z Entering 'third_party/tbb' 2022-12-01T10:07:23.7254657Z Entering 'third_party/tensorpipe' 2022-12-01T10:07:23.7289560Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:07:23.7324181Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:07:23.7358213Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:07:23.7392519Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:07:23.7427157Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:07:23.7463639Z Entering 'third_party/zstd' 2022-12-01T10:07:23.7508871Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T10:07:23.7767257Z Entering 'android/libs/fbjni' 2022-12-01T10:07:23.7802411Z Entering 'third_party/FP16' 2022-12-01T10:07:23.7838137Z Entering 'third_party/FXdiv' 2022-12-01T10:07:23.7873845Z Entering 'third_party/NNPACK' 2022-12-01T10:07:23.7908582Z Entering 'third_party/QNNPACK' 2022-12-01T10:07:23.7946788Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:07:23.7982345Z Entering 'third_party/XNNPACK' 2022-12-01T10:07:23.8026596Z Entering 'third_party/benchmark' 2022-12-01T10:07:23.8063327Z Entering 'third_party/cpuinfo' 2022-12-01T10:07:23.8098319Z Entering 'third_party/cub' 2022-12-01T10:07:23.8133887Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:07:23.8174002Z Entering 'third_party/cutlass' 2022-12-01T10:07:23.8215379Z Entering 'third_party/eigen' 2022-12-01T10:07:23.8252194Z Entering 'third_party/fbgemm' 2022-12-01T10:07:23.8286325Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:07:23.8320992Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:07:23.8355144Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:07:23.8391058Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:07:23.8425790Z Entering 'third_party/flatbuffers' 2022-12-01T10:07:23.8461687Z Entering 'third_party/fmt' 2022-12-01T10:07:23.8496434Z Entering 'third_party/foxi' 2022-12-01T10:07:23.8536331Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:07:23.8571275Z Entering 'third_party/gloo' 2022-12-01T10:07:23.8603638Z Entering 'third_party/googletest' 2022-12-01T10:07:23.8636729Z Entering 'third_party/ideep' 2022-12-01T10:07:23.8670253Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:07:23.8705967Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:07:23.8746749Z Entering 'third_party/ios-cmake' 2022-12-01T10:07:23.8779613Z Entering 'third_party/ittapi' 2022-12-01T10:07:23.8815567Z Entering 'third_party/kineto' 2022-12-01T10:07:23.8854816Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:07:23.8891437Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:07:23.8929852Z Entering 'third_party/nccl/nccl' 2022-12-01T10:07:23.8965475Z Entering 'third_party/neon2sse' 2022-12-01T10:07:23.9000535Z Entering 'third_party/nlohmann' 2022-12-01T10:07:23.9037623Z Entering 'third_party/onnx' 2022-12-01T10:07:23.9086027Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:07:23.9120389Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:07:23.9158056Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:07:23.9192984Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:07:23.9231412Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:07:23.9268113Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:07:23.9301982Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:07:23.9339889Z Entering 'third_party/pocketfft' 2022-12-01T10:07:23.9374042Z Entering 'third_party/protobuf' 2022-12-01T10:07:23.9411164Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:07:23.9444426Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:07:23.9479132Z Entering 'third_party/psimd' 2022-12-01T10:07:23.9512720Z Entering 'third_party/pthreadpool' 2022-12-01T10:07:23.9546941Z Entering 'third_party/pybind11' 2022-12-01T10:07:23.9580327Z Entering 'third_party/python-enum' 2022-12-01T10:07:23.9613540Z Entering 'third_party/python-peachpy' 2022-12-01T10:07:23.9646883Z Entering 'third_party/python-six' 2022-12-01T10:07:23.9681145Z Entering 'third_party/sleef' 2022-12-01T10:07:23.9714678Z Entering 'third_party/tbb' 2022-12-01T10:07:23.9750254Z Entering 'third_party/tensorpipe' 2022-12-01T10:07:23.9785003Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:07:23.9819417Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:07:23.9852450Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:07:23.9885589Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:07:23.9919147Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:07:23.9954977Z Entering 'third_party/zstd' 2022-12-01T10:07:23.9996915Z ##[endgroup] 2022-12-01T10:07:24.0034342Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:07:24.0061034Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:07:24.0189875Z Prepare all required actions 2022-12-01T10:07:24.0214802Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T10:07:24.0215011Z env: 2022-12-01T10:07:24.0215186Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:24.0215357Z ##[endgroup] 2022-12-01T10:07:24.0230819Z ##[group]Run set -euo pipefail 2022-12-01T10:07:24.0231049Z set -euo pipefail 2022-12-01T10:07:24.0231256Z function get_ec2_metadata() { 2022-12-01T10:07:24.0231488Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:07:24.0231841Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:07:24.0232140Z  category=$1 2022-12-01T10:07:24.0232368Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:07:24.0232593Z } 2022-12-01T10:07:24.0232794Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:07:24.0233066Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:07:24.0233343Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:07:24.0233680Z echo "system info $(uname -a)" 2022-12-01T10:07:24.0244922Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:07:24.0245138Z env: 2022-12-01T10:07:24.0245315Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:24.0245491Z ##[endgroup] 2022-12-01T10:07:24.0321180Z ami-id: ami-096198a0bccc6bad4 2022-12-01T10:07:24.0370567Z instance-id: i-0f16263717bd562a2 2022-12-01T10:07:24.0416219Z instance-type: c5.2xlarge 2022-12-01T10:07:24.0423521Z system info Linux ip-10-0-1-76.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-12-01T10:07:24.0439705Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T10:07:24.0439986Z if systemctl is-active --quiet docker; then 2022-12-01T10:07:24.0440229Z  echo "Docker daemon is running..."; 2022-12-01T10:07:24.0440422Z else 2022-12-01T10:07:24.0440652Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T10:07:24.0440888Z fi 2022-12-01T10:07:24.0451506Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:07:24.0451725Z env: 2022-12-01T10:07:24.0451902Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:24.0452090Z ##[endgroup] 2022-12-01T10:07:24.0549272Z Docker daemon is running... 2022-12-01T10:07:24.0564563Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:07:24.0564909Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:07:24.0565187Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:07:24.0565549Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T10:07:24.0565896Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T10:07:24.0576020Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:07:24.0576245Z env: 2022-12-01T10:07:24.0576422Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:24.0576609Z AWS_RETRY_MODE: standard 2022-12-01T10:07:24.0576984Z AWS_MAX_ATTEMPTS: 5 2022-12-01T10:07:24.0577188Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:07:24.0577364Z ##[endgroup] 2022-12-01T10:07:25.1404209Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T10:07:25.1404587Z Configure a credential helper to remove this warning. See 2022-12-01T10:07:25.1405314Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T10:07:25.1405673Z 2022-12-01T10:07:25.1405795Z Login Succeeded 2022-12-01T10:07:25.1435069Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:07:25.1435376Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:07:25.1435705Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:07:25.1446570Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:07:25.1446796Z env: 2022-12-01T10:07:25.1446968Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:25.1447140Z ##[endgroup] 2022-12-01T10:07:25.1536346Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:07:25.1536575Z with: 2022-12-01T10:07:25.1537185Z github-secret: *** 2022-12-01T10:07:25.1537392Z activate-with-label: false 2022-12-01T10:07:25.1537571Z label: with-ssh 2022-12-01T10:07:25.1537764Z remove-existing-keys: true 2022-12-01T10:07:25.1537946Z env: 2022-12-01T10:07:25.1538102Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:25.1538285Z ##[endgroup] 2022-12-01T10:07:25.5836336Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:07:25.6752596Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T10:07:25.6764995Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T10:07:25.6793100Z Login using: ssh ec2-user@ec2-44-193-26-97.compute-1.amazonaws.com 2022-12-01T10:07:25.6854899Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T10:07:25.6855146Z with: 2022-12-01T10:07:25.6855472Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:07:25.6855796Z env: 2022-12-01T10:07:25.6855970Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:25.6856142Z ##[endgroup] 2022-12-01T10:07:25.6869754Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:07:25.6870041Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:07:25.6870306Z # ignore output since only exit code is used for conditional 2022-12-01T10:07:25.6870585Z # only pull docker image if it's not available locally 2022-12-01T10:07:25.6870867Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T10:07:25.6871171Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T10:07:25.6871375Z fi 2022-12-01T10:07:25.6882354Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:07:25.6882572Z env: 2022-12-01T10:07:25.6882744Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:25.6883092Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:07:25.6883426Z ##[endgroup] 2022-12-01T10:07:25.9034321Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-focal-py3-clang7-asan 2022-12-01T10:07:25.9034893Z 675920708c8b: Pulling fs layer 2022-12-01T10:07:25.9035253Z 3a31ffa0162f: Pulling fs layer 2022-12-01T10:07:25.9035594Z 19b634c89641: Pulling fs layer 2022-12-01T10:07:25.9035914Z 422bea31bd2a: Pulling fs layer 2022-12-01T10:07:25.9036271Z a4653fe66480: Pulling fs layer 2022-12-01T10:07:25.9036572Z efe762c046e3: Pulling fs layer 2022-12-01T10:07:25.9039973Z 2e3cbc197bd8: Pulling fs layer 2022-12-01T10:07:25.9040252Z 49809737e89d: Pulling fs layer 2022-12-01T10:07:25.9040584Z 6bc4912251db: Pulling fs layer 2022-12-01T10:07:25.9040939Z 9fdf20fee962: Pulling fs layer 2022-12-01T10:07:25.9041200Z cc019c91317d: Pulling fs layer 2022-12-01T10:07:25.9041391Z 885ae97a3bc0: Pulling fs layer 2022-12-01T10:07:25.9041585Z 63ae5eb88541: Pulling fs layer 2022-12-01T10:07:25.9041875Z e2ceac073295: Pulling fs layer 2022-12-01T10:07:25.9042241Z c63bb4c48558: Pulling fs layer 2022-12-01T10:07:25.9042596Z f5bd51a8525a: Pulling fs layer 2022-12-01T10:07:25.9042792Z 7827952884ef: Pulling fs layer 2022-12-01T10:07:25.9042967Z efe762c046e3: Waiting 2022-12-01T10:07:25.9043152Z fda59f894d4a: Pulling fs layer 2022-12-01T10:07:25.9043320Z 2e3cbc197bd8: Waiting 2022-12-01T10:07:25.9043488Z 885ae97a3bc0: Waiting 2022-12-01T10:07:25.9043658Z 6bc4912251db: Waiting 2022-12-01T10:07:25.9043817Z 9fdf20fee962: Waiting 2022-12-01T10:07:25.9044662Z cc019c91317d: Waiting 2022-12-01T10:07:25.9045055Z 49809737e89d: Waiting 2022-12-01T10:07:25.9045350Z e2ceac073295: Waiting 2022-12-01T10:07:25.9045647Z 63ae5eb88541: Waiting 2022-12-01T10:07:25.9046084Z c63bb4c48558: Waiting 2022-12-01T10:07:25.9046266Z f5bd51a8525a: Waiting 2022-12-01T10:07:25.9046434Z 422bea31bd2a: Waiting 2022-12-01T10:07:25.9046619Z a4653fe66480: Waiting 2022-12-01T10:07:25.9046810Z 14898779bc17: Pulling fs layer 2022-12-01T10:07:25.9047008Z e1517549c0ae: Pulling fs layer 2022-12-01T10:07:25.9047186Z 426109be849d: Pulling fs layer 2022-12-01T10:07:25.9047374Z 38c05cfe4070: Pulling fs layer 2022-12-01T10:07:25.9047569Z fedc0e1c02b7: Pulling fs layer 2022-12-01T10:07:25.9047753Z d1d5291b2ab5: Pulling fs layer 2022-12-01T10:07:25.9047942Z fda59f894d4a: Waiting 2022-12-01T10:07:25.9048115Z 426109be849d: Waiting 2022-12-01T10:07:25.9048311Z 14898779bc17: Waiting 2022-12-01T10:07:25.9048482Z fedc0e1c02b7: Waiting 2022-12-01T10:07:25.9048651Z 38c05cfe4070: Waiting 2022-12-01T10:07:25.9048817Z a0121219eb14: Pulling fs layer 2022-12-01T10:07:25.9049008Z a9478f2204c1: Pulling fs layer 2022-12-01T10:07:25.9049384Z b7010c1141c8: Pulling fs layer 2022-12-01T10:07:25.9049592Z a086f1c91375: Pulling fs layer 2022-12-01T10:07:25.9049782Z bdf918939707: Pulling fs layer 2022-12-01T10:07:25.9049961Z d1d5291b2ab5: Waiting 2022-12-01T10:07:25.9050140Z bcd5197bc3b1: Pulling fs layer 2022-12-01T10:07:25.9051746Z b7010c1141c8: Waiting 2022-12-01T10:07:25.9052068Z 1906a674f3bf: Pulling fs layer 2022-12-01T10:07:25.9052387Z 878938f22c13: Pulling fs layer 2022-12-01T10:07:25.9052629Z e39e0e87bf58: Pulling fs layer 2022-12-01T10:07:25.9052838Z a9478f2204c1: Waiting 2022-12-01T10:07:25.9053006Z a086f1c91375: Waiting 2022-12-01T10:07:25.9053182Z 31e492142d52: Pulling fs layer 2022-12-01T10:07:25.9053348Z bdf918939707: Waiting 2022-12-01T10:07:25.9053514Z 1906a674f3bf: Waiting 2022-12-01T10:07:25.9053759Z 7d95e9c9554c: Pulling fs layer 2022-12-01T10:07:25.9054031Z 359bcad2724f: Pulling fs layer 2022-12-01T10:07:25.9054315Z 878938f22c13: Waiting 2022-12-01T10:07:25.9054585Z 591511195ab4: Pulling fs layer 2022-12-01T10:07:25.9054850Z 673937d42288: Pulling fs layer 2022-12-01T10:07:25.9055157Z a0121219eb14: Waiting 2022-12-01T10:07:25.9055484Z e39e0e87bf58: Waiting 2022-12-01T10:07:25.9055753Z 0b48564513b3: Pulling fs layer 2022-12-01T10:07:25.9055950Z 1abf1e69304b: Pulling fs layer 2022-12-01T10:07:25.9056133Z 31e492142d52: Waiting 2022-12-01T10:07:25.9056299Z 9200027c6378: Pulling fs layer 2022-12-01T10:07:25.9056479Z 7d95e9c9554c: Waiting 2022-12-01T10:07:25.9056662Z b6597c9262be: Pulling fs layer 2022-12-01T10:07:25.9057025Z 359bcad2724f: Waiting 2022-12-01T10:07:25.9057301Z 085aceb64709: Pulling fs layer 2022-12-01T10:07:25.9057564Z 591511195ab4: Waiting 2022-12-01T10:07:25.9057760Z 0b48564513b3: Waiting 2022-12-01T10:07:25.9057946Z 673937d42288: Waiting 2022-12-01T10:07:25.9058127Z d59524f39d0b: Pulling fs layer 2022-12-01T10:07:25.9058321Z 38599e0ca649: Pulling fs layer 2022-12-01T10:07:25.9058499Z 5c0717d34800: Pulling fs layer 2022-12-01T10:07:25.9058681Z 1abf1e69304b: Waiting 2022-12-01T10:07:25.9058862Z b6597c9262be: Waiting 2022-12-01T10:07:25.9059029Z 100cd65220ba: Pulling fs layer 2022-12-01T10:07:25.9059208Z 9200027c6378: Waiting 2022-12-01T10:07:25.9059388Z ec93b1c62a59: Pulling fs layer 2022-12-01T10:07:25.9059569Z 072e3272ffd9: Pulling fs layer 2022-12-01T10:07:25.9059762Z 1530f151c058: Pulling fs layer 2022-12-01T10:07:25.9059944Z d59524f39d0b: Waiting 2022-12-01T10:07:25.9060101Z 38599e0ca649: Waiting 2022-12-01T10:07:25.9060281Z 198945b82845: Pulling fs layer 2022-12-01T10:07:25.9060457Z 5c0717d34800: Waiting 2022-12-01T10:07:25.9060621Z 99763bc3448a: Pulling fs layer 2022-12-01T10:07:25.9060799Z 100cd65220ba: Waiting 2022-12-01T10:07:25.9060979Z cec809ad8b3c: Pulling fs layer 2022-12-01T10:07:25.9061160Z 7079cc239529: Pulling fs layer 2022-12-01T10:07:25.9061331Z 198945b82845: Waiting 2022-12-01T10:07:25.9061499Z ec93b1c62a59: Waiting 2022-12-01T10:07:25.9061666Z 92d94c0f43b4: Pulling fs layer 2022-12-01T10:07:25.9061840Z 1530f151c058: Waiting 2022-12-01T10:07:25.9062004Z 072e3272ffd9: Waiting 2022-12-01T10:07:25.9062175Z 1d22be7de2b9: Pulling fs layer 2022-12-01T10:07:25.9062363Z d19273ae79e7: Pulling fs layer 2022-12-01T10:07:25.9062542Z 7079cc239529: Waiting 2022-12-01T10:07:25.9062695Z 99763bc3448a: Waiting 2022-12-01T10:07:25.9062860Z cec809ad8b3c: Waiting 2022-12-01T10:07:25.9063027Z 92d94c0f43b4: Waiting 2022-12-01T10:07:25.9063177Z d19273ae79e7: Waiting 2022-12-01T10:07:25.9063342Z 1d22be7de2b9: Waiting 2022-12-01T10:07:25.9756275Z 3a31ffa0162f: Verifying Checksum 2022-12-01T10:07:25.9756870Z 3a31ffa0162f: Download complete 2022-12-01T10:07:26.0675652Z 422bea31bd2a: Verifying Checksum 2022-12-01T10:07:26.0675932Z 422bea31bd2a: Download complete 2022-12-01T10:07:26.2434302Z 675920708c8b: Verifying Checksum 2022-12-01T10:07:26.2434570Z 675920708c8b: Download complete 2022-12-01T10:07:26.3418305Z efe762c046e3: Verifying Checksum 2022-12-01T10:07:26.3419029Z efe762c046e3: Download complete 2022-12-01T10:07:26.4138333Z 2e3cbc197bd8: Verifying Checksum 2022-12-01T10:07:26.4138893Z 2e3cbc197bd8: Download complete 2022-12-01T10:07:26.5052019Z 49809737e89d: Download complete 2022-12-01T10:07:26.5705424Z 6bc4912251db: Verifying Checksum 2022-12-01T10:07:26.5705863Z 6bc4912251db: Download complete 2022-12-01T10:07:26.6552938Z 9fdf20fee962: Verifying Checksum 2022-12-01T10:07:26.6553204Z 9fdf20fee962: Download complete 2022-12-01T10:07:26.7640965Z a4653fe66480: Verifying Checksum 2022-12-01T10:07:26.7641807Z a4653fe66480: Download complete 2022-12-01T10:07:26.7690527Z cc019c91317d: Download complete 2022-12-01T10:07:26.8419140Z 885ae97a3bc0: Download complete 2022-12-01T10:07:26.9132898Z 63ae5eb88541: Verifying Checksum 2022-12-01T10:07:26.9133193Z 63ae5eb88541: Download complete 2022-12-01T10:07:26.9370448Z 675920708c8b: Pull complete 2022-12-01T10:07:26.9683586Z c63bb4c48558: Verifying Checksum 2022-12-01T10:07:26.9683973Z c63bb4c48558: Download complete 2022-12-01T10:07:27.0399903Z f5bd51a8525a: Verifying Checksum 2022-12-01T10:07:27.0400189Z f5bd51a8525a: Download complete 2022-12-01T10:07:27.0470538Z 3a31ffa0162f: Pull complete 2022-12-01T10:07:27.1118923Z 7827952884ef: Verifying Checksum 2022-12-01T10:07:27.1960971Z 7827952884ef: Download complete 2022-12-01T10:07:27.1961388Z fda59f894d4a: Verifying Checksum 2022-12-01T10:07:27.1961719Z fda59f894d4a: Download complete 2022-12-01T10:07:27.2814729Z 14898779bc17: Download complete 2022-12-01T10:07:27.3782154Z e1517549c0ae: Verifying Checksum 2022-12-01T10:07:27.3782538Z e1517549c0ae: Download complete 2022-12-01T10:07:27.4389339Z 426109be849d: Verifying Checksum 2022-12-01T10:07:27.4389733Z 426109be849d: Download complete 2022-12-01T10:07:27.5371696Z 38c05cfe4070: Download complete 2022-12-01T10:07:27.6271678Z fedc0e1c02b7: Download complete 2022-12-01T10:07:27.7269284Z d1d5291b2ab5: Verifying Checksum 2022-12-01T10:07:27.7269612Z d1d5291b2ab5: Download complete 2022-12-01T10:07:29.1119957Z a0121219eb14: Verifying Checksum 2022-12-01T10:07:29.1120318Z a0121219eb14: Download complete 2022-12-01T10:07:29.1687747Z a9478f2204c1: Download complete 2022-12-01T10:07:29.2474651Z b7010c1141c8: Verifying Checksum 2022-12-01T10:07:29.2474918Z b7010c1141c8: Download complete 2022-12-01T10:07:29.3833877Z a086f1c91375: Verifying Checksum 2022-12-01T10:07:29.3834154Z a086f1c91375: Download complete 2022-12-01T10:07:29.4800024Z bdf918939707: Verifying Checksum 2022-12-01T10:07:29.4800336Z bdf918939707: Download complete 2022-12-01T10:07:29.5658370Z bcd5197bc3b1: Download complete 2022-12-01T10:07:31.8141605Z 19b634c89641: Verifying Checksum 2022-12-01T10:07:31.8142063Z 19b634c89641: Download complete 2022-12-01T10:07:31.8893687Z 878938f22c13: Download complete 2022-12-01T10:07:31.9687812Z e39e0e87bf58: Verifying Checksum 2022-12-01T10:07:31.9688233Z e39e0e87bf58: Download complete 2022-12-01T10:07:32.0499818Z 31e492142d52: Verifying Checksum 2022-12-01T10:07:32.0500092Z 31e492142d52: Download complete 2022-12-01T10:07:32.1601032Z 7d95e9c9554c: Verifying Checksum 2022-12-01T10:07:32.1601493Z 7d95e9c9554c: Download complete 2022-12-01T10:07:32.2377060Z 359bcad2724f: Download complete 2022-12-01T10:07:32.3423258Z 591511195ab4: Verifying Checksum 2022-12-01T10:07:32.3423557Z 591511195ab4: Download complete 2022-12-01T10:07:32.4430974Z 673937d42288: Verifying Checksum 2022-12-01T10:07:32.4431273Z 673937d42288: Download complete 2022-12-01T10:07:32.5275488Z 0b48564513b3: Verifying Checksum 2022-12-01T10:07:32.5275871Z 0b48564513b3: Download complete 2022-12-01T10:07:32.6149690Z 1abf1e69304b: Verifying Checksum 2022-12-01T10:07:32.6150073Z 1abf1e69304b: Download complete 2022-12-01T10:07:32.7201230Z 9200027c6378: Verifying Checksum 2022-12-01T10:07:32.7201615Z 9200027c6378: Download complete 2022-12-01T10:07:32.8185565Z b6597c9262be: Verifying Checksum 2022-12-01T10:07:32.8186617Z b6597c9262be: Download complete 2022-12-01T10:07:32.9137296Z 085aceb64709: Verifying Checksum 2022-12-01T10:07:32.9138384Z 085aceb64709: Download complete 2022-12-01T10:07:32.9905302Z d59524f39d0b: Verifying Checksum 2022-12-01T10:07:32.9905727Z d59524f39d0b: Download complete 2022-12-01T10:07:33.0675259Z 38599e0ca649: Download complete 2022-12-01T10:07:33.2077820Z 5c0717d34800: Download complete 2022-12-01T10:07:33.2756252Z 100cd65220ba: Download complete 2022-12-01T10:07:33.7070505Z ec93b1c62a59: Verifying Checksum 2022-12-01T10:07:33.7071255Z ec93b1c62a59: Download complete 2022-12-01T10:07:33.8040048Z 072e3272ffd9: Verifying Checksum 2022-12-01T10:07:33.8040516Z 072e3272ffd9: Download complete 2022-12-01T10:07:33.8907418Z 1530f151c058: Download complete 2022-12-01T10:07:37.2191939Z 1906a674f3bf: Verifying Checksum 2022-12-01T10:07:37.2192332Z 1906a674f3bf: Download complete 2022-12-01T10:07:37.3326345Z 99763bc3448a: Verifying Checksum 2022-12-01T10:07:37.3326761Z 99763bc3448a: Download complete 2022-12-01T10:07:37.4087577Z cec809ad8b3c: Verifying Checksum 2022-12-01T10:07:37.4087985Z cec809ad8b3c: Download complete 2022-12-01T10:07:37.5179944Z 7079cc239529: Verifying Checksum 2022-12-01T10:07:37.5180227Z 7079cc239529: Download complete 2022-12-01T10:07:37.6068921Z 92d94c0f43b4: Verifying Checksum 2022-12-01T10:07:37.6070084Z 92d94c0f43b4: Download complete 2022-12-01T10:07:37.6880909Z 1d22be7de2b9: Download complete 2022-12-01T10:07:38.0853381Z 19b634c89641: Pull complete 2022-12-01T10:07:38.2565392Z 422bea31bd2a: Pull complete 2022-12-01T10:07:39.5779426Z a4653fe66480: Pull complete 2022-12-01T10:07:39.8147114Z efe762c046e3: Pull complete 2022-12-01T10:07:40.0349751Z 2e3cbc197bd8: Pull complete 2022-12-01T10:07:40.0375696Z d19273ae79e7: Verifying Checksum 2022-12-01T10:07:40.0376096Z d19273ae79e7: Download complete 2022-12-01T10:07:40.2690155Z 49809737e89d: Pull complete 2022-12-01T10:07:40.5273258Z 6bc4912251db: Pull complete 2022-12-01T10:07:40.7602351Z 9fdf20fee962: Pull complete 2022-12-01T10:07:41.0042004Z cc019c91317d: Pull complete 2022-12-01T10:07:41.2469088Z 885ae97a3bc0: Pull complete 2022-12-01T10:07:41.4207631Z 63ae5eb88541: Pull complete 2022-12-01T10:07:45.0975911Z 198945b82845: Verifying Checksum 2022-12-01T10:07:45.0976182Z 198945b82845: Download complete 2022-12-01T10:08:05.5542071Z e2ceac073295: Download complete 2022-12-01T10:08:21.4450838Z e2ceac073295: Pull complete 2022-12-01T10:08:21.6167755Z c63bb4c48558: Pull complete 2022-12-01T10:08:21.7931343Z f5bd51a8525a: Pull complete 2022-12-01T10:08:22.0292543Z 7827952884ef: Pull complete 2022-12-01T10:08:22.2605901Z fda59f894d4a: Pull complete 2022-12-01T10:08:22.4116884Z 14898779bc17: Pull complete 2022-12-01T10:08:22.5012492Z e1517549c0ae: Pull complete 2022-12-01T10:08:22.6004353Z 426109be849d: Pull complete 2022-12-01T10:08:22.7132756Z 38c05cfe4070: Pull complete 2022-12-01T10:08:22.7981377Z fedc0e1c02b7: Pull complete 2022-12-01T10:08:22.9015724Z d1d5291b2ab5: Pull complete 2022-12-01T10:08:25.7897754Z a0121219eb14: Pull complete 2022-12-01T10:08:25.9504244Z a9478f2204c1: Pull complete 2022-12-01T10:08:26.1134867Z b7010c1141c8: Pull complete 2022-12-01T10:08:26.3840348Z a086f1c91375: Pull complete 2022-12-01T10:08:26.5438632Z bdf918939707: Pull complete 2022-12-01T10:08:26.6456123Z bcd5197bc3b1: Pull complete 2022-12-01T10:08:31.1929722Z 1906a674f3bf: Pull complete 2022-12-01T10:08:31.3897715Z 878938f22c13: Pull complete 2022-12-01T10:08:31.6091457Z e39e0e87bf58: Pull complete 2022-12-01T10:08:31.8613469Z 31e492142d52: Pull complete 2022-12-01T10:08:32.0009734Z 7d95e9c9554c: Pull complete 2022-12-01T10:08:32.1140276Z 359bcad2724f: Pull complete 2022-12-01T10:08:32.2082918Z 591511195ab4: Pull complete 2022-12-01T10:08:32.3095228Z 673937d42288: Pull complete 2022-12-01T10:08:32.3919182Z 0b48564513b3: Pull complete 2022-12-01T10:08:32.4889781Z 1abf1e69304b: Pull complete 2022-12-01T10:08:32.5842143Z 9200027c6378: Pull complete 2022-12-01T10:08:32.6764647Z b6597c9262be: Pull complete 2022-12-01T10:08:32.7902384Z 085aceb64709: Pull complete 2022-12-01T10:08:32.8838018Z d59524f39d0b: Pull complete 2022-12-01T10:08:32.9756103Z 38599e0ca649: Pull complete 2022-12-01T10:08:33.0811491Z 5c0717d34800: Pull complete 2022-12-01T10:08:33.1684822Z 100cd65220ba: Pull complete 2022-12-01T10:08:33.4916956Z ec93b1c62a59: Pull complete 2022-12-01T10:08:33.6307676Z 072e3272ffd9: Pull complete 2022-12-01T10:08:33.8592108Z 1530f151c058: Pull complete 2022-12-01T10:08:37.8206900Z 198945b82845: Pull complete 2022-12-01T10:08:37.9124999Z 99763bc3448a: Pull complete 2022-12-01T10:08:38.0015542Z cec809ad8b3c: Pull complete 2022-12-01T10:08:38.0963840Z 7079cc239529: Pull complete 2022-12-01T10:08:38.1820681Z 92d94c0f43b4: Pull complete 2022-12-01T10:08:38.2846526Z 1d22be7de2b9: Pull complete 2022-12-01T10:08:39.8692387Z d19273ae79e7: Pull complete 2022-12-01T10:08:39.9670547Z Digest: sha256:42f45500ffafce3e5c89e7a2b668a2227178819b884f9370a30317f1498a9ec8 2022-12-01T10:08:40.0124164Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:08:40.0302669Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:08:40.0383595Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:08:40.0383973Z python3 -m pip install psutil==5.9.1 2022-12-01T10:08:40.0384198Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:08:40.0384453Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:08:40.0384732Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:08:40.0395842Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:08:40.0396053Z env: 2022-12-01T10:08:40.0396225Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:08:40.0396399Z ##[endgroup] 2022-12-01T10:08:40.2553950Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:08:40.2739138Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-12-01T10:08:40.6886866Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:08:40.7067061Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-12-01T10:08:40.9181965Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:08:40.9227004Z Prepare all required actions 2022-12-01T10:08:40.9227317Z Getting action download info 2022-12-01T10:08:41.0830000Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:08:41.2466636Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-12-01T10:08:41.3826912Z ##[group]Run ./.github/actions/download-build-artifacts 2022-12-01T10:08:41.3827139Z with: 2022-12-01T10:08:41.3827340Z name: linux-focal-py3.7-clang7-asan 2022-12-01T10:08:41.3827527Z env: 2022-12-01T10:08:41.3827700Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:08:41.3827887Z ##[endgroup] 2022-12-01T10:08:41.3861399Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:08:41.3861620Z with: 2022-12-01T10:08:41.3861807Z name: linux-focal-py3.7-clang7-asan 2022-12-01T10:08:41.3862026Z s3-bucket: gha-artifacts 2022-12-01T10:08:41.3862215Z region: us-east-1 2022-12-01T10:08:41.3862404Z env: 2022-12-01T10:08:41.3862574Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:08:41.3862747Z ##[endgroup] 2022-12-01T10:08:41.7938271Z Found 1 objects with prefix pytorch/pytorch/3591403534/linux-focal-py3.7-clang7-asan/ 2022-12-01T10:08:41.7938840Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:09:03.8262662Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:09:03.8263306Z 2022-12-01T10:09:03.8267834Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:09:03.8268891Z Artifact download has finished successfully 2022-12-01T10:09:03.8490083Z ##[group]Run unzip -o artifacts.zip 2022-12-01T10:09:03.8490313Z unzip -o artifacts.zip 2022-12-01T10:09:03.8501780Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:09:03.8501987Z env: 2022-12-01T10:09:03.8502161Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:09:03.8502350Z ##[endgroup] 2022-12-01T10:09:03.8823571Z Archive: artifacts.zip 2022-12-01T10:09:03.8823876Z creating: dist/ 2022-12-01T10:09:06.1011996Z inflating: dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:09:08.0466969Z inflating: dist/torch-1.13.0a0+gitc13d400.tar.gz 2022-12-01T10:09:08.0467323Z creating: build/lib/ 2022-12-01T10:09:08.0468686Z inflating: build/lib/libclog.a 2022-12-01T10:09:08.0646319Z inflating: build/lib/libgtest.a 2022-12-01T10:09:08.0667372Z inflating: build/lib/libpthreadpool.a 2022-12-01T10:09:08.0924755Z inflating: build/lib/libbenchmark.a 2022-12-01T10:09:08.1100684Z inflating: build/lib/libprotobuf-lite.a 2022-12-01T10:09:08.1117682Z inflating: build/lib/libittnotify.a 2022-12-01T10:09:08.1181771Z inflating: build/lib/libfmt.a 2022-12-01T10:09:08.1291950Z inflating: build/lib/libtensorpipe_uv.a 2022-12-01T10:09:08.1612962Z inflating: build/lib/libgloo.a 2022-12-01T10:09:08.1960531Z inflating: build/lib/libasmjit.a 2022-12-01T10:09:08.1961916Z inflating: build/lib/libfoxi_loader.a 2022-12-01T10:09:08.1963030Z inflating: build/lib/libtorch_global_deps.so 2022-12-01T10:09:08.2867640Z inflating: build/lib/libprotobuf.a 2022-12-01T10:09:08.3102988Z inflating: build/lib/libc10.so 2022-12-01T10:09:08.3129471Z inflating: build/lib/libcpuinfo.a 2022-12-01T10:09:08.3154129Z inflating: build/lib/libcpuinfo_internals.a 2022-12-01T10:09:08.3162255Z inflating: build/lib/libnnpack_reference_layers.a 2022-12-01T10:09:08.3210054Z inflating: build/lib/libgmock.a 2022-12-01T10:09:08.3211086Z inflating: build/lib/libgtest_main.a 2022-12-01T10:09:08.3212169Z inflating: build/lib/libbenchmark_main.a 2022-12-01T10:09:08.4318382Z inflating: build/lib/libprotoc.a 2022-12-01T10:09:08.6148736Z inflating: build/lib/libtensorpipe.a 2022-12-01T10:09:08.6207705Z inflating: build/lib/libqnnpack.a 2022-12-01T10:09:08.6309814Z inflating: build/lib/libpytorch_qnnpack.a 2022-12-01T10:09:09.3970588Z inflating: build/lib/libfbgemm.a 2022-12-01T10:09:09.3971289Z inflating: build/lib/libgmock_main.a 2022-12-01T10:09:09.4856363Z inflating: build/lib/libkineto.a 2022-12-01T10:09:09.5504662Z inflating: build/lib/libXNNPACK.a 2022-12-01T10:09:09.5708427Z inflating: build/lib/libcaffe2_protos.a 2022-12-01T10:09:09.5921725Z inflating: build/lib/libonnx_proto.a 2022-12-01T10:09:09.8153343Z inflating: build/lib/libonnx.a 2022-12-01T10:09:09.8188212Z inflating: build/lib/libnnpack.a 2022-12-01T10:09:15.6761818Z inflating: build/lib/libtorch_cpu.so 2022-12-01T10:09:15.6762328Z inflating: build/lib/libtorch.so 2022-12-01T10:09:15.6951737Z inflating: build/lib/libtorchbind_test.so 2022-12-01T10:09:15.7031714Z inflating: build/lib/libjitbackend_test.so 2022-12-01T10:09:15.7134304Z inflating: build/lib/libbackend_with_compiler.so 2022-12-01T10:09:15.7144383Z inflating: build/lib/libshm.so 2022-12-01T10:09:16.4301715Z inflating: build/lib/libtorch_python.so 2022-12-01T10:09:16.4451547Z inflating: build/lib/libnnapi_backend.so 2022-12-01T10:09:16.4451980Z creating: build/bin/ 2022-12-01T10:09:16.4592671Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:09:16.4740692Z inflating: build/bin/c10_DeviceGuard_test 2022-12-01T10:09:16.4884413Z inflating: build/bin/c10_Device_test 2022-12-01T10:09:16.5049627Z inflating: build/bin/c10_DispatchKeySet_test 2022-12-01T10:09:16.5189099Z inflating: build/bin/c10_StreamGuard_test 2022-12-01T10:09:16.5331847Z inflating: build/bin/c10_SymInt_test 2022-12-01T10:09:16.5483929Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-12-01T10:09:16.5638892Z inflating: build/bin/c10_SizesAndStrides_test 2022-12-01T10:09:16.5796719Z inflating: build/bin/c10_InlineStreamGuard_test 2022-12-01T10:09:16.5935934Z inflating: build/bin/c10_Array_test 2022-12-01T10:09:16.6083013Z inflating: build/bin/c10_Bitset_test 2022-12-01T10:09:16.6227147Z inflating: build/bin/c10_C++17_test 2022-12-01T10:09:16.6366370Z inflating: build/bin/c10_ConstexprCrc_test 2022-12-01T10:09:16.6508067Z inflating: build/bin/c10_DeadlockDetection_test 2022-12-01T10:09:16.6649553Z inflating: build/bin/c10_Half_test 2022-12-01T10:09:16.6806731Z inflating: build/bin/c10_LeftRight_test 2022-12-01T10:09:16.6989959Z inflating: build/bin/c10_Metaprogramming_test 2022-12-01T10:09:16.7132278Z inflating: build/bin/c10_Synchronized_test 2022-12-01T10:09:16.7285357Z inflating: build/bin/c10_ThreadLocal_test 2022-12-01T10:09:16.7662958Z inflating: build/bin/c10_SmallVectorTest 2022-12-01T10:09:16.7808886Z inflating: build/bin/c10_TypeIndex_test 2022-12-01T10:09:16.7954834Z inflating: build/bin/c10_TypeList_test 2022-12-01T10:09:16.8095062Z inflating: build/bin/c10_TypeTraits_test 2022-12-01T10:09:16.8243306Z inflating: build/bin/c10_accumulate_test 2022-12-01T10:09:16.8399078Z inflating: build/bin/c10_bfloat16_test 2022-12-01T10:09:16.8552190Z inflating: build/bin/c10_complex_math_test 2022-12-01T10:09:16.8707309Z inflating: build/bin/c10_complex_test 2022-12-01T10:09:16.8994085Z inflating: build/bin/c10_either_test 2022-12-01T10:09:16.9144076Z inflating: build/bin/c10_flags_test 2022-12-01T10:09:16.9293452Z inflating: build/bin/c10_exception_test 2022-12-01T10:09:16.9630547Z inflating: build/bin/c10_intrusive_ptr_test 2022-12-01T10:09:16.9774082Z inflating: build/bin/c10_irange_test 2022-12-01T10:09:16.9932560Z inflating: build/bin/c10_logging_test 2022-12-01T10:09:17.0151047Z inflating: build/bin/c10_optional_test 2022-12-01T10:09:17.0305993Z inflating: build/bin/c10_registry_test 2022-12-01T10:09:17.0491854Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-12-01T10:09:17.0653615Z inflating: build/bin/c10_string_view_test 2022-12-01T10:09:17.0799314Z inflating: build/bin/c10_tempfile_test 2022-12-01T10:09:17.0952177Z inflating: build/bin/c10_typeid_test 2022-12-01T10:09:17.1119595Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-12-01T10:09:17.2209774Z inflating: build/bin/protoc-3.13.0.0 2022-12-01T10:09:17.3298912Z inflating: build/bin/protoc 2022-12-01T10:09:17.4433156Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-12-01T10:09:17.5612801Z inflating: build/bin/vec_test_all_types_AVX2 2022-12-01T10:09:17.6786536Z inflating: build/bin/vec_test_all_types_AVX512 2022-12-01T10:09:17.6936089Z inflating: build/bin/FileStoreTest 2022-12-01T10:09:17.7105903Z inflating: build/bin/TCPStoreTest 2022-12-01T10:09:17.7255974Z inflating: build/bin/HashStoreTest 2022-12-01T10:09:17.7403160Z inflating: build/bin/Dimname_test 2022-12-01T10:09:17.7411827Z inflating: build/bin/example_allreduce 2022-12-01T10:09:17.7570721Z inflating: build/bin/NamedTensor_test 2022-12-01T10:09:17.7757918Z inflating: build/bin/MaybeOwned_test 2022-12-01T10:09:17.7952554Z inflating: build/bin/ProcessGroupGlooTest 2022-12-01T10:09:17.8141866Z inflating: build/bin/Dict_test 2022-12-01T10:09:17.8319581Z inflating: build/bin/apply_utils_test 2022-12-01T10:09:17.8485661Z inflating: build/bin/atest 2022-12-01T10:09:17.8661232Z inflating: build/bin/basic 2022-12-01T10:09:17.8812603Z inflating: build/bin/broadcast_test 2022-12-01T10:09:17.8970098Z inflating: build/bin/cpu_generator_test 2022-12-01T10:09:17.9121944Z inflating: build/bin/cpu_profiling_allocator_test 2022-12-01T10:09:17.9455052Z inflating: build/bin/cpu_rng_test 2022-12-01T10:09:17.9597939Z inflating: build/bin/dispatch_key_set_test 2022-12-01T10:09:17.9748581Z inflating: build/bin/half_test 2022-12-01T10:09:17.9922783Z inflating: build/bin/extension_backend_test 2022-12-01T10:09:18.0066557Z inflating: build/bin/dlconvertor_test 2022-12-01T10:09:18.0354511Z inflating: build/bin/ivalue_test 2022-12-01T10:09:18.0496633Z inflating: build/bin/lazy_tensor_test 2022-12-01T10:09:18.0648278Z inflating: build/bin/memory_format_test 2022-12-01T10:09:18.0797838Z inflating: build/bin/memory_overlapping_test 2022-12-01T10:09:18.0951998Z inflating: build/bin/mobile_memory_cleanup 2022-12-01T10:09:18.1112383Z inflating: build/bin/native_test 2022-12-01T10:09:18.1255637Z inflating: build/bin/operator_name_test 2022-12-01T10:09:18.1405596Z inflating: build/bin/math_kernel_test 2022-12-01T10:09:18.1550192Z inflating: build/bin/operators_test 2022-12-01T10:09:18.1699977Z inflating: build/bin/packedtensoraccessor_test 2022-12-01T10:09:18.1857957Z inflating: build/bin/quantized_test 2022-12-01T10:09:18.2054420Z inflating: build/bin/pow_test 2022-12-01T10:09:18.2196391Z inflating: build/bin/reduce_ops_test 2022-12-01T10:09:18.2341481Z inflating: build/bin/reportMemoryUsage_test 2022-12-01T10:09:18.2517712Z inflating: build/bin/scalar_tensor_test 2022-12-01T10:09:18.2685138Z inflating: build/bin/scalar_test 2022-12-01T10:09:18.2835275Z inflating: build/bin/stride_properties_test 2022-12-01T10:09:18.3069015Z inflating: build/bin/tensor_iterator_test 2022-12-01T10:09:18.3223524Z inflating: build/bin/test_parallel 2022-12-01T10:09:18.3372826Z inflating: build/bin/type_ptr_test 2022-12-01T10:09:18.3378665Z inflating: build/bin/thread_init_test 2022-12-01T10:09:18.3520984Z inflating: build/bin/variant_test 2022-12-01T10:09:18.3671593Z inflating: build/bin/undefined_tensor_test 2022-12-01T10:09:18.3850150Z inflating: build/bin/type_test 2022-12-01T10:09:18.3852013Z inflating: build/bin/verify_api_visibility 2022-12-01T10:09:18.3999829Z inflating: build/bin/weakref_test 2022-12-01T10:09:18.4197264Z inflating: build/bin/vmap_test 2022-12-01T10:09:18.4344159Z inflating: build/bin/wrapdim_test 2022-12-01T10:09:18.4589429Z inflating: build/bin/List_test 2022-12-01T10:09:18.4731468Z inflating: build/bin/xla_tensor_test 2022-12-01T10:09:18.4899473Z inflating: build/bin/IListRef_test 2022-12-01T10:09:18.5086635Z inflating: build/bin/KernelFunction_test 2022-12-01T10:09:18.5446425Z inflating: build/bin/kernel_function_legacy_test 2022-12-01T10:09:18.5758672Z inflating: build/bin/kernel_lambda_test 2022-12-01T10:09:18.6036726Z inflating: build/bin/kernel_function_test 2022-12-01T10:09:18.6212219Z inflating: build/bin/kernel_stackbased_test 2022-12-01T10:09:18.6600089Z inflating: build/bin/kernel_lambda_legacy_test 2022-12-01T10:09:18.6743965Z inflating: build/bin/CppSignature_test 2022-12-01T10:09:18.7026047Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:09:18.7165589Z inflating: build/bin/op_allowlist_test 2022-12-01T10:09:18.7313738Z inflating: build/bin/inline_container_test 2022-12-01T10:09:18.7474902Z inflating: build/bin/backend_fallback_test 2022-12-01T10:09:18.8425898Z inflating: build/bin/op_registration_test 2022-12-01T10:09:18.8468277Z inflating: build/bin/tutorial_tensorexpr 2022-12-01T10:09:18.8627015Z inflating: build/bin/test_dist_autograd 2022-12-01T10:09:18.8631939Z inflating: build/bin/parallel_benchmark 2022-12-01T10:09:18.8848780Z inflating: build/bin/test_cpp_rpc 2022-12-01T10:09:18.8864412Z inflating: build/bin/torch_shm_manager 2022-12-01T10:09:19.0708776Z inflating: build/bin/test_tensorexpr 2022-12-01T10:09:19.1530274Z inflating: build/bin/test_lazy 2022-12-01T10:09:19.4706056Z inflating: build/bin/test_api 2022-12-01T10:09:19.6557162Z inflating: build/bin/test_jit 2022-12-01T10:09:19.6558022Z inflating: .pytorch-test-times.json 2022-12-01T10:09:19.6579776Z ##[group]Run df -H 2022-12-01T10:09:19.6579961Z df -H 2022-12-01T10:09:19.6591044Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:09:19.6591248Z env: 2022-12-01T10:09:19.6591424Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:09:19.6591615Z ##[endgroup] 2022-12-01T10:09:19.6977196Z Filesystem Size Used Avail Use% Mounted on 2022-12-01T10:09:19.6977611Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-12-01T10:09:19.6977935Z tmpfs 8.2G 0 8.2G 0% /dev/shm 2022-12-01T10:09:19.6978244Z tmpfs 8.2G 431k 8.2G 1% /run 2022-12-01T10:09:19.6978692Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-12-01T10:09:19.6978939Z /dev/nvme0n1p1 162G 18G 144G 12% / 2022-12-01T10:09:19.7017465Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:09:19.7017699Z .github/scripts/parse_ref.py 2022-12-01T10:09:19.7028660Z shell: /usr/bin/bash -e {0} 2022-12-01T10:09:19.7028841Z env: 2022-12-01T10:09:19.7029013Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:09:19.7029196Z ##[endgroup] 2022-12-01T10:09:19.7205875Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:09:19.7279611Z ##[group]Run set -x 2022-12-01T10:09:19.7279878Z set -x 2022-12-01T10:09:19.7280045Z  2022-12-01T10:09:19.7280230Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-12-01T10:09:19.7280492Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-12-01T10:09:19.7280748Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-12-01T10:09:19.7280971Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-12-01T10:09:19.7281170Z else 2022-12-01T10:09:19.7281373Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:09:19.7281556Z fi 2022-12-01T10:09:19.7281711Z  2022-12-01T10:09:19.7281954Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:09:19.7282178Z  2022-12-01T10:09:19.7282389Z # sanitize the input commit message and PR body here: 2022-12-01T10:09:19.7282599Z # 2022-12-01T10:09:19.7282871Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:09:19.7283244Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:09:19.7283553Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:09:19.7283781Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:09:19.7283952Z  2022-12-01T10:09:19.7284207Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:09:19.7284480Z # wreak havoc internally 2022-12-01T10:09:19.7284698Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:09:19.7284945Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:09:19.7285130Z  2022-12-01T10:09:19.7285350Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T10:09:19.7285629Z # TODO: Stop building test binaries as part of the build phase 2022-12-01T10:09:19.7285899Z # Used for GPU_FLAG since that doesn't play nice 2022-12-01T10:09:19.7286134Z # shellcheck disable=SC2086,SC2090 2022-12-01T10:09:19.7286339Z container_name=$(docker run \ 2022-12-01T10:09:19.7286538Z  ${GPU_FLAG:-} \ 2022-12-01T10:09:19.7286733Z  -e BUILD_ENVIRONMENT \ 2022-12-01T10:09:19.7286915Z  -e PR_NUMBER \ 2022-12-01T10:09:19.7287105Z  -e GITHUB_ACTIONS \ 2022-12-01T10:09:19.7287293Z  -e BASE_SHA \ 2022-12-01T10:09:19.7287470Z  -e BRANCH \ 2022-12-01T10:09:19.7287630Z  -e SHA1 \ 2022-12-01T10:09:19.7287814Z  -e AWS_DEFAULT_REGION \ 2022-12-01T10:09:19.7288095Z  -e IN_WHEEL_TEST \ 2022-12-01T10:09:19.7288271Z  -e SHARD_NUMBER \ 2022-12-01T10:09:19.7288462Z  -e TEST_CONFIG \ 2022-12-01T10:09:19.7288654Z  -e NUM_TEST_SHARDS \ 2022-12-01T10:09:19.7288833Z  -e PR_BODY \ 2022-12-01T10:09:19.7289026Z  -e COMMIT_MESSAGES \ 2022-12-01T10:09:19.7289238Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-12-01T10:09:19.7289453Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-12-01T10:09:19.7289663Z  -e PR_LABELS \ 2022-12-01T10:09:19.7289872Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T10:09:19.7290072Z  -e SCCACHE_BUCKET \ 2022-12-01T10:09:19.7290277Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T10:09:19.7290473Z  -e XLA_CUDA \ 2022-12-01T10:09:19.7290679Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T10:09:19.7291079Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T10:09:19.7291321Z  --ulimit stack=10485760:83886080 \ 2022-12-01T10:09:19.7291551Z  --security-opt seccomp=unconfined \ 2022-12-01T10:09:19.7291764Z  --cap-add=SYS_PTRACE \ 2022-12-01T10:09:19.7291957Z  --ipc=host \ 2022-12-01T10:09:19.7292205Z  --shm-size="${SHM_SIZE}" \ 2022-12-01T10:09:19.7292383Z  --tty \ 2022-12-01T10:09:19.7292556Z  --detach \ 2022-12-01T10:09:19.7292755Z  --name="${container_name}" \ 2022-12-01T10:09:19.7292940Z  --user jenkins \ 2022-12-01T10:09:19.7293176Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T10:09:19.7293427Z  -w /var/lib/jenkins/workspace \ 2022-12-01T10:09:19.7293635Z  "${DOCKER_IMAGE}" 2022-12-01T10:09:19.7293797Z ) 2022-12-01T10:09:19.7294068Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2022-12-01T10:09:19.7305553Z shell: /usr/bin/bash -e {0} 2022-12-01T10:09:19.7305741Z env: 2022-12-01T10:09:19.7305914Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:09:19.7306144Z BUILD_ENVIRONMENT: linux-focal-py3.7-clang7-asan 2022-12-01T10:09:19.7306373Z PR_NUMBER: 89997 2022-12-01T10:09:19.7306551Z BRANCH: pull/89997 2022-12-01T10:09:19.7306781Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:09:19.7307099Z BASE_SHA: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:09:19.7307321Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:09:19.7307518Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:09:19.7307714Z TEST_CONFIG: default 2022-12-01T10:09:19.7307889Z SHARD_NUMBER: 4 2022-12-01T10:09:19.7308061Z NUM_TEST_SHARDS: 5 2022-12-01T10:09:19.7308723Z PR_BODY: Link to landed master PR (if applicable): https://github.com/pytorch/pytorch/pull/88993 Criteria category: 1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.13 2: Prevents a crash I'm hoping this is a low-risk change, since it's just changing one method for its safer form. 2022-12-01T10:09:19.7309408Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T10:09:19.7309648Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T10:09:19.7309834Z SHM_SIZE: 1g 2022-12-01T10:09:19.7310162Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:09:19.7310488Z XLA_CUDA: 2022-12-01T10:09:19.7310745Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:09:19.7311000Z ##[endgroup] 2022-12-01T10:09:19.7335453Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-12-01T10:09:19.7336148Z + [[ linux-focal-py3.7-clang7-asan == *onnx* ]] 2022-12-01T10:09:19.7336423Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:09:19.7338986Z ++ git cherry -v origin/master 2022-12-01T10:09:20.1259873Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290) 2022-12-01T10:09:20.1260438Z - f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385) 2022-12-01T10:09:20.1261072Z + 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484) 2022-12-01T10:09:20.1261983Z - c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377) 2022-12-01T10:09:20.1262753Z - 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689) 2022-12-01T10:09:20.1263516Z - 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725) 2022-12-01T10:09:20.1264297Z - f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844) 2022-12-01T10:09:20.1265151Z - 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851) 2022-12-01T10:09:20.1266167Z - 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784) 2022-12-01T10:09:20.1266913Z + d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333) 2022-12-01T10:09:20.1268174Z + 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693) 2022-12-01T10:09:20.1269029Z - 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895) 2022-12-01T10:09:20.1269855Z + f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904) 2022-12-01T10:09:20.1270882Z - 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903) 2022-12-01T10:09:20.1271965Z - 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726) 2022-12-01T10:09:20.1272810Z + 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902) 2022-12-01T10:09:20.1273848Z - aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921) 2022-12-01T10:09:20.1274830Z - de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933) 2022-12-01T10:09:20.1275572Z + 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803) 2022-12-01T10:09:20.1276201Z + 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934) 2022-12-01T10:09:20.1277252Z - f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516) 2022-12-01T10:09:20.1278346Z - c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201) 2022-12-01T10:09:20.1279141Z + eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140) 2022-12-01T10:09:20.1279870Z + d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132) 2022-12-01T10:09:20.1280803Z - 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925) 2022-12-01T10:09:20.1281746Z - 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924) 2022-12-01T10:09:20.1282722Z - 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509) 2022-12-01T10:09:20.1283451Z + d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672) 2022-12-01T10:09:20.1284464Z - 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923) 2022-12-01T10:09:20.1285464Z - ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) 2022-12-01T10:09:20.1286558Z - e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144) 2022-12-01T10:09:20.1287381Z + 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261) 2022-12-01T10:09:20.1288382Z - 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337) 2022-12-01T10:09:20.1289359Z - 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307) 2022-12-01T10:09:20.1290257Z - 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376) 2022-12-01T10:09:20.1291290Z - 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379) 2022-12-01T10:09:20.1292330Z - 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380) 2022-12-01T10:09:20.1293253Z - aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381) 2022-12-01T10:09:20.1294258Z - 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386) 2022-12-01T10:09:20.1295266Z + ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079) 2022-12-01T10:09:20.1296310Z - d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384) 2022-12-01T10:09:20.1297506Z - 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427) 2022-12-01T10:09:20.1298392Z - 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408) 2022-12-01T10:09:20.1299285Z - 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434) 2022-12-01T10:09:20.1299991Z + 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392) 2022-12-01T10:09:20.1300838Z - 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406) 2022-12-01T10:09:20.1301519Z + 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443) 2022-12-01T10:09:20.1302247Z + d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455) 2022-12-01T10:09:20.1313844Z - d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454) 2022-12-01T10:09:20.1314316Z - 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456) 2022-12-01T10:09:20.1314777Z - f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463) 2022-12-01T10:09:20.1315302Z - 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457) 2022-12-01T10:09:20.1315674Z + 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475) 2022-12-01T10:09:20.1316107Z - fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612) 2022-12-01T10:09:20.1316539Z - 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613) 2022-12-01T10:09:20.1317000Z - 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628) 2022-12-01T10:09:20.1317415Z - 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618) 2022-12-01T10:09:20.1317846Z - 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925) 2022-12-01T10:09:20.1318339Z + ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923) 2022-12-01T10:09:20.1318764Z - c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:09:20.1333251Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:09:20.1340739Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashI'\''m hoping this is a low-risk change, since it'\''s just changing one method for its safer form.' 2022-12-01T10:09:20.1354389Z + export 'COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:09:20.1372855Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:09:20.1401697Z + export 'PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:09:20.1403120Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:09:20.1403769Z +++ nproc --ignore=2 2022-12-01T10:09:20.1405311Z ++ 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_3591403534 --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:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:09:33.2616404Z + container_name=b8e8f035cd083a6d1b49d80a8edb962695534fa97f58153f54d8af97d4d94151 2022-12-01T10:09:33.2619980Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:09:33.2621713Z + docker exec -t b8e8f035cd083a6d1b49d80a8edb962695534fa97f58153f54d8af97d4d94151 sh -c 'pip install dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl[opt-einsum] && .jenkins/pytorch/test.sh' 2022-12-01T10:09:33.6847990Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:09:33.7624501Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitc13d400) (4.3.0) 2022-12-01T10:09:33.7636720Z Requirement already satisfied: opt-einsum>=3.3 in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitc13d400) (3.3.0) 2022-12-01T10:09:33.7704466Z Requirement already satisfied: numpy>=1.7 in /opt/conda/lib/python3.7/site-packages (from opt-einsum>=3.3->torch==1.13.0a0+gitc13d400) (1.18.5) 2022-12-01T10:09:34.5556447Z Installing collected packages: torch 2022-12-01T10:09:46.4606883Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:09:46.7475306Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:09:46.7634729Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-12-01T10:09:46.7635106Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:09:46.7635447Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-12-01T10:09:46.7637805Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-12-01T10:09:46.7638249Z + BUILD_DIR=build 2022-12-01T10:09:46.7638598Z + BUILD_RENAMED_DIR=build_renamed 2022-12-01T10:09:46.7638973Z + BUILD_BIN_DIR=build/bin 2022-12-01T10:09:46.7640315Z + export VALGRIND=ON 2022-12-01T10:09:46.7640489Z + VALGRIND=ON 2022-12-01T10:09:46.7640984Z + [[ linux-focal-py3.7-clang7-asan == *clang9* ]] 2022-12-01T10:09:46.7641439Z + [[ linux-focal-py3.7-clang7-asan != *bazel* ]] 2022-12-01T10:09:46.7641666Z ++ realpath build/custom_test_artifacts 2022-12-01T10:09:46.7795004Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-12-01T10:09:46.7797410Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:09:46.7953961Z + source .jenkins/pytorch/common.sh 2022-12-01T10:09:46.7956349Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T10:09:46.7961591Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T10:09:46.7963525Z +++ declare -f -t trap_add 2022-12-01T10:09:46.7966581Z ++ set -ex 2022-12-01T10:09:46.7967012Z ++ [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-12-01T10:09:46.7967326Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:09:46.7967794Z ++ [[ default == *xla* ]] 2022-12-01T10:09:46.7968171Z ++ [[ linux-focal-py3.7-clang7-asan == *centos* ]] 2022-12-01T10:09:46.7968505Z ++ [[ linux-focal-py3.7-clang7-asan == *linux-bionic* ]] 2022-12-01T10:09:46.7968839Z ++ [[ linux-focal-py3.7-clang7-asan == *linux-focal* ]] 2022-12-01T10:09:46.7969048Z ++ which conda 2022-12-01T10:09:46.8114904Z /opt/conda/bin/conda 2022-12-01T10:09:46.8115294Z ++ conda install -q -y cmake 2022-12-01T10:09:50.9296070Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:09:51.7915958Z Solving environment: ...working... done 2022-12-01T10:09:51.8796216Z 2022-12-01T10:09:51.8796449Z ## Package Plan ## 2022-12-01T10:09:51.8796662Z 2022-12-01T10:09:51.8796801Z environment location: /opt/conda 2022-12-01T10:09:51.8796936Z 2022-12-01T10:09:51.8797020Z added / updated specs: 2022-12-01T10:09:51.8797331Z - cmake 2022-12-01T10:09:51.8797437Z 2022-12-01T10:09:51.8797441Z 2022-12-01T10:09:51.8797550Z The following packages will be downloaded: 2022-12-01T10:09:51.8797692Z 2022-12-01T10:09:51.8799106Z package | build 2022-12-01T10:09:51.8799610Z ---------------------------|----------------- 2022-12-01T10:09:51.8800134Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-12-01T10:09:51.8800664Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T10:09:51.8801176Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T10:09:51.8801685Z certifi-2022.9.24 | py37h06a4308_0 154 KB 2022-12-01T10:09:51.8802086Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T10:09:51.8802540Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T10:09:51.8803065Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T10:09:51.8803699Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T10:09:51.8803992Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T10:09:51.8804276Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T10:09:51.8804551Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T10:09:51.8804836Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T10:09:51.8805135Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T10:09:51.8805532Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T10:09:51.8806041Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T10:09:51.8806481Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T10:09:51.8806759Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T10:09:51.8807025Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T10:09:51.8807310Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T10:09:51.8807589Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T10:09:51.8807876Z ------------------------------------------------------------ 2022-12-01T10:09:51.8808118Z Total: 26.3 MB 2022-12-01T10:09:51.8808242Z 2022-12-01T10:09:51.8808354Z The following NEW packages will be INSTALLED: 2022-12-01T10:09:51.8808496Z 2022-12-01T10:09:51.8808755Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 None 2022-12-01T10:09:51.8809105Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T10:09:51.8809471Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T10:09:51.8809828Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T10:09:51.8810194Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T10:09:51.8810542Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T10:09:51.8810918Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T10:09:51.8811280Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T10:09:51.8811653Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T10:09:51.8812016Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T10:09:51.8812374Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T10:09:51.8812724Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T10:09:51.8813165Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T10:09:51.8813514Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T10:09:51.8813662Z 2022-12-01T10:09:51.8813764Z The following packages will be UPDATED: 2022-12-01T10:09:51.8813901Z 2022-12-01T10:09:51.8814107Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T10:09:51.8814453Z certifi 2022.9.14-py37h06a4308_0 --> 2022.9.24-py37h06a4308_0 None 2022-12-01T10:09:51.8814792Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:09:51.8815125Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:09:51.8815457Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:09:51.8815779Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T10:09:51.8815925Z 2022-12-01T10:09:51.8815929Z 2022-12-01T10:09:53.0139819Z Preparing transaction: ...working... done 2022-12-01T10:09:53.4451463Z Verifying transaction: ...working... done 2022-12-01T10:09:54.1649441Z Executing transaction: ...working... done 2022-12-01T10:09:54.2577102Z Retrieving notices: ...working... done 2022-12-01T10:09:54.5019179Z ++ [[ linux-focal-py3.7-clang7-asan == *centos* ]] 2022-12-01T10:09:54.5019604Z + echo 'Environment variables' 2022-12-01T10:09:54.5019813Z Environment variables 2022-12-01T10:09:54.5019988Z + env 2022-12-01T10:09:54.5044612Z INSTALLED_DB=yes 2022-12-01T10:09:54.5045148Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:09:54.5045659Z BUILD_ENVIRONMENT=linux-focal-py3.7-clang7-asan 2022-12-01T10:09:54.5046096Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-12-01T10:09:54.5046459Z HOSTNAME=b8e8f035cd08 2022-12-01T10:09:54.5047142Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_d34676f1-ce5f-44f8-b5bc-fe6c701ee80a 2022-12-01T10:09:54.5047533Z GITHUB_ACTION=__self 2022-12-01T10:09:54.5047843Z GITHUB_RUN_NUMBER=69319 2022-12-01T10:09:54.5048104Z TEST_CONFIG=default 2022-12-01T10:09:54.5048438Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T10:09:54.5048842Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T10:09:54.5049178Z GITHUB_REF_TYPE=branch 2022-12-01T10:09:54.5049514Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-12-01T10:09:54.5049894Z BASE_SHA=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:09:54.5050207Z XLA_CUDA= 2022-12-01T10:09:54.5052235Z *** 2022-12-01T10:09:54.5052467Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T10:09:54.5052661Z GITHUB_ACTIONS=true 2022-12-01T10:09:54.5052949Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:09:54.5053202Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T10:09:54.5053400Z UCC_HOME=/usr 2022-12-01T10:09:54.5053631Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T10:09:54.5053846Z SHARD_NUMBER=4 2022-12-01T10:09:54.5054019Z GITHUB_REF_PROTECTED=false 2022-12-01T10:09:54.5054225Z HOME=/var/lib/jenkins 2022-12-01T10:09:54.5054509Z GITHUB_API_URL=https://api.github.com 2022-12-01T10:09:54.5054707Z INSTALLED_THRIFT= 2022-12-01T10:09:54.5054882Z UCX_COMMIT= 2022-12-01T10:09:54.5055064Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T10:09:54.5055239Z NUM_TEST_SHARDS=5 2022-12-01T10:09:54.5055475Z UCX_HOME=/usr 2022-12-01T10:09:54.5055928Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_d34676f1-ce5f-44f8-b5bc-fe6c701ee80a 2022-12-01T10:09:54.5056232Z PYTORCH_RETRY_TEST_CASES=1 2022-12-01T10:09:54.5056621Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_d34676f1-ce5f-44f8-b5bc-fe6c701ee80a 2022-12-01T10:09:54.5057271Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T10:09:54.5057546Z GITHUB_EVENT_NAME=pull_request 2022-12-01T10:09:54.5057733Z GITHUB_RUN_ID=3591403534 2022-12-01T10:09:54.5058246Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_d34676f1-ce5f-44f8-b5bc-fe6c701ee80a 2022-12-01T10:09:54.5058739Z GITHUB_ACTOR=charlie-wt 2022-12-01T10:09:54.5058911Z PR_NUMBER=89997 2022-12-01T10:09:54.5059141Z DESIRED_CUDA= 2022-12-01T10:09:54.5059339Z GITHUB_RUN_ATTEMPT=1 2022-12-01T10:09:54.5059502Z VALGRIND=ON 2022-12-01T10:09:54.5059729Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T10:09:54.5059949Z TERM=xterm 2022-12-01T10:09:54.5060120Z INSTALLED_VISION=yes 2022-12-01T10:09:54.5060288Z BRANCH=pull/89997 2022-12-01T10:09:54.5060477Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T10:09:54.5060677Z CUDA_PATH=/usr/local/cuda 2022-12-01T10:09:54.5061030Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T10:09:54.5061332Z GITHUB_SERVER_URL=https://github.com 2022-12-01T10:09:54.5061551Z UCC_COMMIT= 2022-12-01T10:09:54.5061711Z INSTALLED_ANDROID= 2022-12-01T10:09:54.5061878Z SHLVL=1 2022-12-01T10:09:54.5062032Z MAX_JOBS=6 2022-12-01T10:09:54.5074451Z COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack 2022-12-01T10:09:54.5080587Z GITHUB_REF_NAME=89997/merge 2022-12-01T10:09:54.5080946Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:09:54.5081206Z GITHUB_JOB=test 2022-12-01T10:09:54.5081391Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T10:09:54.5081599Z GITHUB_RETENTION_DAYS=90 2022-12-01T10:09:54.5081789Z OPENSSL_DIR=/opt/openssl 2022-12-01T10:09:54.5081980Z GITHUB_ACTION_REPOSITORY= 2022-12-01T10:09:54.5082274Z 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-12-01T10:09:54.5082566Z GITHUB_BASE_REF=release/1.13 2022-12-01T10:09:54.5082742Z CI=true 2022-12-01T10:09:54.5082909Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T10:09:54.5083107Z INSTALLED_PROTOBUF=yes 2022-12-01T10:09:54.5083427Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T10:09:54.5083663Z GITHUB_ACTION_REF= 2022-12-01T10:09:54.5083937Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T10:09:54.5084162Z GITHUB_WORKFLOW=pull 2022-12-01T10:09:54.5084346Z DEBIAN_FRONTEND=noninteractive 2022-12-01T10:09:54.5084764Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_d34676f1-ce5f-44f8-b5bc-fe6c701ee80a 2022-12-01T10:09:54.5085828Z PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form. 2022-12-01T10:09:54.5086442Z _=/usr/bin/env 2022-12-01T10:09:54.5086649Z + echo 'Testing pytorch' 2022-12-01T10:09:54.5086817Z Testing pytorch 2022-12-01T10:09:54.5087008Z + export LANG=C.UTF-8 2022-12-01T10:09:54.5087195Z + LANG=C.UTF-8 2022-12-01T10:09:54.5147953Z + PR_NUMBER=89997 2022-12-01T10:09:54.5148259Z + [[ default == \d\e\f\a\u\l\t ]] 2022-12-01T10:09:54.5148595Z + export CUDA_VISIBLE_DEVICES=0 2022-12-01T10:09:54.5148923Z + CUDA_VISIBLE_DEVICES=0 2022-12-01T10:09:54.5149468Z + export HIP_VISIBLE_DEVICES=0 2022-12-01T10:09:54.5149766Z + HIP_VISIBLE_DEVICES=0 2022-12-01T10:09:54.5150073Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-12-01T10:09:54.5150435Z + [[ default == \s\l\o\w ]] 2022-12-01T10:09:54.5151028Z + [[ linux-focal-py3.7-clang7-asan == *slow-gradcheck* ]] 2022-12-01T10:09:54.5151596Z + [[ linux-focal-py3.7-clang7-asan == *cuda* ]] 2022-12-01T10:09:54.5152134Z + [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-12-01T10:09:54.5152720Z + [[ linux-focal-py3.7-clang7-asan == *cuda11* ]] 2022-12-01T10:09:54.5153125Z + [[ default == *crossref* ]] 2022-12-01T10:09:54.5153457Z + [[ default == *dynamo* ]] 2022-12-01T10:09:54.5153739Z + [[ -n 89997 ]] 2022-12-01T10:09:54.5153927Z + [[ -z '' ]] 2022-12-01T10:09:54.5154121Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:09:54.5154355Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:09:54.5154638Z + [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-12-01T10:09:54.5154931Z + [[ linux-focal-py3.7-clang7-asan != *-bazel-* ]] 2022-12-01T10:09:54.5155192Z + pip_install --user ninja 2022-12-01T10:09:54.5155451Z + pip install --progress-bar off --user ninja 2022-12-01T10:09:54.9345978Z Collecting ninja 2022-12-01T10:09:54.9515219Z Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) 2022-12-01T10:09:55.6748240Z Installing collected packages: ninja 2022-12-01T10:09:55.6843493Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-12-01T10:09:55.6844008Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T10:09:55.6889704Z Successfully installed ninja-1.11.1 2022-12-01T10:09:55.7657343Z + 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-12-01T10:09:55.7658162Z + 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-12-01T10:09:55.7658893Z + [[ linux-focal-py3.7-clang7-asan == *asan* ]] 2022-12-01T10:09:55.7659390Z + export ASAN_OPTIONS=detect_leaks=0:symbolize=1:detect_stack_use_after_return=1:strict_init_order=true:detect_odr_violation=0 2022-12-01T10:09:55.7659893Z + ASAN_OPTIONS=detect_leaks=0:symbolize=1:detect_stack_use_after_return=1:strict_init_order=true:detect_odr_violation=0 2022-12-01T10:09:55.7660271Z + export UBSAN_OPTIONS=print_stacktrace=1:suppressions=/var/lib/jenkins/workspace/ubsan.supp 2022-12-01T10:09:55.7660603Z + UBSAN_OPTIONS=print_stacktrace=1:suppressions=/var/lib/jenkins/workspace/ubsan.supp 2022-12-01T10:09:55.7661103Z + export PYTORCH_TEST_WITH_ASAN=1 2022-12-01T10:09:55.7661313Z + PYTORCH_TEST_WITH_ASAN=1 2022-12-01T10:09:55.7661518Z + export PYTORCH_TEST_WITH_UBSAN=1 2022-12-01T10:09:55.7661709Z + PYTORCH_TEST_WITH_UBSAN=1 2022-12-01T10:09:55.7662029Z + export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-7/bin/llvm-symbolizer 2022-12-01T10:09:55.7662469Z + ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-7/bin/llvm-symbolizer 2022-12-01T10:09:55.7662839Z + export TORCH_USE_RTLD_GLOBAL=1 2022-12-01T10:09:55.7663157Z + TORCH_USE_RTLD_GLOBAL=1 2022-12-01T10:09:55.7663572Z + export LD_PRELOAD=/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.asan-x86_64.so 2022-12-01T10:09:55.7664012Z + LD_PRELOAD=/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.asan-x86_64.so 2022-12-01T10:09:55.7664277Z + ulimit -s 81920 2022-12-01T10:09:55.7664660Z + cd test 2022-12-01T10:09:55.7664979Z + python -c 'import torch; print(torch.__version__, torch.version.git_version)' 2022-12-01T10:09:58.8039136Z 1.13.0a0+gitc13d400 c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:09:59.2439020Z + echo 'The next three invocations are expected to crash; if they don'\''t that means ASAN/UBSAN is misconfigured' 2022-12-01T10:09:59.2439963Z The next three invocations are expected to crash; if they don't that means ASAN/UBSAN is misconfigured 2022-12-01T10:09:59.2440530Z + cd test 2022-12-01T10:09:59.2441099Z + get_exit_code python -c 'import torch; torch._C._crash_if_csrc_asan(3)' 2022-12-01T10:09:59.2441480Z + set +e 2022-12-01T10:09:59.2441756Z + python -c 'import torch; torch._C._crash_if_csrc_asan(3)' 2022-12-01T10:10:02.3155398Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp:169:3: runtime error: index 3 out of bounds for type 'volatile char [3]' 2022-12-01T10:10:02.6024979Z #0 0x7fb3205ceda7 in THPModule_crashIfCsrcASAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2b34da7) 2022-12-01T10:10:02.6645380Z #1 0x5601b92e65dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-12-01T10:10:02.6645949Z #2 0x5601b931cb3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-12-01T10:10:02.6646517Z #3 0x5601b931cb3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-12-01T10:10:02.6647069Z #4 0x5601b9364701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-12-01T10:10:02.6647797Z #5 0x5601b92b5e84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-12-01T10:10:02.6648365Z #6 0x5601b92b5e84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-12-01T10:10:02.6649441Z #7 0x5601b92b7272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-12-01T10:10:02.6649980Z #8 0x5601b92b7272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-12-01T10:10:02.6650647Z #9 0x5601b93c4c81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-12-01T10:10:02.6651346Z #10 0x5601b93cfc69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-12-01T10:10:02.6652191Z #11 0x5601b93cfccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-12-01T10:10:02.6653428Z #12 0x5601b93cfdc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-12-01T10:10:02.6654101Z #13 0x5601b93cfdc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-12-01T10:10:02.6654560Z #14 0x5601b93cfdc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-12-01T10:10:02.6655445Z #15 0x5601b93d018b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-12-01T10:10:02.6669895Z #16 0x7fb328cc7082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-12-01T10:10:02.6670885Z #17 0x5601b9375039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-12-01T10:10:02.6671090Z 2022-12-01T10:10:02.6671438Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/torch/csrc/Module.cpp:169:3 in 2022-12-01T10:10:02.7180073Z + retcode=1 2022-12-01T10:10:02.7180555Z + set -e 2022-12-01T10:10:02.7180734Z + return 1 2022-12-01T10:10:02.7184650Z + cd test 2022-12-01T10:10:02.7185173Z + get_exit_code python -c 'import torch; torch._C._crash_if_csrc_ubsan(0)' 2022-12-01T10:10:02.7185413Z + set +e 2022-12-01T10:10:02.7185733Z + python -c 'import torch; torch._C._crash_if_csrc_ubsan(0)' 2022-12-01T10:10:05.7371264Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp:181:18: runtime error: division by zero 2022-12-01T10:10:05.8680338Z #0 0x7f6f02e6bff5 in THPModule_crashIfCsrcUBSAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2b34ff5) 2022-12-01T10:10:05.9273278Z #1 0x557e552095dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-12-01T10:10:05.9273943Z #2 0x557e5523fb3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-12-01T10:10:05.9274497Z #3 0x557e5523fb3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-12-01T10:10:05.9274979Z #4 0x557e55287701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-12-01T10:10:05.9275544Z #5 0x557e551d8e84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-12-01T10:10:05.9276106Z #6 0x557e551d8e84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-12-01T10:10:05.9276926Z #7 0x557e551da272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-12-01T10:10:05.9277430Z #8 0x557e551da272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-12-01T10:10:05.9278055Z #9 0x557e552e7c81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-12-01T10:10:05.9279063Z #10 0x557e552f2c69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-12-01T10:10:05.9279917Z #11 0x557e552f2ccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-12-01T10:10:05.9281442Z #12 0x557e552f2dc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-12-01T10:10:05.9281867Z #13 0x557e552f2dc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-12-01T10:10:05.9282300Z #14 0x557e552f2dc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-12-01T10:10:05.9282660Z #15 0x557e552f318b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-12-01T10:10:05.9298548Z #16 0x7f6f0b566082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-12-01T10:10:05.9299103Z #17 0x557e55298039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-12-01T10:10:05.9299395Z 2022-12-01T10:10:05.9299758Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/torch/csrc/Module.cpp:181:18 in 2022-12-01T10:10:05.9718303Z + retcode=1 2022-12-01T10:10:05.9718612Z + set -e 2022-12-01T10:10:05.9718773Z + return 1 2022-12-01T10:10:05.9723387Z + cd test 2022-12-01T10:10:05.9724015Z + get_exit_code python -c 'import torch; torch._C._crash_if_aten_asan(3)' 2022-12-01T10:10:05.9724252Z + set +e 2022-12-01T10:10:05.9724518Z + python -c 'import torch; torch._C._crash_if_aten_asan(3)' 2022-12-01T10:10:08.9360698Z /var/lib/jenkins/workspace/aten/src/ATen/Utils.cpp:20:3: runtime error: index 3 out of bounds for type 'volatile char [3]' 2022-12-01T10:10:09.6257247Z #0 0x7fe346d47904 in at::_crash_if_asan(int) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so+0xd7ee904) 2022-12-01T10:10:09.6851281Z #1 0x7fe371ba212b in THPModule_crashIfATenASAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2b3512b) 2022-12-01T10:10:09.7440882Z #2 0x55b07c8965dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-12-01T10:10:09.7441524Z #3 0x55b07c8ccb3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-12-01T10:10:09.7442026Z #4 0x55b07c8ccb3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-12-01T10:10:09.7442704Z #5 0x55b07c914701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-12-01T10:10:09.7443926Z #6 0x55b07c865e84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-12-01T10:10:09.7444375Z #7 0x55b07c865e84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-12-01T10:10:09.7445520Z #8 0x55b07c867272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-12-01T10:10:09.7445966Z #9 0x55b07c867272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-12-01T10:10:09.7446459Z #10 0x55b07c974c81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-12-01T10:10:09.7447155Z #11 0x55b07c97fc69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-12-01T10:10:09.7447599Z #12 0x55b07c97fccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-12-01T10:10:09.7449716Z #13 0x55b07c97fdc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-12-01T10:10:09.7450264Z #14 0x55b07c97fdc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-12-01T10:10:09.7450712Z #15 0x55b07c97fdc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-12-01T10:10:09.7451330Z #16 0x55b07c98018b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-12-01T10:10:09.7465245Z #17 0x7fe37a29c082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-12-01T10:10:09.7465794Z #18 0x55b07c925039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-12-01T10:10:09.7465970Z 2022-12-01T10:10:09.7466759Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/aten/src/ATen/Utils.cpp:20:3 in 2022-12-01T10:10:09.7876893Z + retcode=1 2022-12-01T10:10:09.7877255Z + set -e 2022-12-01T10:10:09.7877488Z + return 1 2022-12-01T10:10:09.7878664Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-12-01T10:10:09.7878911Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-12-01T10:10:09.7881858Z + [[ linux-focal-py3.7-clang7-asan == *tbb* ]] 2022-12-01T10:10:09.7893451Z + [[ linux-focal-py3.7-clang7-asan == *libtorch* ]] 2022-12-01T10:10:09.7893776Z + [[ linux-focal-py3.7-clang7-asan == *-bazel-* ]] 2022-12-01T10:10:09.7896248Z + cd test 2022-12-01T10:10:09.7897059Z + python -c 'import torch; print(torch.__config__.show())' 2022-12-01T10:10:12.8303230Z PyTorch built with: 2022-12-01T10:10:12.8303846Z - GCC 4.2 2022-12-01T10:10:12.8304394Z - C++ Version: 201402 2022-12-01T10:10:12.8304585Z - clang 7.0.1 2022-12-01T10:10:12.8304979Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:10:12.8305337Z - LAPACK is enabled (usually provided by MKL) 2022-12-01T10:10:12.8305569Z - NNPACK is enabled 2022-12-01T10:10:12.8305797Z - CPU capability usage: AVX2 2022-12-01T10:10:12.8308915Z - 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 -Wunused-local-typedefs -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wvla-extension -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 -Wunused-lambda-capture -Wunused-local-typedef -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-12-01T10:10:12.8311013Z 2022-12-01T10:10:13.2615880Z + cd test 2022-12-01T10:10:13.2616371Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-12-01T10:10:16.2862979Z ATen/Parallel: 2022-12-01T10:10:16.2863322Z at::get_num_threads() : 4 2022-12-01T10:10:16.2863568Z at::get_num_interop_threads() : 4 2022-12-01T10:10:16.2863818Z OpenMP not found 2022-12-01T10:10:16.2864337Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:10:16.2864625Z mkl_get_max_threads() : 1 2022-12-01T10:10:16.2864802Z MKLDNN not found 2022-12-01T10:10:16.2865009Z std::thread::hardware_concurrency() : 8 2022-12-01T10:10:16.2865338Z Environment variables: 2022-12-01T10:10:16.2865528Z OMP_NUM_THREADS : [not set] 2022-12-01T10:10:16.2865778Z MKL_NUM_THREADS : [not set] 2022-12-01T10:10:16.2867668Z ATen parallel backend: native thread pool 2022-12-01T10:10:16.2867835Z 2022-12-01T10:10:16.7448552Z + [[ default == *backward* ]] 2022-12-01T10:10:16.7448959Z + [[ default == *xla* ]] 2022-12-01T10:10:16.7449314Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-12-01T10:10:16.7449916Z + [[ linux-focal-py3.7-clang7-asan == *libtorch* ]] 2022-12-01T10:10:16.7450156Z + [[ default == distributed ]] 2022-12-01T10:10:16.7450351Z + [[ default == *dynamo* ]] 2022-12-01T10:10:16.7450533Z + [[ default == *dynamo* ]] 2022-12-01T10:10:16.7450706Z + [[ 4 == 1 ]] 2022-12-01T10:10:16.7450864Z + [[ 4 == 2 ]] 2022-12-01T10:10:16.7451040Z + [[ 4 -gt 2 ]] 2022-12-01T10:10:16.7451261Z + install_torchdynamo 2022-12-01T10:10:16.7451482Z + local commit 2022-12-01T10:10:16.7451863Z ++ get_pinned_commit torchdynamo 2022-12-01T10:10:16.7452137Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-12-01T10:10:16.7742138Z + commit=6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:16.7742949Z + pip_install --user git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:16.7743489Z + pip install --progress-bar off --user git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:17.2691884Z Collecting git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:17.2698780Z Cloning https://github.com/pytorch/torchdynamo.git (to revision 6ead5cae0d1234aa64db06fe230ef56e12ec76fe) to /tmp/pip-req-build-glx2sjhs 2022-12-01T10:10:17.3060126Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchdynamo.git /tmp/pip-req-build-glx2sjhs 2022-12-01T10:10:18.4006124Z Running command git rev-parse -q --verify 'sha^6ead5cae0d1234aa64db06fe230ef56e12ec76fe' 2022-12-01T10:10:18.4118162Z Running command git fetch -q https://github.com/pytorch/torchdynamo.git 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:18.9627164Z Running command git checkout -q 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:19.5063015Z Resolved https://github.com/pytorch/torchdynamo.git to commit 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:23.7119491Z Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:10:23.7201504Z [?25hRequirement already satisfied: torch>=1.12.0 in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.13.0a0+gitc13d400) 2022-12-01T10:10:23.7206031Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.18.5) 2022-12-01T10:10:23.7763574Z Collecting tabulate 2022-12-01T10:10:23.8007751Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2022-12-01T10:10:23.8096539Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (6.0) 2022-12-01T10:10:23.8101614Z Requirement already satisfied: sympy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.10.1) 2022-12-01T10:10:23.8145332Z 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-12-01T10:10:23.8180428Z 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-12-01T10:10:23.8303543Z Building wheels for collected packages: torchdynamo 2022-12-01T10:10:32.4324065Z Building wheel for torchdynamo (setup.py) ... [?25l- \ | / - done 2022-12-01T10:10:32.4424595Z [?25h Created wheel for torchdynamo: filename=torchdynamo-1.13.0.dev0-cp37-cp37m-linux_x86_64.whl size=2898239 sha256=aeede9fb9d6fbfadb7bedaf2d50be9e0b63a0f1b0f66020e1af72073602098be 2022-12-01T10:10:32.4426327Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/be/04/a5/adc64d091c88f64465d8ee6f21d5717177ec59bba7342b9732 2022-12-01T10:10:32.4455471Z Successfully built torchdynamo 2022-12-01T10:10:33.3405929Z Installing collected packages: tabulate, torchdynamo 2022-12-01T10:10:33.7459471Z Successfully installed tabulate-0.9.0 torchdynamo-1.13.0.dev0 2022-12-01T10:10:33.8664939Z + test_python_shard 4 2022-12-01T10:10:33.8665469Z + [[ -z 5 ]] 2022-12-01T10:10:33.8665860Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 4 5 --verbose 2022-12-01T10:10:37.3783881Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:37.5469193Z Ignoring disabled issues: [] 2022-12-01T10:10:37.5701314Z Found test time stats from artifacts 2022-12-01T10:10:37.5738381Z Selected tests: 2022-12-01T10:10:37.5738668Z test_modules 2022-12-01T10:10:37.5738911Z test_dispatch 2022-12-01T10:10:37.5739192Z test_tensor_creation_ops 2022-12-01T10:10:37.5739430Z test_torch 2022-12-01T10:10:37.5739651Z test_multiprocessing 2022-12-01T10:10:37.5739841Z test_fake_tensor 2022-12-01T10:10:37.5740000Z test_jit_disabled 2022-12-01T10:10:37.5740207Z test_show_pickle 2022-12-01T10:10:37.5740435Z test_cpp_extensions_aot_ninja 2022-12-01T10:10:37.5740631Z distributions/test_constraints 2022-12-01T10:10:37.5740818Z test_cuda 2022-12-01T10:10:37.5740980Z test_fx_backends 2022-12-01T10:10:37.5741366Z test_quantization 2022-12-01T10:10:37.5741538Z test_schema_check 2022-12-01T10:10:37.5741714Z test_proxy_tensor 2022-12-01T10:10:37.5741868Z test_jit 2022-12-01T10:10:37.5742026Z test_foreach 2022-12-01T10:10:37.5742192Z test_package 2022-12-01T10:10:37.5742356Z lazy/test_reuse_ir 2022-12-01T10:10:37.5742586Z nn/test_packed_sequence 2022-12-01T10:10:37.5742770Z test_native_functions 2022-12-01T10:10:37.5742933Z test_autocast 2022-12-01T10:10:37.5743125Z benchmark_utils/test_benchmark_utils 2022-12-01T10:10:37.5743333Z test_fx_reinplace_pass 2022-12-01T10:10:37.5743498Z test_fx_passes 2022-12-01T10:10:37.5743730Z test_functional_optim 2022-12-01T10:10:37.5743925Z test_python_dispatch 2022-12-01T10:10:37.5744086Z test_subclass 2022-12-01T10:10:37.5744264Z test_per_overload_api 2022-12-01T10:10:37.5744442Z test_type_info 2022-12-01T10:10:37.5744595Z test_license 2022-12-01T10:10:37.5744758Z test_itt 2022-12-01T10:10:37.5744922Z test_numpy_interop 2022-12-01T10:10:37.5745078Z test_dlpack 2022-12-01T10:10:37.5745245Z test_decomp 2022-12-01T10:10:37.5745413Z test_jit_llga_fuser 2022-12-01T10:10:37.5745567Z test_mkldnn 2022-12-01T10:10:37.5745736Z test_nvfuser_frontend 2022-12-01T10:10:37.5745913Z test_mkldnn_fusion 2022-12-01T10:10:37.5746080Z test_numba_integration 2022-12-01T10:10:37.5746314Z test_complex 2022-12-01T10:10:37.5746550Z test_vulkan 2022-12-01T10:10:37.5746702Z test_openmp 2022-12-01T10:10:38.5112760Z Prioritized test from test file changes. 2022-12-01T10:10:38.5113224Z reordering tests for PR: 2022-12-01T10:10:38.5114377Z prioritized: ['test_modules', 'test_torch', 'test_fake_tensor', 'test_cuda', 'test_fx_backends', 'test_quantization', 'test_proxy_tensor', 'test_jit', 'test_foreach', 'lazy/test_reuse_ir', 'test_native_functions', 'test_autocast', 'test_fx_reinplace_pass', 'test_fx_passes', 'test_functional_optim', 'test_python_dispatch', 'test_decomp', 'test_jit_llga_fuser', 'test_mkldnn', 'test_nvfuser_frontend', 'test_mkldnn_fusion'] 2022-12-01T10:10:38.5115749Z the rest: ['test_dispatch', 'test_tensor_creation_ops', 'test_multiprocessing', 'test_jit_disabled', 'test_show_pickle', 'test_cpp_extensions_aot_ninja', 'distributions/test_constraints', 'test_schema_check', 'test_package', 'nn/test_packed_sequence', 'benchmark_utils/test_benchmark_utils', 'test_subclass', 'test_per_overload_api', 'test_type_info', 'test_license', 'test_itt', 'test_numpy_interop', 'test_dlpack', 'test_numba_integration', 'test_complex', 'test_vulkan', 'test_openmp'] 2022-12-01T10:10:38.5116270Z 2022-12-01T10:10:38.5116685Z 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-12-01T10:10:38.5411254Z 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-12-01T10:10:38.5666530Z parallel (file granularity) tests: 2022-12-01T10:10:38.5666928Z test_quantization 2022-12-01T10:10:38.5667296Z test_proxy_tensor 2022-12-01T10:10:38.5667578Z test_jit 2022-12-01T10:10:38.5667726Z test_foreach 2022-12-01T10:10:38.5667898Z lazy/test_reuse_ir 2022-12-01T10:10:38.5668077Z test_native_functions 2022-12-01T10:10:38.5668237Z test_autocast 2022-12-01T10:10:38.5668419Z test_fx_reinplace_pass 2022-12-01T10:10:38.5668609Z test_fx_passes 2022-12-01T10:10:38.5668774Z test_functional_optim 2022-12-01T10:10:38.5668960Z test_python_dispatch 2022-12-01T10:10:38.5669134Z test_decomp 2022-12-01T10:10:38.5669289Z test_jit_llga_fuser 2022-12-01T10:10:38.5669462Z test_mkldnn 2022-12-01T10:10:38.5669636Z test_nvfuser_frontend 2022-12-01T10:10:38.5669799Z test_mkldnn_fusion 2022-12-01T10:10:38.5669992Z distributions/test_constraints 2022-12-01T10:10:38.5670186Z test_schema_check 2022-12-01T10:10:38.5670341Z test_package 2022-12-01T10:10:38.5670520Z nn/test_packed_sequence 2022-12-01T10:10:38.5670725Z benchmark_utils/test_benchmark_utils 2022-12-01T10:10:38.5670907Z test_subclass 2022-12-01T10:10:38.5671240Z test_per_overload_api 2022-12-01T10:10:38.5671422Z test_type_info 2022-12-01T10:10:38.5671575Z test_license 2022-12-01T10:10:38.5671735Z test_itt 2022-12-01T10:10:38.5671899Z test_numpy_interop 2022-12-01T10:10:38.5672058Z test_dlpack 2022-12-01T10:10:38.5672236Z test_numba_integration 2022-12-01T10:10:38.5672417Z test_complex 2022-12-01T10:10:38.5672567Z test_vulkan 2022-12-01T10:10:38.5672731Z test_openmp 2022-12-01T10:10:38.5672919Z serial (file granularity) tests: 2022-12-01T10:10:38.5673095Z test_modules 2022-12-01T10:10:38.5673255Z test_torch 2022-12-01T10:10:38.5673419Z test_fake_tensor 2022-12-01T10:10:38.5673571Z test_cuda 2022-12-01T10:10:38.5673733Z test_fx_backends 2022-12-01T10:10:38.5673902Z test_dispatch 2022-12-01T10:10:38.5674068Z test_tensor_creation_ops 2022-12-01T10:10:38.5674260Z test_multiprocessing 2022-12-01T10:10:38.5674441Z test_jit_disabled 2022-12-01T10:10:38.5674598Z test_show_pickle 2022-12-01T10:10:38.5674787Z test_cpp_extensions_aot_ninja 2022-12-01T10:10:42.2506370Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:42.2526095Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:42.3346958Z Ignoring disabled issues: [] 2022-12-01T10:10:42.3539288Z Ignoring disabled issues: [] 2022-12-01T10:10:42.3543912Z Running test_quantization ... [2022-12-01 10:10:42.354117] 2022-12-01T10:10:42.3546899Z Executing ['/opt/conda/bin/python', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:42.354438] 2022-12-01T10:10:42.3738490Z Running test_proxy_tensor ... [2022-12-01 10:10:42.373509] 2022-12-01T10:10:42.3740629Z Executing ['/opt/conda/bin/python', '-bb', 'test_proxy_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:42.373821] 2022-12-01T10:15:34.4464975Z 2022-12-01T10:15:34.4465409Z Expand the folded group to see the log file of test_proxy_tensor 2022-12-01T10:15:34.4472191Z ##[group]PRINTING LOG FILE of test_proxy_tensor (/var/lib/jenkins/workspace/test/test-reports/test_proxy_tensor_h1a41php) 2022-12-01T10:15:34.4473027Z Test results will be stored in test-reports/python-unittest/test_proxy_tensor 2022-12-01T10:15:34.4474005Z test_proxy_tensor.py:126: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-12-01T10:15:34.4474556Z UserWarning) 2022-12-01T10:15:34.4474722Z 2022-12-01T10:15:34.4474832Z Running tests... 2022-12-01T10:15:34.4539547Z ---------------------------------------------------------------------- 2022-12-01T10:15:34.4539980Z test_alias (__main__.TestFakeProxyTensor) ... ok (0.030s) 2022-12-01T10:15:34.4540457Z test_issue82547 (__main__.TestFakeProxyTensor) ... ok (0.011s) 2022-12-01T10:15:34.4540983Z test_use_fake_and_tensor (__main__.TestFakeProxyTensor) ... ok (0.009s) 2022-12-01T10:15:34.4541386Z test_allclose (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-12-01T10:15:34.4544215Z test_amp_cache (__main__.TestGenericProxyTensorFake) ... skip: CUDA-only test (0.001s) 2022-12-01T10:15:34.4544828Z test_constant_blowup (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-12-01T10:15:34.4545476Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorFake) ... ok (0.020s) 2022-12-01T10:15:34.4545894Z test_constant_random (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:15:34.4546199Z test_constant_unbind (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:15:34.4546518Z test_decomp_of_capture (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:15:34.4546855Z test_decomposition_interpreter (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-12-01T10:15:34.4547179Z test_has_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-12-01T10:15:34.4547479Z test_inplace_metadata (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:15:34.4548009Z test_isolated_graphmodule (__main__.TestGenericProxyTensorFake) ... ok (0.045s) 2022-12-01T10:15:34.4548344Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-12-01T10:15:34.4548669Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorFake) ... ok (0.053s) 2022-12-01T10:15:34.4549008Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorFake) ... ok (0.065s) 2022-12-01T10:15:34.4552119Z test_make_fx_overloads (__main__.TestGenericProxyTensorFake) ... ok (0.012s) 2022-12-01T10:15:34.4558550Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorFake) ... ok (0.009s) 2022-12-01T10:15:34.4559322Z test_make_fx_simple (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-12-01T10:15:34.4560046Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:15:34.4560769Z test_partial_decomp (__main__.TestGenericProxyTensorFake) ... ok (0.013s) 2022-12-01T10:15:34.4561446Z test_proxy_tensor (__main__.TestGenericProxyTensorFake) ... ok (0.074s) 2022-12-01T10:15:34.4562209Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-12-01T10:15:34.4563316Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorFake) ... skip: test requires torchvision (0.001s) 2022-12-01T10:15:34.4564063Z test_scalar_device (__main__.TestGenericProxyTensorFake) ... ok (0.007s) 2022-12-01T10:15:34.4564714Z test_strides (__main__.TestGenericProxyTensorFake) ... ok (0.011s) 2022-12-01T10:15:34.4565379Z test_tensor_constants (__main__.TestGenericProxyTensorFake) ... ok (0.017s) 2022-12-01T10:15:34.4566066Z test_trace_subclasses (__main__.TestGenericProxyTensorFake) ... ok (0.017s) 2022-12-01T10:15:34.4566713Z test_varargs (__main__.TestGenericProxyTensorFake) ... ok (0.008s) 2022-12-01T10:15:34.4567364Z test_allclose (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:15:34.4568295Z test_amp_cache (__main__.TestGenericProxyTensorReal) ... skip: CUDA-only test (0.002s) 2022-12-01T10:15:34.4568996Z test_constant_blowup (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-12-01T10:15:34.4569696Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorReal) ... ok (0.024s) 2022-12-01T10:15:34.4570406Z test_constant_random (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-12-01T10:15:34.4571079Z test_constant_unbind (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-12-01T10:15:34.4571719Z test_decomp_of_capture (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-12-01T10:15:34.4572417Z test_decomposition_interpreter (__main__.TestGenericProxyTensorReal) ... ok (0.009s) 2022-12-01T10:15:34.4573125Z test_has_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-12-01T10:15:34.4573786Z test_inplace_metadata (__main__.TestGenericProxyTensorReal) ... ok (0.007s) 2022-12-01T10:15:34.4574492Z test_isolated_graphmodule (__main__.TestGenericProxyTensorReal) ... ok (0.061s) 2022-12-01T10:15:34.4575247Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorReal) ... ok (0.012s) 2022-12-01T10:15:34.4575976Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorReal) ... ok (0.033s) 2022-12-01T10:15:34.4576706Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorReal) ... ok (0.032s) 2022-12-01T10:15:34.4577552Z test_make_fx_overloads (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-12-01T10:15:34.4578270Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-12-01T10:15:34.4578954Z test_make_fx_simple (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:15:34.4579680Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:15:34.4580394Z test_partial_decomp (__main__.TestGenericProxyTensorReal) ... ok (0.012s) 2022-12-01T10:15:34.4581072Z test_proxy_tensor (__main__.TestGenericProxyTensorReal) ... ok (0.021s) 2022-12-01T10:15:34.4581984Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:15:34.4582855Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorReal) ... skip: test requires torchvision (0.001s) 2022-12-01T10:15:34.4583694Z test_scalar_device (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-12-01T10:15:34.4584329Z test_strides (__main__.TestGenericProxyTensorReal) ... ok (0.008s) 2022-12-01T10:15:34.4584995Z test_tensor_constants (__main__.TestGenericProxyTensorReal) ... ok (0.010s) 2022-12-01T10:15:34.4585674Z test_trace_subclasses (__main__.TestGenericProxyTensorReal) ... ok (0.009s) 2022-12-01T10:15:34.4586346Z test_varargs (__main__.TestGenericProxyTensorReal) ... ok (0.005s) 2022-12-01T10:15:34.4586998Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... ok (0.158s) 2022-12-01T10:15:34.4587922Z test_amp_cache (__main__.TestGenericProxyTensorSymbolic) ... skip: CUDA-only test (0.001s) 2022-12-01T10:15:34.4588682Z test_constant_blowup (__main__.TestGenericProxyTensorSymbolic) ... ok (0.013s) 2022-12-01T10:15:34.4589404Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorSymbolic) ... ok (0.022s) 2022-12-01T10:15:34.4590234Z test_constant_random (__main__.TestGenericProxyTensorSymbolic) ... ok (0.006s) 2022-12-01T10:15:34.4590959Z test_constant_unbind (__main__.TestGenericProxyTensorSymbolic) ... ok (0.007s) 2022-12-01T10:15:34.4591693Z test_decomp_of_capture (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-12-01T10:15:34.4592437Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... ok (0.031s) 2022-12-01T10:15:34.4593169Z test_has_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-12-01T10:15:34.4593922Z test_inplace_metadata (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.010s) 2022-12-01T10:15:34.4594682Z test_isolated_graphmodule (__main__.TestGenericProxyTensorSymbolic) ... ok (0.045s) 2022-12-01T10:15:34.4595453Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorSymbolic) ... ok (0.007s) 2022-12-01T10:15:34.4596242Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.128s) 2022-12-01T10:15:34.4597092Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.089s) 2022-12-01T10:15:34.4607813Z test_make_fx_overloads (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.008s) 2022-12-01T10:15:34.4608370Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... ok (0.013s) 2022-12-01T10:15:34.4609018Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... ok (0.007s) 2022-12-01T10:15:34.4609648Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.004s) 2022-12-01T10:15:34.4610302Z test_partial_decomp (__main__.TestGenericProxyTensorSymbolic) ... ok (0.012s) 2022-12-01T10:15:34.4610855Z test_proxy_tensor (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.085s) 2022-12-01T10:15:34.4611477Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-12-01T10:15:34.4612134Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorSymbolic) ... skip: test requires torchvision (0.001s) 2022-12-01T10:15:34.4612739Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... ok (0.010s) 2022-12-01T10:15:34.4613338Z test_strides (__main__.TestGenericProxyTensorSymbolic) ... ok (0.008s) 2022-12-01T10:15:34.4613938Z test_tensor_constants (__main__.TestGenericProxyTensorSymbolic) ... ok (0.012s) 2022-12-01T10:15:34.4614588Z test_trace_subclasses (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.005s) 2022-12-01T10:15:34.4615211Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... ok (0.012s) 2022-12-01T10:15:34.4615792Z test_make_fx_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.4616441Z test_make_fx_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:15:34.4617263Z test_make_fx_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.135s) 2022-12-01T10:15:34.4617828Z test_make_fx_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.4618400Z test_make_fx_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:15:34.4618982Z test_make_fx_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:15:34.4619537Z test_make_fx_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:15:34.4620101Z test_make_fx_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:15:34.4621491Z test_make_fx_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.4622602Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.4622974Z ok (0.050s) 2022-12-01T10:15:34.4623464Z test_make_fx_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:15:34.4624310Z test_make_fx_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4624868Z test_make_fx_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4625427Z test_make_fx_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4626024Z test_make_fx_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.4626595Z test_make_fx_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:15:34.4627177Z test_make_fx_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:15:34.4627758Z test_make_fx_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:15:34.4628323Z test_make_fx_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.4628889Z test_make_fx_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.4629467Z test_make_fx_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:15:34.4630028Z test_make_fx_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:15:34.4630567Z test_make_fx_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:15:34.4631164Z test_make_fx_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.4631755Z test_make_fx_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:15:34.4632301Z test_make_fx_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:15:34.4633510Z test_make_fx_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:15:34.4635139Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:15:34.4636863Z test_proxy_tensor.py:1318: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:15:34.4637951Z return op.op(*args, **kwargs) 2022-12-01T10:15:34.4638270Z ok (0.035s) 2022-12-01T10:15:34.4638739Z test_make_fx_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4639218Z test_make_fx_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:15:34.4639819Z test_make_fx_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-12-01T10:15:34.4640494Z test_make_fx_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.4641083Z test_make_fx_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:15:34.4641642Z test_make_fx_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.214s) 2022-12-01T10:15:34.4641985Z test_make_fx_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:15:34.4642551Z test_make_fx_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:15:34.4643046Z test_make_fx_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:15:34.4643411Z test_make_fx_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4643749Z test_make_fx_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4644096Z test_make_fx_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.4644443Z test_make_fx_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4644782Z test_make_fx_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4645126Z test_make_fx_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:15:34.4645486Z test_make_fx_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:15:34.4645841Z test_make_fx_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:15:34.4646185Z test_make_fx_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:15:34.4646537Z test_make_fx_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.4646891Z test_make_fx_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.4647265Z test_make_fx_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.4647613Z test_make_fx_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4647953Z test_make_fx_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.4648314Z test_make_fx_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:15:34.4648692Z test_make_fx_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:15:34.4649103Z test_make_fx_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:15:34.4649466Z test_make_fx_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-12-01T10:15:34.4649821Z test_make_fx_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.4650178Z test_make_fx_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.4650523Z test_make_fx_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:15:34.4650872Z test_make_fx_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.513s) 2022-12-01T10:15:34.4651220Z test_make_fx_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.4652097Z test_make_fx_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: 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-12-01T10:15:34.4652695Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:15:34.4652906Z ok (0.021s) 2022-12-01T10:15:34.4653168Z test_make_fx_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.4653658Z test_make_fx_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:15:34.4654059Z L = torch.cholesky(A) 2022-12-01T10:15:34.4654249Z should be replaced with 2022-12-01T10:15:34.4654448Z L = torch.linalg.cholesky(A) 2022-12-01T10:15:34.4654618Z and 2022-12-01T10:15:34.4654798Z U = torch.cholesky(A, upper=True) 2022-12-01T10:15:34.4655000Z should be replaced with 2022-12-01T10:15:34.4655191Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:15:34.4655605Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-12-01T10:15:34.4655984Z return op.op(*args, **kwargs) 2022-12-01T10:15:34.4656150Z ok (0.110s) 2022-12-01T10:15:34.4656425Z test_make_fx_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:15:34.4656945Z test_make_fx_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:15:34.4658686Z test_make_fx_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:15:34.4659043Z test_make_fx_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.4659408Z test_make_fx_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4659771Z test_make_fx_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.4660117Z test_make_fx_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:15:34.4660474Z test_make_fx_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.4660845Z test_make_fx_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.261s) 2022-12-01T10:15:34.4661194Z test_make_fx_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:15:34.4661542Z test_make_fx_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:15:34.4661897Z test_make_fx_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:15:34.4662363Z test_make_fx_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.208s) 2022-12-01T10:15:34.4662721Z test_make_fx_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:15:34.4663084Z test_make_fx_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.4663533Z test_make_fx_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:15:34.4663900Z test_make_fx_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4664234Z test_make_fx_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4664589Z test_make_fx_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:15:34.4664964Z test_make_fx_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:15:34.4665316Z test_make_fx_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.4665671Z test_make_fx_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.4666067Z test_make_fx_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:15:34.4666428Z test_make_fx_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:15:34.4666762Z test_make_fx_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.4667130Z test_make_fx_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:15:34.4667496Z test_make_fx_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4667847Z test_make_fx_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:15:34.4668190Z test_make_fx_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:15:34.4668549Z test_make_fx_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:15:34.4668909Z test_make_fx_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:15:34.4669265Z test_make_fx_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-12-01T10:15:34.4669626Z test_make_fx_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.534s) 2022-12-01T10:15:34.4669975Z test_make_fx_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4670322Z test_make_fx_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.206s) 2022-12-01T10:15:34.4670669Z test_make_fx_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:15:34.4671049Z test_make_fx_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:15:34.4671431Z test_make_fx_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:15:34.4671792Z test_make_fx_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4672130Z test_make_fx_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:15:34.4672477Z test_make_fx_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:15:34.4672829Z test_make_fx_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.4673168Z test_make_fx_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-12-01T10:15:34.4673536Z test_make_fx_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.4673977Z test_make_fx_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.4674345Z test_make_fx_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:15:34.4674694Z test_make_fx_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:15:34.4675057Z test_make_fx_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4675407Z test_make_fx_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4675758Z test_make_fx_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4676089Z test_make_fx_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4676433Z test_make_fx_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4676793Z test_make_fx_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:15:34.4677162Z test_make_fx_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:15:34.4677514Z test_make_fx_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4677857Z test_make_fx_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.318s) 2022-12-01T10:15:34.4678206Z test_make_fx_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:15:34.4678542Z test_make_fx_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:15:34.4678895Z test_make_fx_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:15:34.4679252Z test_make_fx_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.4679613Z test_make_fx_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:15:34.4679957Z test_make_fx_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:15:34.4680315Z test_make_fx_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:15:34.4680670Z test_make_fx_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:15:34.4681012Z test_make_fx_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:15:34.4681365Z test_make_fx_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:15:34.4681725Z test_make_fx_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.4682084Z test_make_fx_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:15:34.4682424Z test_make_fx_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4682784Z test_make_fx_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:15:34.4683142Z test_make_fx_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.4683498Z test_make_fx_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4683838Z test_make_fx_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.4684189Z test_make_fx_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:15:34.4684543Z test_make_fx_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:15:34.4684912Z test_make_fx_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:15:34.4685262Z test_make_fx_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:15:34.4685619Z test_make_fx_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:15:34.4685967Z test_make_fx_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:15:34.4686304Z test_make_fx_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:15:34.4686649Z test_make_fx_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:15:34.4687001Z test_make_fx_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.4687360Z test_make_fx_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:15:34.4687697Z test_make_fx_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4688055Z test_make_fx_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:15:34.4688435Z test_make_fx_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:15:34.4688767Z test_make_fx_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4689137Z test_make_fx_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:15:34.4689476Z test_make_fx_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4689825Z test_make_fx_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:15:34.4690165Z test_make_fx_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:15:34.4690518Z test_make_fx_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.4690866Z test_make_fx_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:15:34.4691209Z test_make_fx_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.177s) 2022-12-01T10:15:34.4691551Z test_make_fx_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.310s) 2022-12-01T10:15:34.4691900Z test_make_fx_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.4692248Z test_make_fx_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:15:34.4692588Z test_make_fx_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:15:34.4692943Z test_make_fx_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.378s) 2022-12-01T10:15:34.4693291Z test_make_fx_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.661s) 2022-12-01T10:15:34.4693656Z test_make_fx_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.920s) 2022-12-01T10:15:34.4694001Z test_make_fx_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.4694348Z test_make_fx_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:15:34.4694695Z test_make_fx_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:15:34.4695034Z test_make_fx_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:15:34.4695363Z test_make_fx_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.4695712Z test_make_fx_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.4696073Z test_make_fx_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:15:34.4696463Z test_make_fx_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.4696977Z test_make_fx_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:15:34.4697334Z test_make_fx_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.4697909Z test_make_fx_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: 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:1008.) 2022-12-01T10:15:34.4698391Z return op.op(*args, **kwargs) 2022-12-01T10:15:34.4698572Z ok (0.143s) 2022-12-01T10:15:34.4698831Z test_make_fx_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4699184Z test_make_fx_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4699535Z test_make_fx_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.4699919Z test_make_fx_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.174s) 2022-12-01T10:15:34.4700273Z test_make_fx_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.4700622Z test_make_fx_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:15:34.4700968Z test_make_fx_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4701297Z test_make_fx_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4701650Z test_make_fx_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:15:34.4702005Z test_make_fx_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:15:34.4702363Z test_make_fx_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4703280Z test_make_fx_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: 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-12-01T10:15:34.4703809Z return op.op(*args, **kwargs) 2022-12-01T10:15:34.4704010Z expected failure (0.016s) 2022-12-01T10:15:34.4704333Z test_make_fx_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:34.4704759Z test_make_fx_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:34.4705189Z test_make_fx_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:34.4705615Z test_make_fx_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:34.4706029Z test_make_fx_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:34.4706388Z test_make_fx_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:15:34.4706735Z test_make_fx_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.4707089Z test_make_fx_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:15:34.4707420Z test_make_fx_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:15:34.4707809Z test_make_fx_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:15:34.4708155Z test_make_fx_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4708522Z test_make_fx_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.123s) 2022-12-01T10:15:34.4708880Z test_make_fx_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:15:34.4709247Z test_make_fx_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:15:34.4709611Z test_make_fx_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4709973Z test_make_fx_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:15:34.4710331Z test_make_fx_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.180s) 2022-12-01T10:15:34.4710702Z test_make_fx_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:15:34.4711063Z test_make_fx_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:15:34.4711442Z test_make_fx_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:15:34.4711808Z test_make_fx_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4712190Z test_make_fx_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:15:34.4712568Z test_make_fx_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:15:34.4712913Z test_make_fx_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:15:34.4713279Z test_make_fx_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.4713661Z test_make_fx_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.4714040Z test_make_fx_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:15:34.4714405Z test_make_fx_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.4714809Z test_make_fx_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.4715192Z test_make_fx_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-12-01T10:15:34.4715555Z test_make_fx_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-12-01T10:15:34.4715914Z test_make_fx_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:15:34.4716288Z test_make_fx_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.405s) 2022-12-01T10:15:34.4716659Z test_make_fx_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.370s) 2022-12-01T10:15:34.4717037Z test_make_fx_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-12-01T10:15:34.4717396Z test_make_fx_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.542s) 2022-12-01T10:15:34.4717781Z test_make_fx_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:15:34.4718162Z test_make_fx_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:15:34.4718510Z test_make_fx_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.434s) 2022-12-01T10:15:34.4718891Z test_make_fx_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.300s) 2022-12-01T10:15:34.4719306Z test_make_fx_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.123s) 2022-12-01T10:15:34.4719682Z test_make_fx_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:15:34.4720109Z test_make_fx_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:15:34.4720535Z test_make_fx_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.187s) 2022-12-01T10:15:34.4720899Z test_make_fx_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:15:34.4721265Z test_make_fx_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-12-01T10:15:34.4721616Z test_make_fx_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-12-01T10:15:34.4721993Z test_make_fx_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.471s) 2022-12-01T10:15:34.4722396Z test_make_fx_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.589s) 2022-12-01T10:15:34.4722761Z test_make_fx_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.293s) 2022-12-01T10:15:34.4723116Z test_make_fx_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.4723491Z test_make_fx_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:15:34.4723858Z test_make_fx_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:15:34.4724341Z test_make_fx_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.184s) 2022-12-01T10:15:34.4724715Z test_make_fx_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.333s) 2022-12-01T10:15:34.4725082Z test_make_fx_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.153s) 2022-12-01T10:15:34.4725438Z test_make_fx_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4725779Z test_make_fx_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4726126Z test_make_fx_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4726473Z test_make_fx_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4726831Z test_make_fx_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:15:34.4727186Z test_make_fx_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:15:34.4727563Z test_make_fx_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4727924Z test_make_fx_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4728277Z test_make_fx_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.4728637Z test_make_fx_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:15:34.4728992Z test_make_fx_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:15:34.4729352Z test_make_fx_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:15:34.4729692Z test_make_fx_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:15:34.4730050Z test_make_fx_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:15:34.4730444Z test_make_fx_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.4730799Z test_make_fx_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.331s) 2022-12-01T10:15:34.4731148Z test_make_fx_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:15:34.4731495Z test_make_fx_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.4731836Z test_make_fx_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:15:34.4732601Z test_make_fx_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T10:15:34.4733070Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:15:34.4733284Z should be replaced with 2022-12-01T10:15:34.4733517Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:15:34.4733711Z and 2022-12-01T10:15:34.4733926Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:15:34.4734213Z should be replaced with 2022-12-01T10:15:34.4734562Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-12-01T10:15:34.4734957Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:15:34.4735182Z ok (0.169s) 2022-12-01T10:15:34.4735587Z test_make_fx_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:15:34.4736017Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:15:34.4736257Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:15:34.4736453Z should be replaced with 2022-12-01T10:15:34.4736880Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-12-01T10:15:34.4737224Z return op.op(*args, **kwargs) 2022-12-01T10:15:34.4737409Z ok (0.127s) 2022-12-01T10:15:34.4737679Z test_make_fx_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-12-01T10:15:34.4738079Z test_make_fx_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:15:34.4738424Z test_make_fx_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:15:34.4738773Z test_make_fx_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.479s) 2022-12-01T10:15:34.4739120Z test_make_fx_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.481s) 2022-12-01T10:15:34.4739482Z test_make_fx_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.314s) 2022-12-01T10:15:34.4739852Z test_make_fx_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.314s) 2022-12-01T10:15:34.4740223Z test_make_fx_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:15:34.4740576Z test_make_fx_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:15:34.4740935Z test_make_fx_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.4741301Z test_make_fx_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-12-01T10:15:34.4741677Z test_make_fx_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-12-01T10:15:34.4742036Z test_make_fx_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.557s) 2022-12-01T10:15:34.4742477Z test_make_fx_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.854s) 2022-12-01T10:15:34.4742846Z test_make_fx_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-12-01T10:15:34.4743280Z test_make_fx_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.586s) 2022-12-01T10:15:34.4743633Z test_make_fx_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.182s) 2022-12-01T10:15:34.4744002Z test_make_fx_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.503s) 2022-12-01T10:15:34.4744368Z test_make_fx_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:15:34.4744721Z test_make_fx_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:15:34.4745091Z test_make_fx_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-12-01T10:15:34.4745459Z test_make_fx_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-12-01T10:15:34.4745867Z test_make_fx_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.419s) 2022-12-01T10:15:34.4746218Z test_make_fx_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.488s) 2022-12-01T10:15:34.4746576Z test_make_fx_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.364s) 2022-12-01T10:15:34.4746932Z test_make_fx_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-12-01T10:15:34.4747288Z test_make_fx_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.4747629Z test_make_fx_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.4747996Z test_make_fx_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:15:34.4748490Z test_make_fx_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.4748876Z test_make_fx_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4749399Z test_make_fx_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-12-01T10:15:34.4749803Z test_make_fx_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:15:34.4750199Z test_make_fx_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:15:34.4750645Z test_make_fx_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:15:34.4751077Z test_make_fx_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.4751489Z test_make_fx_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:15:34.4751933Z test_make_fx_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.4752353Z test_make_fx_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4752782Z test_make_fx_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4753141Z test_make_fx_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:15:34.4753583Z test_make_fx_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:15:34.4753994Z test_make_fx_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-12-01T10:15:34.4754394Z test_make_fx_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4754815Z test_make_fx_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:15:34.4755247Z test_make_fx_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4755676Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:15:34.4756068Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.4756536Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:15:34.4756964Z test_make_fx_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4757397Z test_make_fx_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.242s) 2022-12-01T10:15:34.4757774Z test_make_fx_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:15:34.4758214Z test_make_fx_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:15:34.4758687Z test_make_fx_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.120s) 2022-12-01T10:15:34.4759120Z test_make_fx_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:15:34.4759512Z test_make_fx_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:15:34.4759945Z test_make_fx_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:15:34.4760412Z test_make_fx_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-12-01T10:15:34.4760819Z test_make_fx_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:15:34.4761198Z test_make_fx_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4761623Z test_make_fx_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.4762124Z test_make_fx_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:15:34.4762556Z test_make_fx_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:15:34.4762970Z test_make_fx_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:15:34.4763407Z test_make_fx_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:15:34.4763827Z test_make_fx_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.4764267Z test_make_fx_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.274s) 2022-12-01T10:15:34.4764744Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:15:34.4765238Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:15:34.4765704Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:15:34.4766116Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:15:34.4766577Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.108s) 2022-12-01T10:15:34.4767030Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-12-01T10:15:34.4767538Z test_make_fx_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:15:34.4767939Z test_make_fx_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:15:34.4768415Z test_make_fx_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4768865Z test_make_fx_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:15:34.4769331Z test_make_fx_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.192s) 2022-12-01T10:15:34.4769742Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:15:34.4770212Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.137s) 2022-12-01T10:15:34.4770686Z test_make_fx_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4771125Z test_make_fx_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:15:34.4772071Z test_make_fx_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: 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:896.) 2022-12-01T10:15:34.4772688Z return op.op(*args, **kwargs) 2022-12-01T10:15:34.4772936Z ok (0.209s) 2022-12-01T10:15:34.4773285Z test_make_fx_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:15:34.4773704Z test_make_fx_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-12-01T10:15:34.4774184Z test_make_fx_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.122s) 2022-12-01T10:15:34.4816942Z test_make_fx_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.108s) 2022-12-01T10:15:34.4817353Z test_make_fx_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-12-01T10:15:34.4817941Z test_make_fx_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.121s) 2022-12-01T10:15:34.4818369Z test_make_fx_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-12-01T10:15:34.4820126Z test_make_fx_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:15:34.4821254Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:15:34.4821495Z ok (0.064s) 2022-12-01T10:15:34.4821768Z test_make_fx_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-12-01T10:15:34.4822139Z test_make_fx_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-12-01T10:15:34.4822505Z test_make_fx_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4822878Z test_make_fx_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.358s) 2022-12-01T10:15:34.4823511Z test_make_fx_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:15:34.4823911Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:15:34.4824329Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4824737Z test_make_fx_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.225s) 2022-12-01T10:15:34.4825132Z test_make_fx_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.301s) 2022-12-01T10:15:34.4825533Z test_make_fx_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-12-01T10:15:34.4825923Z test_make_fx_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:15:34.4826285Z test_make_fx_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.182s) 2022-12-01T10:15:34.4826701Z test_make_fx_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.140s) 2022-12-01T10:15:34.4827071Z test_make_fx_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:15:34.4827447Z test_make_fx_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:15:34.4827819Z test_make_fx_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4828188Z test_make_fx_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:15:34.4828554Z test_make_fx_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:15:34.4828930Z test_make_fx_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-12-01T10:15:34.4829313Z test_make_fx_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:15:34.4829686Z test_make_fx_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-12-01T10:15:34.4830060Z test_make_fx_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:15:34.4830446Z test_make_fx_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:15:34.4830839Z test_make_fx_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:15:34.4831230Z test_make_fx_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:15:34.4831608Z test_make_fx_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-12-01T10:15:34.4832001Z test_make_fx_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:15:34.4832970Z test_make_fx_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:15:34.4833660Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:15:34.4833912Z ok (0.096s) 2022-12-01T10:15:34.4834174Z test_make_fx_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:15:34.4834542Z test_make_fx_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:15:34.4834914Z test_make_fx_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:15:34.4835277Z test_make_fx_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.092s) 2022-12-01T10:15:34.4835662Z test_make_fx_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-12-01T10:15:34.4836053Z test_make_fx_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4836439Z test_make_fx_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.174s) 2022-12-01T10:15:34.4836810Z test_make_fx_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.692s) 2022-12-01T10:15:34.4837207Z test_make_fx_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.502s) 2022-12-01T10:15:34.4837588Z test_make_fx_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.549s) 2022-12-01T10:15:34.4837982Z test_make_fx_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.4838375Z test_make_fx_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.348s) 2022-12-01T10:15:34.4838779Z test_make_fx_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:34.4839178Z test_make_fx_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.603s) 2022-12-01T10:15:34.4839567Z test_make_fx_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.4839972Z test_make_fx_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.309s) 2022-12-01T10:15:34.4840358Z test_make_fx_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:15:34.4840734Z test_make_fx_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:15:34.4841109Z test_make_fx_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:15:34.4841515Z test_make_fx_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:15:34.4841926Z test_make_fx_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:15:34.4842312Z test_make_fx_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.260s) 2022-12-01T10:15:34.4842680Z test_make_fx_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:15:34.4843070Z test_make_fx_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-12-01T10:15:34.4843458Z test_make_fx_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.217s) 2022-12-01T10:15:34.4843836Z test_make_fx_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:15:34.4844212Z test_make_fx_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:15:34.4844668Z test_make_fx_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.4845055Z test_make_fx_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:15:34.4845441Z test_make_fx_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:15:34.4845819Z test_make_fx_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:15:34.4846208Z test_make_fx_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.674s) 2022-12-01T10:15:34.4846586Z test_make_fx_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-12-01T10:15:34.4846948Z test_make_fx_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4847306Z test_make_fx_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.4847679Z test_make_fx_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.4848088Z test_make_fx_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4848465Z test_make_fx_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4848830Z test_make_fx_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:15:34.4849219Z test_make_fx_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:15:34.4849595Z test_make_fx_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:15:34.4849969Z test_make_fx_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:15:34.4850354Z test_make_fx_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4850737Z test_make_fx_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:15:34.4851117Z test_make_fx_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.4851491Z test_make_fx_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.4851872Z test_make_fx_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:15:34.4852266Z test_make_fx_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-12-01T10:15:34.4852682Z test_make_fx_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-12-01T10:15:34.4853074Z test_make_fx_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.439s) 2022-12-01T10:15:34.4853824Z test_make_fx_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.4854397Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.4854669Z ok (0.019s) 2022-12-01T10:15:34.4855298Z test_make_fx_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.4855880Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.4856156Z ok (0.052s) 2022-12-01T10:15:34.4856408Z test_make_fx_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-12-01T10:15:34.4856753Z test_make_fx_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.190s) 2022-12-01T10:15:34.4857262Z test_make_fx_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.4857608Z test_make_fx_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:15:34.4857948Z test_make_fx_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.4858276Z test_make_fx_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.4858642Z test_make_fx_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:15:34.4858998Z test_make_fx_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.4859340Z test_make_fx_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4859752Z test_make_fx_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.697s) 2022-12-01T10:15:34.4860101Z test_make_fx_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:15:34.4860454Z test_make_fx_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (4.156s) 2022-12-01T10:15:34.4860795Z test_make_fx_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.4861143Z test_make_fx_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:15:34.4861493Z test_make_fx_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:15:34.4861856Z test_make_fx_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:15:34.4862223Z test_make_fx_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:15:34.4862607Z test_make_fx_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:15:34.4862983Z test_make_fx_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4863421Z test_make_fx_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:15:34.4863790Z test_make_fx_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:15:34.4864137Z test_make_fx_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:15:34.4864484Z test_make_fx_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.213s) 2022-12-01T10:15:34.4864815Z test_make_fx_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-12-01T10:15:34.4865290Z test_make_fx_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:15:34.4865817Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:15:34.4866058Z Q, R = torch.qr(A, some) 2022-12-01T10:15:34.4866233Z should be replaced with 2022-12-01T10:15:34.4866695Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-12-01T10:15:34.4867035Z return op.op(*args, **kwargs) 2022-12-01T10:15:34.4867202Z ok (0.174s) 2022-12-01T10:15:34.4867478Z test_make_fx_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.4867909Z test_make_fx_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4868263Z test_make_fx_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:15:34.4868608Z test_make_fx_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:15:34.4868955Z test_make_fx_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:15:34.4869308Z test_make_fx_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:15:34.4869641Z test_make_fx_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.4869983Z test_make_fx_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:15:34.4870332Z test_make_fx_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4870691Z test_make_fx_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:15:34.4871057Z test_make_fx_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.4871397Z test_make_fx_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-12-01T10:15:34.4871751Z test_make_fx_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:15:34.4872118Z test_make_fx_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.4872454Z test_make_fx_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:15:34.4872803Z test_make_fx_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.4873147Z test_make_fx_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.4873490Z test_make_fx_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:15:34.4873844Z test_make_fx_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:15:34.4874191Z test_make_fx_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:15:34.4874538Z test_make_fx_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-12-01T10:15:34.4874871Z test_make_fx_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:15:34.4875225Z test_make_fx_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.4875596Z test_make_fx_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4875969Z test_make_fx_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4876315Z test_make_fx_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4876661Z test_make_fx_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:15:34.4877013Z test_make_fx_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:15:34.4877368Z test_make_fx_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-12-01T10:15:34.4877934Z test_make_fx_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: 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:1615.) 2022-12-01T10:15:34.4878416Z return op.op(*args, **kwargs) 2022-12-01T10:15:34.4878632Z ok (0.095s) 2022-12-01T10:15:34.4878897Z test_make_fx_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-12-01T10:15:34.4879278Z test_make_fx_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-12-01T10:15:34.4879657Z test_make_fx_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-12-01T10:15:34.4880038Z test_make_fx_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-12-01T10:15:34.4881118Z test_make_fx_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-12-01T10:15:34.4881778Z return op.op(*args, **kwargs) 2022-12-01T10:15:34.4882652Z test_proxy_tensor.py:1318: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-12-01T10:15:34.4883222Z return op.op(*args, **kwargs) 2022-12-01T10:15:34.4883401Z ok (0.405s) 2022-12-01T10:15:34.4883668Z test_make_fx_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.408s) 2022-12-01T10:15:34.4884055Z test_make_fx_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.373s) 2022-12-01T10:15:34.4884428Z test_make_fx_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:15:34.4884789Z test_make_fx_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:15:34.4885134Z test_make_fx_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4885485Z test_make_fx_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.4885835Z test_make_fx_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4886170Z test_make_fx_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4886516Z test_make_fx_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:15:34.4886859Z test_make_fx_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:15:34.4887202Z test_make_fx_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4887538Z test_make_fx_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4887877Z test_make_fx_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:15:34.4888233Z test_make_fx_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-12-01T10:15:34.4888588Z test_make_fx_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:15:34.4888938Z test_make_fx_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:15:34.4889294Z test_make_fx_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.332s) 2022-12-01T10:15:34.4890358Z test_make_fx_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:968: 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-12-01T10:15:34.4891107Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:15:34.4891309Z expected failure (0.013s) 2022-12-01T10:15:34.4891602Z test_make_fx_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4891977Z test_make_fx_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4892352Z test_make_fx_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4892704Z test_make_fx_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4893076Z test_make_fx_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4893462Z test_make_fx_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.4893911Z test_make_fx_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4894494Z test_make_fx_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.4895133Z test_make_fx_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.4895567Z test_make_fx_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:15:34.4895930Z test_make_fx_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4896305Z test_make_fx_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4896707Z test_make_fx_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4897246Z test_make_fx_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:15:34.4897613Z test_make_fx_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:15:34.4897960Z test_make_fx_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:15:34.4898340Z test_make_fx_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4898923Z test_make_fx_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.4899370Z test_make_fx_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4899745Z test_make_fx_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4900133Z test_make_fx_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.4900513Z test_make_fx_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4900885Z test_make_fx_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4901256Z test_make_fx_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.4901620Z test_make_fx_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4902078Z test_make_fx_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.4902480Z test_make_fx_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4902884Z test_make_fx_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4903565Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.4904229Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.4904886Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.4905572Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.4906036Z test_make_fx_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4906428Z test_make_fx_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4906798Z test_make_fx_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4907142Z test_make_fx_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:15:34.4907503Z test_make_fx_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.4907877Z test_make_fx_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:15:34.4908220Z test_make_fx_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4908571Z test_make_fx_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4908920Z test_make_fx_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:15:34.4909270Z test_make_fx_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:15:34.4909597Z test_make_fx_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.4909943Z test_make_fx_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:15:34.4910871Z test_make_fx_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:633: 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-12-01T10:15:34.4911448Z normalized, onesided, return_complex) 2022-12-01T10:15:34.4911629Z ok (0.078s) 2022-12-01T10:15:34.4911884Z test_make_fx_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:15:34.4912224Z test_make_fx_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:15:34.4912574Z test_make_fx_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:15:34.4912910Z test_make_fx_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.650s) 2022-12-01T10:15:34.4913260Z test_make_fx_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (4.859s) 2022-12-01T10:15:34.4913808Z test_make_fx_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:15:34.4914334Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:15:34.4914637Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:15:34.4914839Z should be replaced with 2022-12-01T10:15:34.4915129Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:15:34.4915324Z and 2022-12-01T10:15:34.4915511Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:15:34.4915717Z should be replaced with 2022-12-01T10:15:34.4916166Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T10:15:34.4916510Z return op.op(*args, **kwargs) 2022-12-01T10:15:34.4916689Z ok (0.042s) 2022-12-01T10:15:34.4916946Z test_make_fx_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:15:34.4917323Z test_make_fx_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:15:34.4917682Z test_make_fx_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:15:34.4918028Z test_make_fx_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4918356Z test_make_fx_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4918728Z test_make_fx_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:15:34.4919102Z test_make_fx_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.4919454Z test_make_fx_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.190s) 2022-12-01T10:15:34.4919778Z test_make_fx_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-12-01T10:15:34.4920145Z test_make_fx_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.4920507Z test_make_fx_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:15:34.4920854Z test_make_fx_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-12-01T10:15:34.4921196Z test_make_fx_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:15:34.4921548Z test_make_fx_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-12-01T10:15:34.4921901Z test_make_fx_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-12-01T10:15:34.4922416Z test_make_fx_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... test_proxy_tensor.py:1318: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:15:34.4922943Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:15:34.4923235Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:15:34.4923442Z should be replaced with 2022-12-01T10:15:34.4923766Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:15:34.4924087Z return op.op(*args, **kwargs) 2022-12-01T10:15:34.4924271Z ok (0.065s) 2022-12-01T10:15:34.4924518Z test_make_fx_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:15:34.4924861Z test_make_fx_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:15:34.4925249Z test_make_fx_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:15:34.4925603Z test_make_fx_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4925942Z test_make_fx_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4926299Z test_make_fx_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:15:34.4926650Z test_make_fx_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:15:34.4926999Z test_make_fx_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.4927354Z test_make_fx_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.468s) 2022-12-01T10:15:34.4927716Z test_make_fx_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.482s) 2022-12-01T10:15:34.4928075Z test_make_fx_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.4928410Z test_make_fx_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:15:34.4928791Z test_make_fx_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:15:34.4929142Z test_make_fx_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4929498Z test_make_fx_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4929843Z test_make_fx_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.4930189Z test_make_fx_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:15:34.4930533Z test_make_fx_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:15:34.4930883Z test_make_fx_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.4931218Z test_make_fx_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:15:34.4931565Z test_make_fx_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:15:34.4931972Z test_make_fx_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:15:34.4932301Z test_make_fx_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:15:34.4932653Z test_make_fx_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:15:34.4933004Z test_make_fx_fake_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:15:34.4933353Z test_make_fx_fake_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:15:34.4933744Z test_make_fx_fake_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.113s) 2022-12-01T10:15:34.4934155Z test_make_fx_fake_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:15:34.4934514Z test_make_fx_fake_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:15:34.4934882Z test_make_fx_fake_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-12-01T10:15:34.4935229Z test_make_fx_fake_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:15:34.4935589Z test_make_fx_fake_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:15:34.4936434Z test_make_fx_fake_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.4937199Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.4937848Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.4938326Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.4938973Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.4939442Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.4940171Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.4940631Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.4941267Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.4941731Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.4942374Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.4942835Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.4943552Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.4944013Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.4944655Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.4945124Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.4945751Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.4946219Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.4946441Z ok (0.095s) 2022-12-01T10:15:34.4946702Z test_make_fx_fake_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:15:34.4947068Z test_make_fx_fake_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:15:34.4947428Z test_make_fx_fake_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.4947791Z test_make_fx_fake_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:15:34.4948134Z test_make_fx_fake_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:15:34.4948548Z test_make_fx_fake_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:15:34.4948909Z test_make_fx_fake_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.230s) 2022-12-01T10:15:34.4949277Z test_make_fx_fake_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:15:34.4949624Z test_make_fx_fake_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.4949994Z test_make_fx_fake_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.4950365Z test_make_fx_fake_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.4950708Z test_make_fx_fake_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:15:34.4951058Z test_make_fx_fake_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:15:34.4951440Z test_make_fx_fake_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.4951820Z test_make_fx_fake_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-12-01T10:15:34.4952194Z test_make_fx_fake_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-12-01T10:15:34.4952934Z test_make_fx_fake_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:15:34.4953912Z [W Resize.cpp:24] Warning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-12-01T10:15:34.4954874Z test_proxy_tensor.py:1318: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:15:34.4955473Z return op.op(*args, **kwargs) 2022-12-01T10:15:34.4955658Z ok (0.031s) 2022-12-01T10:15:34.4955914Z test_make_fx_fake_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4956278Z test_make_fx_fake_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:15:34.4956643Z test_make_fx_fake_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.144s) 2022-12-01T10:15:34.4957002Z test_make_fx_fake_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:15:34.4957344Z test_make_fx_fake_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:15:34.4957706Z test_make_fx_fake_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.184s) 2022-12-01T10:15:34.4958118Z test_make_fx_fake_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.003s) 2022-12-01T10:15:34.4958535Z test_make_fx_fake_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:15:34.4958942Z test_make_fx_fake_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:15:34.4959315Z test_make_fx_fake_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4959680Z test_make_fx_fake_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4960038Z test_make_fx_fake_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:15:34.4960382Z test_make_fx_fake_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:15:34.4960742Z test_make_fx_fake_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4961106Z test_make_fx_fake_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:15:34.4961459Z test_make_fx_fake_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:15:34.4961823Z test_make_fx_fake_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:15:34.4962182Z test_make_fx_fake_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:15:34.4962602Z test_make_fx_fake_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:15:34.4962960Z test_make_fx_fake_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:15:34.4963336Z test_make_fx_fake_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.4963709Z test_make_fx_fake_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:15:34.4964061Z test_make_fx_fake_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:15:34.4964421Z test_make_fx_fake_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.4964806Z test_make_fx_fake_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4965190Z test_make_fx_fake_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:15:34.4965558Z test_make_fx_fake_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.382s) 2022-12-01T10:15:34.4965900Z test_make_fx_fake_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:15:34.4966265Z test_make_fx_fake_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:15:34.4966628Z test_make_fx_fake_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-12-01T10:15:34.4966970Z test_make_fx_fake_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.664s) 2022-12-01T10:15:34.4967327Z test_make_fx_fake_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:15:34.4967683Z test_make_fx_fake_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:15:34.4968040Z test_make_fx_fake_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:15:34.4968404Z test_make_fx_fake_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-12-01T10:15:34.4968807Z test_make_fx_fake_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.121s) 2022-12-01T10:15:34.4969198Z test_make_fx_fake_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.206s) 2022-12-01T10:15:34.4969561Z test_make_fx_fake_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.4969899Z test_make_fx_fake_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:15:34.4970305Z test_make_fx_fake_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:15:34.4970673Z test_make_fx_fake_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:15:34.4971019Z test_make_fx_fake_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:15:34.4971386Z test_make_fx_fake_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:15:34.4971803Z test_make_fx_fake_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.011s) 2022-12-01T10:15:34.4972214Z test_make_fx_fake_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:15:34.4972561Z test_make_fx_fake_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.4972927Z test_make_fx_fake_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.4973308Z test_make_fx_fake_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.247s) 2022-12-01T10:15:34.4973733Z test_make_fx_fake_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:15:34.4974091Z test_make_fx_fake_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:15:34.4974471Z test_make_fx_fake_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.4974842Z test_make_fx_fake_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.4975197Z test_make_fx_fake_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:15:34.4975551Z test_make_fx_fake_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.309s) 2022-12-01T10:15:34.4975931Z test_make_fx_fake_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:15:34.4976308Z test_make_fx_fake_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.4976653Z test_make_fx_fake_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.4977173Z test_make_fx_fake_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.4977532Z test_make_fx_fake_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.4977894Z test_make_fx_fake_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:15:34.4978258Z test_make_fx_fake_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-12-01T10:15:34.4978639Z test_make_fx_fake_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.4978995Z test_make_fx_fake_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:15:34.4979359Z test_make_fx_fake_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-12-01T10:15:34.4979714Z test_make_fx_fake_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:15:34.4980081Z test_make_fx_fake_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:15:34.4980453Z test_make_fx_fake_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-12-01T10:15:34.4980819Z test_make_fx_fake_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.787s) 2022-12-01T10:15:34.4981165Z test_make_fx_fake_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.4981585Z test_make_fx_fake_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.270s) 2022-12-01T10:15:34.4981956Z test_make_fx_fake_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:15:34.4982326Z test_make_fx_fake_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:15:34.4982710Z test_make_fx_fake_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:15:34.4983082Z test_make_fx_fake_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:15:34.4983517Z test_make_fx_fake_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:15:34.4983862Z test_make_fx_fake_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.4984221Z test_make_fx_fake_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.4984570Z test_make_fx_fake_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.125s) 2022-12-01T10:15:34.4984981Z test_make_fx_fake_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.4985360Z test_make_fx_fake_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.4985730Z test_make_fx_fake_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:15:34.4986102Z test_make_fx_fake_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-12-01T10:15:34.4986475Z test_make_fx_fake_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:15:34.4986820Z test_make_fx_fake_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:15:34.4987176Z test_make_fx_fake_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4987527Z test_make_fx_fake_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:15:34.4987868Z test_make_fx_fake_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.4988232Z test_make_fx_fake_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.4988596Z test_make_fx_fake_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:15:34.4988950Z test_make_fx_fake_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4989288Z test_make_fx_fake_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.477s) 2022-12-01T10:15:34.4989645Z test_make_fx_fake_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:15:34.4990007Z test_make_fx_fake_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:15:34.4990370Z test_make_fx_fake_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:15:34.4990723Z test_make_fx_fake_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:15:34.4991096Z test_make_fx_fake_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:15:34.4991458Z test_make_fx_fake_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:15:34.4991806Z test_make_fx_fake_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-12-01T10:15:34.4992166Z test_make_fx_fake_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:15:34.4992565Z test_make_fx_fake_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.195s) 2022-12-01T10:15:34.4992923Z test_make_fx_fake_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-12-01T10:15:34.4993280Z test_make_fx_fake_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:15:34.4993650Z test_make_fx_fake_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:15:34.4994011Z test_make_fx_fake_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:15:34.4994375Z test_make_fx_fake_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:15:34.4994722Z test_make_fx_fake_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:15:34.4995078Z test_make_fx_fake_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:15:34.4995441Z test_make_fx_fake_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:15:34.4995798Z test_make_fx_fake_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-12-01T10:15:34.4996173Z test_make_fx_fake_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.4996537Z test_make_fx_fake_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:15:34.4996893Z test_make_fx_fake_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.4997238Z test_make_fx_fake_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:15:34.4997591Z test_make_fx_fake_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:15:34.4997946Z test_make_fx_fake_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:15:34.4998302Z test_make_fx_fake_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:15:34.4998640Z test_make_fx_fake_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:15:34.4999008Z test_make_fx_fake_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:15:34.4999370Z test_make_fx_fake_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.4999735Z test_make_fx_fake_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-12-01T10:15:34.5000086Z test_make_fx_fake_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:15:34.5000432Z test_make_fx_fake_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:15:34.5000784Z test_make_fx_fake_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:15:34.5001119Z test_make_fx_fake_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.5001473Z test_make_fx_fake_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:15:34.5001830Z test_make_fx_fake_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:15:34.5002193Z test_make_fx_fake_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:15:34.5002531Z test_make_fx_fake_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:15:34.5002885Z test_make_fx_fake_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.608s) 2022-12-01T10:15:34.5003245Z test_make_fx_fake_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.461s) 2022-12-01T10:15:34.5003632Z test_make_fx_fake_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.5003969Z test_make_fx_fake_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:15:34.5004337Z test_make_fx_fake_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:15:34.5004703Z test_make_fx_fake_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.577s) 2022-12-01T10:15:34.5005052Z test_make_fx_fake_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.842s) 2022-12-01T10:15:34.5005425Z test_make_fx_fake_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.851s) 2022-12-01T10:15:34.5005789Z test_make_fx_fake_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:15:34.5006148Z test_make_fx_fake_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:15:34.5006491Z test_make_fx_fake_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:15:34.5006845Z test_make_fx_fake_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-12-01T10:15:34.5007224Z test_make_fx_fake_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:15:34.5007585Z test_make_fx_fake_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:15:34.5007932Z test_make_fx_fake_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:15:34.5008297Z test_make_fx_fake_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5008665Z test_make_fx_fake_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5009030Z test_make_fx_fake_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:15:34.5009385Z test_make_fx_fake_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.195s) 2022-12-01T10:15:34.5009756Z test_make_fx_fake_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.5010119Z test_make_fx_fake_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5010458Z test_make_fx_fake_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:15:34.5010819Z test_make_fx_fake_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.294s) 2022-12-01T10:15:34.5011184Z test_make_fx_fake_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:15:34.5011542Z test_make_fx_fake_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.5011884Z test_make_fx_fake_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.5012236Z test_make_fx_fake_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:15:34.5012598Z test_make_fx_fake_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.5012957Z test_make_fx_fake_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-12-01T10:15:34.5013307Z test_make_fx_fake_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.5013682Z test_make_fx_fake_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:15:34.5014098Z test_make_fx_fake_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:34.5014542Z test_make_fx_fake_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:34.5015004Z test_make_fx_fake_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:34.5015439Z test_make_fx_fake_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:34.5015868Z test_make_fx_fake_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:34.5016252Z test_make_fx_fake_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.5016600Z test_make_fx_fake_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.173s) 2022-12-01T10:15:34.5017141Z test_make_fx_fake_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:15:34.5017498Z test_make_fx_fake_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:15:34.5017841Z test_make_fx_fake_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:15:34.5018201Z test_make_fx_fake_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.5018629Z test_make_fx_fake_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.140s) 2022-12-01T10:15:34.5019011Z test_make_fx_fake_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-12-01T10:15:34.5019376Z test_make_fx_fake_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:15:34.5019751Z test_make_fx_fake_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5020124Z test_make_fx_fake_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:15:34.5020505Z test_make_fx_fake_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.218s) 2022-12-01T10:15:34.5020870Z test_make_fx_fake_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.152s) 2022-12-01T10:15:34.5021243Z test_make_fx_fake_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:15:34.5021615Z test_make_fx_fake_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-12-01T10:15:34.5021996Z test_make_fx_fake_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:15:34.5022373Z test_make_fx_fake_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-12-01T10:15:34.5022755Z test_make_fx_fake_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:15:34.5023215Z test_make_fx_fake_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-12-01T10:15:34.5023588Z test_make_fx_fake_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:15:34.5023974Z test_make_fx_fake_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:15:34.5024359Z test_make_fx_fake_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-12-01T10:15:34.5024747Z test_make_fx_fake_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5025145Z test_make_fx_fake_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5025538Z test_make_fx_fake_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-12-01T10:15:34.5025910Z test_make_fx_fake_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-12-01T10:15:34.5026340Z test_make_fx_fake_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-12-01T10:15:34.5026710Z test_make_fx_fake_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.591s) 2022-12-01T10:15:34.5027089Z test_make_fx_fake_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.426s) 2022-12-01T10:15:34.5027474Z test_make_fx_fake_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.222s) 2022-12-01T10:15:34.5027856Z test_make_fx_fake_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.942s) 2022-12-01T10:15:34.5028233Z test_make_fx_fake_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.281s) 2022-12-01T10:15:34.5028619Z test_make_fx_fake_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:15:34.5028994Z test_make_fx_fake_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.546s) 2022-12-01T10:15:34.5029424Z test_make_fx_fake_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.377s) 2022-12-01T10:15:34.5029801Z test_make_fx_fake_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.182s) 2022-12-01T10:15:34.5030180Z test_make_fx_fake_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:15:34.5030636Z test_make_fx_fake_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:15:34.5031071Z test_make_fx_fake_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.212s) 2022-12-01T10:15:34.5031426Z test_make_fx_fake_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:15:34.5031802Z test_make_fx_fake_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.134s) 2022-12-01T10:15:34.5031983Z test_make_fx_fake_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.128s) 2022-12-01T10:15:34.5032174Z test_make_fx_fake_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.699s) 2022-12-01T10:15:34.5032350Z test_make_fx_fake_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.658s) 2022-12-01T10:15:34.5032527Z test_make_fx_fake_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.185s) 2022-12-01T10:15:34.5032695Z test_make_fx_fake_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:15:34.5032880Z test_make_fx_fake_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:15:34.5033061Z test_make_fx_fake_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-12-01T10:15:34.5033241Z test_make_fx_fake_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.257s) 2022-12-01T10:15:34.5033424Z test_make_fx_fake_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.441s) 2022-12-01T10:15:34.5033600Z test_make_fx_fake_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.269s) 2022-12-01T10:15:34.5033769Z test_make_fx_fake_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.5033934Z test_make_fx_fake_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:15:34.5034103Z test_make_fx_fake_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.5034292Z test_make_fx_fake_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.5034470Z test_make_fx_fake_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:15:34.5034656Z test_make_fx_fake_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:15:34.5034832Z test_make_fx_fake_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:15:34.5035007Z test_make_fx_fake_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:15:34.5035188Z test_make_fx_fake_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-12-01T10:15:34.5035361Z test_make_fx_fake_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-12-01T10:15:34.5035537Z test_make_fx_fake_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:15:34.5035716Z test_make_fx_fake_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:15:34.5035889Z test_make_fx_fake_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:15:34.5036076Z test_make_fx_fake_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:15:34.5036248Z test_make_fx_fake_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:15:34.5036422Z test_make_fx_fake_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.551s) 2022-12-01T10:15:34.5036597Z test_make_fx_fake_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-12-01T10:15:34.5036764Z test_make_fx_fake_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:15:34.5036929Z test_make_fx_fake_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:15:34.5037097Z test_make_fx_fake_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.193s) 2022-12-01T10:15:34.5037269Z test_make_fx_fake_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.173s) 2022-12-01T10:15:34.5037430Z test_make_fx_fake_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.124s) 2022-12-01T10:15:34.5037593Z test_make_fx_fake_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:15:34.5037765Z test_make_fx_fake_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:15:34.5037939Z test_make_fx_fake_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.714s) 2022-12-01T10:15:34.5038115Z test_make_fx_fake_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.749s) 2022-12-01T10:15:34.5038295Z test_make_fx_fake_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.536s) 2022-12-01T10:15:34.5038477Z test_make_fx_fake_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.584s) 2022-12-01T10:15:34.5038658Z test_make_fx_fake_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-12-01T10:15:34.5038835Z test_make_fx_fake_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-12-01T10:15:34.5039010Z test_make_fx_fake_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.5039181Z test_make_fx_fake_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-12-01T10:15:34.5039365Z test_make_fx_fake_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.134s) 2022-12-01T10:15:34.5039549Z test_make_fx_fake_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.086s) 2022-12-01T10:15:34.5039765Z test_make_fx_fake_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.426s) 2022-12-01T10:15:34.5039942Z test_make_fx_fake_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.145s) 2022-12-01T10:15:34.5040119Z test_make_fx_fake_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.864s) 2022-12-01T10:15:34.5040301Z test_make_fx_fake_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.274s) 2022-12-01T10:15:34.5040476Z test_make_fx_fake_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.820s) 2022-12-01T10:15:34.5040654Z test_make_fx_fake_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:15:34.5040866Z test_make_fx_fake_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.007s) 2022-12-01T10:15:34.5041048Z test_make_fx_fake_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.139s) 2022-12-01T10:15:34.5041223Z test_make_fx_fake_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.152s) 2022-12-01T10:15:34.5041446Z test_make_fx_fake_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.779s) 2022-12-01T10:15:34.5041622Z test_make_fx_fake_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.782s) 2022-12-01T10:15:34.5041795Z test_make_fx_fake_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.358s) 2022-12-01T10:15:34.5041966Z test_make_fx_fake_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.116s) 2022-12-01T10:15:34.5042137Z test_make_fx_fake_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:15:34.5042312Z test_make_fx_fake_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:15:34.5042488Z test_make_fx_fake_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.5042677Z test_make_fx_fake_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:15:34.5042849Z test_make_fx_fake_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:15:34.5043017Z test_make_fx_fake_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-12-01T10:15:34.5043188Z test_make_fx_fake_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.225s) 2022-12-01T10:15:34.5043377Z test_make_fx_fake_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-12-01T10:15:34.5043570Z test_make_fx_fake_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.108s) 2022-12-01T10:15:34.5043746Z test_make_fx_fake_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:15:34.5043938Z test_make_fx_fake_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.5044111Z test_make_fx_fake_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-12-01T10:15:34.5044284Z test_make_fx_fake_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:15:34.5044450Z test_make_fx_fake_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:15:34.5044619Z test_make_fx_fake_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.124s) 2022-12-01T10:15:34.5044790Z test_make_fx_fake_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.5044997Z test_make_fx_fake_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:15:34.5045164Z test_make_fx_fake_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:15:34.5045360Z test_make_fx_fake_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:15:34.5045524Z test_make_fx_fake_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:15:34.5045697Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:15:34.5045878Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:15:34.5046064Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:15:34.5046236Z test_make_fx_fake_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:15:34.5046410Z test_make_fx_fake_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.352s) 2022-12-01T10:15:34.5046585Z test_make_fx_fake_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:15:34.5046842Z test_make_fx_fake_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:15:34.5047017Z test_make_fx_fake_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.167s) 2022-12-01T10:15:34.5047195Z test_make_fx_fake_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:15:34.5047384Z test_make_fx_fake_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:15:34.5047554Z test_make_fx_fake_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-12-01T10:15:34.5047741Z test_make_fx_fake_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.154s) 2022-12-01T10:15:34.5047905Z test_make_fx_fake_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:15:34.5048074Z test_make_fx_fake_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:15:34.5048263Z test_make_fx_fake_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5048497Z test_make_fx_fake_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:15:34.5048671Z test_make_fx_fake_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:15:34.5048845Z test_make_fx_fake_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:15:34.5049021Z test_make_fx_fake_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.5049179Z test_make_fx_fake_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:15:34.5049394Z test_make_fx_fake_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-12-01T10:15:34.5049595Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.5049795Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:15:34.5049995Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-12-01T10:15:34.5050190Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:15:34.5050420Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.137s) 2022-12-01T10:15:34.5050621Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-12-01T10:15:34.5050809Z test_make_fx_fake_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-12-01T10:15:34.5051000Z test_make_fx_fake_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.5051175Z test_make_fx_fake_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:15:34.5051361Z test_make_fx_fake_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.134s) 2022-12-01T10:15:34.5051547Z test_make_fx_fake_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.257s) 2022-12-01T10:15:34.5051749Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-12-01T10:15:34.5051986Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.186s) 2022-12-01T10:15:34.5052171Z test_make_fx_fake_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.5052357Z test_make_fx_fake_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:15:34.5052538Z test_make_fx_fake_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.289s) 2022-12-01T10:15:34.5052735Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-12-01T10:15:34.5052930Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-12-01T10:15:34.5053117Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-12-01T10:15:34.5053322Z test_make_fx_fake_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.209s) 2022-12-01T10:15:34.5053518Z test_make_fx_fake_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.167s) 2022-12-01T10:15:34.5053709Z test_make_fx_fake_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.219s) 2022-12-01T10:15:34.5053914Z test_make_fx_fake_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Fails with ASAN (0.000s) 2022-12-01T10:15:34.5054962Z test_make_fx_fake_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:15:34.5055211Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:15:34.5056028Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:15:34.5056303Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:15:34.5057303Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:15:34.5057549Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:15:34.5058363Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:15:34.5058658Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:15:34.5059469Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:15:34.5059705Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:15:34.5060514Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:15:34.5060750Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:15:34.5060818Z ok (0.087s) 2022-12-01T10:15:34.5061014Z test_make_fx_fake_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.117s) 2022-12-01T10:15:34.5061195Z test_make_fx_fake_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-12-01T10:15:34.5061383Z test_make_fx_fake_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.5061581Z test_make_fx_fake_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.816s) 2022-12-01T10:15:34.5061775Z test_make_fx_fake_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-12-01T10:15:34.5061989Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-12-01T10:15:34.5062207Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:15:34.5062408Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.358s) 2022-12-01T10:15:34.5062603Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.481s) 2022-12-01T10:15:34.5062857Z test_make_fx_fake_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:15:34.5063047Z test_make_fx_fake_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.5063289Z test_make_fx_fake_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.263s) 2022-12-01T10:15:34.5063486Z test_make_fx_fake_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.668s) 2022-12-01T10:15:34.5063676Z test_make_fx_fake_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-12-01T10:15:34.5063867Z test_make_fx_fake_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:15:34.5064057Z test_make_fx_fake_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.5064251Z test_make_fx_fake_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-12-01T10:15:34.5064471Z test_make_fx_fake_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:15:34.5064672Z test_make_fx_fake_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.180s) 2022-12-01T10:15:34.5064859Z test_make_fx_fake_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-12-01T10:15:34.5065053Z test_make_fx_fake_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.205s) 2022-12-01T10:15:34.5065236Z test_make_fx_fake_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-12-01T10:15:34.5065440Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:15:34.5065641Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-12-01T10:15:34.5065843Z test_make_fx_fake_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:15:34.5066044Z test_make_fx_fake_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-12-01T10:15:34.5066246Z test_make_fx_fake_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-12-01T10:15:34.5067017Z test_make_fx_fake_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:15:34.5067243Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:15:34.5067841Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:15:34.5068060Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:15:34.5068645Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:15:34.5068901Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:15:34.5069496Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:15:34.5069712Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:15:34.5069767Z ok (0.145s) 2022-12-01T10:15:34.5069959Z test_make_fx_fake_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:15:34.5070153Z test_make_fx_fake_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:15:34.5070344Z test_make_fx_fake_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:15:34.5070567Z test_make_fx_fake_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.130s) 2022-12-01T10:15:34.5070769Z test_make_fx_fake_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-12-01T10:15:34.5071021Z test_make_fx_fake_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:15:34.5071254Z test_make_fx_fake_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.267s) 2022-12-01T10:15:34.5071443Z test_make_fx_fake_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.983s) 2022-12-01T10:15:34.5071609Z test_make_fx_fake_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.686s) 2022-12-01T10:15:34.5071800Z test_make_fx_fake_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.911s) 2022-12-01T10:15:34.5072009Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5072208Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.535s) 2022-12-01T10:15:34.5072412Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5072609Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.848s) 2022-12-01T10:15:34.5072813Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:34.5073010Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.437s) 2022-12-01T10:15:34.5073193Z test_make_fx_fake_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:15:34.5073378Z test_make_fx_fake_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:15:34.5073558Z test_make_fx_fake_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-12-01T10:15:34.5073763Z test_make_fx_fake_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:15:34.5073972Z test_make_fx_fake_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-12-01T10:15:34.5074170Z test_make_fx_fake_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5074410Z test_make_fx_fake_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-12-01T10:15:34.5074603Z test_make_fx_fake_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.145s) 2022-12-01T10:15:34.5074790Z test_make_fx_fake_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.296s) 2022-12-01T10:15:34.5074981Z test_make_fx_fake_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:15:34.5075173Z test_make_fx_fake_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:15:34.5075368Z test_make_fx_fake_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:15:34.5075542Z test_make_fx_fake_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-12-01T10:15:34.5075732Z test_make_fx_fake_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:15:34.5075951Z test_make_fx_fake_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:15:34.5076146Z test_make_fx_fake_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.046s) 2022-12-01T10:15:34.5076331Z test_make_fx_fake_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.154s) 2022-12-01T10:15:34.5076510Z test_make_fx_fake_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5076693Z test_make_fx_fake_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:15:34.5076878Z test_make_fx_fake_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:15:34.5077061Z test_make_fx_fake_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5077232Z test_make_fx_fake_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.5077427Z test_make_fx_fake_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:15:34.5077619Z test_make_fx_fake_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.5077805Z test_make_fx_fake_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:15:34.5078003Z test_make_fx_fake_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-12-01T10:15:34.5078192Z test_make_fx_fake_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:15:34.5078380Z test_make_fx_fake_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:15:34.5078566Z test_make_fx_fake_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:15:34.5078752Z test_make_fx_fake_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.5078942Z test_make_fx_fake_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:15:34.5079128Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-12-01T10:15:34.5079341Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-12-01T10:15:34.5079559Z test_make_fx_fake_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.757s) 2022-12-01T10:15:34.5080128Z test_make_fx_fake_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5080324Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5080695Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5080890Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5081257Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5081449Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5081866Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5082059Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5082113Z ok (0.025s) 2022-12-01T10:15:34.5082665Z test_make_fx_fake_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5082855Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5083221Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5083413Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5083774Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5083961Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5084318Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5084508Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5084869Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5085044Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5085399Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5085587Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5085947Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5086132Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5086518Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5086710Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5087074Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5087261Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5087614Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5087804Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5088148Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5088336Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5088731Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5088921Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5089277Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5089465Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5089817Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5090009Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5090371Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5090557Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5090898Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5091086Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5091153Z ok (0.121s) 2022-12-01T10:15:34.5091373Z test_make_fx_fake_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.008s) 2022-12-01T10:15:34.5091547Z test_make_fx_fake_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.251s) 2022-12-01T10:15:34.5091724Z test_make_fx_fake_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.5091897Z test_make_fx_fake_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:15:34.5092067Z test_make_fx_fake_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5092240Z test_make_fx_fake_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:15:34.5092409Z test_make_fx_fake_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:15:34.5092576Z test_make_fx_fake_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-12-01T10:15:34.5092778Z test_make_fx_fake_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:15:34.5092947Z test_make_fx_fake_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.932s) 2022-12-01T10:15:34.5093115Z test_make_fx_fake_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:15:34.5093293Z test_make_fx_fake_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (6.483s) 2022-12-01T10:15:34.5093470Z test_make_fx_fake_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:15:34.5093642Z test_make_fx_fake_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-12-01T10:15:34.5093814Z test_make_fx_fake_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.164s) 2022-12-01T10:15:34.5093990Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:15:34.5094178Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:15:34.5094398Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:15:34.5094592Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-12-01T10:15:34.5094780Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:15:34.5094952Z test_make_fx_fake_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.5095121Z test_make_fx_fake_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:15:34.5095291Z test_make_fx_fake_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.204s) 2022-12-01T10:15:34.5095459Z test_make_fx_fake_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.141s) 2022-12-01T10:15:34.5095610Z test_make_fx_fake_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.249s) 2022-12-01T10:15:34.5095803Z test_make_fx_fake_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:15:34.5095976Z test_make_fx_fake_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5096151Z test_make_fx_fake_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-12-01T10:15:34.5096327Z test_make_fx_fake_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-12-01T10:15:34.5096498Z test_make_fx_fake_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.5096675Z test_make_fx_fake_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:15:34.5096994Z test_make_fx_fake_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:15:34.5097168Z test_make_fx_fake_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.5097330Z test_make_fx_fake_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5097506Z test_make_fx_fake_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:15:34.5097676Z test_make_fx_fake_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-12-01T10:15:34.5097843Z test_make_fx_fake_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.218s) 2022-12-01T10:15:34.5098079Z test_make_fx_fake_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.011s) 2022-12-01T10:15:34.5098316Z test_make_fx_fake_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:15:34.5098489Z test_make_fx_fake_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-12-01T10:15:34.5098663Z test_make_fx_fake_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:15:34.5098836Z test_make_fx_fake_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.5099000Z test_make_fx_fake_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.5099176Z test_make_fx_fake_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:15:34.5099346Z test_make_fx_fake_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-12-01T10:15:34.5099512Z test_make_fx_fake_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.199s) 2022-12-01T10:15:34.5099680Z test_make_fx_fake_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:15:34.5099863Z test_make_fx_fake_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5100079Z test_make_fx_fake_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5100268Z test_make_fx_fake_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5100437Z test_make_fx_fake_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5100589Z test_make_fx_fake_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-12-01T10:15:34.5100767Z test_make_fx_fake_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-12-01T10:15:34.5100944Z test_make_fx_fake_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-12-01T10:15:34.5101128Z test_make_fx_fake_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.149s) 2022-12-01T10:15:34.5101309Z test_make_fx_fake_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-12-01T10:15:34.5101485Z test_make_fx_fake_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.151s) 2022-12-01T10:15:34.5101661Z test_make_fx_fake_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.149s) 2022-12-01T10:15:34.5101846Z test_make_fx_fake_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.149s) 2022-12-01T10:15:34.5102026Z test_make_fx_fake_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.824s) 2022-12-01T10:15:34.5102234Z test_make_fx_fake_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:15:34.5102411Z test_make_fx_fake_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.643s) 2022-12-01T10:15:34.5102584Z test_make_fx_fake_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:15:34.5102764Z test_make_fx_fake_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:15:34.5102931Z test_make_fx_fake_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:15:34.5103099Z test_make_fx_fake_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:15:34.5103338Z test_make_fx_fake_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.5103507Z test_make_fx_fake_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:15:34.5103713Z test_make_fx_fake_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-12-01T10:15:34.5103880Z test_make_fx_fake_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:15:34.5104036Z test_make_fx_fake_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5104198Z test_make_fx_fake_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:15:34.5104367Z test_make_fx_fake_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:15:34.5104546Z test_make_fx_fake_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-12-01T10:15:34.5104718Z test_make_fx_fake_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:15:34.5104904Z test_make_fx_fake_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-12-01T10:15:34.5105074Z test_make_fx_fake_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.406s) 2022-12-01T10:15:34.5105310Z test_make_fx_fake_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5105495Z test_make_fx_fake_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:15:34.5105663Z test_make_fx_fake_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5105846Z test_make_fx_fake_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5106025Z test_make_fx_fake_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5106204Z test_make_fx_fake_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5106406Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:15:34.5106605Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:15:34.5107015Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.5107401Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.5107582Z test_make_fx_fake_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.5107762Z test_make_fx_fake_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5107948Z test_make_fx_fake_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:15:34.5108145Z test_make_fx_fake_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:15:34.5108321Z test_make_fx_fake_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.5108498Z test_make_fx_fake_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-12-01T10:15:34.5108674Z test_make_fx_fake_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.5108870Z test_make_fx_fake_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:15:34.5109257Z test_make_fx_fake_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.5109474Z test_make_fx_fake_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5109668Z test_make_fx_fake_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:15:34.5109862Z test_make_fx_fake_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5110038Z test_make_fx_fake_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5110223Z test_make_fx_fake_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5110402Z test_make_fx_fake_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:15:34.5110582Z test_make_fx_fake_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5110794Z test_make_fx_fake_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-12-01T10:15:34.5111020Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5111223Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5111624Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.5112018Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.5112407Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.5112792Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.5112975Z test_make_fx_fake_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5113163Z test_make_fx_fake_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:15:34.5113341Z test_make_fx_fake_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:15:34.5113511Z test_make_fx_fake_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.5113692Z test_make_fx_fake_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:15:34.5113876Z test_make_fx_fake_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:15:34.5114047Z test_make_fx_fake_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:15:34.5114219Z test_make_fx_fake_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5114390Z test_make_fx_fake_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:15:34.5114547Z test_make_fx_fake_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:15:34.5114715Z test_make_fx_fake_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:15:34.5114887Z test_make_fx_fake_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:15:34.5115083Z test_make_fx_fake_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.110s) 2022-12-01T10:15:34.5115250Z test_make_fx_fake_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:15:34.5115419Z test_make_fx_fake_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-12-01T10:15:34.5115595Z test_make_fx_fake_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.086s) 2022-12-01T10:15:34.5115760Z test_make_fx_fake_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.947s) 2022-12-01T10:15:34.5115936Z test_make_fx_fake_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (8.245s) 2022-12-01T10:15:34.5116093Z test_make_fx_fake_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.161s) 2022-12-01T10:15:34.5116258Z test_make_fx_fake_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:15:34.5116440Z test_make_fx_fake_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:15:34.5116607Z test_make_fx_fake_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.170s) 2022-12-01T10:15:34.5116801Z test_make_fx_fake_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:15:34.5116967Z test_make_fx_fake_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:15:34.5117162Z test_make_fx_fake_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:15:34.5117338Z test_make_fx_fake_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:15:34.5117505Z test_make_fx_fake_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.321s) 2022-12-01T10:15:34.5117657Z test_make_fx_fake_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.188s) 2022-12-01T10:15:34.5117849Z test_make_fx_fake_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5118020Z test_make_fx_fake_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.092s) 2022-12-01T10:15:34.5118189Z test_make_fx_fake_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:15:34.5118362Z test_make_fx_fake_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:15:34.5118537Z test_make_fx_fake_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-12-01T10:15:34.5118709Z test_make_fx_fake_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-12-01T10:15:34.5118891Z test_make_fx_fake_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-12-01T10:15:34.5119060Z test_make_fx_fake_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:15:34.5119209Z test_make_fx_fake_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:15:34.5119389Z test_make_fx_fake_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-12-01T10:15:34.5119559Z test_make_fx_fake_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:15:34.5119728Z test_make_fx_fake_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-12-01T10:15:34.5119901Z test_make_fx_fake_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-12-01T10:15:34.5120071Z test_make_fx_fake_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.169s) 2022-12-01T10:15:34.5120243Z test_make_fx_fake_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.5120525Z test_make_fx_fake_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.064s) 2022-12-01T10:15:34.5120744Z test_make_fx_fake_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.065s) 2022-12-01T10:15:34.5120906Z test_make_fx_fake_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-12-01T10:15:34.5121075Z test_make_fx_fake_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:15:34.5121247Z test_make_fx_fake_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-12-01T10:15:34.5121414Z test_make_fx_fake_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-12-01T10:15:34.5121595Z test_make_fx_fake_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-12-01T10:15:34.5121767Z test_make_fx_fake_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:15:34.5121930Z test_make_fx_fake_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-12-01T10:15:34.5122143Z test_make_fx_fake_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:15:34.5122313Z test_make_fx_fake_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5122470Z test_make_fx_fake_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.5122636Z test_make_fx_fake_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:15:34.5122798Z test_make_fx_fake_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.5122959Z test_make_fx_fake_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.5123136Z test_make_fx_fake_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:15:34.5123301Z test_make_fx_symbolic_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:15:34.5123466Z test_make_fx_symbolic_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.5123663Z test_make_fx_symbolic_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.215s) 2022-12-01T10:15:34.5123840Z test_make_fx_symbolic_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.253s) 2022-12-01T10:15:34.5124002Z test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.221s) 2022-12-01T10:15:34.5124181Z test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.944s) 2022-12-01T10:15:34.5124357Z test_make_fx_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.203s) 2022-12-01T10:15:34.5124528Z test_make_fx_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.174s) 2022-12-01T10:15:34.5125191Z test_make_fx_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.5125330Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.5125823Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.5125990Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.5126484Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.5126619Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.5127108Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.5127240Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.5127707Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.5127845Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.5128359Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.5128495Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.5128978Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.5129112Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.5129598Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.5129736Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.5130216Z /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:15:34.5130348Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:15:34.5130415Z ok (0.310s) 2022-12-01T10:15:34.5130582Z test_make_fx_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.716s) 2022-12-01T10:15:34.5130760Z test_make_fx_symbolic_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.5130936Z test_make_fx_symbolic_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:15:34.5131115Z test_make_fx_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:15:34.5131291Z test_make_fx_symbolic_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.236s) 2022-12-01T10:15:34.5131466Z test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.222s) 2022-12-01T10:15:34.5131646Z test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.325s) 2022-12-01T10:15:34.5131825Z test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.344s) 2022-12-01T10:15:34.5132000Z test_make_fx_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-12-01T10:15:34.5132176Z test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-12-01T10:15:34.5132405Z test_make_fx_symbolic_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:15:34.5132596Z test_make_fx_symbolic_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.032s) 2022-12-01T10:15:34.5132768Z test_make_fx_symbolic_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.341s) 2022-12-01T10:15:34.5132960Z test_make_fx_symbolic_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:15:34.5133135Z test_make_fx_symbolic_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.348s) 2022-12-01T10:15:34.5133308Z test_make_fx_symbolic_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.388s) 2022-12-01T10:15:34.5133503Z test_make_fx_symbolic_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:15:34.5133679Z test_make_fx_symbolic_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.5133838Z test_make_fx_symbolic_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.269s) 2022-12-01T10:15:34.5134041Z test_make_fx_symbolic_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.201s) 2022-12-01T10:15:34.5134237Z test_make_fx_symbolic_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:15:34.5134428Z test_make_fx_symbolic_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:15:34.5134618Z test_make_fx_symbolic_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.035s) 2022-12-01T10:15:34.5134811Z test_make_fx_symbolic_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5134996Z test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.090s) 2022-12-01T10:15:34.5135199Z test_make_fx_symbolic_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:15:34.5135374Z test_make_fx_symbolic_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.5135549Z test_make_fx_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.5135710Z test_make_fx_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.220s) 2022-12-01T10:15:34.5135882Z test_make_fx_symbolic_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.5136056Z test_make_fx_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.5136236Z test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.115s) 2022-12-01T10:15:34.5136414Z test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-12-01T10:15:34.5136592Z test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.119s) 2022-12-01T10:15:34.5136948Z test_make_fx_symbolic_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.038s) 2022-12-01T10:15:34.5137150Z test_make_fx_symbolic_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:15:34.5137328Z test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.127s) 2022-12-01T10:15:34.5137504Z test_make_fx_symbolic_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5137679Z test_make_fx_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:15:34.5137945Z test_make_fx_symbolic_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:15:34.5138134Z test_make_fx_symbolic_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:15:34.5138323Z test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-12-01T10:15:34.5138504Z test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:15:34.5138697Z test_make_fx_symbolic_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:15:34.5138870Z test_make_fx_symbolic_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.090s) 2022-12-01T10:15:34.5139072Z test_make_fx_symbolic_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.032s) 2022-12-01T10:15:34.5139232Z test_make_fx_symbolic_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.115s) 2022-12-01T10:15:34.5139456Z test_make_fx_symbolic_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.161s) 2022-12-01T10:15:34.5139630Z test_make_fx_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.5139805Z test_make_fx_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-12-01T10:15:34.5139978Z test_make_fx_symbolic_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-12-01T10:15:34.5140173Z test_make_fx_symbolic_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:15:34.5140379Z test_make_fx_symbolic_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5140583Z test_make_fx_symbolic_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:15:34.5140777Z test_make_fx_symbolic_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:15:34.5140951Z test_make_fx_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.308s) 2022-12-01T10:15:34.5141116Z test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.357s) 2022-12-01T10:15:34.5141293Z test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.358s) 2022-12-01T10:15:34.5141466Z test_make_fx_symbolic_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:15:34.5141665Z test_make_fx_symbolic_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.043s) 2022-12-01T10:15:34.5141896Z test_make_fx_symbolic_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.015s) 2022-12-01T10:15:34.5142077Z test_make_fx_symbolic_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-12-01T10:15:34.5142250Z test_make_fx_symbolic_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5142435Z test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-12-01T10:15:34.5142637Z test_make_fx_symbolic_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:15:34.5142803Z test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-12-01T10:15:34.5142982Z test_make_fx_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.324s) 2022-12-01T10:15:34.5143275Z test_make_fx_symbolic_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:15:34.5143447Z test_make_fx_symbolic_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:15:34.5143624Z test_make_fx_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:15:34.5143822Z test_make_fx_symbolic_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:15:34.5144010Z test_make_fx_symbolic_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:15:34.5144199Z test_make_fx_symbolic_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:15:34.5144389Z test_make_fx_symbolic_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:15:34.5144583Z test_make_fx_symbolic_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:15:34.5144762Z test_make_fx_symbolic_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:15:34.5144965Z test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.222s) 2022-12-01T10:15:34.5145174Z test_make_fx_symbolic_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.347s) 2022-12-01T10:15:34.5145365Z test_make_fx_symbolic_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:15:34.5145539Z test_make_fx_symbolic_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.230s) 2022-12-01T10:15:34.5145719Z test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.104s) 2022-12-01T10:15:34.5145904Z test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-12-01T10:15:34.5146082Z test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.578s) 2022-12-01T10:15:34.5146287Z test_make_fx_symbolic_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.5146464Z test_make_fx_symbolic_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.070s) 2022-12-01T10:15:34.5146641Z test_make_fx_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:15:34.5146830Z test_make_fx_symbolic_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:15:34.5147015Z test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.969s) 2022-12-01T10:15:34.5147207Z test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.245s) 2022-12-01T10:15:34.5147387Z test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.230s) 2022-12-01T10:15:34.5147562Z test_make_fx_symbolic_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-12-01T10:15:34.5147737Z test_make_fx_symbolic_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.116s) 2022-12-01T10:15:34.5147926Z test_make_fx_symbolic_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.077s) 2022-12-01T10:15:34.5148103Z test_make_fx_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-12-01T10:15:34.5148281Z test_make_fx_symbolic_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:15:34.5148471Z test_make_fx_symbolic_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5148691Z test_make_fx_symbolic_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5148864Z test_make_fx_symbolic_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.200s) 2022-12-01T10:15:34.5149056Z test_make_fx_symbolic_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-12-01T10:15:34.5149227Z test_make_fx_symbolic_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.5149398Z test_make_fx_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:15:34.5149576Z test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-12-01T10:15:34.5149750Z test_make_fx_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:15:34.5149912Z test_make_fx_symbolic_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-12-01T10:15:34.5150091Z test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-12-01T10:15:34.5150290Z test_make_fx_symbolic_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.106s) 2022-12-01T10:15:34.5150467Z test_make_fx_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:15:34.5150638Z test_make_fx_symbolic_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.833s) 2022-12-01T10:15:34.5150831Z test_make_fx_symbolic_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.037s) 2022-12-01T10:15:34.5151022Z test_make_fx_symbolic_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:15:34.5151216Z test_make_fx_symbolic_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:15:34.5151414Z test_make_fx_symbolic_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:15:34.5151593Z test_make_fx_symbolic_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.032s) 2022-12-01T10:15:34.5151783Z test_make_fx_symbolic_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.038s) 2022-12-01T10:15:34.5151972Z test_make_fx_symbolic_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.032s) 2022-12-01T10:15:34.5152159Z test_make_fx_symbolic_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.032s) 2022-12-01T10:15:34.5152352Z test_make_fx_symbolic_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:15:34.5152548Z test_make_fx_symbolic_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.032s) 2022-12-01T10:15:34.5152745Z test_make_fx_symbolic_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:15:34.5152939Z test_make_fx_symbolic_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.032s) 2022-12-01T10:15:34.5153132Z test_make_fx_symbolic_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:15:34.5153320Z test_make_fx_symbolic_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:15:34.5153491Z test_make_fx_symbolic_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.032s) 2022-12-01T10:15:34.5153681Z test_make_fx_symbolic_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.034s) 2022-12-01T10:15:34.5153895Z test_make_fx_symbolic_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:15:34.5154084Z test_make_fx_symbolic_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:15:34.5154270Z test_make_fx_symbolic_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:15:34.5154459Z test_make_fx_symbolic_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:15:34.5154632Z test_make_fx_symbolic_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:15:34.5154811Z test_make_fx_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-12-01T10:15:34.5154984Z test_make_fx_symbolic_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.175s) 2022-12-01T10:15:34.5155150Z test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:15:34.5155352Z test_make_fx_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:15:34.5155529Z test_make_fx_symbolic_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-12-01T10:15:34.5155713Z test_make_fx_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.266s) 2022-12-01T10:15:34.5155886Z test_make_fx_symbolic_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.5156069Z test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.915s) 2022-12-01T10:15:34.5156240Z test_make_fx_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.198s) 2022-12-01T10:15:34.5156416Z test_make_fx_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.190s) 2022-12-01T10:15:34.5156589Z test_make_fx_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.211s) 2022-12-01T10:15:34.5156759Z test_make_fx_symbolic_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-12-01T10:15:34.5156935Z test_make_fx_symbolic_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:15:34.5157117Z test_make_fx_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-12-01T10:15:34.5157310Z test_make_fx_symbolic_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:15:34.5157480Z test_make_fx_symbolic_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.200s) 2022-12-01T10:15:34.5157671Z test_make_fx_symbolic_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:15:34.5157866Z test_make_fx_symbolic_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:15:34.5158040Z test_make_fx_symbolic_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.200s) 2022-12-01T10:15:34.5158214Z test_make_fx_symbolic_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-12-01T10:15:34.5158395Z test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.396s) 2022-12-01T10:15:34.5158570Z test_make_fx_symbolic_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:15:34.5158762Z test_make_fx_symbolic_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.057s) 2022-12-01T10:15:34.5158961Z test_make_fx_symbolic_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.072s) 2022-12-01T10:15:34.5159179Z test_make_fx_symbolic_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:15:34.5159357Z test_make_fx_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.5159533Z test_make_fx_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.186s) 2022-12-01T10:15:34.5159719Z test_make_fx_symbolic_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:15:34.5159893Z test_make_fx_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.190s) 2022-12-01T10:15:34.5160073Z test_make_fx_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.194s) 2022-12-01T10:15:34.5160254Z test_make_fx_symbolic_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.076s) 2022-12-01T10:15:34.5160455Z test_make_fx_symbolic_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.043s) 2022-12-01T10:15:34.5160691Z test_make_fx_symbolic_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.043s) 2022-12-01T10:15:34.5160872Z test_make_fx_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-12-01T10:15:34.5161070Z test_make_fx_symbolic_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.155s) 2022-12-01T10:15:34.5161251Z test_make_fx_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-12-01T10:15:34.5161441Z test_make_fx_symbolic_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:15:34.5161613Z test_make_fx_symbolic_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-12-01T10:15:34.5161807Z test_make_fx_symbolic_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.064s) 2022-12-01T10:15:34.5161984Z test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:15:34.5162160Z test_make_fx_symbolic_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.5162334Z test_make_fx_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:15:34.5162506Z test_make_fx_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.5162681Z test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.5162859Z test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.5163035Z test_make_fx_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-12-01T10:15:34.5163223Z test_make_fx_symbolic_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-12-01T10:15:34.5163442Z test_make_fx_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:34.5163666Z test_make_fx_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:34.5163860Z test_make_fx_symbolic_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:34.5164080Z test_make_fx_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:34.5164287Z test_make_fx_symbolic_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:15:34.5164506Z test_make_fx_symbolic_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:15:34.5164700Z test_make_fx_symbolic_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:15:34.5164877Z test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.236s) 2022-12-01T10:15:34.5165050Z test_make_fx_symbolic_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.195s) 2022-12-01T10:15:34.5165240Z test_make_fx_symbolic_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:15:34.5165416Z test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:15:34.5165616Z test_make_fx_symbolic_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:15:34.5165809Z test_make_fx_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:15:34.5166031Z test_make_fx_symbolic_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:15:34.5166227Z test_make_fx_symbolic_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:15:34.5166420Z test_make_fx_symbolic_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:15:34.5166626Z test_make_fx_symbolic_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.059s) 2022-12-01T10:15:34.5166820Z test_make_fx_symbolic_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:15:34.5167022Z test_make_fx_symbolic_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:15:34.5167221Z test_make_fx_symbolic_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:15:34.5167424Z test_make_fx_symbolic_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:15:34.5167638Z test_make_fx_symbolic_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:15:34.5167815Z test_make_fx_symbolic_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:15:34.5168010Z test_make_fx_symbolic_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:15:34.5168209Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:15:34.5168416Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5168617Z test_make_fx_symbolic_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:15:34.5168814Z test_make_fx_symbolic_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5169026Z test_make_fx_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5169221Z test_make_fx_symbolic_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:15:34.5169421Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.5169653Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5169839Z test_make_fx_symbolic_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:15:34.5170041Z test_make_fx_symbolic_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.127s) 2022-12-01T10:15:34.5170243Z test_make_fx_symbolic_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.072s) 2022-12-01T10:15:34.5170440Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:15:34.5170648Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:15:34.5170850Z test_make_fx_symbolic_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:15:34.5171047Z test_make_fx_symbolic_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.728s) 2022-12-01T10:15:34.5171295Z test_make_fx_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.617s) 2022-12-01T10:15:34.5171491Z test_make_fx_symbolic_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:15:34.5171699Z test_make_fx_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5171955Z test_make_fx_symbolic_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:15:34.5172135Z test_make_fx_symbolic_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5172334Z test_make_fx_symbolic_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:15:34.5172531Z test_make_fx_symbolic_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.5172730Z test_make_fx_symbolic_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:15:34.5172938Z test_make_fx_symbolic_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:15:34.5173128Z test_make_fx_symbolic_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.071s) 2022-12-01T10:15:34.5173326Z test_make_fx_symbolic_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:15:34.5173530Z test_make_fx_symbolic_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.080s) 2022-12-01T10:15:34.5173737Z test_make_fx_symbolic_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:15:34.5173934Z test_make_fx_symbolic_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.045s) 2022-12-01T10:15:34.5174103Z test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.672s) 2022-12-01T10:15:34.5174292Z test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.432s) 2022-12-01T10:15:34.5174470Z test_make_fx_symbolic_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.404s) 2022-12-01T10:15:34.5174646Z test_make_fx_symbolic_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-12-01T10:15:34.5174857Z test_make_fx_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.5175029Z test_make_fx_symbolic_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:15:34.5175206Z test_make_fx_symbolic_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-12-01T10:15:34.5175387Z test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.265s) 2022-12-01T10:15:34.5175573Z test_make_fx_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.300s) 2022-12-01T10:15:34.5175754Z test_make_fx_symbolic_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:15:34.5175949Z test_make_fx_symbolic_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.5176152Z test_make_fx_symbolic_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:15:34.5176345Z test_make_fx_symbolic_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.053s) 2022-12-01T10:15:34.5176568Z test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.259s) 2022-12-01T10:15:34.5176751Z test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:15:34.5177176Z test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.269s) 2022-12-01T10:15:34.5177352Z test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.258s) 2022-12-01T10:15:34.5177529Z test_make_fx_symbolic_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.164s) 2022-12-01T10:15:34.5177697Z test_make_fx_symbolic_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.888s) 2022-12-01T10:15:34.5177879Z test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.632s) 2022-12-01T10:15:34.5178054Z test_make_fx_symbolic_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-12-01T10:15:34.5178226Z test_make_fx_symbolic_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.208s) 2022-12-01T10:15:34.5178413Z test_make_fx_symbolic_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.5178605Z test_make_fx_symbolic_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:15:34.5178800Z test_make_fx_symbolic_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:15:34.5178971Z test_make_fx_symbolic_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-12-01T10:15:34.5179141Z test_make_fx_symbolic_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.117s) 2022-12-01T10:15:34.5179341Z test_make_fx_symbolic_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.966s) 2022-12-01T10:15:34.5179522Z test_make_fx_symbolic_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.995s) 2022-12-01T10:15:34.5179719Z test_make_fx_symbolic_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.072s) 2022-12-01T10:15:34.5179919Z test_make_fx_symbolic_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.074s) 2022-12-01T10:15:34.5180120Z test_make_fx_symbolic_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:15:34.5180315Z test_make_fx_symbolic_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.356s) 2022-12-01T10:15:34.5180569Z test_make_fx_symbolic_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.038s) 2022-12-01T10:15:34.5180774Z test_make_fx_symbolic_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.623s) 2022-12-01T10:15:34.5180977Z test_make_fx_symbolic_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:15:34.5181181Z test_make_fx_symbolic_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5181376Z test_make_fx_symbolic_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (1.707s) 2022-12-01T10:15:34.5181558Z test_make_fx_symbolic_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.267s) 2022-12-01T10:15:34.5181760Z test_make_fx_symbolic_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (1.294s) 2022-12-01T10:15:34.5181980Z test_make_fx_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.227s) 2022-12-01T10:15:34.5182176Z test_make_fx_symbolic_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (1.060s) 2022-12-01T10:15:34.5182373Z test_make_fx_symbolic_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:15:34.5182573Z test_make_fx_symbolic_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:15:34.5182773Z test_make_fx_symbolic_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.565s) 2022-12-01T10:15:34.5182967Z test_make_fx_symbolic_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.596s) 2022-12-01T10:15:34.5183218Z test_make_fx_symbolic_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (2.948s) 2022-12-01T10:15:34.5183417Z test_make_fx_symbolic_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.936s) 2022-12-01T10:15:34.5183594Z test_make_fx_symbolic_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (2.897s) 2022-12-01T10:15:34.5183771Z test_make_fx_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.808s) 2022-12-01T10:15:34.5183965Z test_make_fx_symbolic_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:15:34.5184144Z test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.197s) 2022-12-01T10:15:34.5184332Z test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-12-01T10:15:34.5184541Z test_make_fx_symbolic_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:15:34.5184721Z test_make_fx_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.212s) 2022-12-01T10:15:34.5184895Z test_make_fx_symbolic_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.451s) 2022-12-01T10:15:34.5185086Z test_make_fx_symbolic_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-12-01T10:15:34.5185282Z test_make_fx_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.040s) 2022-12-01T10:15:34.5185496Z test_make_fx_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.043s) 2022-12-01T10:15:34.5185707Z test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.205s) 2022-12-01T10:15:34.5185897Z test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:15:34.5186105Z test_make_fx_symbolic_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:15:34.5186284Z test_make_fx_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.192s) 2022-12-01T10:15:34.5186456Z test_make_fx_symbolic_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5186646Z test_make_fx_symbolic_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:15:34.5186823Z test_make_fx_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-12-01T10:15:34.5187016Z test_make_fx_symbolic_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:15:34.5187176Z test_make_fx_symbolic_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.213s) 2022-12-01T10:15:34.5187403Z test_make_fx_symbolic_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.5187576Z test_make_fx_symbolic_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:15:34.5187769Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.319s) 2022-12-01T10:15:34.5187962Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.241s) 2022-12-01T10:15:34.5188148Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.246s) 2022-12-01T10:15:34.5188326Z test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.116s) 2022-12-01T10:15:34.5188506Z test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.068s) 2022-12-01T10:15:34.5188689Z test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.206s) 2022-12-01T10:15:34.5188872Z test_make_fx_symbolic_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:15:34.5189048Z test_make_fx_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.532s) 2022-12-01T10:15:34.5189241Z test_make_fx_symbolic_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:15:34.5189432Z test_make_fx_symbolic_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:15:34.5189619Z test_make_fx_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.183s) 2022-12-01T10:15:34.5189806Z test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.815s) 2022-12-01T10:15:34.5189979Z test_make_fx_symbolic_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.196s) 2022-12-01T10:15:34.5190148Z test_make_fx_symbolic_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5190339Z test_make_fx_symbolic_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5190580Z test_make_fx_symbolic_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:15:34.5190745Z test_make_fx_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-12-01T10:15:34.5190921Z test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-12-01T10:15:34.5191127Z test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-12-01T10:15:34.5191308Z test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.219s) 2022-12-01T10:15:34.5191534Z test_make_fx_symbolic_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5191739Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.182s) 2022-12-01T10:15:34.5191945Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.354s) 2022-12-01T10:15:34.5192166Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.132s) 2022-12-01T10:15:34.5192383Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:15:34.5192618Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:15:34.5192822Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.051s) 2022-12-01T10:15:34.5193018Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.778s) 2022-12-01T10:15:34.5193212Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.953s) 2022-12-01T10:15:34.5193420Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.119s) 2022-12-01T10:15:34.5193614Z test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.233s) 2022-12-01T10:15:34.5193820Z test_make_fx_symbolic_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.062s) 2022-12-01T10:15:34.5194042Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.372s) 2022-12-01T10:15:34.5194257Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.178s) 2022-12-01T10:15:34.5194445Z test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-12-01T10:15:34.5194650Z test_make_fx_symbolic_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.509s) 2022-12-01T10:15:34.5194836Z test_make_fx_symbolic_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (3.788s) 2022-12-01T10:15:34.5195042Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.502s) 2022-12-01T10:15:34.5195245Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.706s) 2022-12-01T10:15:34.5195442Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.561s) 2022-12-01T10:15:34.5195663Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.058s) 2022-12-01T10:15:34.5195878Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:15:34.5196091Z test_make_fx_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.035s) 2022-12-01T10:15:34.5196325Z test_make_fx_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.046s) 2022-12-01T10:15:34.5197361Z test_make_fx_symbolic_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:15:34.5197607Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:15:34.5198474Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:15:34.5198717Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:15:34.5199532Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:15:34.5199771Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:15:34.5199856Z expected failure (0.073s) 2022-12-01T10:15:34.5200059Z test_make_fx_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.134s) 2022-12-01T10:15:34.5200270Z test_make_fx_symbolic_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.041s) 2022-12-01T10:15:34.5200458Z test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:15:34.5200671Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.145s) 2022-12-01T10:15:34.5200881Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.159s) 2022-12-01T10:15:34.5201116Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.056s) 2022-12-01T10:15:34.5201338Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-12-01T10:15:34.5201562Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.044s) 2022-12-01T10:15:34.5201778Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.098s) 2022-12-01T10:15:34.5201993Z test_make_fx_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:15:34.5202180Z test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.304s) 2022-12-01T10:15:34.5202398Z test_make_fx_symbolic_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.099s) 2022-12-01T10:15:34.5202612Z test_make_fx_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.132s) 2022-12-01T10:15:34.5202822Z test_make_fx_symbolic_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.044s) 2022-12-01T10:15:34.5203018Z test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.136s) 2022-12-01T10:15:34.5203217Z test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-12-01T10:15:34.5203410Z test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.232s) 2022-12-01T10:15:34.5203604Z test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.217s) 2022-12-01T10:15:34.5203859Z test_make_fx_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:15:34.5204054Z test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.474s) 2022-12-01T10:15:34.5204250Z test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.574s) 2022-12-01T10:15:34.5204453Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.097s) 2022-12-01T10:15:34.5204674Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.063s) 2022-12-01T10:15:34.5204896Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.037s) 2022-12-01T10:15:34.5205113Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:15:34.5205337Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:15:34.5205559Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.079s) 2022-12-01T10:15:34.5206331Z test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:15:34.5206553Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:15:34.5207158Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:15:34.5207378Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:15:34.5207963Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:15:34.5208212Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:15:34.5208811Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:15:34.5209024Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:15:34.5209078Z ok (0.668s) 2022-12-01T10:15:34.5209272Z test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.144s) 2022-12-01T10:15:34.5209468Z test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.286s) 2022-12-01T10:15:34.5209666Z test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.232s) 2022-12-01T10:15:34.5209857Z test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.602s) 2022-12-01T10:15:34.5210109Z test_make_fx_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.034s) 2022-12-01T10:15:34.5210309Z test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-12-01T10:15:34.5210528Z test_make_fx_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.113s) 2022-12-01T10:15:34.5210737Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.174s) 2022-12-01T10:15:34.5210932Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (17.428s) 2022-12-01T10:15:34.5211128Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.070s) 2022-12-01T10:15:34.5211340Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5211557Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:15:34.5211761Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5211976Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.058s) 2022-12-01T10:15:34.5212179Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5212392Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.063s) 2022-12-01T10:15:34.5212583Z test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-12-01T10:15:34.5212774Z test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.196s) 2022-12-01T10:15:34.5212986Z test_make_fx_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5213205Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5213403Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.423s) 2022-12-01T10:15:34.5213635Z test_make_fx_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5213830Z test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.811s) 2022-12-01T10:15:34.5214044Z test_make_fx_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:15:34.5214256Z test_make_fx_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:15:34.5214464Z test_make_fx_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-12-01T10:15:34.5214678Z test_make_fx_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.5214881Z test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.292s) 2022-12-01T10:15:34.5215113Z test_make_fx_symbolic_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:15:34.5215325Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.044s) 2022-12-01T10:15:34.5215526Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:15:34.5215727Z test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (5.049s) 2022-12-01T10:15:34.5215916Z test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.712s) 2022-12-01T10:15:34.5216107Z test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-12-01T10:15:34.5216294Z test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-12-01T10:15:34.5216498Z test_make_fx_symbolic_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:15:34.5216684Z test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-12-01T10:15:34.5217026Z test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:15:34.5217243Z test_make_fx_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:15:34.5217444Z test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.198s) 2022-12-01T10:15:34.5217623Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.313s) 2022-12-01T10:15:34.5217825Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.379s) 2022-12-01T10:15:34.5218017Z test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-12-01T10:15:34.5218213Z test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.215s) 2022-12-01T10:15:34.5218406Z test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:15:34.5218600Z test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-12-01T10:15:34.5218793Z test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.090s) 2022-12-01T10:15:34.5219054Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.794s) 2022-12-01T10:15:34.5219274Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.792s) 2022-12-01T10:15:34.5219479Z test_make_fx_symbolic_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-12-01T10:15:34.5220055Z test_make_fx_symbolic_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5220238Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5220324Z expected failure (0.053s) 2022-12-01T10:15:34.5220957Z test_make_fx_symbolic_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:15:34.5221151Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:15:34.5221234Z expected failure (0.035s) 2022-12-01T10:15:34.5221456Z test_make_fx_symbolic_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.011s) 2022-12-01T10:15:34.5221629Z test_make_fx_symbolic_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.476s) 2022-12-01T10:15:34.5221811Z test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-12-01T10:15:34.5221993Z test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.115s) 2022-12-01T10:15:34.5222169Z test_make_fx_symbolic_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:15:34.5222364Z test_make_fx_symbolic_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-12-01T10:15:34.5222566Z test_make_fx_symbolic_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:15:34.5222739Z test_make_fx_symbolic_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:15:34.5222916Z test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-12-01T10:15:34.5223106Z test_make_fx_symbolic_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.104s) 2022-12-01T10:15:34.5223381Z test_make_fx_symbolic_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:15:34.5223577Z test_make_fx_symbolic_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.108s) 2022-12-01T10:15:34.5223760Z test_make_fx_symbolic_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-12-01T10:15:34.5223955Z test_make_fx_symbolic_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:15:34.5224131Z test_make_fx_symbolic_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.5224342Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.5224545Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:15:34.5224791Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:15:34.5225002Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.5225209Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.5225389Z test_make_fx_symbolic_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:15:34.5225564Z test_make_fx_symbolic_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.299s) 2022-12-01T10:15:34.5225741Z test_make_fx_symbolic_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.794s) 2022-12-01T10:15:34.5225929Z test_make_fx_symbolic_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:15:34.5226102Z test_make_fx_symbolic_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:15:34.5226322Z test_make_fx_symbolic_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-12-01T10:15:34.5226515Z test_make_fx_symbolic_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.5226698Z test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-12-01T10:15:34.5226882Z test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.248s) 2022-12-01T10:15:34.5227059Z test_make_fx_symbolic_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:15:34.5227240Z test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-12-01T10:15:34.5227416Z test_make_fx_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-12-01T10:15:34.5227591Z test_make_fx_symbolic_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-12-01T10:15:34.5227760Z test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-12-01T10:15:34.5227940Z test_make_fx_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.245s) 2022-12-01T10:15:34.5228131Z test_make_fx_symbolic_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:15:34.5228306Z test_make_fx_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.498s) 2022-12-01T10:15:34.5228545Z test_make_fx_symbolic_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.019s) 2022-12-01T10:15:34.5228744Z test_make_fx_symbolic_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.040s) 2022-12-01T10:15:34.5228924Z test_make_fx_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.728s) 2022-12-01T10:15:34.5229118Z test_make_fx_symbolic_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.045s) 2022-12-01T10:15:34.5229310Z test_make_fx_symbolic_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:15:34.5229493Z test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-12-01T10:15:34.5229659Z test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5229846Z test_make_fx_symbolic_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-12-01T10:15:34.5230049Z test_make_fx_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.987s) 2022-12-01T10:15:34.5230238Z test_make_fx_symbolic_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.5230440Z test_make_fx_symbolic_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:15:34.5230642Z test_make_fx_symbolic_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5230847Z test_make_fx_symbolic_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5231024Z test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-12-01T10:15:34.5231197Z test_make_fx_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.314s) 2022-12-01T10:15:34.5231384Z test_make_fx_symbolic_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-12-01T10:15:34.5231577Z test_make_fx_symbolic_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-12-01T10:15:34.5231807Z test_make_fx_symbolic_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:15:34.5232009Z test_make_fx_symbolic_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:15:34.5232208Z test_make_fx_symbolic_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:15:34.5232413Z test_make_fx_symbolic_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:15:34.5232617Z test_make_fx_symbolic_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.043s) 2022-12-01T10:15:34.5232818Z test_make_fx_symbolic_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.057s) 2022-12-01T10:15:34.5233028Z test_make_fx_symbolic_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:15:34.5233237Z test_make_fx_symbolic_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:15:34.5233417Z test_make_fx_symbolic_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-12-01T10:15:34.5233615Z test_make_fx_symbolic_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-12-01T10:15:34.5233789Z test_make_fx_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5233966Z test_make_fx_symbolic_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.144s) 2022-12-01T10:15:34.5234143Z test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-12-01T10:15:34.5234318Z test_make_fx_symbolic_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-12-01T10:15:34.5234494Z test_make_fx_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:15:34.5234666Z test_make_fx_symbolic_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.5234835Z test_make_fx_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-12-01T10:15:34.5234990Z test_make_fx_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5235165Z test_make_fx_symbolic_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.307s) 2022-12-01T10:15:34.5235389Z test_make_fx_symbolic_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-12-01T10:15:34.5235569Z test_make_fx_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.294s) 2022-12-01T10:15:34.5235760Z test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.388s) 2022-12-01T10:15:34.5235944Z test_make_fx_symbolic_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-12-01T10:15:34.5236153Z test_make_fx_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5236354Z test_make_fx_symbolic_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:15:34.5236542Z test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-12-01T10:15:34.5236729Z test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-12-01T10:15:34.5236954Z test_make_fx_symbolic_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5237154Z test_make_fx_symbolic_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5237374Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:15:34.5237592Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:15:34.5237994Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.5238387Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.5238587Z test_make_fx_symbolic_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5238787Z test_make_fx_symbolic_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5239001Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:15:34.5239218Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-12-01T10:15:34.5239400Z test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.5239570Z test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.5239754Z test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.5239974Z test_make_fx_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:15:34.5240364Z test_make_fx_symbolic_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.5240569Z test_make_fx_symbolic_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5240779Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5241022Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5241230Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5241437Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5241621Z test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-12-01T10:15:34.5241807Z test_make_fx_symbolic_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-12-01T10:15:34.5242035Z test_make_fx_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-12-01T10:15:34.5242258Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5242499Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-12-01T10:15:34.5242907Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.5243312Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.5243707Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.5244112Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:15:34.5244315Z test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-12-01T10:15:34.5244517Z test_make_fx_symbolic_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:15:34.5244700Z test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.251s) 2022-12-01T10:15:34.5244890Z test_make_fx_symbolic_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:15:34.5245076Z test_make_fx_symbolic_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.035s) 2022-12-01T10:15:34.5245277Z test_make_fx_symbolic_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.034s) 2022-12-01T10:15:34.5245450Z test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.5245631Z test_make_fx_symbolic_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-12-01T10:15:34.5245808Z test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.121s) 2022-12-01T10:15:34.5245981Z test_make_fx_symbolic_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.232s) 2022-12-01T10:15:34.5246153Z test_make_fx_symbolic_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.640s) 2022-12-01T10:15:34.5246330Z test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.379s) 2022-12-01T10:15:34.5246517Z test_make_fx_symbolic_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-12-01T10:15:34.5246709Z test_make_fx_symbolic_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.277s) 2022-12-01T10:15:34.5246879Z test_make_fx_symbolic_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.395s) 2022-12-01T10:15:34.5247073Z test_make_fx_symbolic_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:15:34.5247261Z test_make_fx_symbolic_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.103s) 2022-12-01T10:15:34.5247457Z test_make_fx_symbolic_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.125s) 2022-12-01T10:15:34.5247650Z test_make_fx_symbolic_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:15:34.5247821Z test_make_fx_symbolic_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-12-01T10:15:34.5248023Z test_make_fx_symbolic_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:15:34.5248239Z test_make_fx_symbolic_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:15:34.5248413Z test_make_fx_symbolic_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5248572Z test_make_fx_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-12-01T10:15:34.5248770Z test_make_fx_symbolic_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.030s) 2022-12-01T10:15:34.5248966Z test_make_fx_symbolic_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.032s) 2022-12-01T10:15:34.5249136Z test_make_fx_symbolic_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.626s) 2022-12-01T10:15:34.5249326Z test_make_fx_symbolic_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5249520Z test_make_fx_symbolic_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:15:34.5249708Z test_make_fx_symbolic_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-12-01T10:15:34.5249882Z test_make_fx_symbolic_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-12-01T10:15:34.5250062Z test_make_fx_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.124s) 2022-12-01T10:15:34.5250244Z test_make_fx_symbolic_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-12-01T10:15:34.5250437Z test_make_fx_symbolic_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-12-01T10:15:34.5250640Z test_make_fx_symbolic_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-12-01T10:15:34.5250812Z test_make_fx_symbolic_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.483s) 2022-12-01T10:15:34.5250986Z test_make_fx_symbolic_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.442s) 2022-12-01T10:15:34.5251169Z test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.266s) 2022-12-01T10:15:34.5251341Z test_make_fx_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-12-01T10:15:34.5251534Z test_make_fx_symbolic_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.5251728Z test_make_fx_symbolic_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-12-01T10:15:34.5251953Z test_make_fx_symbolic_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.069s) 2022-12-01T10:15:34.5252129Z test_make_fx_symbolic_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.5252367Z test_make_fx_symbolic_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.070s) 2022-12-01T10:15:34.5252586Z test_make_fx_symbolic_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.071s) 2022-12-01T10:15:34.5252766Z test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.174s) 2022-12-01T10:15:34.5252939Z test_make_fx_symbolic_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.610s) 2022-12-01T10:15:34.5253118Z test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.374s) 2022-12-01T10:15:34.5253293Z test_make_fx_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-12-01T10:15:34.5253522Z test_make_fx_symbolic_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-12-01T10:15:34.5253714Z test_make_fx_symbolic_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-12-01T10:15:34.5253870Z test_make_fx_symbolic_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.531s) 2022-12-01T10:15:34.5254064Z test_make_fx_symbolic_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:15:34.5254239Z test_make_fx_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-12-01T10:15:34.5254413Z test_make_fx_symbolic_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.149s) 2022-12-01T10:15:34.5254590Z test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.560s) 2022-12-01T10:15:34.5254763Z test_make_fx_symbolic_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-12-01T10:15:34.5254937Z test_make_fx_symbolic_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-12-01T10:15:34.5255118Z test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-12-01T10:15:34.5255252Z test_binary_broadcast (__main__.TestSymbolicTracing) ... ok (0.035s) 2022-12-01T10:15:34.5255356Z test_cat (__main__.TestSymbolicTracing) ... ok (0.052s) 2022-12-01T10:15:34.5255476Z test_expand (__main__.TestSymbolicTracing) ... ok (0.043s) 2022-12-01T10:15:34.5255604Z test_guards_equal (__main__.TestSymbolicTracing) ... ok (0.403s) 2022-12-01T10:15:34.5255735Z test_multiply_shape (__main__.TestSymbolicTracing) ... ok (0.015s) 2022-12-01T10:15:34.5256399Z test_new_empty (__main__.TestSymbolicTracing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83408 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-12-01T10:15:34.5256552Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... ok (0.074s) 2022-12-01T10:15:34.5256679Z test_return_symint (__main__.TestSymbolicTracing) ... ok (0.028s) 2022-12-01T10:15:34.5256928Z test_size_with_tensor (__main__.TestSymbolicTracing) ... ok (0.104s) 2022-12-01T10:15:34.5257054Z test_symbolic_meta (__main__.TestSymbolicTracing) ... ok (0.020s) 2022-12-01T10:15:34.5257171Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... ok (0.025s) 2022-12-01T10:15:34.5257291Z test_unary (__main__.TestSymbolicTracing) ... ok (0.027s) 2022-12-01T10:15:34.5257354Z 2022-12-01T10:15:34.5257558Z ---------------------------------------------------------------------- 2022-12-01T10:15:34.5257638Z Ran 1902 tests in 280.352s 2022-12-01T10:15:34.5257644Z 2022-12-01T10:15:34.5257741Z OK (skipped=98, expected failures=324) 2022-12-01T10:15:34.5257747Z 2022-12-01T10:15:34.5257833Z Generating XML reports... 2022-12-01T10:15:34.5258140Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20221201101049.xml 2022-12-01T10:15:34.5258468Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20221201101049.xml 2022-12-01T10:15:34.5258787Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20221201101049.xml 2022-12-01T10:15:34.5259107Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20221201101049.xml 2022-12-01T10:15:34.5259423Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestProxyTensorOpInfoCPU-20221201101049.xml 2022-12-01T10:15:34.5259718Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20221201101049.xml 2022-12-01T10:15:34.5259724Z 2022-12-01T10:15:34.5260140Z ##[endgroup] 2022-12-01T10:15:34.5260470Z FINISHED PRINTING LOG FILE of test_proxy_tensor (/var/lib/jenkins/workspace/test/test-reports/test_proxy_tensor_h1a41php) 2022-12-01T10:15:34.5260476Z 2022-12-01T10:15:38.7291833Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:15:38.8685249Z Ignoring disabled issues: [] 2022-12-01T10:15:38.8896444Z Running test_jit ... [2022-12-01 10:15:38.889272] 2022-12-01T10:15:38.8898230Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:15:38.889577] 2022-12-01T10:24:27.6802183Z 2022-12-01T10:24:27.6804084Z Expand the folded group to see the log file of test_jit 2022-12-01T10:24:27.6804760Z ##[group]PRINTING LOG FILE of test_jit (/var/lib/jenkins/workspace/test/test-reports/test_jit__l7zdct2) 2022-12-01T10:24:27.6810255Z Test results will be stored in test-reports/python-unittest/test_jit 2022-12-01T10:24:27.6857657Z CUDA not available, skipping tests 2022-12-01T10:24:27.6858210Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-12-01T10:24:27.6858400Z 2022-12-01T10:24:27.6858474Z Running tests... 2022-12-01T10:24:27.6898217Z ---------------------------------------------------------------------- 2022-12-01T10:24:27.6898726Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.004s) 2022-12-01T10:24:27.6899112Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.071s) 2022-12-01T10:24:27.6899462Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.053s) 2022-12-01T10:24:27.6900663Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.002s) 2022-12-01T10:24:27.6901040Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.386s) 2022-12-01T10:24:27.6901349Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.029s) 2022-12-01T10:24:27.6901633Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.257s) 2022-12-01T10:24:27.6901898Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.036s) 2022-12-01T10:24:27.6902237Z test_async_python (jit.test_async.TestAsync) ... ok (0.010s) 2022-12-01T10:24:27.6902505Z test_async_script (jit.test_async.TestAsync) ... ok (0.027s) 2022-12-01T10:24:27.6902766Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.032s) 2022-12-01T10:24:27.6938530Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.099s) 2022-12-01T10:24:27.6939056Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.079s) 2022-12-01T10:24:27.6939529Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.030s) 2022-12-01T10:24:27.6939820Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.052s) 2022-12-01T10:24:27.6940340Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.003s) 2022-12-01T10:24:27.6940633Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.191s) 2022-12-01T10:24:27.6940901Z test_future_subtyping (jit.test_async.TestAsync) 2022-12-01T10:24:27.6941177Z Test that futures subtype each other properly. ... ok (0.037s) 2022-12-01T10:24:27.6941451Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.003s) 2022-12-01T10:24:27.6951024Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.059s) 2022-12-01T10:24:27.6951499Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.046s) 2022-12-01T10:24:27.6952000Z test_trace_fork_wait_inline_onnx (jit.test_async.TestAsync) ... ok (0.069s) 2022-12-01T10:24:27.6952513Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.008s) 2022-12-01T10:24:27.6953003Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.201s) 2022-12-01T10:24:27.6953581Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.088s) 2022-12-01T10:24:27.6954125Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-12-01T10:24:27.6954554Z 1. Testing a = int, b = int ... ok (0.046s) 2022-12-01T10:24:27.6955210Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.046s) 2022-12-01T10:24:27.6955782Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.028s) 2022-12-01T10:24:27.6956350Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.037s) 2022-12-01T10:24:27.6956927Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.031s) 2022-12-01T10:24:27.6957493Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.091s) 2022-12-01T10:24:27.6958101Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.011s) 2022-12-01T10:24:27.6966439Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.221s) 2022-12-01T10:24:27.6967028Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.324s) 2022-12-01T10:24:27.6967780Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.017s) 2022-12-01T10:24:27.6968198Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.176s) 2022-12-01T10:24:27.6968612Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.046s) 2022-12-01T10:24:27.6969118Z 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-12-01T10:24:27.6969782Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.037s) 2022-12-01T10:24:27.6970384Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.035s) 2022-12-01T10:24:27.6971165Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.004s) 2022-12-01T10:24:27.6971588Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.061s) 2022-12-01T10:24:27.6971996Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.036s) 2022-12-01T10:24:27.6972388Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.035s) 2022-12-01T10:24:27.6972778Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.034s) 2022-12-01T10:24:27.6973165Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.039s) 2022-12-01T10:24:27.6973881Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.001s) 2022-12-01T10:24:27.6974334Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.028s) 2022-12-01T10:24:27.6974767Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.046s) 2022-12-01T10:24:27.6975160Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.028s) 2022-12-01T10:24:27.6975554Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.030s) 2022-12-01T10:24:27.6976115Z 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-12-01T10:24:27.6976588Z ok (0.813s) 2022-12-01T10:24:27.6977543Z 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-12-01T10:24:27.6978097Z ok (0.788s) 2022-12-01T10:24:27.6978870Z 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-12-01T10:24:27.6979549Z ok (1.466s) 2022-12-01T10:24:27.6980020Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... ok (0.279s) 2022-12-01T10:24:27.6980546Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... ok (0.298s) 2022-12-01T10:24:27.6981144Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.022s) 2022-12-01T10:24:27.6981485Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.029s) 2022-12-01T10:24:27.6981789Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.038s) 2022-12-01T10:24:27.6982177Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.037s) 2022-12-01T10:24:27.6982516Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.037s) 2022-12-01T10:24:27.6982846Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.036s) 2022-12-01T10:24:27.6983169Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.043s) 2022-12-01T10:24:27.6983520Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.044s) 2022-12-01T10:24:27.6983826Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.019s) 2022-12-01T10:24:27.6984104Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.044s) 2022-12-01T10:24:27.6984404Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.083s) 2022-12-01T10:24:27.6984697Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.023s) 2022-12-01T10:24:27.6985003Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.038s) 2022-12-01T10:24:27.6985290Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-12-01T10:24:27.6985597Z Test that the error message displayed when convering a class type ... ok (0.017s) 2022-12-01T10:24:27.6985902Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.187s) 2022-12-01T10:24:27.6986279Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.014s) 2022-12-01T10:24:27.6986592Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.013s) 2022-12-01T10:24:27.6986898Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-12-01T10:24:27.6987161Z Test that inheritance is detected in ... ok (0.037s) 2022-12-01T10:24:27.6987513Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.300s) 2022-12-01T10:24:27.6987817Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.059s) 2022-12-01T10:24:27.6988132Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.030s) 2022-12-01T10:24:27.6988407Z test_classmethod (jit.test_class_type.TestClassType) 2022-12-01T10:24:27.6988684Z Test classmethods on class types. ... ok (0.030s) 2022-12-01T10:24:27.6988964Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-12-01T10:24:27.6989255Z test_custom_delete (jit.test_class_type.TestClassType) 2022-12-01T10:24:27.6989520Z Test that del can be called on an instance of a class that ... ok (0.065s) 2022-12-01T10:24:27.6989796Z test_default_args (jit.test_class_type.TestClassType) 2022-12-01T10:24:27.6990080Z Test that methods on class types can have default arguments. ... ok (0.309s) 2022-12-01T10:24:27.6990357Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.020s) 2022-12-01T10:24:27.6990661Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-12-01T10:24:27.6990968Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.002s) 2022-12-01T10:24:27.6991305Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.067s) 2022-12-01T10:24:27.6991580Z test_in (jit.test_class_type.TestClassType) ... ok (0.021s) 2022-12-01T10:24:27.6991870Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-12-01T10:24:27.6992169Z test_interface (jit.test_class_type.TestClassType) ... ok (0.226s) 2022-12-01T10:24:27.6992460Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.012s) 2022-12-01T10:24:27.6992773Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.033s) 2022-12-01T10:24:27.6993071Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.712s) 2022-12-01T10:24:27.6993341Z test_properties (jit.test_class_type.TestClassType) 2022-12-01T10:24:27.6993636Z Test that a scripted class can make use of the @property decorator. ... ok (0.117s) 2022-12-01T10:24:27.6993969Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.020s) 2022-12-01T10:24:27.6994291Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.018s) 2022-12-01T10:24:27.6994563Z test_recursive_class (jit.test_class_type.TestClassType) 2022-12-01T10:24:27.6994869Z Recursive class types not yet supported. We should give a good error message. ... ok (0.005s) 2022-12-01T10:24:27.6995201Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-12-01T10:24:27.6995702Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.269s) 2022-12-01T10:24:27.6996076Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-12-01T10:24:27.6996545Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.057s) 2022-12-01T10:24:27.6996884Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-12-01T10:24:27.6997187Z Test that class types are recursively scripted when an Python instance of one ... ok (0.037s) 2022-12-01T10:24:27.6997506Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-12-01T10:24:27.6997804Z Test that class types module attributes that fail to script ... ok (0.039s) 2022-12-01T10:24:27.6998097Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-12-01T10:24:27.6998377Z Test that modifications made to a class instance in TorchScript ... ok (0.033s) 2022-12-01T10:24:27.6998688Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.029s) 2022-12-01T10:24:27.6999009Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.052s) 2022-12-01T10:24:27.6999358Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.034s) 2022-12-01T10:24:27.6999662Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-12-01T10:24:27.7000032Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (1.844s) 2022-12-01T10:24:27.7017552Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-12-01T10:24:27.7018028Z Test that a scripted class can have a method that refers to the class itself ... ok (0.047s) 2022-12-01T10:24:27.7018479Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.030s) 2022-12-01T10:24:27.7018929Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.006s) 2022-12-01T10:24:27.7019356Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.005s) 2022-12-01T10:24:27.7019771Z test_staticmethod (jit.test_class_type.TestClassType) 2022-12-01T10:24:27.7020154Z Test static methods on class types. ... ok (0.080s) 2022-12-01T10:24:27.7020521Z test_type_annotation (jit.test_class_type.TestClassType) 2022-12-01T10:24:27.7020947Z Test that annotating container attributes with types works correctly ... ok (0.062s) 2022-12-01T10:24:27.7021567Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.013s) 2022-12-01T10:24:27.7022026Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.012s) 2022-12-01T10:24:27.7022531Z test_unused_method (jit.test_class_type.TestClassType) 2022-12-01T10:24:27.7022904Z Test unused methods on scripted classes. ... ok (0.044s) 2022-12-01T10:24:27.7023278Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.080s) 2022-12-01T10:24:27.7023686Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.058s) 2022-12-01T10:24:27.7024108Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (1.744s) 2022-12-01T10:24:27.7024874Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.199s) 2022-12-01T10:24:27.7025340Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.015s) 2022-12-01T10:24:27.7025770Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.037s) 2022-12-01T10:24:27.7026621Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.017s) 2022-12-01T10:24:27.7027595Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.016s) 2022-12-01T10:24:27.7028019Z test_div (jit.test_complex.TestComplex) ... ok (0.014s) 2022-12-01T10:24:27.7028404Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.036s) 2022-12-01T10:24:27.7029109Z test_pickle (jit.test_complex.TestComplex) ... ok (0.029s) 2022-12-01T10:24:27.7029510Z test_script (jit.test_complex.TestComplex) ... ok (0.010s) 2022-12-01T10:24:27.7029910Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.075s) 2022-12-01T10:24:27.7030351Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.204s) 2022-12-01T10:24:27.7030879Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.011s) 2022-12-01T10:24:27.7031426Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.023s) 2022-12-01T10:24:27.7031956Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-12-01T10:24:27.7032482Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-12-01T10:24:27.7032986Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:24:27.7033515Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-12-01T10:24:27.7034051Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:24:27.7034598Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.021s) 2022-12-01T10:24:27.7035285Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-12-01T10:24:27.7035820Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-12-01T10:24:27.7036337Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.009s) 2022-12-01T10:24:27.7037024Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.001s) 2022-12-01T10:24:27.7037685Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-12-01T10:24:27.7038171Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.016s) 2022-12-01T10:24:27.7038595Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.015s) 2022-12-01T10:24:27.7038990Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.026s) 2022-12-01T10:24:27.7039718Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:24:27.7040478Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:24:27.7041280Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:24:27.7042039Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:24:27.7042720Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:24:27.7043216Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (9.960s) 2022-12-01T10:24:27.7043670Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (17.936s) 2022-12-01T10:24:27.7044124Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.034s) 2022-12-01T10:24:27.7044573Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.003s) 2022-12-01T10:24:27.7045085Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... skip: InitVar not supported in Python < 3.8 (0.001s) 2022-12-01T10:24:27.7045577Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.026s) 2022-12-01T10:24:27.7046055Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-12-01T10:24:27.7046546Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.028s) 2022-12-01T10:24:27.7046995Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.008s) 2022-12-01T10:24:27.7047446Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.011s) 2022-12-01T10:24:27.7047916Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.012s) 2022-12-01T10:24:27.7048376Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.017s) 2022-12-01T10:24:27.7048859Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.013s) 2022-12-01T10:24:27.7049320Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.025s) 2022-12-01T10:24:27.7049833Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Requires torchvision (0.001s) 2022-12-01T10:24:27.7050321Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.016s) 2022-12-01T10:24:27.7050774Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.011s) 2022-12-01T10:24:27.7051220Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.018s) 2022-12-01T10:24:27.7051652Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.037s) 2022-12-01T10:24:27.7052105Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.014s) 2022-12-01T10:24:27.7052581Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (1.969s) 2022-12-01T10:24:27.7053197Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.001s) 2022-12-01T10:24:27.7053809Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.141s) 2022-12-01T10:24:27.7054355Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.107s) 2022-12-01T10:24:27.7054818Z test_basic (jit.test_list_dict.TestDict) ... ok (0.109s) 2022-12-01T10:24:27.7055167Z test_clear (jit.test_list_dict.TestDict) ... ok (0.017s) 2022-12-01T10:24:27.7055491Z test_copy (jit.test_list_dict.TestDict) ... ok (0.023s) 2022-12-01T10:24:27.7055831Z test_del (jit.test_list_dict.TestDict) ... ok (0.026s) 2022-12-01T10:24:27.7056225Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.132s) 2022-12-01T10:24:27.7056649Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.165s) 2022-12-01T10:24:27.7057330Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.016s) 2022-12-01T10:24:27.7057740Z test_dict_variance (jit.test_list_dict.TestDict) 2022-12-01T10:24:27.7058142Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.103s) 2022-12-01T10:24:27.7058555Z test_get (jit.test_list_dict.TestDict) ... ok (0.043s) 2022-12-01T10:24:27.7058914Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.069s) 2022-12-01T10:24:27.7059382Z test_items (jit.test_list_dict.TestDict) ... ok (0.012s) 2022-12-01T10:24:27.7059764Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-12-01T10:24:27.7060130Z test_keys (jit.test_list_dict.TestDict) ... ok (0.024s) 2022-12-01T10:24:27.7060493Z test_len (jit.test_list_dict.TestDict) ... ok (0.017s) 2022-12-01T10:24:27.7060832Z test_loop (jit.test_list_dict.TestDict) ... ok (0.014s) 2022-12-01T10:24:27.7061208Z test_membership (jit.test_list_dict.TestDict) ... ok (0.038s) 2022-12-01T10:24:27.7061592Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-12-01T10:24:27.7061983Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.056s) 2022-12-01T10:24:27.7062500Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.072s) 2022-12-01T10:24:27.7062881Z test_pop (jit.test_list_dict.TestDict) ... ok (0.046s) 2022-12-01T10:24:27.7063248Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.015s) 2022-12-01T10:24:27.7063640Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.044s) 2022-12-01T10:24:27.7064041Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-12-01T10:24:27.7064470Z Test that the use of a Dict type annotation without contained ... ok (0.005s) 2022-12-01T10:24:27.7064879Z test_update (jit.test_list_dict.TestDict) ... ok (0.061s) 2022-12-01T10:24:27.7065268Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.028s) 2022-12-01T10:24:27.7065664Z test_values (jit.test_list_dict.TestDict) ... ok (0.022s) 2022-12-01T10:24:27.7066008Z test_view (jit.test_list_dict.TestDict) ... ok (0.035s) 2022-12-01T10:24:27.7066438Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.033s) 2022-12-01T10:24:27.7067615Z 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-12-01T10:24:27.7068363Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-12-01T10:24:27.7068656Z ok (0.436s) 2022-12-01T10:24:27.7068991Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.099s) 2022-12-01T10:24:27.7069479Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.064s) 2022-12-01T10:24:27.7069950Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.086s) 2022-12-01T10:24:27.7070391Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.110s) 2022-12-01T10:24:27.7070999Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.054s) 2022-12-01T10:24:27.7071839Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.050s) 2022-12-01T10:24:27.7072539Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.032s) 2022-12-01T10:24:27.7073165Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.027s) 2022-12-01T10:24:27.7073805Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.027s) 2022-12-01T10:24:27.7074449Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:24:27.7075099Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:24:27.7075718Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:24:27.7076441Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:24:27.7077100Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:24:27.7077740Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.011s) 2022-12-01T10:24:27.7078360Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:24:27.7078979Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:24:27.7079606Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:24:27.7080257Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:24:27.7080864Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:24:27.7081482Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:24:27.7082115Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-12-01T10:24:27.7082729Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-12-01T10:24:27.7083307Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.035s) 2022-12-01T10:24:27.7083913Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-12-01T10:24:27.7084515Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.039s) 2022-12-01T10:24:27.7085127Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:24:27.7085740Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.038s) 2022-12-01T10:24:27.7086348Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.040s) 2022-12-01T10:24:27.7086939Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:24:27.7087642Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.037s) 2022-12-01T10:24:27.7088224Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.035s) 2022-12-01T10:24:27.7088809Z test_custom_rules_ints_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-12-01T10:24:27.7089399Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-12-01T10:24:27.7089995Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-12-01T10:24:27.7090570Z test_custom_rules_ints_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.046s) 2022-12-01T10:24:27.7091177Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.047s) 2022-12-01T10:24:27.7091777Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.046s) 2022-12-01T10:24:27.7092467Z test_custom_rules_ints_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.085s) 2022-12-01T10:24:27.7093073Z test_custom_rules_ints_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.059s) 2022-12-01T10:24:27.7093687Z test_custom_rules_ints_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.049s) 2022-12-01T10:24:27.7094288Z test_custom_rules_ints_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.050s) 2022-12-01T10:24:27.7094908Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.048s) 2022-12-01T10:24:27.7095536Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.047s) 2022-12-01T10:24:27.7096148Z test_custom_rules_ints_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.046s) 2022-12-01T10:24:27.7096745Z test_custom_rules_ints_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.063s) 2022-12-01T10:24:27.7097553Z test_custom_rules_ints_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.050s) 2022-12-01T10:24:27.7098149Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.020s) 2022-12-01T10:24:27.7098780Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.049s) 2022-12-01T10:24:27.7099419Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.048s) 2022-12-01T10:24:27.7100056Z test_custom_rules_ints_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:24:27.7100664Z test_custom_rules_ints_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:24:27.7101269Z test_custom_rules_ints_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.009s) 2022-12-01T10:24:27.7101869Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-12-01T10:24:27.7102566Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-12-01T10:24:27.7103159Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-12-01T10:24:27.7103889Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:24:27.7104497Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:24:27.7105099Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-12-01T10:24:27.7105687Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:24:27.7106294Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.010s) 2022-12-01T10:24:27.7106883Z test_custom_rules_ints_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-12-01T10:24:27.7107485Z test_custom_rules_ints_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-12-01T10:24:27.7108107Z test_custom_rules_ints_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-12-01T10:24:27.7108847Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.029s) 2022-12-01T10:24:27.7109503Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.029s) 2022-12-01T10:24:27.7110107Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.028s) 2022-12-01T10:24:27.7110734Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.040s) 2022-12-01T10:24:27.7111384Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.052s) 2022-12-01T10:24:27.7112029Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.041s) 2022-12-01T10:24:27.7112670Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-12-01T10:24:27.7113263Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.035s) 2022-12-01T10:24:27.7113886Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.035s) 2022-12-01T10:24:27.7114545Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-12-01T10:24:27.7115192Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.033s) 2022-12-01T10:24:27.7115817Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.033s) 2022-12-01T10:24:27.7116457Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.047s) 2022-12-01T10:24:27.7117102Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.069s) 2022-12-01T10:24:27.7117756Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.037s) 2022-12-01T10:24:27.7118385Z test_custom_rules_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.035s) 2022-12-01T10:24:27.7119016Z test_custom_rules_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-12-01T10:24:27.7119637Z test_custom_rules_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.034s) 2022-12-01T10:24:27.7120339Z test_custom_rules_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.033s) 2022-12-01T10:24:27.7120932Z test_custom_rules_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.038s) 2022-12-01T10:24:27.7121552Z test_custom_rules_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.047s) 2022-12-01T10:24:27.7122184Z test_custom_rules_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.040s) 2022-12-01T10:24:27.7122762Z test_custom_rules_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.037s) 2022-12-01T10:24:27.7123341Z test_custom_rules_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.036s) 2022-12-01T10:24:27.7123910Z test_custom_rules_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.036s) 2022-12-01T10:24:27.7124478Z test_custom_rules_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.036s) 2022-12-01T10:24:27.7125319Z test_custom_rules_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.045s) 2022-12-01T10:24:27.7125942Z test_custom_rules_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.046s) 2022-12-01T10:24:27.7126550Z test_custom_rules_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.056s) 2022-12-01T10:24:27.7127154Z test_custom_rules_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.048s) 2022-12-01T10:24:27.7127792Z test_custom_rules_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.186s) 2022-12-01T10:24:27.7128437Z test_custom_rules_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.202s) 2022-12-01T10:24:27.7129066Z test_custom_rules_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.049s) 2022-12-01T10:24:27.7129669Z test_custom_rules_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.050s) 2022-12-01T10:24:27.7130256Z test_custom_rules_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.093s) 2022-12-01T10:24:27.7130829Z test_custom_rules_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.051s) 2022-12-01T10:24:27.7131455Z test_custom_rules_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.211s) 2022-12-01T10:24:27.7132110Z test_custom_rules_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.241s) 2022-12-01T10:24:27.7132741Z test_custom_rules_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.087s) 2022-12-01T10:24:27.7133320Z test_custom_rules_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.051s) 2022-12-01T10:24:27.7133914Z test_custom_rules_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.062s) 2022-12-01T10:24:27.7134514Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.072s) 2022-12-01T10:24:27.7135117Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.076s) 2022-12-01T10:24:27.7135740Z test_custom_rules_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.072s) 2022-12-01T10:24:27.7136349Z test_custom_rules_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.041s) 2022-12-01T10:24:27.7137208Z test_custom_rules_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.066s) 2022-12-01T10:24:27.7137810Z test_custom_rules_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.030s) 2022-12-01T10:24:27.7138415Z test_custom_rules_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.041s) 2022-12-01T10:24:27.7139020Z test_custom_rules_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.043s) 2022-12-01T10:24:27.7139635Z test_custom_rules_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.116s) 2022-12-01T10:24:27.7140210Z test_custom_rules_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.053s) 2022-12-01T10:24:27.7140810Z test_custom_rules_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.061s) 2022-12-01T10:24:27.7141397Z test_custom_rules_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.067s) 2022-12-01T10:24:27.7142228Z test_custom_rules_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.051s) 2022-12-01T10:24:27.7142818Z test_custom_rules_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.049s) 2022-12-01T10:24:27.7143357Z test_custom_rules_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.026s) 2022-12-01T10:24:27.7143934Z test_custom_rules_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.026s) 2022-12-01T10:24:27.7144508Z test_custom_rules_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.026s) 2022-12-01T10:24:27.7144985Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.020s) 2022-12-01T10:24:27.7145396Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.015s) 2022-12-01T10:24:27.7145787Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.017s) 2022-12-01T10:24:27.7146187Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.015s) 2022-12-01T10:24:27.7146546Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.031s) 2022-12-01T10:24:27.7146956Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.001s) 2022-12-01T10:24:27.7147352Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.029s) 2022-12-01T10:24:27.7147699Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.016s) 2022-12-01T10:24:27.7148089Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.017s) 2022-12-01T10:24:27.7148480Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.014s) 2022-12-01T10:24:27.7148845Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.021s) 2022-12-01T10:24:27.7149227Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.021s) 2022-12-01T10:24:27.7149616Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.056s) 2022-12-01T10:24:27.7150046Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.009s) 2022-12-01T10:24:27.7150481Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.021s) 2022-12-01T10:24:27.7150895Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.024s) 2022-12-01T10:24:27.7152161Z test_aten_fallback (jit.test_export_modes.TestExportModes) ... /opt/conda/lib/python3.7/site-packages/torch/onnx/utils.py:1886: FutureWarning: 'torch.onnx._patch_torch._aten_op' is deprecated in version 1.13 and will be removed in version 1.14. Please note 'g.at()' is to be removed from torch.Graph. Please open a GitHub issue if you need this functionality.. 2022-12-01T10:24:27.7152871Z **attrs, 2022-12-01T10:24:27.7153842Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_patch_torch.py:114: FutureWarning: 'torch.onnx._patch_torch._graph_op' is deprecated in version 1.13 and will be removed in version 1.14. Please note 'g.op()' is to be removed from torch.Graph. Please open a GitHub issue if you need this functionality.. 2022-12-01T10:24:27.7154588Z **kwargs, 2022-12-01T10:24:27.7154811Z ok (0.030s) 2022-12-01T10:24:27.7155193Z test_caffe2_aten_fallback (jit.test_export_modes.TestExportModes) ... skip: Caffe2 is not available (0.002s) 2022-12-01T10:24:27.7156210Z 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 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:24:27.7156908Z export_type=torch.onnx.ExportTypes.COMPRESSED_ZIP_ARCHIVE) 2022-12-01T10:24:27.7157240Z ok (0.027s) 2022-12-01T10:24:27.7158144Z 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 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:24:27.7158817Z export_type=torch.onnx.ExportTypes.DIRECTORY) 2022-12-01T10:24:27.7159222Z ok (0.026s) 2022-12-01T10:24:27.7159560Z test_onnx_aten (jit.test_export_modes.TestExportModes) ... ok (0.011s) 2022-12-01T10:24:27.7160557Z 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 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:24:27.7161202Z torch.onnx._export(foo, (x,), f) 2022-12-01T10:24:27.7161457Z ok (0.014s) 2022-12-01T10:24:27.7162341Z 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 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:24:27.7163001Z export_type=torch.onnx.ExportTypes.PROTOBUF_FILE) 2022-12-01T10:24:27.7163311Z ok (0.019s) 2022-12-01T10:24:27.7164204Z 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 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:24:27.7164882Z export_type=torch.onnx.ExportTypes.ZIP_ARCHIVE) 2022-12-01T10:24:27.7165168Z ok (0.026s) 2022-12-01T10:24:27.7165493Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.090s) 2022-12-01T10:24:27.7165937Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.055s) 2022-12-01T10:24:27.7166394Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (1.208s) 2022-12-01T10:24:27.7166845Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.028s) 2022-12-01T10:24:27.7167314Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.042s) 2022-12-01T10:24:27.7167732Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-12-01T10:24:27.7168211Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.069s) 2022-12-01T10:24:27.7168662Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.029s) 2022-12-01T10:24:27.7169124Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.027s) 2022-12-01T10:24:27.7169584Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.022s) 2022-12-01T10:24:27.7170058Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.023s) 2022-12-01T10:24:27.7170553Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.030s) 2022-12-01T10:24:27.7171123Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.028s) 2022-12-01T10:24:27.7171581Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.027s) 2022-12-01T10:24:27.7172059Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.027s) 2022-12-01T10:24:27.7172519Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.132s) 2022-12-01T10:24:27.7172942Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.041s) 2022-12-01T10:24:27.7173399Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.053s) 2022-12-01T10:24:27.7173901Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.036s) 2022-12-01T10:24:27.7174393Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.023s) 2022-12-01T10:24:27.7174822Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.024s) 2022-12-01T10:24:27.7175280Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.028s) 2022-12-01T10:24:27.7175754Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-12-01T10:24:27.7176280Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.014s) 2022-12-01T10:24:27.7176903Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.101s) 2022-12-01T10:24:27.7177391Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.111s) 2022-12-01T10:24:27.7177869Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.093s) 2022-12-01T10:24:27.7178363Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-12-01T10:24:27.7178962Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.137s) 2022-12-01T10:24:27.7179411Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.028s) 2022-12-01T10:24:27.7179861Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.041s) 2022-12-01T10:24:27.7180347Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.057s) 2022-12-01T10:24:27.7180867Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.122s) 2022-12-01T10:24:27.7181361Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.060s) 2022-12-01T10:24:27.7181830Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.043s) 2022-12-01T10:24:27.7182373Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.039s) 2022-12-01T10:24:27.7182889Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.044s) 2022-12-01T10:24:27.7183405Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.016s) 2022-12-01T10:24:27.7183917Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.046s) 2022-12-01T10:24:27.7184479Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.086s) 2022-12-01T10:24:27.7185018Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.045s) 2022-12-01T10:24:27.7185510Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.027s) 2022-12-01T10:24:27.7186008Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.048s) 2022-12-01T10:24:27.7186492Z test_freeze_no_forward (jit.test_freezing.TestFreezing) ... ok (0.047s) 2022-12-01T10:24:27.7186944Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.033s) 2022-12-01T10:24:27.7187383Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.037s) 2022-12-01T10:24:27.7187986Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... ok (0.571s) 2022-12-01T10:24:27.7188422Z test_instancing_error (__main__.TestFrontend) ... ok (0.042s) 2022-12-01T10:24:27.7189119Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:24:27.7189685Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (6.641s) 2022-12-01T10:24:27.7190191Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (2.218s) 2022-12-01T10:24:27.7190805Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-12-01T10:24:27.7191424Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.066s) 2022-12-01T10:24:27.7192118Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.002s) 2022-12-01T10:24:27.7192678Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (1.321s) 2022-12-01T10:24:27.7193373Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.003s) 2022-12-01T10:24:27.7194016Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.032s) 2022-12-01T10:24:27.7194548Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.004s) 2022-12-01T10:24:27.7195128Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.003s) 2022-12-01T10:24:27.7195859Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:24:27.7196491Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.039s) 2022-12-01T10:24:27.7197023Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.042s) 2022-12-01T10:24:27.7197803Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.002s) 2022-12-01T10:24:27.7198611Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.002s) 2022-12-01T10:24:27.7199225Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.002s) 2022-12-01T10:24:27.7199778Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-12-01T10:24:27.7200376Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.003s) 2022-12-01T10:24:27.7200935Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-12-01T10:24:27.7201457Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.002s) 2022-12-01T10:24:27.7202109Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.003s) 2022-12-01T10:24:27.7202701Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.024s) 2022-12-01T10:24:27.7203208Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.025s) 2022-12-01T10:24:27.7203865Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.002s) 2022-12-01T10:24:27.7204565Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.002s) 2022-12-01T10:24:27.7205293Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.002s) 2022-12-01T10:24:27.7205848Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.070s) 2022-12-01T10:24:27.7206492Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.002s) 2022-12-01T10:24:27.7207302Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:24:27.7207839Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.009s) 2022-12-01T10:24:27.7208348Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.009s) 2022-12-01T10:24:27.7209047Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:24:27.7209587Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.183s) 2022-12-01T10:24:27.7210154Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.500s) 2022-12-01T10:24:27.7210997Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.342s) 2022-12-01T10:24:27.7211846Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.032s) 2022-12-01T10:24:27.7212530Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: no torchvision (0.001s) 2022-12-01T10:24:27.7213127Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.015s) 2022-12-01T10:24:27.7213635Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.141s) 2022-12-01T10:24:27.7214094Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.029s) 2022-12-01T10:24:27.7214485Z test_hash_device (jit.test_hash.TestHash) ... ok (0.027s) 2022-12-01T10:24:27.7214937Z test_hash_float (jit.test_hash.TestHash) ... ok (0.037s) 2022-12-01T10:24:27.7215384Z test_hash_int (jit.test_hash.TestHash) ... ok (0.029s) 2022-12-01T10:24:27.7215785Z test_hash_none (jit.test_hash.TestHash) ... ok (0.011s) 2022-12-01T10:24:27.7216212Z test_hash_string (jit.test_hash.TestHash) ... ok (0.022s) 2022-12-01T10:24:27.7216577Z test_hash_tensor (jit.test_hash.TestHash) 2022-12-01T10:24:27.7217061Z Tensors should hash by identity ... ok (0.026s) 2022-12-01T10:24:27.7217419Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.023s) 2022-12-01T10:24:27.7217834Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.013s) 2022-12-01T10:24:27.7218318Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.094s) 2022-12-01T10:24:27.7218750Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... ok (0.001s) 2022-12-01T10:24:27.7219154Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.015s) 2022-12-01T10:24:27.7219581Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.016s) 2022-12-01T10:24:27.7220037Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.056s) 2022-12-01T10:24:27.7220488Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.243s) 2022-12-01T10:24:27.7220950Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.135s) 2022-12-01T10:24:27.7221396Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.107s) 2022-12-01T10:24:27.7221838Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.200s) 2022-12-01T10:24:27.7222378Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.171s) 2022-12-01T10:24:27.7222833Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.080s) 2022-12-01T10:24:27.7223253Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.137s) 2022-12-01T10:24:27.7223664Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.064s) 2022-12-01T10:24:27.7224116Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.112s) 2022-12-01T10:24:27.7224587Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.191s) 2022-12-01T10:24:27.7225020Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.131s) 2022-12-01T10:24:27.7225599Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.117s) 2022-12-01T10:24:27.7226021Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.129s) 2022-12-01T10:24:27.7226461Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.196s) 2022-12-01T10:24:27.7226917Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.175s) 2022-12-01T10:24:27.7227359Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.085s) 2022-12-01T10:24:27.7227799Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.139s) 2022-12-01T10:24:27.7228221Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.084s) 2022-12-01T10:24:27.7228615Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.120s) 2022-12-01T10:24:27.7229069Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.020s) 2022-12-01T10:24:27.7229575Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.021s) 2022-12-01T10:24:27.7230102Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.034s) 2022-12-01T10:24:27.7230816Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.012s) 2022-12-01T10:24:27.7231418Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... ok (0.016s) 2022-12-01T10:24:27.7232032Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.228s) 2022-12-01T10:24:27.7232679Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... skip: no torchvision (0.001s) 2022-12-01T10:24:27.7233218Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.020s) 2022-12-01T10:24:27.7233632Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.036s) 2022-12-01T10:24:27.7234057Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.022s) 2022-12-01T10:24:27.7234496Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-12-01T10:24:27.7234952Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.019s) 2022-12-01T10:24:27.7235431Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-12-01T10:24:27.7235942Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-12-01T10:24:27.7236411Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.019s) 2022-12-01T10:24:27.7236825Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.018s) 2022-12-01T10:24:27.7237227Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.024s) 2022-12-01T10:24:27.7237633Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.031s) 2022-12-01T10:24:27.7238058Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.019s) 2022-12-01T10:24:27.7238466Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.022s) 2022-12-01T10:24:27.7238887Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.022s) 2022-12-01T10:24:27.7239337Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-12-01T10:24:27.7239792Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.034s) 2022-12-01T10:24:27.7240220Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.021s) 2022-12-01T10:24:27.7240709Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-12-01T10:24:27.7241172Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.030s) 2022-12-01T10:24:27.7241614Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.019s) 2022-12-01T10:24:27.7242055Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-12-01T10:24:27.7242600Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.019s) 2022-12-01T10:24:27.7243044Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.020s) 2022-12-01T10:24:27.7243465Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.021s) 2022-12-01T10:24:27.7243892Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.027s) 2022-12-01T10:24:27.7244356Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-12-01T10:24:27.7244812Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.032s) 2022-12-01T10:24:27.7245230Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.021s) 2022-12-01T10:24:27.7245669Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.101s) 2022-12-01T10:24:27.7246058Z test_ModuleList (__main__.TestJit) ... ok (0.358s) 2022-12-01T10:24:27.7246381Z test_Sequential (__main__.TestJit) ... ok (0.150s) 2022-12-01T10:24:27.7246720Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.103s) 2022-12-01T10:24:27.7247056Z test_add_relu_fusion (__main__.TestJit) ... ok (0.130s) 2022-12-01T10:24:27.7247376Z test_arg_configurations (__main__.TestJit) 2022-12-01T10:24:27.7247889Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.002s) 2022-12-01T10:24:27.7248329Z test_attrs (__main__.TestJit) ... ok (0.021s) 2022-12-01T10:24:27.7248647Z test_batchnorm (__main__.TestJit) ... ok (0.019s) 2022-12-01T10:24:27.7248988Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.001s) 2022-12-01T10:24:27.7249355Z test_conj_transpose (__main__.TestJit) ... ok (0.018s) 2022-12-01T10:24:27.7249713Z test_constant_insertion (__main__.TestJit) ... ok (14.476s) 2022-12-01T10:24:27.7250074Z test_constant_prop_aliasing_type (__main__.TestJit) ... ok (0.019s) 2022-12-01T10:24:27.7250457Z test_constant_prop_exception (__main__.TestJit) ... ok (0.022s) 2022-12-01T10:24:27.7250839Z test_constant_prop_if_constant (__main__.TestJit) ... ok (0.021s) 2022-12-01T10:24:27.7251215Z test_constant_prop_if_inline (__main__.TestJit) ... ok (0.009s) 2022-12-01T10:24:27.7251577Z test_constant_prop_loop_constant (__main__.TestJit) ... ok (0.017s) 2022-12-01T10:24:27.7251971Z test_constant_prop_nested (__main__.TestJit) ... ok (0.018s) 2022-12-01T10:24:27.7252343Z test_constant_prop_none (__main__.TestJit) ... ok (0.022s) 2022-12-01T10:24:27.7252710Z test_constant_prop_print (__main__.TestJit) ... ok (0.012s) 2022-12-01T10:24:27.7253082Z test_constant_prop_rand (__main__.TestJit) ... ok (0.011s) 2022-12-01T10:24:27.7253467Z test_constant_prop_remove_output (__main__.TestJit) ... ok (0.017s) 2022-12-01T10:24:27.7253836Z test_constant_prop_simple (__main__.TestJit) ... ok (0.013s) 2022-12-01T10:24:27.7254205Z test_constants_pkl (__main__.TestJit) ... ok (0.008s) 2022-12-01T10:24:27.7254541Z test_cpp (__main__.TestJit) ... ok (0.075s) 2022-12-01T10:24:27.7254864Z test_cse (__main__.TestJit) ... ok (0.039s) 2022-12-01T10:24:27.7255222Z test_cse_not_introduce_aliasing (__main__.TestJit) ... ok (0.021s) 2022-12-01T10:24:27.7255609Z test_cu_escaped_number (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:24:27.7256012Z test_cuda_export_restore (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-12-01T10:24:27.7256402Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.051s) 2022-12-01T10:24:27.7256985Z test_decompose_addmm (__main__.TestJit) ... ok (0.053s) 2022-12-01T10:24:27.7257380Z test_device_not_equal (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-12-01T10:24:27.7257775Z test_diff_subgraph_clones_constants (__main__.TestJit) ... ok (0.017s) 2022-12-01T10:24:27.7258141Z test_disabled (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:24:27.7258466Z test_dropout (__main__.TestJit) ... ok (0.008s) 2022-12-01T10:24:27.7258863Z test_dropout_cuda (__main__.TestJit) ... skip: test_dropout_cuda require CUDA (0.002s) 2022-12-01T10:24:27.7259740Z test_dropout_func_requires_grad (__main__.TestJit) ... STAGE:2022-12-01 10:17:13 821:821 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:27.7260443Z STAGE:2022-12-01 10:17:13 821:821 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:27.7261063Z STAGE:2022-12-01 10:17:13 821:821 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:27.7261662Z STAGE:2022-12-01 10:17:13 821:821 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:27.7262321Z STAGE:2022-12-01 10:17:13 821:821 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:27.7262925Z STAGE:2022-12-01 10:17:13 821:821 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:27.7263528Z STAGE:2022-12-01 10:17:13 821:821 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:27.7264146Z STAGE:2022-12-01 10:17:13 821:821 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:27.7264509Z ok (0.323s) 2022-12-01T10:24:27.7264891Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.002s) 2022-12-01T10:24:27.7265284Z test_einsum (__main__.TestJit) ... ok (0.138s) 2022-12-01T10:24:27.7265745Z test_element_size (__main__.TestJit) ... ok (0.061s) 2022-12-01T10:24:27.7266105Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:24:27.7266470Z test_expand_quantlint (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:24:27.7266930Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:24:27.7267376Z test_export_dropout (__main__.TestJit) ... ok (0.032s) 2022-12-01T10:24:27.7267717Z test_export_lstm (__main__.TestJit) ... ok (0.306s) 2022-12-01T10:24:27.7268060Z test_export_opnames (__main__.TestJit) ... ok (0.047s) 2022-12-01T10:24:27.7268403Z test_export_rnn (__main__.TestJit) ... ok (0.489s) 2022-12-01T10:24:27.7268844Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.002s) 2022-12-01T10:24:27.7269282Z test_function_default_values (__main__.TestJit) ... ok (0.067s) 2022-12-01T10:24:27.7269672Z test_hide_source_ranges_context_manager (__main__.TestJit) ... ok (0.010s) 2022-12-01T10:24:27.7270068Z test_import_method (__main__.TestJit) ... ok (0.013s) 2022-12-01T10:24:27.7270421Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.004s) 2022-12-01T10:24:27.7270714Z test_layout (__main__.TestJit) ... ok (0.028s) 2022-12-01T10:24:27.7271067Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.027s) 2022-12-01T10:24:27.7271444Z test_matrix_transpose (__main__.TestJit) ... ok (0.019s) 2022-12-01T10:24:27.7271799Z test_module_default_values (__main__.TestJit) ... ok (0.025s) 2022-12-01T10:24:27.7272172Z test_mutable_default_values (__main__.TestJit) ... ok (0.013s) 2022-12-01T10:24:27.7272597Z test_native_dropout_corner_case (__main__.TestJit) ... skip: test requires CUDA (0.002s) 2022-12-01T10:24:27.7273003Z test_nn_conv (__main__.TestJit) ... ok (2.347s) 2022-12-01T10:24:27.7273323Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.388s) 2022-12-01T10:24:27.7273669Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.351s) 2022-12-01T10:24:27.7274020Z test_nn_padding (__main__.TestJit) ... ok (3.167s) 2022-12-01T10:24:27.7274356Z test_nn_padding_functional (__main__.TestJit) ... ok (0.188s) 2022-12-01T10:24:27.7274716Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.027s) 2022-12-01T10:24:27.7275171Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.002s) 2022-12-01T10:24:27.7275575Z test_numel (__main__.TestJit) ... ok (0.028s) 2022-12-01T10:24:27.7275951Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.149s) 2022-12-01T10:24:27.7276348Z test_pattern_based_rewrite (__main__.TestJit) ... ok (0.008s) 2022-12-01T10:24:27.7276769Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.057s) 2022-12-01T10:24:27.7277519Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.004s) 2022-12-01T10:24:27.7278002Z test_permute_inputs_binding (__main__.TestJit) ... ok (0.010s) 2022-12-01T10:24:27.7278381Z test_pretty_printer (__main__.TestJit) ... ok (0.165s) 2022-12-01T10:24:27.7278738Z test_print_classes_module (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:24:27.7279116Z test_print_op_module (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:24:27.7279490Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.001s) 2022-12-01T10:24:27.7280697Z 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-12-01T10:24:27.7281464Z test_python_bindings (__main__.TestJit) ... ok (0.700s) 2022-12-01T10:24:27.7281811Z test_python_ir (__main__.TestJit) ... ok (0.009s) 2022-12-01T10:24:27.7282179Z test_python_ir_utils (__main__.TestJit) ... ok (0.017s) 2022-12-01T10:24:27.7283440Z 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-12-01T10:24:27.7284222Z test_python_ivalue (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:24:27.7284573Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (3.769s) 2022-12-01T10:24:27.7284921Z test_recursive_cse (__main__.TestJit) ... ok (0.006s) 2022-12-01T10:24:27.7285290Z test_repeat_interleave_script (__main__.TestJit) ... ok (0.023s) 2022-12-01T10:24:27.7285625Z test_restore_device (__main__.TestJit) ... ok (0.016s) 2022-12-01T10:24:27.7286020Z test_restore_device_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.003s) 2022-12-01T10:24:27.7286487Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.002s) 2022-12-01T10:24:27.7286905Z test_script_autograd_grad (__main__.TestJit) ... ok (0.900s) 2022-12-01T10:24:27.7287277Z test_script_backward (__main__.TestJit) ... ok (0.085s) 2022-12-01T10:24:27.7288201Z 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-12-01T10:24:27.7288905Z "`optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead" 2022-12-01T10:24:27.7289273Z ok (0.075s) 2022-12-01T10:24:27.7289570Z test_script_fn_pkl (__main__.TestJit) ... ok (0.010s) 2022-12-01T10:24:27.7289958Z test_script_tensor_type (__main__.TestJit) ... ok (0.018s) 2022-12-01T10:24:27.7290325Z test_shape_analysis_broadcast (__main__.TestJit) ... ok (0.011s) 2022-12-01T10:24:27.7290736Z test_shape_analysis_masked_select (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:24:27.7291153Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... ok (0.003s) 2022-12-01T10:24:27.7291562Z test_sparse_csr_tensors (__main__.TestJit) ... ok (0.015s) 2022-12-01T10:24:27.7291906Z test_sparse_tensors (__main__.TestJit) ... ok (0.182s) 2022-12-01T10:24:27.7293605Z test_torch_complex (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: 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-12-01T10:24:27.7294823Z return callable(*args, **kwargs) 2022-12-01T10:24:27.7296419Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: 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-12-01T10:24:27.7297550Z return callable(*args, **kwargs) 2022-12-01T10:24:27.7297812Z ok (0.206s) 2022-12-01T10:24:27.7298400Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.001s) 2022-12-01T10:24:27.7298905Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.015s) 2022-12-01T10:24:27.7299287Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.014s) 2022-12-01T10:24:27.7299650Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.009s) 2022-12-01T10:24:27.7300123Z test_torch_sum (__main__.TestJit) ... ok (0.077s) 2022-12-01T10:24:27.7300504Z test_trace_retains_train (__main__.TestJit) ... ok (0.026s) 2022-12-01T10:24:27.7300858Z test_train_eval (__main__.TestJit) ... ok (0.350s) 2022-12-01T10:24:27.7301179Z test_transpose (__main__.TestJit) ... ok (0.015s) 2022-12-01T10:24:27.7301535Z test_unchecked_cast (__main__.TestJit) ... ok (0.088s) 2022-12-01T10:24:27.7301884Z test_unique_state_dict (__main__.TestJit) ... ok (0.002s) 2022-12-01T10:24:27.7302424Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.001s) 2022-12-01T10:24:27.7302854Z test_warnings (__main__.TestJit) ... ok (0.033s) 2022-12-01T10:24:27.7303248Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.197s) 2022-12-01T10:24:27.7303710Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.194s) 2022-12-01T10:24:27.7304214Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.194s) 2022-12-01T10:24:27.7304703Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.238s) 2022-12-01T10:24:27.7305185Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.428s) 2022-12-01T10:24:27.7305659Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.239s) 2022-12-01T10:24:27.7306141Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.241s) 2022-12-01T10:24:27.7306570Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7307060Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.282s) 2022-12-01T10:24:27.7307536Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.351s) 2022-12-01T10:24:27.7308015Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.256s) 2022-12-01T10:24:27.7308508Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.246s) 2022-12-01T10:24:27.7308976Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7309454Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.297s) 2022-12-01T10:24:27.7309932Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.398s) 2022-12-01T10:24:27.7310434Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.370s) 2022-12-01T10:24:27.7310893Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.290s) 2022-12-01T10:24:27.7311370Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.283s) 2022-12-01T10:24:27.7311975Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7312468Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.453s) 2022-12-01T10:24:27.7312972Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.298s) 2022-12-01T10:24:27.7313492Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.293s) 2022-12-01T10:24:27.7313978Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.309s) 2022-12-01T10:24:27.7314473Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.333s) 2022-12-01T10:24:27.7314982Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7315436Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.216s) 2022-12-01T10:24:27.7315855Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.213s) 2022-12-01T10:24:27.7316315Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.237s) 2022-12-01T10:24:27.7316770Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.236s) 2022-12-01T10:24:27.7317292Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.307s) 2022-12-01T10:24:27.7317721Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.310s) 2022-12-01T10:24:27.7318190Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.246s) 2022-12-01T10:24:27.7318665Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.247s) 2022-12-01T10:24:27.7319096Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.282s) 2022-12-01T10:24:27.7319548Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.357s) 2022-12-01T10:24:27.7320070Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.236s) 2022-12-01T10:24:27.7320595Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.260s) 2022-12-01T10:24:27.7321111Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.243s) 2022-12-01T10:24:27.7321680Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.303s) 2022-12-01T10:24:27.7322303Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.234s) 2022-12-01T10:24:27.7322870Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.246s) 2022-12-01T10:24:27.7323507Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.242s) 2022-12-01T10:24:27.7324169Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.248s) 2022-12-01T10:24:27.7324827Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.276s) 2022-12-01T10:24:27.7325416Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.236s) 2022-12-01T10:24:27.7325981Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.242s) 2022-12-01T10:24:27.7326549Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.242s) 2022-12-01T10:24:27.7327121Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.237s) 2022-12-01T10:24:27.7327726Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.348s) 2022-12-01T10:24:27.7328355Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.281s) 2022-12-01T10:24:27.7328985Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.237s) 2022-12-01T10:24:27.7329563Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.319s) 2022-12-01T10:24:27.7330109Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.287s) 2022-12-01T10:24:27.7330798Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.238s) 2022-12-01T10:24:27.7331364Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.215s) 2022-12-01T10:24:27.7331870Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7332439Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7333013Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.206s) 2022-12-01T10:24:27.7333555Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.206s) 2022-12-01T10:24:27.7334110Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7334708Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7335286Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.250s) 2022-12-01T10:24:27.7335869Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7336504Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.246s) 2022-12-01T10:24:27.7337399Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.211s) 2022-12-01T10:24:27.7337995Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.210s) 2022-12-01T10:24:27.7338595Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7339182Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7339797Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.204s) 2022-12-01T10:24:27.7340369Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.226s) 2022-12-01T10:24:27.7340953Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.722s) 2022-12-01T10:24:27.7341526Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.767s) 2022-12-01T10:24:27.7342194Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.681s) 2022-12-01T10:24:27.7342780Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.728s) 2022-12-01T10:24:27.7343339Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.620s) 2022-12-01T10:24:27.7343866Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.675s) 2022-12-01T10:24:27.7344403Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.562s) 2022-12-01T10:24:27.7344952Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.577s) 2022-12-01T10:24:27.7345516Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.706s) 2022-12-01T10:24:27.7346077Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.687s) 2022-12-01T10:24:27.7346635Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.565s) 2022-12-01T10:24:27.7347211Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.555s) 2022-12-01T10:24:27.7347786Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.586s) 2022-12-01T10:24:27.7348288Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.553s) 2022-12-01T10:24:27.7348834Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.705s) 2022-12-01T10:24:27.7349404Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.576s) 2022-12-01T10:24:27.7349950Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.741s) 2022-12-01T10:24:27.7350527Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.534s) 2022-12-01T10:24:27.7351113Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.562s) 2022-12-01T10:24:27.7351786Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.349s) 2022-12-01T10:24:27.7352288Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.294s) 2022-12-01T10:24:27.7352824Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.393s) 2022-12-01T10:24:27.7353365Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.260s) 2022-12-01T10:24:27.7353969Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.004s) 2022-12-01T10:24:27.7354532Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.159s) 2022-12-01T10:24:27.7355055Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.138s) 2022-12-01T10:24:27.7355645Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.004s) 2022-12-01T10:24:27.7356251Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.152s) 2022-12-01T10:24:27.7356793Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.185s) 2022-12-01T10:24:27.7357349Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.194s) 2022-12-01T10:24:27.7357989Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.325s) 2022-12-01T10:24:27.7358544Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.195s) 2022-12-01T10:24:27.7359120Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.191s) 2022-12-01T10:24:27.7359716Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.195s) 2022-12-01T10:24:27.7360285Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.211s) 2022-12-01T10:24:27.7360832Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.356s) 2022-12-01T10:24:27.7361398Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.217s) 2022-12-01T10:24:27.7361945Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.356s) 2022-12-01T10:24:27.7362480Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.383s) 2022-12-01T10:24:27.7363045Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.450s) 2022-12-01T10:24:27.7363580Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.344s) 2022-12-01T10:24:27.7364073Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.386s) 2022-12-01T10:24:27.7364584Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.457s) 2022-12-01T10:24:27.7365132Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.392s) 2022-12-01T10:24:27.7365645Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.350s) 2022-12-01T10:24:27.7366192Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.444s) 2022-12-01T10:24:27.7366727Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.474s) 2022-12-01T10:24:27.7367268Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.355s) 2022-12-01T10:24:27.7367771Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.355s) 2022-12-01T10:24:27.7368300Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.414s) 2022-12-01T10:24:27.7368868Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.366s) 2022-12-01T10:24:27.7369362Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.395s) 2022-12-01T10:24:27.7369849Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.411s) 2022-12-01T10:24:27.7370378Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.401s) 2022-12-01T10:24:27.7370877Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.342s) 2022-12-01T10:24:27.7373795Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.449s) 2022-12-01T10:24:27.7374436Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.520s) 2022-12-01T10:24:27.7374963Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.365s) 2022-12-01T10:24:27.7375443Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.438s) 2022-12-01T10:24:27.7375892Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.413s) 2022-12-01T10:24:27.7376372Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.454s) 2022-12-01T10:24:27.7376971Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.474s) 2022-12-01T10:24:27.7377402Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.482s) 2022-12-01T10:24:27.7377843Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.355s) 2022-12-01T10:24:27.7378273Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.426s) 2022-12-01T10:24:27.7378710Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.327s) 2022-12-01T10:24:27.7379134Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.428s) 2022-12-01T10:24:27.7379579Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.389s) 2022-12-01T10:24:27.7380131Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.382s) 2022-12-01T10:24:27.7380591Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.374s) 2022-12-01T10:24:27.7381071Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.358s) 2022-12-01T10:24:27.7381523Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.397s) 2022-12-01T10:24:27.7381954Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.359s) 2022-12-01T10:24:27.7382454Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.361s) 2022-12-01T10:24:27.7382889Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.475s) 2022-12-01T10:24:27.7383322Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.389s) 2022-12-01T10:24:27.7383758Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.482s) 2022-12-01T10:24:27.7384214Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.393s) 2022-12-01T10:24:27.7384660Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.334s) 2022-12-01T10:24:27.7423348Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.364s) 2022-12-01T10:24:27.7423956Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.352s) 2022-12-01T10:24:27.7424563Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.403s) 2022-12-01T10:24:27.7425198Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.382s) 2022-12-01T10:24:27.7425813Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.352s) 2022-12-01T10:24:27.7426463Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.472s) 2022-12-01T10:24:27.7427097Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.343s) 2022-12-01T10:24:27.7427717Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.382s) 2022-12-01T10:24:27.7428323Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.443s) 2022-12-01T10:24:27.7428944Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.368s) 2022-12-01T10:24:27.7429574Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.738s) 2022-12-01T10:24:27.7430201Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.826s) 2022-12-01T10:24:27.7430858Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.848s) 2022-12-01T10:24:27.7431503Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.901s) 2022-12-01T10:24:27.7432309Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.744s) 2022-12-01T10:24:27.7432933Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.769s) 2022-12-01T10:24:27.7433587Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.701s) 2022-12-01T10:24:27.7434228Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.861s) 2022-12-01T10:24:27.7434841Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (1.090s) 2022-12-01T10:24:27.7435483Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.852s) 2022-12-01T10:24:27.7436127Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.372s) 2022-12-01T10:24:27.7436784Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.215s) 2022-12-01T10:24:27.7437465Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.197s) 2022-12-01T10:24:27.7438181Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.194s) 2022-12-01T10:24:27.7438902Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.254s) 2022-12-01T10:24:27.7439681Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.298s) 2022-12-01T10:24:27.7440318Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.194s) 2022-12-01T10:24:27.7440979Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.195s) 2022-12-01T10:24:27.7441699Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-12-01T10:24:27.7442458Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.197s) 2022-12-01T10:24:27.7443255Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.184s) 2022-12-01T10:24:27.7444035Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.293s) 2022-12-01T10:24:27.7444761Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.244s) 2022-12-01T10:24:27.7445461Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.239s) 2022-12-01T10:24:27.7446214Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.253s) 2022-12-01T10:24:27.7446992Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.203s) 2022-12-01T10:24:27.7447736Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.304s) 2022-12-01T10:24:27.7448419Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.280s) 2022-12-01T10:24:27.7449127Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.215s) 2022-12-01T10:24:27.7449899Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.195s) 2022-12-01T10:24:27.7450697Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.195s) 2022-12-01T10:24:27.7451513Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.186s) 2022-12-01T10:24:27.7452280Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.232s) 2022-12-01T10:24:27.7452979Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.206s) 2022-12-01T10:24:27.7453742Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.185s) 2022-12-01T10:24:27.7454479Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-12-01T10:24:27.7455187Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.176s) 2022-12-01T10:24:27.7455977Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.208s) 2022-12-01T10:24:27.7456647Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.341s) 2022-12-01T10:24:27.7457458Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.227s) 2022-12-01T10:24:27.7458131Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.252s) 2022-12-01T10:24:27.7458760Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7459322Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.247s) 2022-12-01T10:24:27.7459901Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.229s) 2022-12-01T10:24:27.7460496Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.359s) 2022-12-01T10:24:27.7461055Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.223s) 2022-12-01T10:24:27.7461689Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.501s) 2022-12-01T10:24:27.7462410Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.425s) 2022-12-01T10:24:27.7463176Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.344s) 2022-12-01T10:24:27.7463814Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.351s) 2022-12-01T10:24:27.7464468Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.338s) 2022-12-01T10:24:27.7465122Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.517s) 2022-12-01T10:24:27.7465755Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.348s) 2022-12-01T10:24:27.7466387Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.344s) 2022-12-01T10:24:27.7467046Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-12-01T10:24:27.7467687Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.148s) 2022-12-01T10:24:27.7468274Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.249s) 2022-12-01T10:24:27.7468879Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.189s) 2022-12-01T10:24:27.7469466Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.348s) 2022-12-01T10:24:27.7470043Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.313s) 2022-12-01T10:24:27.7470641Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.366s) 2022-12-01T10:24:27.7471284Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.329s) 2022-12-01T10:24:27.7471945Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.603s) 2022-12-01T10:24:27.7472628Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.617s) 2022-12-01T10:24:27.7473255Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.554s) 2022-12-01T10:24:27.7473857Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.541s) 2022-12-01T10:24:27.7474429Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.554s) 2022-12-01T10:24:27.7474968Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.509s) 2022-12-01T10:24:27.7475594Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.544s) 2022-12-01T10:24:27.7476208Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.676s) 2022-12-01T10:24:27.7476779Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.676s) 2022-12-01T10:24:27.7477359Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.774s) 2022-12-01T10:24:27.7478134Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.700s) 2022-12-01T10:24:27.7478758Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.664s) 2022-12-01T10:24:27.7479322Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.619s) 2022-12-01T10:24:27.7479885Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.526s) 2022-12-01T10:24:27.7480520Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.597s) 2022-12-01T10:24:27.7481067Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.196s) 2022-12-01T10:24:27.7481539Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.185s) 2022-12-01T10:24:27.7481983Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.250s) 2022-12-01T10:24:27.7482399Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.390s) 2022-12-01T10:24:27.7482805Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.240s) 2022-12-01T10:24:27.7483249Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.252s) 2022-12-01T10:24:27.7483729Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.491s) 2022-12-01T10:24:27.7484287Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.679s) 2022-12-01T10:24:27.7484734Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.481s) 2022-12-01T10:24:27.7485203Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.593s) 2022-12-01T10:24:27.7485692Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.388s) 2022-12-01T10:24:27.7486149Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.414s) 2022-12-01T10:24:27.7486619Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.506s) 2022-12-01T10:24:27.7487092Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.554s) 2022-12-01T10:24:27.7487591Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.429s) 2022-12-01T10:24:27.7488089Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.455s) 2022-12-01T10:24:27.7488675Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.880s) 2022-12-01T10:24:27.7489148Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.230s) 2022-12-01T10:24:27.7489613Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.189s) 2022-12-01T10:24:27.7490089Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-12-01T10:24:27.7490650Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.004s) 2022-12-01T10:24:27.7491274Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.003s) 2022-12-01T10:24:27.7491786Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.254s) 2022-12-01T10:24:27.7492271Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.244s) 2022-12-01T10:24:27.7492804Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.302s) 2022-12-01T10:24:27.7493350Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.205s) 2022-12-01T10:24:27.7493901Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-12-01T10:24:27.7494507Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7495132Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.171s) 2022-12-01T10:24:27.7495748Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.173s) 2022-12-01T10:24:27.7496348Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.267s) 2022-12-01T10:24:27.7497214Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-12-01T10:24:27.7497805Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.236s) 2022-12-01T10:24:27.7498380Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.258s) 2022-12-01T10:24:27.7498929Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-12-01T10:24:27.7499525Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.187s) 2022-12-01T10:24:27.7500139Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.161s) 2022-12-01T10:24:27.7500736Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.160s) 2022-12-01T10:24:27.7501329Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.776s) 2022-12-01T10:24:27.7501944Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.767s) 2022-12-01T10:24:27.7502641Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.866s) 2022-12-01T10:24:27.7503305Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.900s) 2022-12-01T10:24:27.7504062Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.677s) 2022-12-01T10:24:27.7504668Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.698s) 2022-12-01T10:24:27.7505297Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.727s) 2022-12-01T10:24:27.7505956Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.795s) 2022-12-01T10:24:27.7506596Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.818s) 2022-12-01T10:24:27.7507185Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.764s) 2022-12-01T10:24:27.7507817Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.913s) 2022-12-01T10:24:27.7508482Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.764s) 2022-12-01T10:24:27.7509105Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.327s) 2022-12-01T10:24:27.7509673Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.217s) 2022-12-01T10:24:27.7510280Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.214s) 2022-12-01T10:24:27.7510904Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.219s) 2022-12-01T10:24:27.7511513Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.223s) 2022-12-01T10:24:27.7512109Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7512711Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7513350Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7513978Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7514592Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.330s) 2022-12-01T10:24:27.7515208Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.276s) 2022-12-01T10:24:27.7515840Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7516491Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7517075Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.235s) 2022-12-01T10:24:27.7517654Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.183s) 2022-12-01T10:24:27.7518229Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.186s) 2022-12-01T10:24:27.7518944Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.189s) 2022-12-01T10:24:27.7519525Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7520120Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7520709Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7521286Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-12-01T10:24:27.7521841Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.684s) 2022-12-01T10:24:27.7522411Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.721s) 2022-12-01T10:24:27.7522985Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.523s) 2022-12-01T10:24:27.7523545Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.709s) 2022-12-01T10:24:27.7524088Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.596s) 2022-12-01T10:24:27.7524652Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.568s) 2022-12-01T10:24:27.7525257Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.304s) 2022-12-01T10:24:27.7525974Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.302s) 2022-12-01T10:24:27.7526627Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.266s) 2022-12-01T10:24:27.7527255Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.375s) 2022-12-01T10:24:27.7527890Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (3.065s) 2022-12-01T10:24:27.7528525Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.273s) 2022-12-01T10:24:27.7529098Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.230s) 2022-12-01T10:24:27.7529677Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.279s) 2022-12-01T10:24:27.7530275Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.278s) 2022-12-01T10:24:27.7530874Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.219s) 2022-12-01T10:24:27.7531493Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.236s) 2022-12-01T10:24:27.7532065Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.217s) 2022-12-01T10:24:27.7532619Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.223s) 2022-12-01T10:24:27.7533180Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.301s) 2022-12-01T10:24:27.7533778Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.836s) 2022-12-01T10:24:27.7534405Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.866s) 2022-12-01T10:24:27.7535052Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.946s) 2022-12-01T10:24:27.7535664Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-12-01T10:24:27.7536256Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.172s) 2022-12-01T10:24:27.7536982Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-12-01T10:24:27.7537553Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.312s) 2022-12-01T10:24:27.7538140Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.416s) 2022-12-01T10:24:27.7538774Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.361s) 2022-12-01T10:24:27.7539372Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.325s) 2022-12-01T10:24:27.7539944Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.237s) 2022-12-01T10:24:27.7540508Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.264s) 2022-12-01T10:24:27.7541231Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-12-01T10:24:27.7541815Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-12-01T10:24:27.7542475Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7543070Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7543632Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.540s) 2022-12-01T10:24:27.7544189Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.192s) 2022-12-01T10:24:27.7544771Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.324s) 2022-12-01T10:24:27.7545383Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.191s) 2022-12-01T10:24:27.7546002Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.194s) 2022-12-01T10:24:27.7546653Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.200s) 2022-12-01T10:24:27.7547315Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.204s) 2022-12-01T10:24:27.7547890Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.383s) 2022-12-01T10:24:27.7548576Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.347s) 2022-12-01T10:24:27.7549170Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.410s) 2022-12-01T10:24:27.7549749Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.326s) 2022-12-01T10:24:27.7550322Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.425s) 2022-12-01T10:24:27.7550923Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.369s) 2022-12-01T10:24:27.7551506Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.326s) 2022-12-01T10:24:27.7552077Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.450s) 2022-12-01T10:24:27.7552681Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.332s) 2022-12-01T10:24:27.7553271Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.297s) 2022-12-01T10:24:27.7553838Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.261s) 2022-12-01T10:24:27.7554376Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.305s) 2022-12-01T10:24:27.7554937Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.272s) 2022-12-01T10:24:27.7555524Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.217s) 2022-12-01T10:24:27.7556148Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7556663Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-12-01T10:24:27.7557096Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7557611Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7558109Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.185s) 2022-12-01T10:24:27.7558647Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-12-01T10:24:27.7559168Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.273s) 2022-12-01T10:24:27.7559676Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-12-01T10:24:27.7560173Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.241s) 2022-12-01T10:24:27.7560688Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.270s) 2022-12-01T10:24:27.7561229Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.219s) 2022-12-01T10:24:27.7561839Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.199s) 2022-12-01T10:24:27.7562372Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7562879Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.290s) 2022-12-01T10:24:27.7563411Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-12-01T10:24:27.7563883Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.314s) 2022-12-01T10:24:27.7564339Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.220s) 2022-12-01T10:24:27.7564792Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7565239Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.204s) 2022-12-01T10:24:27.7565720Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7566200Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7566671Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.218s) 2022-12-01T10:24:27.7567216Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7567702Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.222s) 2022-12-01T10:24:27.7568175Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7568736Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-12-01T10:24:27.7569251Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.336s) 2022-12-01T10:24:27.7569679Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7570134Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7570577Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7571031Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7571494Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7571967Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7572410Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.227s) 2022-12-01T10:24:27.7572856Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-12-01T10:24:27.7573296Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.202s) 2022-12-01T10:24:27.7573700Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.200s) 2022-12-01T10:24:27.7574137Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.334s) 2022-12-01T10:24:27.7574580Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.221s) 2022-12-01T10:24:27.7575009Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.229s) 2022-12-01T10:24:27.7575469Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.185s) 2022-12-01T10:24:27.7575925Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.180s) 2022-12-01T10:24:27.7576366Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7576952Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7577437Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7577897Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7578456Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7578902Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.188s) 2022-12-01T10:24:27.7579367Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.226s) 2022-12-01T10:24:27.7579873Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.207s) 2022-12-01T10:24:27.7580325Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.231s) 2022-12-01T10:24:27.7580772Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.266s) 2022-12-01T10:24:27.7581201Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.201s) 2022-12-01T10:24:27.7581629Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.203s) 2022-12-01T10:24:27.7582060Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.261s) 2022-12-01T10:24:27.7582570Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.202s) 2022-12-01T10:24:27.7583030Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.194s) 2022-12-01T10:24:27.7583431Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-12-01T10:24:27.7583969Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7584412Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7584851Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7585297Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7585744Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7586189Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7586634Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7587092Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7587547Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7587985Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.220s) 2022-12-01T10:24:27.7588465Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.334s) 2022-12-01T10:24:27.7588969Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.223s) 2022-12-01T10:24:27.7589456Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.212s) 2022-12-01T10:24:27.7589944Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.273s) 2022-12-01T10:24:27.7590400Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.209s) 2022-12-01T10:24:27.7590841Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.278s) 2022-12-01T10:24:27.7591278Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.244s) 2022-12-01T10:24:27.7591776Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.269s) 2022-12-01T10:24:27.7592262Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.295s) 2022-12-01T10:24:27.7592743Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.237s) 2022-12-01T10:24:27.7593196Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.306s) 2022-12-01T10:24:27.7593707Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.213s) 2022-12-01T10:24:27.7594241Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.207s) 2022-12-01T10:24:27.7594760Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7595205Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.443s) 2022-12-01T10:24:27.7595718Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.330s) 2022-12-01T10:24:27.7596138Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.278s) 2022-12-01T10:24:27.7596569Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.260s) 2022-12-01T10:24:27.7597023Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.279s) 2022-12-01T10:24:27.7597468Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.228s) 2022-12-01T10:24:27.7597864Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.336s) 2022-12-01T10:24:27.7598265Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.265s) 2022-12-01T10:24:27.7598683Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.235s) 2022-12-01T10:24:27.7599109Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.224s) 2022-12-01T10:24:27.7599518Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.266s) 2022-12-01T10:24:27.7599944Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.276s) 2022-12-01T10:24:27.7600381Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-12-01T10:24:27.7600903Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.205s) 2022-12-01T10:24:27.7601357Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.206s) 2022-12-01T10:24:27.7601803Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.217s) 2022-12-01T10:24:27.7602275Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.260s) 2022-12-01T10:24:27.7602717Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.360s) 2022-12-01T10:24:27.7603153Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.250s) 2022-12-01T10:24:27.7603614Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.207s) 2022-12-01T10:24:27.7604070Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.203s) 2022-12-01T10:24:27.7604538Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-12-01T10:24:27.7605002Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.276s) 2022-12-01T10:24:27.7605461Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.211s) 2022-12-01T10:24:27.7605897Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.202s) 2022-12-01T10:24:27.7606378Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.202s) 2022-12-01T10:24:27.7606907Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.229s) 2022-12-01T10:24:27.7607483Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.332s) 2022-12-01T10:24:27.7608096Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.252s) 2022-12-01T10:24:27.7608611Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.219s) 2022-12-01T10:24:27.7608999Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.231s) 2022-12-01T10:24:27.7609389Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.281s) 2022-12-01T10:24:27.7609815Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.360s) 2022-12-01T10:24:27.7610253Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.242s) 2022-12-01T10:24:27.7610700Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.229s) 2022-12-01T10:24:27.7611154Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.174s) 2022-12-01T10:24:27.7611622Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.171s) 2022-12-01T10:24:27.7612084Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.181s) 2022-12-01T10:24:27.7612485Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.371s) 2022-12-01T10:24:27.7613016Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7613481Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.197s) 2022-12-01T10:24:27.7613950Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.196s) 2022-12-01T10:24:27.7614433Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-12-01T10:24:27.7614895Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7615367Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-12-01T10:24:27.7615822Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.195s) 2022-12-01T10:24:27.7616289Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7616733Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.232s) 2022-12-01T10:24:27.7617438Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.312s) 2022-12-01T10:24:27.7617955Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.236s) 2022-12-01T10:24:27.7618557Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.186s) 2022-12-01T10:24:27.7619030Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-12-01T10:24:27.7619466Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.355s) 2022-12-01T10:24:27.7619885Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.417s) 2022-12-01T10:24:27.7620319Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.376s) 2022-12-01T10:24:27.7620730Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.321s) 2022-12-01T10:24:27.7621123Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.371s) 2022-12-01T10:24:27.7621542Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.470s) 2022-12-01T10:24:27.7621968Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.387s) 2022-12-01T10:24:27.7622479Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.392s) 2022-12-01T10:24:27.7622925Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.508s) 2022-12-01T10:24:27.7623324Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.202s) 2022-12-01T10:24:27.7623740Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.211s) 2022-12-01T10:24:27.7624204Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.214s) 2022-12-01T10:24:27.7624666Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.211s) 2022-12-01T10:24:27.7625123Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.321s) 2022-12-01T10:24:27.7625536Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.189s) 2022-12-01T10:24:27.7625969Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.200s) 2022-12-01T10:24:27.7626412Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.194s) 2022-12-01T10:24:27.7626872Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.178s) 2022-12-01T10:24:27.7627305Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.384s) 2022-12-01T10:24:27.7627739Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.352s) 2022-12-01T10:24:27.7628172Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.329s) 2022-12-01T10:24:27.7628566Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.195s) 2022-12-01T10:24:27.7628990Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.254s) 2022-12-01T10:24:27.7629418Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.240s) 2022-12-01T10:24:27.7629834Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.407s) 2022-12-01T10:24:27.7630393Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.303s) 2022-12-01T10:24:27.7630828Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.432s) 2022-12-01T10:24:27.7631272Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.282s) 2022-12-01T10:24:27.7631695Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.268s) 2022-12-01T10:24:27.7632136Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.257s) 2022-12-01T10:24:27.7632610Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.380s) 2022-12-01T10:24:27.7633150Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-12-01T10:24:27.7633707Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (18.613s) 2022-12-01T10:24:27.7634242Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (17.569s) 2022-12-01T10:24:27.7634774Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (17.493s) 2022-12-01T10:24:27.7635351Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (17.584s) 2022-12-01T10:24:27.7635855Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (50.210s) 2022-12-01T10:24:27.7636343Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.316s) 2022-12-01T10:24:27.7636830Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.198s) 2022-12-01T10:24:27.7637330Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.209s) 2022-12-01T10:24:27.7637811Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.225s) 2022-12-01T10:24:27.7638251Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.325s) 2022-12-01T10:24:27.7638666Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.495s) 2022-12-01T10:24:27.7639092Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.260s) 2022-12-01T10:24:27.7639537Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.307s) 2022-12-01T10:24:27.7639982Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.385s) 2022-12-01T10:24:27.7640440Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.439s) 2022-12-01T10:24:27.7640883Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7641347Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7641796Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7642287Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7642807Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7643330Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7643820Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7644313Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7644805Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7645287Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7645783Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7646285Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7646915Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7647515Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7648061Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7648566Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7649042Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7649496Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7649977Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7650456Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7650958Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7651433Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7651979Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7652462Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7652919Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7653386Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7653875Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7654346Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7654812Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7655300Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7655765Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7656226Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-12-01T10:24:27.7656704Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7657436Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7657909Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7658347Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7658827Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7659333Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7659847Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-12-01T10:24:27.7660350Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7660838Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7661322Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7661760Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7662297Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7662775Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7663247Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7663835Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7664343Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7664814Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7665264Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7665752Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7666221Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7666683Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7667118Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7667560Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7668030Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.008s) 2022-12-01T10:24:27.7668513Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.009s) 2022-12-01T10:24:27.7669209Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... skip: POSITIONAL_ONLY arguments are not supported before 3.8 (0.001s) 2022-12-01T10:24:27.7669812Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.002s) 2022-12-01T10:24:27.7670425Z 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-12-01T10:24:27.7671035Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.002s) 2022-12-01T10:24:27.7671565Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.002s) 2022-12-01T10:24:27.7672088Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.002s) 2022-12-01T10:24:27.7672587Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.002s) 2022-12-01T10:24:27.7673034Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.178s) 2022-12-01T10:24:27.7673494Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.091s) 2022-12-01T10:24:27.7673912Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.061s) 2022-12-01T10:24:27.7674349Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.040s) 2022-12-01T10:24:27.7674754Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.035s) 2022-12-01T10:24:27.7675157Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.011s) 2022-12-01T10:24:27.7675548Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.013s) 2022-12-01T10:24:27.7675909Z test_del (jit.test_list_dict.TestList) ... ok (0.035s) 2022-12-01T10:24:27.7676336Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.019s) 2022-12-01T10:24:27.7676811Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.109s) 2022-12-01T10:24:27.7677282Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.032s) 2022-12-01T10:24:27.7677788Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.014s) 2022-12-01T10:24:27.7678271Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.012s) 2022-12-01T10:24:27.7678752Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.030s) 2022-12-01T10:24:27.7679208Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.029s) 2022-12-01T10:24:27.7679649Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.030s) 2022-12-01T10:24:27.7680130Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.042s) 2022-12-01T10:24:27.7680680Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.017s) 2022-12-01T10:24:27.7681146Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.021s) 2022-12-01T10:24:27.7681633Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.004s) 2022-12-01T10:24:27.7682095Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.050s) 2022-12-01T10:24:27.7682551Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.017s) 2022-12-01T10:24:27.7683083Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.021s) 2022-12-01T10:24:27.7683562Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.012s) 2022-12-01T10:24:27.7683980Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.022s) 2022-12-01T10:24:27.7684373Z test_in_check (jit.test_list_dict.TestList) ... ok (0.061s) 2022-12-01T10:24:27.7684764Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.184s) 2022-12-01T10:24:27.7685163Z test_list_count (jit.test_list_dict.TestList) ... ok (0.035s) 2022-12-01T10:24:27.7685654Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.018s) 2022-12-01T10:24:27.7686059Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.059s) 2022-12-01T10:24:27.7686446Z test_list_index (jit.test_list_dict.TestList) ... ok (0.038s) 2022-12-01T10:24:27.7686838Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.042s) 2022-12-01T10:24:27.7687254Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.095s) 2022-12-01T10:24:27.7687643Z test_list_len (jit.test_list_dict.TestList) ... ok (0.029s) 2022-12-01T10:24:27.7688033Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.053s) 2022-12-01T10:24:27.7688404Z test_list_none (jit.test_list_dict.TestList) ... ok (0.001s) 2022-12-01T10:24:27.7688794Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.305s) 2022-12-01T10:24:27.7689171Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.122s) 2022-12-01T10:24:27.7689538Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.190s) 2022-12-01T10:24:27.7689940Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.003s) 2022-12-01T10:24:27.7690331Z test_list_variance (jit.test_list_dict.TestList) 2022-12-01T10:24:27.7690699Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.043s) 2022-12-01T10:24:27.7691093Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.020s) 2022-12-01T10:24:27.7691479Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.365s) 2022-12-01T10:24:27.7691879Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.197s) 2022-12-01T10:24:27.7692265Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.024s) 2022-12-01T10:24:27.7692696Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.035s) 2022-12-01T10:24:27.7693115Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.034s) 2022-12-01T10:24:27.7693500Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.035s) 2022-12-01T10:24:27.7693902Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.062s) 2022-12-01T10:24:27.7694337Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.056s) 2022-12-01T10:24:27.7694753Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.029s) 2022-12-01T10:24:27.7695140Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.081s) 2022-12-01T10:24:27.7695583Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.023s) 2022-12-01T10:24:27.7696009Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.021s) 2022-12-01T10:24:27.7696429Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.024s) 2022-12-01T10:24:27.7697368Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.025s) 2022-12-01T10:24:27.7697716Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.025s) 2022-12-01T10:24:27.7698040Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.050s) 2022-12-01T10:24:27.7698322Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.023s) 2022-12-01T10:24:27.7698610Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.024s) 2022-12-01T10:24:27.7698896Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.022s) 2022-12-01T10:24:27.7699173Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.023s) 2022-12-01T10:24:27.7699468Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.022s) 2022-12-01T10:24:27.7699778Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.023s) 2022-12-01T10:24:27.7700079Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.018s) 2022-12-01T10:24:27.7700363Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.026s) 2022-12-01T10:24:27.7700651Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.043s) 2022-12-01T10:24:27.7701070Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.040s) 2022-12-01T10:24:27.7701362Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.020s) 2022-12-01T10:24:27.7701667Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.039s) 2022-12-01T10:24:27.7701960Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.023s) 2022-12-01T10:24:27.7702319Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.021s) 2022-12-01T10:24:27.7702606Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.034s) 2022-12-01T10:24:27.7702911Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.006s) 2022-12-01T10:24:27.7703202Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.166s) 2022-12-01T10:24:27.7703463Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.027s) 2022-12-01T10:24:27.7703757Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.027s) 2022-12-01T10:24:27.7704057Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.026s) 2022-12-01T10:24:27.7704339Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.049s) 2022-12-01T10:24:27.7704611Z test_to_list (jit.test_list_dict.TestList) 2022-12-01T10:24:27.7704859Z Unit tests for Tensor.tolist() function. ... ok (0.712s) 2022-12-01T10:24:27.7705108Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-12-01T10:24:27.7705372Z GPU tests for Tensor.tolist() function. ... skip: CUDA is not available (0.002s) 2022-12-01T10:24:27.7705675Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.037s) 2022-12-01T10:24:27.7705973Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.055s) 2022-12-01T10:24:27.7706260Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.001s) 2022-12-01T10:24:27.7706560Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.005s) 2022-12-01T10:24:27.7706878Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.030s) 2022-12-01T10:24:27.7707191Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.033s) 2022-12-01T10:24:27.7707729Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:24:27.7708217Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:24:27.7708693Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:24:27.7709175Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:24:27.7709567Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-12-01T10:24:27.7709839Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.024s) 2022-12-01T10:24:27.7710130Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.081s) 2022-12-01T10:24:27.7710402Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.012s) 2022-12-01T10:24:27.7710671Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.004s) 2022-12-01T10:24:27.7710926Z test_if_returning_any (jit.test_misc.TestMisc) 2022-12-01T10:24:27.7711170Z Check that an if statement can return different ... ok (0.045s) 2022-12-01T10:24:27.7711433Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.016s) 2022-12-01T10:24:27.7711697Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.019s) 2022-12-01T10:24:27.7711966Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.091s) 2022-12-01T10:24:27.7712248Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.043s) 2022-12-01T10:24:27.7712512Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.013s) 2022-12-01T10:24:27.7712770Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:24:27.7713052Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.003s) 2022-12-01T10:24:27.7713401Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.002s) 2022-12-01T10:24:27.7713694Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.014s) 2022-12-01T10:24:27.7713963Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.011s) 2022-12-01T10:24:27.7714264Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.026s) 2022-12-01T10:24:27.7714562Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.011s) 2022-12-01T10:24:27.7714852Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.014s) 2022-12-01T10:24:27.7715139Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.011s) 2022-12-01T10:24:27.7715440Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.005s) 2022-12-01T10:24:27.7715777Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.053s) 2022-12-01T10:24:27.7716145Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.096s) 2022-12-01T10:24:27.7716518Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.054s) 2022-12-01T10:24:27.7716882Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.105s) 2022-12-01T10:24:27.7717253Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.039s) 2022-12-01T10:24:27.7717616Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.055s) 2022-12-01T10:24:27.7717986Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.047s) 2022-12-01T10:24:27.7718346Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.313s) 2022-12-01T10:24:27.7718689Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.143s) 2022-12-01T10:24:27.7719010Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.099s) 2022-12-01T10:24:27.7719362Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.071s) 2022-12-01T10:24:27.7719722Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.071s) 2022-12-01T10:24:27.7720043Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.130s) 2022-12-01T10:24:27.7720388Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-12-01T10:24:27.7720742Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.063s) 2022-12-01T10:24:27.7721076Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (1.787s) 2022-12-01T10:24:27.7721435Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-12-01T10:24:27.7721772Z Tracing over a script function returning a dictionary should work. ... ok (0.153s) 2022-12-01T10:24:27.7722104Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.043s) 2022-12-01T10:24:27.7722460Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.184s) 2022-12-01T10:24:27.7722852Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.116s) 2022-12-01T10:24:27.7723207Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.040s) 2022-12-01T10:24:27.7723542Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.061s) 2022-12-01T10:24:27.7723854Z test_alexnet (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-12-01T10:24:27.7724703Z 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-12-01T10:24:27.7725323Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:24:27.7725614Z test_mnist (jit.test_models.TestModels) ... ok (0.709s) 2022-12-01T10:24:27.7725877Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:24:27.7726197Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.001s) 2022-12-01T10:24:27.7726575Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:24:27.7726927Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:24:27.7727222Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.289s) 2022-12-01T10:24:27.7727541Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:24:27.7727886Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: no torchvision (0.005s) 2022-12-01T10:24:27.7728221Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: no torchvision (0.001s) 2022-12-01T10:24:27.7728588Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:24:27.7728920Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:24:27.7729203Z test_snli_quantized (jit.test_models.TestModels) ... ok (3.952s) 2022-12-01T10:24:27.7729540Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:24:27.7729910Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:24:27.7730222Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.938s) 2022-12-01T10:24:27.7730489Z test_vae (jit.test_models.TestModels) ... ok (1.361s) 2022-12-01T10:24:27.7730765Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-12-01T10:24:27.7731045Z test_vae_quantized (jit.test_models.TestModels) ... ok (0.688s) 2022-12-01T10:24:27.7731344Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-12-01T10:24:27.7731632Z Tests that customized state dict methods are in effect ... ok (0.160s) 2022-12-01T10:24:27.7731930Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-12-01T10:24:27.7732241Z Tests that default state dict methods are automatically available ... ok (0.143s) 2022-12-01T10:24:27.7732557Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-12-01T10:24:27.7732881Z Tests that customized state dict methods on submodules are in effect ... ok (0.216s) 2022-12-01T10:24:27.7733261Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.554s) 2022-12-01T10:24:27.7733644Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.129s) 2022-12-01T10:24:27.7734010Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.095s) 2022-12-01T10:24:27.7734198Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.359s) 2022-12-01T10:24:27.7734367Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.167s) 2022-12-01T10:24:27.7734528Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (1.195s) 2022-12-01T10:24:27.7734697Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.226s) 2022-12-01T10:24:27.7734869Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.036s) 2022-12-01T10:24:27.7735052Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-12-01T10:24:27.7735188Z Test that an attempt to script a module with a regular list attribute ... ok (0.006s) 2022-12-01T10:24:27.7735402Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.137s) 2022-12-01T10:24:27.7735582Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.242s) 2022-12-01T10:24:27.7735765Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.410s) 2022-12-01T10:24:27.7735946Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.155s) 2022-12-01T10:24:27.7736122Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.504s) 2022-12-01T10:24:27.7736302Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.178s) 2022-12-01T10:24:27.7736488Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.144s) 2022-12-01T10:24:27.7736646Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-12-01T10:24:27.7736975Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.325s) 2022-12-01T10:24:27.7737144Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-12-01T10:24:27.7737302Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.246s) 2022-12-01T10:24:27.7737504Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.086s) 2022-12-01T10:24:27.7737684Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.115s) 2022-12-01T10:24:27.7737870Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.098s) 2022-12-01T10:24:27.7738061Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.096s) 2022-12-01T10:24:27.7738248Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.061s) 2022-12-01T10:24:27.7738419Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.022s) 2022-12-01T10:24:27.7738569Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.085s) 2022-12-01T10:24:27.7738731Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.183s) 2022-12-01T10:24:27.7738912Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.001s) 2022-12-01T10:24:27.7739083Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.115s) 2022-12-01T10:24:27.7739241Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.070s) 2022-12-01T10:24:27.7739479Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.079s) 2022-12-01T10:24:27.7739660Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.076s) 2022-12-01T10:24:27.7739835Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.053s) 2022-12-01T10:24:27.7740000Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.019s) 2022-12-01T10:24:27.7740182Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.090s) 2022-12-01T10:24:27.7740323Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-12-01T10:24:27.7740457Z Test that a module that has __constants__ set to something ... ok (0.045s) 2022-12-01T10:24:27.7740593Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.021s) 2022-12-01T10:24:27.7740736Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.081s) 2022-12-01T10:24:27.7740885Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.012s) 2022-12-01T10:24:27.7741039Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.015s) 2022-12-01T10:24:27.7741214Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.012s) 2022-12-01T10:24:27.7741349Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.015s) 2022-12-01T10:24:27.7741548Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.001s) 2022-12-01T10:24:27.7741697Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.014s) 2022-12-01T10:24:27.7741848Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.011s) 2022-12-01T10:24:27.7741996Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-12-01T10:24:27.7742192Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.017s) 2022-12-01T10:24:27.7742388Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7742566Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7742724Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7742914Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.002s) 2022-12-01T10:24:27.7743085Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.003s) 2022-12-01T10:24:27.7743268Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.002s) 2022-12-01T10:24:27.7743444Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.000s) 2022-12-01T10:24:27.7743616Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7743792Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.002s) 2022-12-01T10:24:27.7743967Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.013s) 2022-12-01T10:24:27.7744136Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7744297Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.000s) 2022-12-01T10:24:27.7744473Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7744640Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7744815Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7745029Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7745218Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7745407Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7745577Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7745742Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.003s) 2022-12-01T10:24:27.7745904Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7746073Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.000s) 2022-12-01T10:24:27.7746242Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7746421Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7746590Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7746783Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7746960Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7747124Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7747296Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7747467Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Unresolved bug with ASAN (0.001s) 2022-12-01T10:24:27.7747645Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.031s) 2022-12-01T10:24:27.7747836Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.022s) 2022-12-01T10:24:27.7748095Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.149s) 2022-12-01T10:24:27.7748355Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.162s) 2022-12-01T10:24:27.7748609Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.145s) 2022-12-01T10:24:27.7748860Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.145s) 2022-12-01T10:24:27.7749122Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.056s) 2022-12-01T10:24:27.7749372Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.056s) 2022-12-01T10:24:27.7749613Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.031s) 2022-12-01T10:24:27.7749768Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.186s) 2022-12-01T10:24:27.7749920Z test_traceable (jit.test_parametrization.TestParametrization) 2022-12-01T10:24:27.7750060Z Test the jit scripting and tracing of a parametrized model. ... ok (0.206s) 2022-12-01T10:24:27.7750202Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.346s) 2022-12-01T10:24:27.7750348Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.081s) 2022-12-01T10:24:27.7750486Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.094s) 2022-12-01T10:24:27.7750670Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.021s) 2022-12-01T10:24:27.7750812Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.021s) 2022-12-01T10:24:27.7750942Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.030s) 2022-12-01T10:24:27.7751102Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.023s) 2022-12-01T10:24:27.7751233Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.065s) 2022-12-01T10:24:27.7751374Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-12-01T10:24:27.7751511Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.021s) 2022-12-01T10:24:27.7751678Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.001s) 2022-12-01T10:24:27.7751864Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-12-01T10:24:27.7752048Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-12-01T10:24:27.7752239Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-12-01T10:24:27.7752434Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-12-01T10:24:27.7752624Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-12-01T10:24:27.7752813Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.017s) 2022-12-01T10:24:27.7752969Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.041s) 2022-12-01T10:24:27.7753110Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-12-01T10:24:27.7753294Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-12-01T10:24:27.7753480Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-12-01T10:24:27.7753661Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.027s) 2022-12-01T10:24:27.7753805Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.011s) 2022-12-01T10:24:27.7753932Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.010s) 2022-12-01T10:24:27.7754072Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.028s) 2022-12-01T10:24:27.7754209Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.280s) 2022-12-01T10:24:27.7754348Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.057s) 2022-12-01T10:24:27.7754504Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.029s) 2022-12-01T10:24:27.7754653Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.012s) 2022-12-01T10:24:27.7754812Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.020s) 2022-12-01T10:24:27.7754963Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.079s) 2022-12-01T10:24:27.7755139Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.014s) 2022-12-01T10:24:27.7755325Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-12-01T10:24:27.7755477Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.063s) 2022-12-01T10:24:27.7755630Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.061s) 2022-12-01T10:24:27.7755787Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.034s) 2022-12-01T10:24:27.7755931Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.047s) 2022-12-01T10:24:27.7756076Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.013s) 2022-12-01T10:24:27.7756257Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.026s) 2022-12-01T10:24:27.7756368Z test_version (__main__.TestProducerVersion) ... ok (0.001s) 2022-12-01T10:24:27.7756509Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.107s) 2022-12-01T10:24:27.7756657Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.159s) 2022-12-01T10:24:27.7756816Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.035s) 2022-12-01T10:24:27.7756958Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.054s) 2022-12-01T10:24:27.7757102Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.030s) 2022-12-01T10:24:27.7757244Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.006s) 2022-12-01T10:24:27.7757392Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.037s) 2022-12-01T10:24:27.7757524Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.269s) 2022-12-01T10:24:27.7757666Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.027s) 2022-12-01T10:24:27.7757805Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.031s) 2022-12-01T10:24:27.7757990Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.062s) 2022-12-01T10:24:27.7758130Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.040s) 2022-12-01T10:24:27.7758281Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.010s) 2022-12-01T10:24:27.7758442Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-12-01T10:24:27.7758603Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.014s) 2022-12-01T10:24:27.7758748Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.018s) 2022-12-01T10:24:27.7758899Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-12-01T10:24:27.7759071Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.011s) 2022-12-01T10:24:27.7759225Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.011s) 2022-12-01T10:24:27.7759372Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.090s) 2022-12-01T10:24:27.7759533Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.154s) 2022-12-01T10:24:27.7759695Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.149s) 2022-12-01T10:24:27.7759846Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.041s) 2022-12-01T10:24:27.7759980Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.179s) 2022-12-01T10:24:27.7760141Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.652s) 2022-12-01T10:24:27.7760285Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.026s) 2022-12-01T10:24:27.7760440Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.042s) 2022-12-01T10:24:27.7760586Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.046s) 2022-12-01T10:24:27.7760729Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.253s) 2022-12-01T10:24:27.7760881Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.014s) 2022-12-01T10:24:27.7761029Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.097s) 2022-12-01T10:24:27.7761184Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.039s) 2022-12-01T10:24:27.7761339Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.032s) 2022-12-01T10:24:27.7761487Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.039s) 2022-12-01T10:24:27.7761620Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.018s) 2022-12-01T10:24:27.7761772Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.119s) 2022-12-01T10:24:27.7761994Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.087s) 2022-12-01T10:24:27.7762158Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.126s) 2022-12-01T10:24:27.7762310Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.284s) 2022-12-01T10:24:27.7762463Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.014s) 2022-12-01T10:24:27.7762615Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-12-01T10:24:27.7762774Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-12-01T10:24:27.7762935Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.045s) 2022-12-01T10:24:27.7763111Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-12-01T10:24:27.7763293Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.110s) 2022-12-01T10:24:27.7763450Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.007s) 2022-12-01T10:24:27.7763638Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.028s) 2022-12-01T10:24:27.7763791Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.001s) 2022-12-01T10:24:27.7763940Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.117s) 2022-12-01T10:24:27.7764101Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.337s) 2022-12-01T10:24:27.7764256Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.066s) 2022-12-01T10:24:27.7764409Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.091s) 2022-12-01T10:24:27.7764575Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.167s) 2022-12-01T10:24:27.7764732Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.014s) 2022-12-01T10:24:27.7764884Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.125s) 2022-12-01T10:24:27.7765047Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.113s) 2022-12-01T10:24:27.7765215Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-12-01T10:24:27.7765390Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.040s) 2022-12-01T10:24:27.7765562Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.006s) 2022-12-01T10:24:27.7765748Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.309s) 2022-12-01T10:24:27.7765920Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.029s) 2022-12-01T10:24:27.7766087Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.012s) 2022-12-01T10:24:27.7766254Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.038s) 2022-12-01T10:24:27.7766413Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.027s) 2022-12-01T10:24:27.7766587Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.085s) 2022-12-01T10:24:27.7766728Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-12-01T10:24:27.7766870Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.059s) 2022-12-01T10:24:27.7767024Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.095s) 2022-12-01T10:24:27.7767194Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.199s) 2022-12-01T10:24:27.7767345Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.030s) 2022-12-01T10:24:27.7767545Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.031s) 2022-12-01T10:24:27.7767709Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.081s) 2022-12-01T10:24:27.7767863Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.024s) 2022-12-01T10:24:27.7768001Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.017s) 2022-12-01T10:24:27.7768162Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.060s) 2022-12-01T10:24:27.7768289Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-12-01T10:24:27.7768428Z Exercise the situation where we have the same qualified name ... ok (0.102s) 2022-12-01T10:24:27.7768559Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-12-01T10:24:27.7768695Z Exercise the situation where we have the same qualified name ... ok (0.123s) 2022-12-01T10:24:27.7768821Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-12-01T10:24:27.7768957Z Exercise the situation where we have the same qualified name ... ok (0.216s) 2022-12-01T10:24:27.7769080Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.269s) 2022-12-01T10:24:27.7769207Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-12-01T10:24:27.7769390Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.125s) 2022-12-01T10:24:27.7769541Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-12-01T10:24:27.7769699Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.021s) 2022-12-01T10:24:27.7769844Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.025s) 2022-12-01T10:24:27.7769991Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.040s) 2022-12-01T10:24:27.7770125Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-12-01T10:24:27.7770259Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.083s) 2022-12-01T10:24:27.7770398Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-12-01T10:24:27.7770544Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.026s) 2022-12-01T10:24:27.7770682Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.019s) 2022-12-01T10:24:27.7770830Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:24:27.7771030Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-12-01T10:24:27.7771182Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:24:27.7771370Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-12-01T10:24:27.7771514Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:24:27.7771696Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-12-01T10:24:27.7771914Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.003s) 2022-12-01T10:24:27.7772135Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:24:27.7772299Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:24:27.7772505Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.002s) 2022-12-01T10:24:27.7772721Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:24:27.7772873Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:24:27.7773116Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-12-01T10:24:27.7773270Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:24:27.7773459Z 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-12-01T10:24:27.7773616Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-12-01T10:24:27.7773813Z 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-12-01T10:24:27.7774051Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Falsifying explicit example: test_versioned_div_scalar( 2022-12-01T10:24:27.7774247Z self=, 2022-12-01T10:24:27.7774334Z sample_input=(2, 3, 2.0, 3.0), 2022-12-01T10:24:27.7774396Z ) 2022-12-01T10:24:27.7774489Z skip: Failed to load fixture! (0.099s) 2022-12-01T10:24:27.7774675Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (1.483s) 2022-12-01T10:24:27.7774906Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.455s) 2022-12-01T10:24:27.7775099Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.048s) 2022-12-01T10:24:27.7775285Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.503s) 2022-12-01T10:24:27.7775919Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... Test test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/88719 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:24:27.7776552Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88719 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-12-01T10:24:27.7776751Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (3.549s) 2022-12-01T10:24:27.7777095Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.049s) 2022-12-01T10:24:27.7777288Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.030s) 2022-12-01T10:24:27.7777480Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.037s) 2022-12-01T10:24:27.7777671Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.031s) 2022-12-01T10:24:27.7777781Z test_add_out (__main__.TestScript) ... ok (0.036s) 2022-12-01T10:24:27.7777900Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:24:27.7778026Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.033s) 2022-12-01T10:24:27.7778147Z test_add_tuple_optional (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:24:27.7778270Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.036s) 2022-12-01T10:24:27.7778374Z test_addmm_grad (__main__.TestScript) 2022-12-01T10:24:27.7778483Z This test checks several things: ... ok (0.030s) 2022-12-01T10:24:27.7778622Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:24:27.7778727Z test_all (__main__.TestScript) ... ok (0.043s) 2022-12-01T10:24:27.7778906Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.085s) 2022-12-01T10:24:27.7779031Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.131s) 2022-12-01T10:24:27.7779148Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.089s) 2022-12-01T10:24:27.7779271Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.129s) 2022-12-01T10:24:27.7779393Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:24:27.7779522Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.104s) 2022-12-01T10:24:27.7779641Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:24:27.7779753Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.172s) 2022-12-01T10:24:27.7779875Z test_annotated_script_fn (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:24:27.7780011Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:24:27.7780152Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:24:27.7780281Z test_annotated_script_method (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:24:27.7780399Z test_annoying_doubles (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:24:27.7780537Z test_any (__main__.TestScript) ... ok (0.109s) 2022-12-01T10:24:27.7780676Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:24:27.7780801Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.036s) 2022-12-01T10:24:27.7780924Z test_attr_module_constants (__main__.TestScript) ... ok (0.133s) 2022-12-01T10:24:27.7781045Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:24:27.7781162Z test_attribute_in_init (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:24:27.7781290Z test_attribute_serialization (__main__.TestScript) ... ok (0.060s) 2022-12-01T10:24:27.7781412Z test_attribute_unpickling (__main__.TestScript) ... ok (0.035s) 2022-12-01T10:24:27.7781533Z test_augmented_assign (__main__.TestScript) ... ok (0.038s) 2022-12-01T10:24:27.7781664Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.002s) 2022-12-01T10:24:27.7781776Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:24:27.7781905Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:24:27.7782045Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.052s) 2022-12-01T10:24:27.7782258Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.046s) 2022-12-01T10:24:27.7782451Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.003s) 2022-12-01T10:24:27.7782575Z test_batchnorm_fuser_cpu (__main__.TestScript) ... ok (0.819s) 2022-12-01T10:24:27.7782696Z test_big_float_literals (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:24:27.7782813Z test_big_int_literals (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:24:27.7782920Z test_binary_op_shape (__main__.TestScript) ... ok (1.140s) 2022-12-01T10:24:27.7783035Z test_bitwise_ops (__main__.TestScript) ... ok (0.105s) 2022-12-01T10:24:27.7783162Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.035s) 2022-12-01T10:24:27.7783296Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.059s) 2022-12-01T10:24:27.7783428Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:24:27.7783559Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.025s) 2022-12-01T10:24:27.7783673Z test_bool_dispatch (__main__.TestScript) ... ok (0.166s) 2022-12-01T10:24:27.7783816Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.076s) 2022-12-01T10:24:27.7783924Z test_break_continue_error (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:24:27.7784041Z test_breaks_continues (__main__.TestScript) ... ok (0.719s) 2022-12-01T10:24:27.7784154Z test_builtin_args (__main__.TestScript) ... ok (0.082s) 2022-12-01T10:24:27.7784356Z test_builtin_args_fails (__main__.TestScript) ... You have not run this instance of FileCheck! 2022-12-01T10:24:27.7784431Z FileCheck checks: 2022-12-01T10:24:27.7784781Z [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-12-01T10:24:27.7784869Z File "test_jit.py", line 10876 2022-12-01T10:24:27.7784949Z @torch.jit.script 2022-12-01T10:24:27.7785006Z def f6(a): 2022-12-01T10:24:27.7785090Z a.expand(size=[3, [4]]) 2022-12-01T10:24:27.7785237Z ~~~~~~ <--- HERE 2022-12-01T10:24:27.7785324Z (function emitListLiteral) 2022-12-01T10:24:27.7785390Z ok (0.014s) 2022-12-01T10:24:27.7785520Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.032s) 2022-12-01T10:24:27.7785642Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:24:27.7785736Z test_call_ge (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:24:27.7785867Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:24:27.7786035Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:24:27.7786173Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.043s) 2022-12-01T10:24:27.7786307Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.035s) 2022-12-01T10:24:27.7786440Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:24:27.7786580Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:24:27.7786720Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.089s) 2022-12-01T10:24:27.7786840Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.040s) 2022-12-01T10:24:27.7786976Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:24:27.7787110Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:24:27.7787243Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.046s) 2022-12-01T10:24:27.7787374Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:24:27.7787510Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.046s) 2022-12-01T10:24:27.7787675Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-12-01T10:24:27.7787808Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.057s) 2022-12-01T10:24:27.7787962Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.001s) 2022-12-01T10:24:27.7788237Z test_calls_in_type_annotations (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/__init__.py 2022-12-01T10:24:27.7788308Z ok (0.002s) 2022-12-01T10:24:27.7788442Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.062s) 2022-12-01T10:24:27.7788634Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.001s) 2022-12-01T10:24:27.7788738Z test_cat (__main__.TestScript) ... ok (0.114s) 2022-12-01T10:24:27.7788849Z test_cat_lifts (__main__.TestScript) ... ok (0.029s) 2022-12-01T10:24:27.7788949Z test_chr (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:24:27.7789044Z test_circular_dependency (__main__.TestScript) 2022-12-01T10:24:27.7789180Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.232s) 2022-12-01T10:24:27.7789299Z test_class_as_attribute (__main__.TestScript) ... ok (0.090s) 2022-12-01T10:24:27.7789416Z test_class_attribute (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:24:27.7789545Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:24:27.7789741Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:24:27.7789848Z test_code_with_constants (__main__.TestScript) 2022-12-01T10:24:27.7790023Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.023s) 2022-12-01T10:24:27.7790129Z test_code_with_constants_restore (__main__.TestScript) 2022-12-01T10:24:27.7790308Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.037s) 2022-12-01T10:24:27.7790434Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.025s) 2022-12-01T10:24:27.7790558Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:24:27.7790758Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T10:24:27.7790883Z test_conditional_casting (__main__.TestScript) ... ok (0.213s) 2022-12-01T10:24:27.7791001Z test_constant_as_attr (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:24:27.7791141Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:24:27.7791252Z test_constant_pooling_none (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:24:27.7791422Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:24:27.7791542Z test_context_manager (__main__.TestScript) ... ok (0.091s) 2022-12-01T10:24:27.7791652Z test_conv_error (__main__.TestScript) ... ok (0.025s) 2022-12-01T10:24:27.7791764Z test_convert_base (__main__.TestScript) ... ok (0.089s) 2022-12-01T10:24:27.7791891Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:24:27.7792011Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:24:27.7792113Z test_desugar_module (__main__.TestScript) ... ok (0.037s) 2022-12-01T10:24:27.7792224Z test_device_kwarg (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:24:27.7792337Z test_device_type (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:24:27.7792476Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.000s) 2022-12-01T10:24:27.7792584Z test_dir (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:24:27.7792692Z test_divmod (__main__.TestScript) ... ok (0.145s) 2022-12-01T10:24:27.7792850Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.003s) 2022-12-01T10:24:27.7792965Z test_dropout_eval (__main__.TestScript) ... ok (2.158s) 2022-12-01T10:24:27.7793068Z test_dropout_script (__main__.TestScript) ... ok (0.063s) 2022-12-01T10:24:27.7793176Z test_dtype_attr (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:24:27.7793292Z test_dtype_op_shape (__main__.TestScript) ... ok (0.156s) 2022-12-01T10:24:27.7793407Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.228s) 2022-12-01T10:24:27.7793527Z test_early_return_closure (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:24:27.7793652Z test_early_return_fork_join (__main__.TestScript) ... ok (0.037s) 2022-12-01T10:24:27.7793772Z test_early_return_rewrite (__main__.TestScript) ... ok (0.190s) 2022-12-01T10:24:27.7793903Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:24:27.7794015Z test_early_returns_loops (__main__.TestScript) ... ok (0.208s) 2022-12-01T10:24:27.7794135Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:24:27.7794256Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.032s) 2022-12-01T10:24:27.7794385Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.041s) 2022-12-01T10:24:27.7794508Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.029s) 2022-12-01T10:24:27.7794620Z test_ellipsis_end (__main__.TestScript) ... ok (0.027s) 2022-12-01T10:24:27.7794733Z test_ellipsis_mid (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:24:27.7794843Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.040s) 2022-12-01T10:24:27.7794998Z test_ellipsis_start (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:24:27.7795133Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.056s) 2022-12-01T10:24:27.7795267Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:24:27.7795384Z test_empty_tuple_str (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:24:27.7795512Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.146s) 2022-12-01T10:24:27.7795631Z test_erase_number_types (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:24:27.7795734Z test_error (__main__.TestScript) ... ok (0.056s) 2022-12-01T10:24:27.7795838Z test_error_stacktrace (__main__.TestScript) ... ok (0.052s) 2022-12-01T10:24:27.7795967Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.126s) 2022-12-01T10:24:27.7796078Z test_eval_python (__main__.TestScript) ... ok (0.038s) 2022-12-01T10:24:27.7796206Z test_exception_exits_closure (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:24:27.7796341Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.243s) 2022-12-01T10:24:27.7796447Z test_expand (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:24:27.7796550Z test_fibb (__main__.TestScript) ... ok (0.055s) 2022-12-01T10:24:27.7796698Z test_fibb_totally_better (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:24:27.7796816Z test_file_format_serialization (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:24:27.7796932Z test_file_line_error (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:24:27.7797057Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.090s) 2022-12-01T10:24:27.7797172Z test_file_line_graph (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:24:27.7797289Z test_file_line_save_load (__main__.TestScript) ... ok (0.043s) 2022-12-01T10:24:27.7797406Z test_file_line_string (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:24:27.7797521Z test_file_line_trace (__main__.TestScript) ... ok (0.045s) 2022-12-01T10:24:27.7797620Z test_filecheck (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:24:27.7797736Z test_filecheck_parse (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:24:27.7797854Z test_first_class_calls (__main__.TestScript) ... ok (0.087s) 2022-12-01T10:24:27.7797974Z test_first_class_module (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:24:27.7798081Z test_floor_div (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:24:27.7798188Z test_floordiv (__main__.TestScript) ... ok (0.122s) 2022-12-01T10:24:27.7798294Z test_for_else (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7798404Z test_for_in_dict (__main__.TestScript) ... ok (0.055s) 2022-12-01T10:24:27.7798509Z test_for_in_enumerate (__main__.TestScript) ... ok (0.192s) 2022-12-01T10:24:27.7798618Z test_for_in_range (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:24:27.7798732Z test_for_in_range_ast (__main__.TestScript) ... ok (0.121s) 2022-12-01T10:24:27.7798850Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.121s) 2022-12-01T10:24:27.7798970Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.083s) 2022-12-01T10:24:27.7799092Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.033s) 2022-12-01T10:24:27.7799222Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.101s) 2022-12-01T10:24:27.7799333Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:24:27.7799449Z test_for_in_string (__main__.TestScript) ... ok (0.091s) 2022-12-01T10:24:27.7799561Z test_for_in_tensors (__main__.TestScript) ... ok (0.058s) 2022-12-01T10:24:27.7799687Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:24:27.7799809Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.071s) 2022-12-01T10:24:27.7799929Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:24:27.7800037Z test_for_in_zip (__main__.TestScript) ... ok (0.152s) 2022-12-01T10:24:27.7800156Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.114s) 2022-12-01T10:24:27.7800290Z test_for_tuple_assign (__main__.TestScript) ... ok (0.043s) 2022-12-01T10:24:27.7800405Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.111s) 2022-12-01T10:24:27.7800511Z test_format (__main__.TestScript) ... ok (0.038s) 2022-12-01T10:24:27.7800621Z test_func_call (__main__.TestScript) ... ok (0.108s) 2022-12-01T10:24:27.7800753Z test_function_compilation_caching (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:24:27.7800881Z test_function_overload_misuse (__main__.TestScript) ... ok (0.057s) 2022-12-01T10:24:27.7801019Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.059s) 2022-12-01T10:24:27.7801140Z test_function_overloads (__main__.TestScript) ... ok (0.274s) 2022-12-01T10:24:27.7801329Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:24:27.7801465Z test_fuser_double_literal_precision (__main__.TestScript) ... ok (0.262s) 2022-12-01T10:24:27.7801589Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:24:27.7801711Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:24:27.7801835Z test_generic_list_errors (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:24:27.7801978Z test_get_set_state (__main__.TestScript) ... ok (0.169s) 2022-12-01T10:24:27.7802108Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.045s) 2022-12-01T10:24:27.7802227Z test_grad_from_script (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:24:27.7802316Z test_hash (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:24:27.7802427Z test_hex_literals (__main__.TestScript) ... ok (0.053s) 2022-12-01T10:24:27.7802527Z test_id (__main__.TestScript) ... ok (0.077s) 2022-12-01T10:24:27.7802625Z test_if (__main__.TestScript) ... ok (0.027s) 2022-12-01T10:24:27.7802734Z test_if_define (__main__.TestScript) ... ok (0.047s) 2022-12-01T10:24:27.7802855Z test_if_different_type (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:24:27.7802970Z test_if_for_in_range (__main__.TestScript) ... ok (0.088s) 2022-12-01T10:24:27.7803077Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.080s) 2022-12-01T10:24:27.7803188Z test_if_list_cat (__main__.TestScript) ... ok (0.077s) 2022-12-01T10:24:27.7803301Z test_if_nest_while (__main__.TestScript) ... ok (0.327s) 2022-12-01T10:24:27.7803409Z test_if_noelse (__main__.TestScript) ... ok (0.059s) 2022-12-01T10:24:27.7803530Z test_if_not_defined_error (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:24:27.7803643Z test_if_supertype (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:24:27.7803761Z test_ignore_decorator (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:24:27.7803877Z test_ignored_as_value (__main__.TestScript) ... ok (0.034s) 2022-12-01T10:24:27.7803990Z test_ignored_method_binding (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:24:27.7804103Z test_ignored_props (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:24:27.7804243Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.073s) 2022-12-01T10:24:27.7804363Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.067s) 2022-12-01T10:24:27.7804495Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:24:27.7804598Z test_index (__main__.TestScript) ... ok (0.434s) 2022-12-01T10:24:27.7804726Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:24:27.7804828Z test_index_with_tuple (__main__.TestScript) ... ok (0.032s) 2022-12-01T10:24:27.7804944Z test_indexing_error (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:24:27.7805053Z test_infer_size (__main__.TestScript) ... ok (0.087s) 2022-12-01T10:24:27.7805159Z test_inferred_error_msg (__main__.TestScript) 2022-12-01T10:24:27.7805307Z Test that when we get a type mismatch on a function where we inferred ... ok (0.008s) 2022-12-01T10:24:27.7805422Z test_inherit_method (__main__.TestScript) ... ok (0.048s) 2022-12-01T10:24:27.7805659Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.001s) 2022-12-01T10:24:27.7805761Z test_inlined_graph (__main__.TestScript) 2022-12-01T10:24:27.7805902Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.054s) 2022-12-01T10:24:27.7806023Z test_inlining_cleanup (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:24:27.7806134Z test_inplace_add (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:24:27.7806256Z test_inplace_copy_script (__main__.TestScript) ... ok (0.029s) 2022-12-01T10:24:27.7806382Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:24:27.7806489Z test_int_cast (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:24:27.7806617Z test_integral_shape_inference (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:24:27.7806734Z test_interpret_graph (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7806841Z test_interpreter_fuzz (__main__.TestScript) ... ok (1.897s) 2022-12-01T10:24:27.7806950Z test_intlist_args (__main__.TestScript) ... ok (0.072s) 2022-12-01T10:24:27.7807076Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:24:27.7807230Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7807363Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:24:27.7807469Z test_irparser (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:24:27.7807579Z test_is_after_use (__main__.TestScript) ... ok (0.053s) 2022-12-01T10:24:27.7807671Z test_is_isnot (__main__.TestScript) ... ok (0.258s) 2022-12-01T10:24:27.7807784Z test_is_optional (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:24:27.7807897Z test_is_scripting (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:24:27.7808025Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:24:27.7808138Z test_isinstance (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:24:27.7808259Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:24:27.7808388Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:24:27.7808518Z test_isinstance_refinement (__main__.TestScript) ... ok (0.085s) 2022-12-01T10:24:27.7808614Z test_jitter_bug (__main__.TestScript) ... ok (0.025s) 2022-12-01T10:24:27.7808719Z test_keyword (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:24:27.7808841Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7808956Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:24:27.7809067Z test_lazy_script (__main__.TestScript) ... ok (0.102s) 2022-12-01T10:24:27.7809205Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.055s) 2022-12-01T10:24:27.7809354Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.043s) 2022-12-01T10:24:27.7809469Z test_lhs_indexing (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:24:27.7809582Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.027s) 2022-12-01T10:24:27.7809710Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.041s) 2022-12-01T10:24:27.7809849Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:24:27.7809965Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:24:27.7810083Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.035s) 2022-12-01T10:24:27.7810195Z test_linear_grad (__main__.TestScript) ... ok (0.112s) 2022-12-01T10:24:27.7810333Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.277s) 2022-12-01T10:24:27.7810462Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:24:27.7810581Z test_list_iterables (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7810698Z test_list_python_op (__main__.TestScript) ... ok (0.035s) 2022-12-01T10:24:27.7810840Z test_list_unify (__main__.TestScript) ... ok (0.036s) 2022-12-01T10:24:27.7810947Z test_literal (__main__.TestScript) ... ok (0.197s) 2022-12-01T10:24:27.7811053Z test_literals (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:24:27.7811178Z test_logical_short_circuit (__main__.TestScript) ... ok (0.074s) 2022-12-01T10:24:27.7811291Z test_loop_liveness (__main__.TestScript) ... ok (0.027s) 2022-12-01T10:24:27.7811399Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.072s) 2022-12-01T10:24:27.7811527Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:24:27.7811641Z test_loop_unrolling (__main__.TestScript) ... ok (0.081s) 2022-12-01T10:24:27.7811760Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.041s) 2022-12-01T10:24:27.7811884Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.380s) 2022-12-01T10:24:27.7812004Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:24:27.7812114Z test_math_ops (__main__.TestScript) ... ok (0.809s) 2022-12-01T10:24:27.7812285Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:24:27.7812506Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.001s) 2022-12-01T10:24:27.7812629Z test_method_casts_script (__main__.TestScript) ... ok (0.052s) 2022-12-01T10:24:27.7812743Z test_method_no_self (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:24:27.7812866Z test_method_overloading (__main__.TestScript) ... ok (0.794s) 2022-12-01T10:24:27.7812986Z test_missing_getstate (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:24:27.7813097Z test_mm_batching (__main__.TestScript) ... ok (4.318s) 2022-12-01T10:24:27.7813209Z test_module_apis (__main__.TestScript) ... ok (0.307s) 2022-12-01T10:24:27.7813309Z test_module_attrs (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:24:27.7813442Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.033s) 2022-12-01T10:24:27.7813557Z test_module_copying (__main__.TestScript) ... ok (0.111s) 2022-12-01T10:24:27.7813671Z test_module_error (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:24:27.7813801Z test_module_method_reassignment (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:24:27.7813919Z test_module_none_attrs (__main__.TestScript) ... ok (0.045s) 2022-12-01T10:24:27.7814052Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.173s) 2022-12-01T10:24:27.7814161Z test_module_str (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:24:27.7814282Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:24:27.7814399Z test_multi_reduction (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7814522Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7814654Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.112s) 2022-12-01T10:24:27.7814799Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:24:27.7814925Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:24:27.7815044Z test_multiple_assign (__main__.TestScript) ... ok (0.037s) 2022-12-01T10:24:27.7815168Z test_multiple_assignment (__main__.TestScript) ... ok (0.027s) 2022-12-01T10:24:27.7815268Z test_mutable_dce (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:24:27.7815386Z test_mutable_dce_block (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:24:27.7815512Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:24:27.7815651Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.061s) 2022-12-01T10:24:27.7815784Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.050s) 2022-12-01T10:24:27.7815901Z test_mutable_dce_list (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:24:27.7816018Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:24:27.7816185Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.039s) 2022-12-01T10:24:27.7816288Z test_mutate_constant (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:24:27.7816407Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:24:27.7816534Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.328s) 2022-12-01T10:24:27.7816652Z test_namedtuple_attr (__main__.TestScript) ... ok (0.031s) 2022-12-01T10:24:27.7816939Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:24:27.7817097Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.053s) 2022-12-01T10:24:27.7817236Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.047s) 2022-12-01T10:24:27.7817369Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.047s) 2022-12-01T10:24:27.7817532Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.099s) 2022-12-01T10:24:27.7817657Z test_namedtuple_python (__main__.TestScript) ... ok (0.029s) 2022-12-01T10:24:27.7817793Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.016s) 2022-12-01T10:24:27.7817968Z test_narrow_copy (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:24:27.7818091Z test_nested_aug_assign (__main__.TestScript) ... ok (0.169s) 2022-12-01T10:24:27.7818210Z test_nested_bailouts (__main__.TestScript) ... ok (0.053s) 2022-12-01T10:24:27.7818325Z test_nested_breaks (__main__.TestScript) ... ok (0.175s) 2022-12-01T10:24:27.7818434Z test_nested_list_construct (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:24:27.7818556Z test_nested_select_assign (__main__.TestScript) ... ok (0.092s) 2022-12-01T10:24:27.7818660Z test_nn_GRU (__main__.TestScript) ... ok (0.564s) 2022-12-01T10:24:27.7818767Z test_nn_LSTM (__main__.TestScript) ... ok (0.519s) 2022-12-01T10:24:27.7818886Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.464s) 2022-12-01T10:24:27.7818995Z test_nn_init (__main__.TestScript) ... ok (0.186s) 2022-12-01T10:24:27.7819111Z test_no_dtype_shape (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:24:27.7819241Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:24:27.7819345Z test_non_final_return (__main__.TestScript) ... ok (0.582s) 2022-12-01T10:24:27.7819458Z test_none_type_str (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:24:27.7819560Z test_not (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:24:27.7819685Z test_not_initialized_err (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:24:27.7819801Z test_ntuple_builtins (__main__.TestScript) ... ok (0.056s) 2022-12-01T10:24:27.7819913Z test_number_abs (__main__.TestScript) ... ok (0.058s) 2022-12-01T10:24:27.7820032Z test_number_augassign (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:24:27.7820154Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:24:27.7820287Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:24:27.7820419Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:24:27.7820528Z test_number_div (__main__.TestScript) ... ok (0.042s) 2022-12-01T10:24:27.7820641Z test_number_math (__main__.TestScript) ... ok (10.940s) 2022-12-01T10:24:27.7820750Z test_number_neg (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:24:27.7820915Z test_old_models_bc (__main__.TestScript) ... skip: PyTorch is build without Caffe2 support (0.001s) 2022-12-01T10:24:27.7821028Z test_oneline_func (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:24:27.7821122Z test_op_dtype (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:24:27.7821245Z test_operator_precedence (__main__.TestScript) ... ok (0.037s) 2022-12-01T10:24:27.7821570Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.003s) 2022-12-01T10:24:27.7821915Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.002s) 2022-12-01T10:24:27.7822018Z test_ord (__main__.TestScript) ... ok (0.034s) 2022-12-01T10:24:27.7822210Z test_override_magic (__main__.TestScript) ... ok (0.058s) 2022-12-01T10:24:27.7822651Z test_pack_padded_pad_packed_trace (__main__.TestScript) ... test_jit.py:9793: FutureWarning: 'torch.onnx._export' is deprecated in version 1.12.0 and will be removed in version 1.14. Please use `torch.onnx.export` instead. 2022-12-01T10:24:27.7822770Z torch.onnx._export(m, (x, seq_lens), f, verbose=False) 2022-12-01T10:24:27.7823552Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/jit_utils.py:258: 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:1888.) 2022-12-01T10:24:27.7823710Z _C._jit_pass_onnx_node_shape_type_inference(node, params_dict, opset_version) 2022-12-01T10:24:27.7824462Z /opt/conda/lib/python3.7/site-packages/torch/onnx/_internal/jit_utils.py:258: 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:1888.) 2022-12-01T10:24:27.7824612Z _C._jit_pass_onnx_node_shape_type_inference(node, params_dict, opset_version) 2022-12-01T10:24:27.7824678Z ok (0.110s) 2022-12-01T10:24:27.7824805Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7824926Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.200s) 2022-12-01T10:24:27.7825047Z test_pack_unpack_state (__main__.TestScript) ... ok (0.102s) 2022-12-01T10:24:27.7825204Z test_parameter_order (__main__.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-12-01T10:24:27.7825302Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-12-01T10:24:27.7825401Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-12-01T10:24:27.7825477Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-12-01T10:24:27.7825564Z grad_fn=) 2022-12-01T10:24:27.7825665Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-12-01T10:24:27.7825759Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-12-01T10:24:27.7825850Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-12-01T10:24:27.7825937Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-12-01T10:24:27.7826020Z grad_fn=) 2022-12-01T10:24:27.7826072Z ok (0.043s) 2022-12-01T10:24:27.7826208Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7826355Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7826477Z test_parse_nested_names (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:24:27.7826608Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7826732Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.047s) 2022-12-01T10:24:27.7826851Z test_parser_kwargonly (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:24:27.7826982Z test_parser_type_annotations (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:24:27.7827107Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:24:27.7827266Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7827418Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7827622Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7827763Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7827880Z test_partial_returns (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:24:27.7827985Z test_pass (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:24:27.7828106Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.051s) 2022-12-01T10:24:27.7828231Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-12-01T10:24:27.7828357Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:24:27.7828519Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:24:27.7828640Z test_pretty_print_function (__main__.TestScript) ... ok (0.357s) 2022-12-01T10:24:27.7828812Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.001s) 2022-12-01T10:24:27.7828920Z test_print (__main__.TestScript) ... ok (0.080s) 2022-12-01T10:24:27.7829033Z test_print_kwargs (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7829234Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:24:27.7829341Z test_profiling_merge (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:24:27.7829473Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:24:27.7829586Z test_python_call (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:24:27.7829710Z test_python_call_annotation (__main__.TestScript) ... ok (0.025s) 2022-12-01T10:24:27.7829849Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:24:27.7829971Z test_python_call_failure (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:24:27.7830094Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.032s) 2022-12-01T10:24:27.7830226Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:24:27.7830331Z test_python_frontend (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:24:27.7830450Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:24:27.7830584Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7830704Z test_python_op_builtins (__main__.TestScript) ... ok (0.034s) 2022-12-01T10:24:27.7830818Z test_python_op_name (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:24:27.7830948Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7831094Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.001s) 2022-12-01T10:24:27.7831211Z test_rand_profiling (__main__.TestScript) ... ok (0.027s) 2022-12-01T10:24:27.7831308Z test_range_args (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:24:27.7831427Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:24:27.7831551Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:24:27.7831671Z test_refine_tuple_types (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:24:27.7831786Z test_remove_dropout (__main__.TestScript) ... ok (0.054s) 2022-12-01T10:24:27.7831921Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:24:27.7832035Z test_request_bailout (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:24:27.7832174Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.002s) 2022-12-01T10:24:27.7832304Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.206s) 2022-12-01T10:24:27.7832421Z test_resize_input_ops (__main__.TestScript) ... ok (0.049s) 2022-12-01T10:24:27.7832525Z test_return (__main__.TestScript) ... ok (0.151s) 2022-12-01T10:24:27.7832645Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:24:27.7832758Z test_return_tuple (__main__.TestScript) ... ok (0.025s) 2022-12-01T10:24:27.7832912Z test_rnn_trace_override (__main__.TestScript) ... ok (2.193s) 2022-12-01T10:24:27.7833035Z test_robust_op_resolution (__main__.TestScript) ... ok (0.025s) 2022-12-01T10:24:27.7833124Z test_round (__main__.TestScript) ... ok (0.028s) 2022-12-01T10:24:27.7833245Z test_save_load_attr_error (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:24:27.7833364Z test_script_annotation (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:24:27.7833485Z test_script_bool_constant (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:24:27.7833597Z test_script_chunk (__main__.TestScript) ... ok (0.098s) 2022-12-01T10:24:27.7833715Z test_script_clamp_none (__main__.TestScript) ... ok (0.084s) 2022-12-01T10:24:27.7833826Z test_script_copy (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:24:27.7833922Z test_script_cu (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:24:27.7834042Z test_script_define_order (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:24:27.7834184Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:24:27.7834302Z test_script_docstring (__main__.TestScript) ... ok (0.008s) 2022-12-01T10:24:27.7834439Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:24:27.7834621Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.001s) 2022-12-01T10:24:27.7834746Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.025s) 2022-12-01T10:24:27.7834863Z test_script_is_tracing (__main__.TestScript) ... ok (0.050s) 2022-12-01T10:24:27.7834972Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:24:27.7835098Z test_script_method_docstring (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:24:27.7835239Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:24:27.7835352Z test_script_module (__main__.TestScript) ... ok (0.077s) 2022-12-01T10:24:27.7835485Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:24:27.7835606Z test_script_module_const (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:24:27.7835744Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.043s) 2022-12-01T10:24:27.7835874Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.081s) 2022-12-01T10:24:27.7836002Z test_script_module_export_shared_storage (__main__.TestScript) ... ok (0.036s) 2022-12-01T10:24:27.7836137Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.125s) 2022-12-01T10:24:27.7836317Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.001s) 2022-12-01T10:24:27.7836454Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.037s) 2022-12-01T10:24:27.7836579Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:24:27.7836698Z test_script_module_for (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:24:27.7836821Z test_script_module_for2 (__main__.TestScript) ... ok (0.126s) 2022-12-01T10:24:27.7836951Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:24:27.7837074Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.058s) 2022-12-01T10:24:27.7837428Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.001s) 2022-12-01T10:24:27.7837556Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:24:27.7837696Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:24:27.7837824Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.069s) 2022-12-01T10:24:27.7837960Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.071s) 2022-12-01T10:24:27.7838100Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.005s) 2022-12-01T10:24:27.7838276Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:24:27.7838405Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:24:27.7838532Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.295s) 2022-12-01T10:24:27.7838666Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:24:27.7838788Z test_script_optional_none (__main__.TestScript) ... ok (0.069s) 2022-12-01T10:24:27.7838903Z test_script_outputs (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:24:27.7839034Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.277s) 2022-12-01T10:24:27.7839173Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.267s) 2022-12-01T10:24:27.7839287Z test_script_scope (__main__.TestScript) ... ok (0.001s) 2022-12-01T10:24:27.7839401Z test_script_sequential_for (__main__.TestScript) ... ok (0.129s) 2022-12-01T10:24:27.7839537Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.297s) 2022-12-01T10:24:27.7839676Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.036s) 2022-12-01T10:24:27.7839805Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.189s) 2022-12-01T10:24:27.7839976Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.191s) 2022-12-01T10:24:27.7840096Z test_script_star_assign (__main__.TestScript) ... ok (0.062s) 2022-12-01T10:24:27.7840215Z test_script_star_expr (__main__.TestScript) ... ok (0.101s) 2022-12-01T10:24:27.7840340Z test_script_star_expr_string (__main__.TestScript) ... ok (0.096s) 2022-12-01T10:24:27.7840448Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.038s) 2022-12-01T10:24:27.7840600Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.002s) 2022-12-01T10:24:27.7840753Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:24:27.7840903Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:24:27.7841024Z test_select_after_chunk (__main__.TestScript) ... ok (0.031s) 2022-12-01T10:24:27.7841141Z test_sequence_parsing (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:24:27.7841278Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.156s) 2022-12-01T10:24:27.7841404Z test_serialization_big_ints (__main__.TestScript) ... ok (0.038s) 2022-12-01T10:24:27.7841515Z test_serialization_sharing (__main__.TestScript) ... ok (0.027s) 2022-12-01T10:24:27.7841638Z test_serialize_long_lines (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:24:27.7841763Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.075s) 2022-12-01T10:24:27.7841892Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.144s) 2022-12-01T10:24:27.7842031Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.149s) 2022-12-01T10:24:27.7842168Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.065s) 2022-12-01T10:24:27.7842304Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.035s) 2022-12-01T10:24:27.7842438Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:24:27.7842561Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:24:27.7842684Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.056s) 2022-12-01T10:24:27.7842819Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:24:27.7842942Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:24:27.7843062Z test_signed_float_zero (__main__.TestScript) ... ok (0.031s) 2022-12-01T10:24:27.7843193Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7843312Z test_single_starred_lhs (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7843478Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:24:27.7843633Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:24:27.7843737Z test_split (__main__.TestScript) ... ok (0.034s) 2022-12-01T10:24:27.7843841Z test_stack (__main__.TestScript) ... ok (0.041s) 2022-12-01T10:24:27.7843956Z test_static_if_prop (__main__.TestScript) ... ok (0.337s) 2022-12-01T10:24:27.7844068Z test_static_method_on_module (__main__.TestScript) 2022-12-01T10:24:27.7844222Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.033s) 2022-12-01T10:24:27.7844337Z test_static_methods (__main__.TestScript) ... ok (0.113s) 2022-12-01T10:24:27.7844430Z test_str_cast (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:24:27.7844539Z test_string_cu (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7844678Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:24:27.7844801Z test_string_frontend_elif (__main__.TestScript) ... ok (0.037s) 2022-12-01T10:24:27.7844913Z test_string_index (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:24:27.7845022Z test_string_len (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:24:27.7845200Z test_string_list (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:24:27.7845315Z test_string_new_line (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7845412Z test_string_ops (__main__.TestScript) ... ok (0.018s) 2022-12-01T10:24:27.7845523Z test_string_print (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:24:27.7845645Z test_string_single_escape (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7845760Z test_string_slicing (__main__.TestScript) ... ok (0.143s) 2022-12-01T10:24:27.7845870Z test_string_sort (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:24:27.7845985Z test_string_sorted (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:24:27.7846124Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.083s) 2022-12-01T10:24:27.7846246Z test_submodule_twice (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:24:27.7846335Z test_sum (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:24:27.7846451Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.037s) 2022-12-01T10:24:27.7846569Z test_sum_list_empty (__main__.TestScript) ... ok (0.040s) 2022-12-01T10:24:27.7846687Z test_sum_list_literal (__main__.TestScript) ... ok (0.027s) 2022-12-01T10:24:27.7846798Z test_sum_list_one (__main__.TestScript) ... ok (0.034s) 2022-12-01T10:24:27.7846917Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:24:27.7847038Z test_sys_stdout_override (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:24:27.7847322Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.003s) 2022-12-01T10:24:27.7847437Z test_tensor_data (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:24:27.7847583Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:24:27.7847696Z test_tensor_dtype (__main__.TestScript) ... ok (0.043s) 2022-12-01T10:24:27.7847808Z test_tensor_grad (__main__.TestScript) ... ok (0.045s) 2022-12-01T10:24:27.7847931Z test_tensor_import_export (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:24:27.7848042Z test_tensor_len (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:24:27.7848160Z test_tensor_number_math (__main__.TestScript) ... ok (1.936s) 2022-12-01T10:24:27.7848285Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.001s) 2022-12-01T10:24:27.7848440Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.001s) 2022-12-01T10:24:27.7848552Z test_tensor_shape (__main__.TestScript) ... ok (0.026s) 2022-12-01T10:24:27.7849113Z test_tensor_subclasses (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/jit/annotations.py:309: 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-12-01T10:24:27.7849288Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-12-01T10:24:27.7849354Z ok (0.041s) 2022-12-01T10:24:27.7849464Z test_tensor_to (__main__.TestScript) ... ok (0.152s) 2022-12-01T10:24:27.7849578Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:24:27.7849712Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:24:27.7849862Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.001s) 2022-12-01T10:24:27.7849969Z test_ternary (__main__.TestScript) ... ok (0.045s) 2022-12-01T10:24:27.7850096Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.173s) 2022-12-01T10:24:27.7850229Z test_ternary_right_associative (__main__.TestScript) ... ok (0.044s) 2022-12-01T10:24:27.7850350Z test_ternary_static_if (__main__.TestScript) ... ok (0.033s) 2022-12-01T10:24:27.7850457Z test_torch_any (__main__.TestScript) ... ok (0.084s) 2022-12-01T10:24:27.7850619Z test_torch_functional (__main__.TestScript) ... skip: Skipping while landing PR stack (0.003s) 2022-12-01T10:24:27.7850775Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.236s) 2022-12-01T10:24:27.7850913Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.042s) 2022-12-01T10:24:27.7851049Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.163s) 2022-12-01T10:24:27.7851185Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.046s) 2022-12-01T10:24:27.7851319Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.022s) 2022-12-01T10:24:27.7851436Z test_torch_manual_seed (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:24:27.7851545Z test_torch_pow (__main__.TestScript) ... ok (0.263s) 2022-12-01T10:24:27.7852099Z test_torch_tensor_as_tensor (__main__.TestScript) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:471: 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-12-01T10:24:27.7852193Z return callable(*args, **kwargs) 2022-12-01T10:24:27.7852246Z ok (2.825s) 2022-12-01T10:24:27.7852379Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.029s) 2022-12-01T10:24:27.7852502Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.075s) 2022-12-01T10:24:27.7852621Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.049s) 2022-12-01T10:24:27.7852751Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:24:27.7852880Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.853s) 2022-12-01T10:24:27.7853023Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (1.644s) 2022-12-01T10:24:27.7853141Z test_training_param (__main__.TestScript) ... ok (0.052s) 2022-12-01T10:24:27.7853249Z test_tuple_assignments (__main__.TestScript) ... ok (0.199s) 2022-12-01T10:24:27.7853364Z test_tuple_error_msg (__main__.TestScript) ... ok (0.004s) 2022-12-01T10:24:27.7853485Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.030s) 2022-12-01T10:24:27.7853604Z test_tuple_indexing (__main__.TestScript) ... ok (0.098s) 2022-12-01T10:24:27.7853711Z test_tuple_len (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:24:27.7853828Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.025s) 2022-12-01T10:24:27.7853936Z test_tuple_sort (__main__.TestScript) ... ok (0.080s) 2022-12-01T10:24:27.7854041Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.040s) 2022-12-01T10:24:27.7854154Z test_tuple_sorted (__main__.TestScript) ... ok (0.020s) 2022-12-01T10:24:27.7854270Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.019s) 2022-12-01T10:24:27.7854398Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.014s) 2022-12-01T10:24:27.7854577Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.017s) 2022-12-01T10:24:27.7854715Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:24:27.7854833Z test_type_annotate (__main__.TestScript) ... ok (0.068s) 2022-12-01T10:24:27.7854957Z test_type_annotation_module (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:24:27.7855067Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.043s) 2022-12-01T10:24:27.7855185Z test_type_annotations (__main__.TestScript) ... ok (0.076s) 2022-12-01T10:24:27.7855318Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.051s) 2022-12-01T10:24:27.7855444Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.049s) 2022-12-01T10:24:27.7855562Z test_type_call_in_script (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:24:27.7855669Z test_type_cast (__main__.TestScript) ... ok (0.024s) 2022-12-01T10:24:27.7855793Z test_type_comments_in_body (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:24:27.7855922Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-12-01T10:24:27.7856092Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.009s) 2022-12-01T10:24:27.7856343Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.015s) 2022-12-01T10:24:27.7856461Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.012s) 2022-12-01T10:24:27.7856579Z test_unicode_comments (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:24:27.7856696Z test_uninitialized (__main__.TestScript) ... ok (0.021s) 2022-12-01T10:24:27.7856959Z test_union_to_number (__main__.TestScript) ... ok (0.011s) 2022-12-01T10:24:27.7857092Z test_unknown_builtin (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:24:27.7857224Z test_unmatched_type_annotation (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:24:27.7857344Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:24:27.7857519Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-12-01T10:24:27.7857652Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:24:27.7857770Z test_unused_decorator (__main__.TestScript) ... ok (0.015s) 2022-12-01T10:24:27.7857897Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.034s) 2022-12-01T10:24:27.7858012Z test_var_aug_assign (__main__.TestScript) ... ok (0.207s) 2022-12-01T10:24:27.7858127Z test_vararg_zeros (__main__.TestScript) ... ok (0.023s) 2022-12-01T10:24:27.7858248Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.013s) 2022-12-01T10:24:27.7858366Z test_view_shape_prop (__main__.TestScript) ... ok (0.006s) 2022-12-01T10:24:27.7858477Z test_view_write (__main__.TestScript) ... ok (0.042s) 2022-12-01T10:24:27.7858603Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-12-01T10:24:27.7858709Z test_where (__main__.TestScript) ... ok (0.029s) 2022-12-01T10:24:27.7858819Z test_where_method (__main__.TestScript) ... ok (0.029s) 2022-12-01T10:24:27.7858923Z test_while (__main__.TestScript) ... ok (0.054s) 2022-12-01T10:24:27.7859037Z test_while_nest_if (__main__.TestScript) ... ok (0.350s) 2022-12-01T10:24:27.7859155Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.124s) 2022-12-01T10:24:27.7859281Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7859407Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.044s) 2022-12-01T10:24:27.7859528Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:24:27.7859652Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.054s) 2022-12-01T10:24:27.7859778Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.007s) 2022-12-01T10:24:27.7859973Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.003s) 2022-12-01T10:24:27.7860095Z test_wrong_return_type (__main__.TestScript) ... ok (0.009s) 2022-12-01T10:24:27.7860205Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.002s) 2022-12-01T10:24:27.7860326Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.010s) 2022-12-01T10:24:27.7860429Z test_zeros (__main__.TestScript) ... ok (0.039s) 2022-12-01T10:24:27.7860557Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (2.730s) 2022-12-01T10:24:27.7860671Z test_bool (jit.test_list_dict.TestScriptDict) 2022-12-01T10:24:27.7860794Z Test the __bool__ method. This should return True ... ok (0.002s) 2022-12-01T10:24:27.7860913Z test_contains (jit.test_list_dict.TestScriptDict) 2022-12-01T10:24:27.7861018Z Test membership checks (x in y, x not in y). ... ok (0.002s) 2022-12-01T10:24:27.7861133Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-12-01T10:24:27.7861216Z Test deletion. ... ok (0.002s) 2022-12-01T10:24:27.7861335Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-12-01T10:24:27.7861470Z Test accessing dictionary values using the [] operator. ... ok (0.003s) 2022-12-01T10:24:27.7861583Z test_items (jit.test_list_dict.TestScriptDict) 2022-12-01T10:24:27.7861663Z Test .items(). ... ok (0.002s) 2022-12-01T10:24:27.7861811Z test_iter (jit.test_list_dict.TestScriptDict) 2022-12-01T10:24:27.7861982Z Test iteration over a dictionary's keys. ... ok (0.002s) 2022-12-01T10:24:27.7862194Z test_len (jit.test_list_dict.TestScriptDict) 2022-12-01T10:24:27.7862299Z Test len() builtin function. ... ok (0.002s) 2022-12-01T10:24:27.7862413Z test_nested (jit.test_list_dict.TestScriptDict) 2022-12-01T10:24:27.7862648Z 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-12-01T10:24:27.7862781Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-12-01T10:24:27.7862934Z Test that reference semantics are honoured; that modifications made ... ok (0.014s) 2022-12-01T10:24:27.7863038Z test_repr (jit.test_list_dict.TestScriptDict) 2022-12-01T10:24:27.7863135Z Test the __repr__ method. ... ok (0.001s) 2022-12-01T10:24:27.7863250Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-12-01T10:24:27.7863384Z Test setting dictionary values using the [] operator. ... ok (0.002s) 2022-12-01T10:24:27.7863498Z test_append (jit.test_list_dict.TestScriptList) 2022-12-01T10:24:27.7863588Z Test append method. ... ok (0.002s) 2022-12-01T10:24:27.7863698Z test_bool (jit.test_list_dict.TestScriptList) 2022-12-01T10:24:27.7863820Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-12-01T10:24:27.7863918Z test_clear (jit.test_list_dict.TestScriptList) 2022-12-01T10:24:27.7863996Z Test clear. ... ok (0.001s) 2022-12-01T10:24:27.7864110Z test_contains (jit.test_list_dict.TestScriptList) 2022-12-01T10:24:27.7864226Z Test membership checks (x in y, x not in y). ... ok (0.002s) 2022-12-01T10:24:27.7864340Z test_count (jit.test_list_dict.TestScriptList) 2022-12-01T10:24:27.7864428Z Test count method. ... ok (0.001s) 2022-12-01T10:24:27.7864542Z test_delitem (jit.test_list_dict.TestScriptList) 2022-12-01T10:24:27.7864611Z Test deletion. ... ok (0.002s) 2022-12-01T10:24:27.7864724Z test_extend (jit.test_list_dict.TestScriptList) 2022-12-01T10:24:27.7864802Z Test extend. ... ok (0.003s) 2022-12-01T10:24:27.7864914Z test_getitem (jit.test_list_dict.TestScriptList) 2022-12-01T10:24:27.7865040Z Test accessing list elements using the [] operator. ... ok (0.005s) 2022-12-01T10:24:27.7865152Z test_insert (jit.test_list_dict.TestScriptList) 2022-12-01T10:24:27.7865230Z Test insert. ... ok (0.002s) 2022-12-01T10:24:27.7865329Z test_iter (jit.test_list_dict.TestScriptList) 2022-12-01T10:24:27.7865495Z Test iteration over a list's elements. ... ok (0.001s) 2022-12-01T10:24:27.7865603Z test_len (jit.test_list_dict.TestScriptList) 2022-12-01T10:24:27.7865701Z Test len() builtin function. ... ok (0.001s) 2022-12-01T10:24:27.7865874Z test_nested (jit.test_list_dict.TestScriptList) 2022-12-01T10:24:27.7866106Z 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-12-01T10:24:27.7866219Z test_pop (jit.test_list_dict.TestScriptList) 2022-12-01T10:24:27.7866283Z Test pop. ... ok (0.002s) 2022-12-01T10:24:27.7866413Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-12-01T10:24:27.7866563Z Test that reference semantics are honoured; that modifications made ... ok (0.014s) 2022-12-01T10:24:27.7866677Z test_remove (jit.test_list_dict.TestScriptList) 2022-12-01T10:24:27.7866765Z Test remove method. ... ok (0.002s) 2022-12-01T10:24:27.7866876Z test_repr (jit.test_list_dict.TestScriptList) 2022-12-01T10:24:27.7866971Z Test the __repr__ method. ... ok (0.001s) 2022-12-01T10:24:27.7867083Z test_setitem (jit.test_list_dict.TestScriptList) 2022-12-01T10:24:27.7867195Z Test setting list elements using the [] operator. ... ok (0.003s) 2022-12-01T10:24:27.7867467Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.029s) 2022-12-01T10:24:27.7867755Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.028s) 2022-12-01T10:24:27.7868006Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.028s) 2022-12-01T10:24:27.7868242Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-12-01T10:24:27.7868468Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-12-01T10:24:27.7868705Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.008s) 2022-12-01T10:24:27.7868945Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.031s) 2022-12-01T10:24:27.7869186Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.051s) 2022-12-01T10:24:27.7869415Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.033s) 2022-12-01T10:24:27.7869658Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.032s) 2022-12-01T10:24:27.7869895Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-12-01T10:24:27.7870131Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-12-01T10:24:27.7870377Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-12-01T10:24:27.7870623Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.009s) 2022-12-01T10:24:27.7870767Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.572s) 2022-12-01T10:24:27.7870914Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.001s) 2022-12-01T10:24:27.7871054Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.413s) 2022-12-01T10:24:27.7871186Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.306s) 2022-12-01T10:24:27.7871331Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (1.652s) 2022-12-01T10:24:27.7871461Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.090s) 2022-12-01T10:24:27.7871590Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.037s) 2022-12-01T10:24:27.7871719Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.030s) 2022-12-01T10:24:27.7871877Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.003s) 2022-12-01T10:24:27.7871998Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.021s) 2022-12-01T10:24:27.7872122Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.021s) 2022-12-01T10:24:27.7872243Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.021s) 2022-12-01T10:24:27.7872379Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.021s) 2022-12-01T10:24:27.7872510Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.021s) 2022-12-01T10:24:27.7872635Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.021s) 2022-12-01T10:24:27.7872770Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.021s) 2022-12-01T10:24:27.7872890Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.016s) 2022-12-01T10:24:27.7873010Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.023s) 2022-12-01T10:24:27.7873141Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.041s) 2022-12-01T10:24:27.7873271Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.025s) 2022-12-01T10:24:27.7873395Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.023s) 2022-12-01T10:24:27.7873543Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.022s) 2022-12-01T10:24:27.7873671Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.030s) 2022-12-01T10:24:27.7873804Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.044s) 2022-12-01T10:24:27.7873933Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.058s) 2022-12-01T10:24:27.7874069Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.030s) 2022-12-01T10:24:27.7874198Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... ok (0.045s) 2022-12-01T10:24:27.7874358Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.015s) 2022-12-01T10:24:27.7874571Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.015s) 2022-12-01T10:24:27.7874810Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.015s) 2022-12-01T10:24:27.7875030Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.015s) 2022-12-01T10:24:27.7875248Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.015s) 2022-12-01T10:24:27.7875474Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.019s) 2022-12-01T10:24:27.7875694Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.016s) 2022-12-01T10:24:27.7875917Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.020s) 2022-12-01T10:24:27.7876122Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.017s) 2022-12-01T10:24:27.7876350Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.020s) 2022-12-01T10:24:27.7876555Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.085s) 2022-12-01T10:24:27.7876773Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.016s) 2022-12-01T10:24:27.7877008Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.028s) 2022-12-01T10:24:27.7877212Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.019s) 2022-12-01T10:24:27.7877442Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.019s) 2022-12-01T10:24:27.7877660Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.016s) 2022-12-01T10:24:27.7877887Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.015s) 2022-12-01T10:24:27.7878107Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.015s) 2022-12-01T10:24:27.7878297Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.021s) 2022-12-01T10:24:27.7878491Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.019s) 2022-12-01T10:24:27.7878677Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.020s) 2022-12-01T10:24:27.7878885Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.019s) 2022-12-01T10:24:27.7879107Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.205s) 2022-12-01T10:24:27.7879292Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.124s) 2022-12-01T10:24:27.7879485Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.029s) 2022-12-01T10:24:27.7879677Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.021s) 2022-12-01T10:24:27.7879867Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.087s) 2022-12-01T10:24:27.7880052Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.020s) 2022-12-01T10:24:27.7880247Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.055s) 2022-12-01T10:24:27.7880426Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.188s) 2022-12-01T10:24:27.7880636Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.152s) 2022-12-01T10:24:27.7880839Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.026s) 2022-12-01T10:24:27.7881040Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.053s) 2022-12-01T10:24:27.7881222Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.041s) 2022-12-01T10:24:27.7881401Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.596s) 2022-12-01T10:24:27.7881589Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.157s) 2022-12-01T10:24:27.7881828Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.001s) 2022-12-01T10:24:27.7882021Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-12-01T10:24:27.7882189Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.033s) 2022-12-01T10:24:27.7882373Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.166s) 2022-12-01T10:24:27.7882561Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.152s) 2022-12-01T10:24:27.7882742Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-12-01T10:24:27.7882939Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-12-01T10:24:27.7883165Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.014s) 2022-12-01T10:24:27.7883334Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.014s) 2022-12-01T10:24:27.7883487Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.005s) 2022-12-01T10:24:27.7883649Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.050s) 2022-12-01T10:24:27.7883778Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.089s) 2022-12-01T10:24:27.7883930Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.091s) 2022-12-01T10:24:27.7884086Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.177s) 2022-12-01T10:24:27.7884270Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.001s) 2022-12-01T10:24:27.7884442Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.025s) 2022-12-01T10:24:27.7884622Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.025s) 2022-12-01T10:24:27.7884797Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.026s) 2022-12-01T10:24:27.7885002Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.037s) 2022-12-01T10:24:27.7885178Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.027s) 2022-12-01T10:24:27.7885344Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.027s) 2022-12-01T10:24:27.7885490Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.029s) 2022-12-01T10:24:27.7885642Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.003s) 2022-12-01T10:24:27.7885779Z test_default_args (jit.test_torchbind.TestTorchbind) ... ok (0.057s) 2022-12-01T10:24:27.7885931Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:24:27.7886295Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... STAGE:2022-12-01 10:24:08 821:821 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:27.7886545Z STAGE:2022-12-01 10:24:08 821:821 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:27.7886612Z ok (0.003s) 2022-12-01T10:24:27.7886741Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... ok (0.009s) 2022-12-01T10:24:27.7886874Z test_torchbind (jit.test_torchbind.TestTorchbind) ... ok (0.029s) 2022-12-01T10:24:27.7887028Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:24:27.7887185Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... ok (0.009s) 2022-12-01T10:24:27.7887336Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... ok (0.021s) 2022-12-01T10:24:27.7887484Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.010s) 2022-12-01T10:24:27.7887648Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... ok (0.043s) 2022-12-01T10:24:27.7887813Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... ok (0.013s) 2022-12-01T10:24:27.7887961Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... ok (0.026s) 2022-12-01T10:24:27.7888105Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:24:27.7888248Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... ok (0.043s) 2022-12-01T10:24:27.7888413Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:24:27.7888563Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-12-01T10:24:27.7888711Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:24:27.7888920Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... ok (0.008s) 2022-12-01T10:24:27.7889071Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... ok (0.003s) 2022-12-01T10:24:27.7889221Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... ok (0.002s) 2022-12-01T10:24:27.7889375Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... ok (0.001s) 2022-12-01T10:24:27.7889524Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... ok (0.007s) 2022-12-01T10:24:27.7889690Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... ok (0.009s) 2022-12-01T10:24:27.7889841Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... ok (0.006s) 2022-12-01T10:24:27.7889984Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... ok (0.018s) 2022-12-01T10:24:27.7890131Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... ok (0.006s) 2022-12-01T10:24:27.7890299Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... ok (0.009s) 2022-12-01T10:24:27.7890428Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... ok (0.017s) 2022-12-01T10:24:27.7890607Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... ok (0.024s) 2022-12-01T10:24:27.7890760Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.069s) 2022-12-01T10:24:27.7890917Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.131s) 2022-12-01T10:24:27.7891064Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.062s) 2022-12-01T10:24:27.7891188Z test_constant (jit.test_tracer.TestTracer) ... ok (0.115s) 2022-12-01T10:24:27.7891303Z test_conv (jit.test_tracer.TestTracer) ... ok (0.242s) 2022-12-01T10:24:27.7891433Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.113s) 2022-12-01T10:24:27.7891559Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.075s) 2022-12-01T10:24:27.7891700Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.058s) 2022-12-01T10:24:27.7891812Z test_ge (jit.test_tracer.TestTracer) ... ok (0.103s) 2022-12-01T10:24:27.7891952Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-12-01T10:24:27.7892076Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.861s) 2022-12-01T10:24:27.7892204Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.242s) 2022-12-01T10:24:27.7892325Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.058s) 2022-12-01T10:24:27.7892464Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.040s) 2022-12-01T10:24:27.7892592Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.033s) 2022-12-01T10:24:27.7892717Z test_inplace_check (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:24:27.7892841Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.043s) 2022-12-01T10:24:27.7892988Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.040s) 2022-12-01T10:24:27.7893111Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-12-01T10:24:27.7893243Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-12-01T10:24:27.7893370Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-12-01T10:24:27.7893510Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-12-01T10:24:27.7893627Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:24:27.7893759Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:24:27.7893886Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-12-01T10:24:27.7894093Z Check that dictionary access doesn't care about insertion order ... ok (0.043s) 2022-12-01T10:24:27.7894224Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.038s) 2022-12-01T10:24:27.7894395Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-12-01T10:24:27.7894526Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.039s) 2022-12-01T10:24:27.7894642Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-12-01T10:24:27.7894784Z Check that the trace remembers which keys were in a dict input ... ok (0.042s) 2022-12-01T10:24:27.7894915Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-12-01T10:24:27.7895027Z test_input_flatten (jit.test_tracer.TestTracer) 2022-12-01T10:24:27.7895159Z Check that inputs to traced functions are flattened ... ok (0.092s) 2022-12-01T10:24:27.7895290Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-12-01T10:24:27.7895421Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-12-01T10:24:27.7895563Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.097s) 2022-12-01T10:24:27.7895700Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-12-01T10:24:27.7895832Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.040s) 2022-12-01T10:24:27.7895964Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.290s) 2022-12-01T10:24:27.7896148Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.001s) 2022-12-01T10:24:27.7896275Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.046s) 2022-12-01T10:24:27.7896404Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.038s) 2022-12-01T10:24:27.7896524Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.072s) 2022-12-01T10:24:27.7896653Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-12-01T10:24:27.7896911Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-12-01T10:24:27.7897031Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-12-01T10:24:27.7897211Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.073s) 2022-12-01T10:24:27.7897343Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-12-01T10:24:27.7897479Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.047s) 2022-12-01T10:24:27.7897611Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.039s) 2022-12-01T10:24:27.7897739Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.044s) 2022-12-01T10:24:27.7897868Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:24:27.7897973Z test_simple (jit.test_tracer.TestTracer) ... ok (0.132s) 2022-12-01T10:24:27.7898118Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-12-01T10:24:27.7898258Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.074s) 2022-12-01T10:24:27.7898389Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-12-01T10:24:27.7898515Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.192s) 2022-12-01T10:24:27.7898655Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.163s) 2022-12-01T10:24:27.7898794Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.032s) 2022-12-01T10:24:27.7898979Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.005s) 2022-12-01T10:24:27.7899089Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.264s) 2022-12-01T10:24:27.7899231Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-12-01T10:24:27.7899365Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-12-01T10:24:27.7899510Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.044s) 2022-12-01T10:24:27.7899650Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.061s) 2022-12-01T10:24:27.7899792Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-12-01T10:24:27.7899992Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-12-01T10:24:27.7900129Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.095s) 2022-12-01T10:24:27.7900263Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.067s) 2022-12-01T10:24:27.7900392Z test_trace_contiguous (jit.test_tracer.TestTracer) ... ok (0.065s) 2022-12-01T10:24:27.7900537Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.026s) 2022-12-01T10:24:27.7900662Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.034s) 2022-12-01T10:24:27.7900798Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.035s) 2022-12-01T10:24:27.7900952Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:24:27.7901087Z test_trace_detach_onnx_erase (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-12-01T10:24:27.7901228Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.012s) 2022-12-01T10:24:27.7901347Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.062s) 2022-12-01T10:24:27.7901482Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.151s) 2022-12-01T10:24:27.7901609Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.124s) 2022-12-01T10:24:27.7901796Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.266s) 2022-12-01T10:24:27.7901939Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.186s) 2022-12-01T10:24:27.7902077Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.065s) 2022-12-01T10:24:27.7902315Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.027s) 2022-12-01T10:24:27.7902441Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-12-01T10:24:27.7902561Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.029s) 2022-12-01T10:24:27.7902702Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.049s) 2022-12-01T10:24:27.7902839Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.099s) 2022-12-01T10:24:27.7902969Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-12-01T10:24:27.7903116Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.098s) 2022-12-01T10:24:27.7903247Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.059s) 2022-12-01T10:24:27.7903402Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.289s) 2022-12-01T10:24:27.7903532Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.136s) 2022-12-01T10:24:27.7903698Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-12-01T10:24:27.7903820Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-12-01T10:24:27.7903943Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-12-01T10:24:27.7904166Z %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-12-01T10:24:27.7904365Z %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-12-01T10:24:27.7904661Z %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-12-01T10:24:27.7904865Z %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-12-01T10:24:27.7905074Z %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-12-01T10:24:27.7905144Z return (%12) 2022-12-01T10:24:27.7905212Z 2022-12-01T10:24:27.7905279Z ok (0.032s) 2022-12-01T10:24:27.7905416Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-12-01T10:24:27.7905544Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.057s) 2022-12-01T10:24:27.7905674Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.102s) 2022-12-01T10:24:27.7905797Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-12-01T10:24:27.7905935Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.039s) 2022-12-01T10:24:27.7906064Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.111s) 2022-12-01T10:24:27.7906229Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-12-01T10:24:27.7906354Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.014s) 2022-12-01T10:24:27.7906489Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.083s) 2022-12-01T10:24:27.7906599Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.038s) 2022-12-01T10:24:27.7906735Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.270s) 2022-12-01T10:24:27.7906868Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.020s) 2022-12-01T10:24:27.7907020Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.121s) 2022-12-01T10:24:27.7907156Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.072s) 2022-12-01T10:24:27.7907297Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.025s) 2022-12-01T10:24:27.7907421Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.397s) 2022-12-01T10:24:27.7907570Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.047s) 2022-12-01T10:24:27.7907689Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.048s) 2022-12-01T10:24:27.7907836Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.080s) 2022-12-01T10:24:27.7907968Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.409s) 2022-12-01T10:24:27.7908107Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.338s) 2022-12-01T10:24:27.7908786Z 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-12-01T10:24:27.7908869Z return x.topk(y, dim=1)[1] 2022-12-01T10:24:27.7908934Z ok (0.046s) 2022-12-01T10:24:27.7909058Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.066s) 2022-12-01T10:24:27.7909192Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.031s) 2022-12-01T10:24:27.7909315Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.073s) 2022-12-01T10:24:27.7909463Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-12-01T10:24:27.7909617Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-12-01T10:24:27.7909754Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-12-01T10:24:27.7922676Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.086s) 2022-12-01T10:24:27.7922917Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.003s) 2022-12-01T10:24:27.7923070Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-12-01T10:24:27.7923203Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.243s) 2022-12-01T10:24:27.7923349Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.923s) 2022-12-01T10:24:27.7923484Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.024s) 2022-12-01T10:24:27.7923601Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.039s) 2022-12-01T10:24:27.7923863Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7924131Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.152s) 2022-12-01T10:24:27.7924270Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.018s) 2022-12-01T10:24:27.7924437Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.027s) 2022-12-01T10:24:27.7924591Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.018s) 2022-12-01T10:24:27.7924719Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7924906Z Types should be shared for identical constant values, and different for different constant values ... ok (0.057s) 2022-12-01T10:24:27.7925029Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7925162Z Types should be shared even if attribute values differ ... ok (0.017s) 2022-12-01T10:24:27.7925312Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7925472Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.006s) 2022-12-01T10:24:27.7925614Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.014s) 2022-12-01T10:24:27.7925776Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7925888Z Simple example with a real nn Module ... ok (0.041s) 2022-12-01T10:24:27.7926043Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.071s) 2022-12-01T10:24:27.7926187Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7926335Z We should be able to differentiate between two ModuleDict instances ... ok (0.156s) 2022-12-01T10:24:27.7926469Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7926613Z Mutating the value of an attribute should not change type sharing ... ok (0.158s) 2022-12-01T10:24:27.7926748Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7926967Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.026s) 2022-12-01T10:24:27.7927123Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7927269Z Different functions passed in should lead to different types ... ok (0.045s) 2022-12-01T10:24:27.7927407Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7927536Z Same functions passed in should lead to same types ... ok (0.027s) 2022-12-01T10:24:27.7927682Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7927831Z Even if everything about the module is the same, different originating ... ok (0.119s) 2022-12-01T10:24:27.7927989Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7928132Z Different functions passed in should lead to different types ... ok (0.046s) 2022-12-01T10:24:27.7928285Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7928410Z Same functions passed in should lead to same types ... ok (0.028s) 2022-12-01T10:24:27.7928575Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.119s) 2022-12-01T10:24:27.7928705Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7928830Z If submodules differ, the types should differ. ... ok (0.168s) 2022-12-01T10:24:27.7928979Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7929195Z Since we can't guarantee that methods are the same between different ... ok (0.058s) 2022-12-01T10:24:27.7929350Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7929481Z Test that types are not shared if the exclusion of their ... ok (0.025s) 2022-12-01T10:24:27.7929631Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7929780Z Test that types are shared if the exclusion of their ... ok (0.017s) 2022-12-01T10:24:27.7929925Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7930057Z Tests that types between instances of a ScriptModule ... ok (0.027s) 2022-12-01T10:24:27.7930198Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-12-01T10:24:27.7930313Z Test that type sharing can be disabled. ... ok (0.104s) 2022-12-01T10:24:27.7930474Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.013s) 2022-12-01T10:24:27.7930620Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-12-01T10:24:27.7930762Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.011s) 2022-12-01T10:24:27.7930915Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-12-01T10:24:27.7931033Z Test that module attributes can be ignored. ... ok (0.020s) 2022-12-01T10:24:27.7931202Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-12-01T10:24:27.7931360Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-12-01T10:24:27.7931544Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-12-01T10:24:27.7931694Z Test that using an optional with no contained types produces an error. ... ok (0.006s) 2022-12-01T10:24:27.7931840Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-12-01T10:24:27.7931986Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.051s) 2022-12-01T10:24:27.7932125Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-12-01T10:24:27.7932270Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-12-01T10:24:27.7932428Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-12-01T10:24:27.7932572Z Test that using a tuple with no contained types produces an error. ... ok (0.006s) 2022-12-01T10:24:27.7932727Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.063s) 2022-12-01T10:24:27.7932877Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.041s) 2022-12-01T10:24:27.7933043Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.010s) 2022-12-01T10:24:27.7933168Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.016s) 2022-12-01T10:24:27.7933291Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.048s) 2022-12-01T10:24:27.7933432Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.082s) 2022-12-01T10:24:27.7933589Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.036s) 2022-12-01T10:24:27.7933714Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.130s) 2022-12-01T10:24:27.7933854Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.006s) 2022-12-01T10:24:27.7934279Z 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-12-01T10:24:27.7934411Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 90 2022-12-01T10:24:27.7934482Z def fn(): 2022-12-01T10:24:27.7934547Z l1 = [1, 2, "foo", 3] 2022-12-01T10:24:27.7934672Z ~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:24:27.7934760Z l2 = ["foo", "bar", "baz", "qux"] 2022-12-01T10:24:27.7934874Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-12-01T10:24:27.7934961Z (function emitListLiteral) 2022-12-01T10:24:27.7935027Z ok (0.005s) 2022-12-01T10:24:27.7935448Z 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-12-01T10:24:27.7935615Z File "/var/lib/jenkins/workspace/test/jit/test_typing.py", line 104 2022-12-01T10:24:27.7935682Z def fn(): 2022-12-01T10:24:27.7935758Z l1 = ["foo", "bar", "baz", "qux"] 2022-12-01T10:24:27.7935830Z l2 = [1, 2, "foo", 3] 2022-12-01T10:24:27.7935952Z ~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:24:27.7936066Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-12-01T10:24:27.7936133Z return d 2022-12-01T10:24:27.7936219Z (function emitListLiteral) 2022-12-01T10:24:27.7936282Z ok (0.005s) 2022-12-01T10:24:27.7936394Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.060s) 2022-12-01T10:24:27.7936523Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.103s) 2022-12-01T10:24:27.7936655Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.047s) 2022-12-01T10:24:27.7936988Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.109s) 2022-12-01T10:24:27.7937166Z test_list_io (jit.test_typing.TestTyping) ... ok (0.025s) 2022-12-01T10:24:27.7937297Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.002s) 2022-12-01T10:24:27.7937417Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.067s) 2022-12-01T10:24:27.7937613Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.003s) 2022-12-01T10:24:27.7937791Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.042s) 2022-12-01T10:24:27.7937959Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.035s) 2022-12-01T10:24:27.7938142Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.010s) 2022-12-01T10:24:27.7938335Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.012s) 2022-12-01T10:24:27.7938502Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.014s) 2022-12-01T10:24:27.7938628Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.029s) 2022-12-01T10:24:27.7938765Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.016s) 2022-12-01T10:24:27.7938887Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.087s) 2022-12-01T10:24:27.7939022Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.016s) 2022-12-01T10:24:27.7939151Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.037s) 2022-12-01T10:24:27.7939291Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.024s) 2022-12-01T10:24:27.7939424Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.038s) 2022-12-01T10:24:27.7939550Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.037s) 2022-12-01T10:24:27.7939681Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.029s) 2022-12-01T10:24:27.7939809Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.039s) 2022-12-01T10:24:27.7939928Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.004s) 2022-12-01T10:24:27.7940062Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.198s) 2022-12-01T10:24:27.7940195Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.029s) 2022-12-01T10:24:27.7940315Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.026s) 2022-12-01T10:24:27.7940441Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.017s) 2022-12-01T10:24:27.7940582Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.023s) 2022-12-01T10:24:27.7940714Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.018s) 2022-12-01T10:24:27.7940865Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.057s) 2022-12-01T10:24:27.7940994Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.018s) 2022-12-01T10:24:27.7941211Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.037s) 2022-12-01T10:24:27.7941339Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.015s) 2022-12-01T10:24:27.7941491Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.018s) 2022-12-01T10:24:27.7941623Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.015s) 2022-12-01T10:24:27.7941748Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.015s) 2022-12-01T10:24:27.7941875Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.031s) 2022-12-01T10:24:27.7942013Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.016s) 2022-12-01T10:24:27.7942264Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:24:27.7942439Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.004s) 2022-12-01T10:24:27.7942610Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.027s) 2022-12-01T10:24:27.7942773Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:24:27.7942989Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:24:27.7943161Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.003s) 2022-12-01T10:24:27.7943301Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.018s) 2022-12-01T10:24:27.7943924Z 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-12-01T10:24:27.7944033Z "The inner type of a container is lost when " 2022-12-01T10:24:27.7944089Z ok (0.049s) 2022-12-01T10:24:27.7944239Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.023s) 2022-12-01T10:24:27.7944394Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.055s) 2022-12-01T10:24:27.7944548Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.029s) 2022-12-01T10:24:27.7944700Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.010s) 2022-12-01T10:24:27.7944865Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.011s) 2022-12-01T10:24:27.7945028Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.010s) 2022-12-01T10:24:27.7945193Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.011s) 2022-12-01T10:24:27.7945308Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.014s) 2022-12-01T10:24:27.7945461Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.056s) 2022-12-01T10:24:27.7945624Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.039s) 2022-12-01T10:24:27.7945766Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.016s) 2022-12-01T10:24:27.7945908Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.048s) 2022-12-01T10:24:27.7946064Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.060s) 2022-12-01T10:24:27.7946195Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.028s) 2022-12-01T10:24:27.7946353Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.024s) 2022-12-01T10:24:27.7946525Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.037s) 2022-12-01T10:24:27.7946687Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.037s) 2022-12-01T10:24:27.7946905Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.011s) 2022-12-01T10:24:27.7947053Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.013s) 2022-12-01T10:24:27.7947198Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.072s) 2022-12-01T10:24:27.7947364Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.050s) 2022-12-01T10:24:27.7947511Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.083s) 2022-12-01T10:24:27.7947653Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.032s) 2022-12-01T10:24:27.7947798Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.046s) 2022-12-01T10:24:27.7947917Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.036s) 2022-12-01T10:24:27.7948055Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.194s) 2022-12-01T10:24:27.7948180Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.025s) 2022-12-01T10:24:27.7948610Z 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-12-01T10:24:27.7948690Z File "", line 3 2022-12-01T10:24:27.7948700Z 2022-12-01T10:24:27.7948764Z def fn(): 2022-12-01T10:24:27.7948914Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-12-01T10:24:27.7949104Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:24:27.7949221Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-12-01T10:24:27.7949298Z x.append(torch.tensor(3)) 2022-12-01T10:24:27.7949386Z (function emitListLiteral) 2022-12-01T10:24:27.7949727Z [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-12-01T10:24:27.7949805Z File "", line 3 2022-12-01T10:24:27.7949810Z 2022-12-01T10:24:27.7949872Z def fn(): 2022-12-01T10:24:27.7950019Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-12-01T10:24:27.7950202Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-12-01T10:24:27.7950317Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-12-01T10:24:27.7950403Z x.append(torch.tensor(3)) 2022-12-01T10:24:27.7950476Z (function emitListLiteral) 2022-12-01T10:24:27.7950540Z ok (0.173s) 2022-12-01T10:24:27.7950679Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.017s) 2022-12-01T10:24:27.7950825Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.008s) 2022-12-01T10:24:27.7950967Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.008s) 2022-12-01T10:24:27.7951146Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.007s) 2022-12-01T10:24:27.7951294Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.045s) 2022-12-01T10:24:27.7951434Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.002s) 2022-12-01T10:24:27.7951581Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.025s) 2022-12-01T10:24:27.7951725Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.024s) 2022-12-01T10:24:27.7951872Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.017s) 2022-12-01T10:24:27.7952036Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.018s) 2022-12-01T10:24:27.7952185Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.025s) 2022-12-01T10:24:27.7952325Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.031s) 2022-12-01T10:24:27.7952467Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.014s) 2022-12-01T10:24:27.7952597Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.016s) 2022-12-01T10:24:27.7952735Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.014s) 2022-12-01T10:24:27.7952879Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.016s) 2022-12-01T10:24:27.7953029Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.026s) 2022-12-01T10:24:27.7953189Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.013s) 2022-12-01T10:24:27.7953345Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.014s) 2022-12-01T10:24:27.7953456Z test_warn (jit.test_warn.TestWarn) ... ok (0.011s) 2022-12-01T10:24:27.7953603Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.010s) 2022-12-01T10:24:27.7953764Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.033s) 2022-12-01T10:24:27.7953888Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.047s) 2022-12-01T10:24:27.7954018Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.034s) 2022-12-01T10:24:27.7954137Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.012s) 2022-12-01T10:24:27.7954269Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.022s) 2022-12-01T10:24:27.7954368Z test_with_as (jit.test_with.TestWith) 2022-12-01T10:24:27.7954591Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.560s) 2022-12-01T10:24:27.7954694Z test_with_errors (jit.test_with.TestWith) 2022-12-01T10:24:27.7954928Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.031s) 2022-12-01T10:24:27.7955036Z test_with_exceptions (jit.test_with.TestWith) 2022-12-01T10:24:27.7955250Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.149s) 2022-12-01T10:24:27.7955351Z test_with_no_as (jit.test_with.TestWith) 2022-12-01T10:24:27.7955579Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.529s) 2022-12-01T10:24:27.7955681Z test_with_no_grad (jit.test_with.TestWith) 2022-12-01T10:24:27.7955823Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.080s) 2022-12-01T10:24:27.7955935Z test_with_record_function (jit.test_with.TestWith) 2022-12-01T10:24:27.7956302Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-12-01 10:24:26 821:821 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:24:27.7956547Z STAGE:2022-12-01 10:24:26 821:821 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:24:27.7956615Z ok (0.148s) 2022-12-01T10:24:27.7956621Z 2022-12-01T10:24:27.7956817Z ---------------------------------------------------------------------- 2022-12-01T10:24:27.7956895Z Ran 2643 tests in 522.076s 2022-12-01T10:24:27.7956900Z 2022-12-01T10:24:27.7956997Z OK (skipped=168, expected failures=7) 2022-12-01T10:24:27.7957002Z 2022-12-01T10:24:27.7957084Z Generating XML reports... 2022-12-01T10:24:27.7957408Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20221201101544.xml 2022-12-01T10:24:27.7957690Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20221201101544.xml 2022-12-01T10:24:27.7957965Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20221201101544.xml 2022-12-01T10:24:27.7958267Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20221201101544.xml 2022-12-01T10:24:27.7958688Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20221201101544.xml 2022-12-01T10:24:27.7958980Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20221201101544.xml 2022-12-01T10:24:27.7959321Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20221201101544.xml 2022-12-01T10:24:27.7959602Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20221201101544.xml 2022-12-01T10:24:27.7959897Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20221201101544.xml 2022-12-01T10:24:27.7960188Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20221201101544.xml 2022-12-01T10:24:27.7960471Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20221201101544.xml 2022-12-01T10:24:27.7960793Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20221201101544.xml 2022-12-01T10:24:27.7961085Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20221201101544.xml 2022-12-01T10:24:27.7961396Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20221201101544.xml 2022-12-01T10:24:27.7961715Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20221201101544.xml 2022-12-01T10:24:27.7961990Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20221201101544.xml 2022-12-01T10:24:27.7962309Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20221201101544.xml 2022-12-01T10:24:27.7962648Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20221201101544.xml 2022-12-01T10:24:27.7962918Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20221201101544.xml 2022-12-01T10:24:27.7963221Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20221201101544.xml 2022-12-01T10:24:27.7963513Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20221201101544.xml 2022-12-01T10:24:27.7963757Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestFrontend-20221201101544.xml 2022-12-01T10:24:27.7964081Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20221201101544.xml 2022-12-01T10:24:27.7964411Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20221201101544.xml 2022-12-01T10:24:27.7964793Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20221201101544.xml 2022-12-01T10:24:27.7965093Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20221201101544.xml 2022-12-01T10:24:27.7965439Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20221201101544.xml 2022-12-01T10:24:27.7965708Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20221201101544.xml 2022-12-01T10:24:27.7965981Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20221201101544.xml 2022-12-01T10:24:27.7966290Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20221201101544.xml 2022-12-01T10:24:27.7966638Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20221201101544.xml 2022-12-01T10:24:27.7967042Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20221201101544.xml 2022-12-01T10:24:27.7967344Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20221201101544.xml 2022-12-01T10:24:27.7967591Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJit-20221201101544.xml 2022-12-01T10:24:27.7967879Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20221201101544.xml 2022-12-01T10:24:27.7968164Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20221201101544.xml 2022-12-01T10:24:27.7968436Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20221201101544.xml 2022-12-01T10:24:27.7968722Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20221201101544.xml 2022-12-01T10:24:27.7968994Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20221201101544.xml 2022-12-01T10:24:27.7969316Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20221201101544.xml 2022-12-01T10:24:27.7969610Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20221201101544.xml 2022-12-01T10:24:27.7969907Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20221201101544.xml 2022-12-01T10:24:27.7970240Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20221201101544.xml 2022-12-01T10:24:27.7970564Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20221201101544.xml 2022-12-01T10:24:27.7970848Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20221201101544.xml 2022-12-01T10:24:27.7971142Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20221201101544.xml 2022-12-01T10:24:27.7971487Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20221201101544.xml 2022-12-01T10:24:27.7971914Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20221201101544.xml 2022-12-01T10:24:27.7972254Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20221201101544.xml 2022-12-01T10:24:27.7972550Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20221201101544.xml 2022-12-01T10:24:27.7972816Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20221201101544.xml 2022-12-01T10:24:27.7973105Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20221201101544.xml 2022-12-01T10:24:27.7973426Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20221201101544.xml 2022-12-01T10:24:27.7973756Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20221201101544.xml 2022-12-01T10:24:27.7974041Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20221201101544.xml 2022-12-01T10:24:27.7974365Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20221201101544.xml 2022-12-01T10:24:27.7974682Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20221201101544.xml 2022-12-01T10:24:27.7974967Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20221201101544.xml 2022-12-01T10:24:27.7975322Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20221201101544.xml 2022-12-01T10:24:27.7975603Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestScript-20221201101544.xml 2022-12-01T10:24:27.7975887Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20221201101544.xml 2022-12-01T10:24:27.7976173Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20221201101544.xml 2022-12-01T10:24:27.7976590Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20221201101544.xml 2022-12-01T10:24:27.7977031Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20221201101544.xml 2022-12-01T10:24:27.7977308Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20221201101544.xml 2022-12-01T10:24:27.7977592Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20221201101544.xml 2022-12-01T10:24:27.7977927Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20221201101544.xml 2022-12-01T10:24:27.7978334Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20221201101544.xml 2022-12-01T10:24:27.7978650Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20221201101544.xml 2022-12-01T10:24:27.7978982Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20221201101544.xml 2022-12-01T10:24:27.7979281Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20221201101544.xml 2022-12-01T10:24:27.7979581Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20221201101544.xml 2022-12-01T10:24:27.7979859Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20221201101544.xml 2022-12-01T10:24:27.7980166Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20221201101544.xml 2022-12-01T10:24:27.7980480Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20221201101544.xml 2022-12-01T10:24:27.7980757Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20221201101544.xml 2022-12-01T10:24:27.7981033Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20221201101544.xml 2022-12-01T10:24:27.7981351Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20221201101544.xml 2022-12-01T10:24:27.7981653Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20221201101544.xml 2022-12-01T10:24:27.7981908Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20221201101544.xml 2022-12-01T10:24:27.7982256Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20221201101544.xml 2022-12-01T10:24:27.7982576Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20221201101544.xml 2022-12-01T10:24:27.7982898Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20221201101544.xml 2022-12-01T10:24:27.7983204Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20221201101544.xml 2022-12-01T10:24:27.7983522Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20221201101544.xml 2022-12-01T10:24:27.7983527Z 2022-12-01T10:24:27.7983935Z ##[endgroup] 2022-12-01T10:24:27.7984251Z FINISHED PRINTING LOG FILE of test_jit (/var/lib/jenkins/workspace/test/test-reports/test_jit__l7zdct2) 2022-12-01T10:24:27.7984257Z 2022-12-01T10:24:32.0724273Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:24:32.2095273Z Ignoring disabled issues: [] 2022-12-01T10:24:32.2335264Z Running test_foreach ... [2022-12-01 10:24:32.233191] 2022-12-01T10:24:32.2337786Z Executing ['/opt/conda/bin/python', '-bb', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:24:32.233503] 2022-12-01T10:29:36.4984319Z 2022-12-01T10:29:36.4984846Z Expand the folded group to see the log file of test_foreach 2022-12-01T10:29:36.4985847Z ##[group]PRINTING LOG FILE of test_foreach (/var/lib/jenkins/workspace/test/test-reports/test_foreach_z4y4x4hu) 2022-12-01T10:29:36.4989783Z Test results will be stored in test-reports/python-unittest/test_foreach 2022-12-01T10:29:36.4990127Z 2022-12-01T10:29:36.4990251Z Running tests... 2022-12-01T10:29:36.4996869Z ---------------------------------------------------------------------- 2022-12-01T10:29:36.4997570Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-12-01T10:29:36.4998499Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bool (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:29:36.4998985Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.4999494Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5000012Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5018142Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5018794Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5019443Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5020040Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5020497Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5021051Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5021681Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5022255Z test_binary_op_list_error_cases__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:29:36.5022799Z test_binary_op_list_error_cases__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.145s) 2022-12-01T10:29:36.5023548Z test_binary_op_list_error_cases__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5024124Z test_binary_op_list_error_cases__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5024703Z test_binary_op_list_error_cases__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5025333Z test_binary_op_list_error_cases__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5025932Z test_binary_op_list_error_cases__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5026516Z test_binary_op_list_error_cases__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5027081Z test_binary_op_list_error_cases__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5027615Z test_binary_op_list_error_cases__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5028156Z test_binary_op_list_error_cases__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5028901Z test_binary_op_list_error_cases__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5029457Z test_binary_op_list_error_cases__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5029997Z test_binary_op_list_error_cases__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.132s) 2022-12-01T10:29:36.5030555Z test_binary_op_list_error_cases__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5031123Z test_binary_op_list_error_cases__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.111s) 2022-12-01T10:29:36.5031691Z test_binary_op_list_error_cases__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5032275Z test_binary_op_list_error_cases__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5032824Z test_binary_op_list_error_cases__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5033418Z test_binary_op_list_error_cases__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5034018Z test_binary_op_list_error_cases__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5034686Z test_binary_op_list_error_cases__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5035021Z test_binary_op_list_error_cases__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5035354Z test_binary_op_list_error_cases__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5035675Z test_binary_op_list_error_cases__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5036012Z test_binary_op_list_error_cases__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.106s) 2022-12-01T10:29:36.5036352Z test_binary_op_list_error_cases__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5036699Z test_binary_op_list_error_cases__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5037028Z test_binary_op_list_error_cases__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5037365Z test_binary_op_list_error_cases__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5037700Z test_binary_op_list_error_cases__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5038032Z test_binary_op_list_error_cases__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5038349Z test_binary_op_list_error_cases__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5038676Z test_binary_op_list_error_cases__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5039005Z test_binary_op_list_error_cases__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5039324Z test_binary_op_list_error_cases__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5039660Z test_binary_op_list_error_cases__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5039995Z test_binary_op_list_error_cases__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.088s) 2022-12-01T10:29:36.5040330Z test_binary_op_list_error_cases__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.126s) 2022-12-01T10:29:36.5040659Z test_binary_op_list_error_cases__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5040998Z test_binary_op_list_error_cases__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5041332Z test_binary_op_list_error_cases__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5041665Z test_binary_op_list_error_cases__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5042016Z test_binary_op_list_error_cases__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5042347Z test_binary_op_list_error_cases__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5042679Z test_binary_op_list_error_cases__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5042993Z test_binary_op_list_error_cases__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5043323Z test_binary_op_list_error_cases__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5043674Z test_binary_op_list_slow_path__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5044043Z test_binary_op_list_slow_path__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5044406Z test_binary_op_list_slow_path__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5044779Z test_binary_op_list_slow_path__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5045178Z test_binary_op_list_slow_path__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5045550Z test_binary_op_list_slow_path__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5045902Z test_binary_op_list_slow_path__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5046265Z test_binary_op_list_slow_path__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5046627Z test_binary_op_list_slow_path__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5046991Z test_binary_op_list_slow_path__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5047335Z test_binary_op_list_slow_path__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5047699Z test_binary_op_list_slow_path__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5048062Z test_binary_op_list_slow_path__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5048426Z test_binary_op_list_slow_path__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5048777Z test_binary_op_list_slow_path__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5049146Z test_binary_op_list_slow_path__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5049520Z test_binary_op_list_slow_path__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5049883Z test_binary_op_list_slow_path__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5050231Z test_binary_op_list_slow_path__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5050599Z test_binary_op_list_slow_path__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5050961Z test_binary_op_list_slow_path__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5051308Z test_binary_op_list_slow_path__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5051663Z test_binary_op_list_slow_path__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5052020Z test_binary_op_list_slow_path__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5052424Z test_binary_op_list_slow_path__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5052775Z test_binary_op_list_slow_path__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5053141Z test_binary_op_list_slow_path__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5053511Z test_binary_op_list_slow_path__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5053882Z test_binary_op_list_slow_path__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5054232Z test_binary_op_list_slow_path__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5054595Z test_binary_op_list_slow_path__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5054958Z test_binary_op_list_slow_path__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5055350Z test_binary_op_list_slow_path__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5055695Z test_binary_op_list_slow_path__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5056057Z test_binary_op_list_slow_path__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5056413Z test_binary_op_list_slow_path__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5056999Z test_binary_op_list_slow_path__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5057358Z test_binary_op_list_slow_path__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.005s) 2022-12-01T10:29:36.5057727Z test_binary_op_list_slow_path__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:29:36.5058107Z test_binary_op_list_slow_path__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:29:36.5058474Z test_binary_op_list_slow_path__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-12-01T10:29:36.5058822Z test_binary_op_list_slow_path__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5059188Z test_binary_op_list_slow_path__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5059551Z test_binary_op_list_slow_path__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5059896Z test_binary_op_list_slow_path__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5060254Z test_binary_op_list_slow_path__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5060612Z test_binary_op_list_slow_path__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5060971Z test_binary_op_list_slow_path__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.003s) 2022-12-01T10:29:36.5061310Z test_binary_op_scalar_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.286s) 2022-12-01T10:29:36.5061730Z test_binary_op_scalar_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.282s) 2022-12-01T10:29:36.5062081Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.326s) 2022-12-01T10:29:36.5062435Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.330s) 2022-12-01T10:29:36.5063365Z test_binary_op_scalar_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... test_foreach.py:87: 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-12-01T10:29:36.5063892Z actual = self.func(*inputs, **kwargs) 2022-12-01T10:29:36.5064086Z ok (0.334s) 2022-12-01T10:29:36.5064347Z test_binary_op_scalar_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.291s) 2022-12-01T10:29:36.5064674Z test_binary_op_scalar_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.285s) 2022-12-01T10:29:36.5065014Z test_binary_op_scalar_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.235s) 2022-12-01T10:29:36.5065349Z test_binary_op_scalar_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.281s) 2022-12-01T10:29:36.5065681Z test_binary_op_scalar_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.228s) 2022-12-01T10:29:36.5066005Z test_binary_op_scalar_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.239s) 2022-12-01T10:29:36.5066355Z test_binary_op_scalar_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.242s) 2022-12-01T10:29:36.5066850Z test_binary_op_scalar_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.279s) 2022-12-01T10:29:36.5067230Z test_binary_op_scalar_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.379s) 2022-12-01T10:29:36.5067560Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.322s) 2022-12-01T10:29:36.5067909Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.326s) 2022-12-01T10:29:36.5068255Z test_binary_op_scalar_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.301s) 2022-12-01T10:29:36.5068583Z test_binary_op_scalar_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.290s) 2022-12-01T10:29:36.5068924Z test_binary_op_scalar_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.270s) 2022-12-01T10:29:36.5069260Z test_binary_op_scalar_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.351s) 2022-12-01T10:29:36.5069594Z test_binary_op_scalar_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.372s) 2022-12-01T10:29:36.5069905Z test_binary_op_scalar_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.353s) 2022-12-01T10:29:36.5070236Z test_binary_op_scalar_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.357s) 2022-12-01T10:29:36.5070567Z test_binary_op_scalar_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.360s) 2022-12-01T10:29:36.5070901Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.331s) 2022-12-01T10:29:36.5071225Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.280s) 2022-12-01T10:29:36.5071569Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.319s) 2022-12-01T10:29:36.5071914Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.344s) 2022-12-01T10:29:36.5072242Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.273s) 2022-12-01T10:29:36.5072575Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.272s) 2022-12-01T10:29:36.5072914Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.263s) 2022-12-01T10:29:36.5073250Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.221s) 2022-12-01T10:29:36.5073566Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.259s) 2022-12-01T10:29:36.5073890Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.226s) 2022-12-01T10:29:36.5074286Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.226s) 2022-12-01T10:29:36.5074612Z test_binary_op_scalar_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.226s) 2022-12-01T10:29:36.5074931Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.332s) 2022-12-01T10:29:36.5075266Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.408s) 2022-12-01T10:29:36.5075607Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.361s) 2022-12-01T10:29:36.5075945Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.351s) 2022-12-01T10:29:36.5076285Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.338s) 2022-12-01T10:29:36.5076623Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.327s) 2022-12-01T10:29:36.5076960Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.316s) 2022-12-01T10:29:36.5077282Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.320s) 2022-12-01T10:29:36.5077641Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.308s) 2022-12-01T10:29:36.5077971Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.304s) 2022-12-01T10:29:36.5078301Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.312s) 2022-12-01T10:29:36.5078615Z test_binary_op_scalar_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.324s) 2022-12-01T10:29:36.5078954Z test_binary_op_scalar_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.360s) 2022-12-01T10:29:36.5079295Z test_binary_op_scalar_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.327s) 2022-12-01T10:29:36.5079626Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.372s) 2022-12-01T10:29:36.5079977Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.381s) 2022-12-01T10:29:36.5080321Z test_binary_op_scalar_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.351s) 2022-12-01T10:29:36.5080661Z test_binary_op_scalar_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.349s) 2022-12-01T10:29:36.5080985Z test_binary_op_scalar_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.338s) 2022-12-01T10:29:36.5081316Z test_binary_op_scalar_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.287s) 2022-12-01T10:29:36.5081648Z test_binary_op_scalar_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.285s) 2022-12-01T10:29:36.5081973Z test_binary_op_scalar_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.283s) 2022-12-01T10:29:36.5082293Z test_binary_op_scalar_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.288s) 2022-12-01T10:29:36.5082617Z test_binary_op_scalar_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.289s) 2022-12-01T10:29:36.5082958Z test_binary_op_scalar_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.327s) 2022-12-01T10:29:36.5083281Z test_binary_op_scalar_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.414s) 2022-12-01T10:29:36.5083624Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.373s) 2022-12-01T10:29:36.5083968Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.387s) 2022-12-01T10:29:36.5084309Z test_binary_op_scalar_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.350s) 2022-12-01T10:29:36.5084634Z test_binary_op_scalar_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.346s) 2022-12-01T10:29:36.5085004Z test_binary_op_scalar_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.319s) 2022-12-01T10:29:36.5085340Z test_binary_op_scalar_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.418s) 2022-12-01T10:29:36.5085667Z test_binary_op_scalar_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.412s) 2022-12-01T10:29:36.5085980Z test_binary_op_scalar_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.407s) 2022-12-01T10:29:36.5086311Z test_binary_op_scalar_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.414s) 2022-12-01T10:29:36.5086636Z test_binary_op_scalar_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.406s) 2022-12-01T10:29:36.5086956Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.332s) 2022-12-01T10:29:36.5087289Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.325s) 2022-12-01T10:29:36.5087630Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.352s) 2022-12-01T10:29:36.5088005Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.385s) 2022-12-01T10:29:36.5088336Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.339s) 2022-12-01T10:29:36.5088669Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.337s) 2022-12-01T10:29:36.5089002Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.320s) 2022-12-01T10:29:36.5089335Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.291s) 2022-12-01T10:29:36.5089647Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.288s) 2022-12-01T10:29:36.5089971Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.263s) 2022-12-01T10:29:36.5090305Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.276s) 2022-12-01T10:29:36.5090626Z test_binary_op_scalar_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.295s) 2022-12-01T10:29:36.5090960Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.405s) 2022-12-01T10:29:36.5091296Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.458s) 2022-12-01T10:29:36.5091634Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.422s) 2022-12-01T10:29:36.5091965Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.408s) 2022-12-01T10:29:36.5092302Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.394s) 2022-12-01T10:29:36.5092636Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.395s) 2022-12-01T10:29:36.5092973Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.378s) 2022-12-01T10:29:36.5093289Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.380s) 2022-12-01T10:29:36.5093615Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.362s) 2022-12-01T10:29:36.5093941Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.357s) 2022-12-01T10:29:36.5094259Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.366s) 2022-12-01T10:29:36.5094586Z test_binary_op_scalar_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.378s) 2022-12-01T10:29:36.5094947Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5095355Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:29:36.5095715Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:29:36.5096088Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-12-01T10:29:36.5096463Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5096975Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5097341Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5097717Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5098100Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5098471Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5098881Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5099248Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5099614Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5099977Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5100330Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5100693Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5101069Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5101503Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5101867Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5102245Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5102624Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5102979Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5103350Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5103725Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5104086Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5104432Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5104802Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5105159Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5105528Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5105880Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5106300Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:29:36.5106679Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:29:36.5107051Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5107408Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5107777Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5108144Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5108505Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5108853Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5109246Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5109610Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5109974Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5110327Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.023s) 2022-12-01T10:29:36.5110702Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:29:36.5111078Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-12-01T10:29:36.5111438Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5111814Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5112179Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5112540Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5112885Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5113239Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5113603Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5113968Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-12-01T10:29:36.5114312Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.481s) 2022-12-01T10:29:36.5114668Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.455s) 2022-12-01T10:29:36.5115026Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.465s) 2022-12-01T10:29:36.5115382Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.491s) 2022-12-01T10:29:36.5115720Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.485s) 2022-12-01T10:29:36.5116068Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.485s) 2022-12-01T10:29:36.5116415Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.457s) 2022-12-01T10:29:36.5116779Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.432s) 2022-12-01T10:29:36.5117121Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.420s) 2022-12-01T10:29:36.5117463Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.401s) 2022-12-01T10:29:36.5117802Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.418s) 2022-12-01T10:29:36.5118132Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.412s) 2022-12-01T10:29:36.5118481Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.474s) 2022-12-01T10:29:36.5118827Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.529s) 2022-12-01T10:29:36.5119181Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.459s) 2022-12-01T10:29:36.5119521Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.492s) 2022-12-01T10:29:36.5119907Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.520s) 2022-12-01T10:29:36.5120257Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.471s) 2022-12-01T10:29:36.5120602Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.442s) 2022-12-01T10:29:36.5120932Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.538s) 2022-12-01T10:29:36.5121273Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.522s) 2022-12-01T10:29:36.5121612Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.524s) 2022-12-01T10:29:36.5121939Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.538s) 2022-12-01T10:29:36.5122282Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.528s) 2022-12-01T10:29:36.5122634Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.487s) 2022-12-01T10:29:36.5122983Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.435s) 2022-12-01T10:29:36.5123319Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.460s) 2022-12-01T10:29:36.5123676Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.488s) 2022-12-01T10:29:36.5124027Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.459s) 2022-12-01T10:29:36.5124376Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.480s) 2022-12-01T10:29:36.5124706Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.444s) 2022-12-01T10:29:36.5125050Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.407s) 2022-12-01T10:29:36.5125390Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.395s) 2022-12-01T10:29:36.5125715Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.382s) 2022-12-01T10:29:36.5126051Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.400s) 2022-12-01T10:29:36.5126394Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.392s) 2022-12-01T10:29:36.5126739Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.540s) 2022-12-01T10:29:36.5127074Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.613s) 2022-12-01T10:29:36.5127846Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.545s) 2022-12-01T10:29:36.5128202Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.561s) 2022-12-01T10:29:36.5128553Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.552s) 2022-12-01T10:29:36.5128886Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.537s) 2022-12-01T10:29:36.5129229Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.526s) 2022-12-01T10:29:36.5129570Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.517s) 2022-12-01T10:29:36.5129909Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.503s) 2022-12-01T10:29:36.5130233Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.496s) 2022-12-01T10:29:36.5130576Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.512s) 2022-12-01T10:29:36.5130950Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.505s) 2022-12-01T10:29:36.5131287Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.569s) 2022-12-01T10:29:36.5131631Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.535s) 2022-12-01T10:29:36.5131978Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.551s) 2022-12-01T10:29:36.5132335Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.572s) 2022-12-01T10:29:36.5132674Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.572s) 2022-12-01T10:29:36.5133020Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.551s) 2022-12-01T10:29:36.5133363Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.546s) 2022-12-01T10:29:36.5133711Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.505s) 2022-12-01T10:29:36.5134041Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.512s) 2022-12-01T10:29:36.5134379Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.491s) 2022-12-01T10:29:36.5134716Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.496s) 2022-12-01T10:29:36.5135060Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.501s) 2022-12-01T10:29:36.5135393Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.552s) 2022-12-01T10:29:36.5135748Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.614s) 2022-12-01T10:29:36.5136096Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.559s) 2022-12-01T10:29:36.5136438Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.565s) 2022-12-01T10:29:36.5136917Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.599s) 2022-12-01T10:29:36.5137281Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.549s) 2022-12-01T10:29:36.5137632Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.530s) 2022-12-01T10:29:36.5137961Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.608s) 2022-12-01T10:29:36.5138359Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.607s) 2022-12-01T10:29:36.5138698Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.617s) 2022-12-01T10:29:36.5139037Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.615s) 2022-12-01T10:29:36.5139365Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.622s) 2022-12-01T10:29:36.5139714Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.553s) 2022-12-01T10:29:36.5140063Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.570s) 2022-12-01T10:29:36.5140399Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.561s) 2022-12-01T10:29:36.5140755Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.603s) 2022-12-01T10:29:36.5141105Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.543s) 2022-12-01T10:29:36.5141521Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.563s) 2022-12-01T10:29:36.5141898Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.542s) 2022-12-01T10:29:36.5142244Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.484s) 2022-12-01T10:29:36.5142585Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.482s) 2022-12-01T10:29:36.5142923Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.478s) 2022-12-01T10:29:36.5143246Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.481s) 2022-12-01T10:29:36.5143585Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.490s) 2022-12-01T10:29:36.5143932Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.622s) 2022-12-01T10:29:36.5144275Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.690s) 2022-12-01T10:29:36.5144612Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.648s) 2022-12-01T10:29:36.5144966Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.647s) 2022-12-01T10:29:36.5145316Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.648s) 2022-12-01T10:29:36.5145650Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.629s) 2022-12-01T10:29:36.5145991Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.619s) 2022-12-01T10:29:36.5146330Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.593s) 2022-12-01T10:29:36.5146672Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.590s) 2022-12-01T10:29:36.5146998Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.597s) 2022-12-01T10:29:36.5147341Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.583s) 2022-12-01T10:29:36.5147679Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.601s) 2022-12-01T10:29:36.5148028Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.254s) 2022-12-01T10:29:36.5148367Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.151s) 2022-12-01T10:29:36.5148717Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.300s) 2022-12-01T10:29:36.5149129Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.293s) 2022-12-01T10:29:36.5149467Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.217s) 2022-12-01T10:29:36.5149818Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.229s) 2022-12-01T10:29:36.5150161Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.204s) 2022-12-01T10:29:36.5150510Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:29:36.5150842Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:29:36.5151184Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.061s) 2022-12-01T10:29:36.5151528Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.090s) 2022-12-01T10:29:36.5151876Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.081s) 2022-12-01T10:29:36.5152209Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.131s) 2022-12-01T10:29:36.5152588Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.167s) 2022-12-01T10:29:36.5152944Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.193s) 2022-12-01T10:29:36.5153301Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.205s) 2022-12-01T10:29:36.5153640Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.130s) 2022-12-01T10:29:36.5153988Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.129s) 2022-12-01T10:29:36.5154333Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.122s) 2022-12-01T10:29:36.5154678Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.167s) 2022-12-01T10:29:36.5155025Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.181s) 2022-12-01T10:29:36.5155364Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.168s) 2022-12-01T10:29:36.5155709Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.168s) 2022-12-01T10:29:36.5156038Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.164s) 2022-12-01T10:29:36.5156385Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.126s) 2022-12-01T10:29:36.5156731Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:29:36.5157083Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.199s) 2022-12-01T10:29:36.5157422Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.183s) 2022-12-01T10:29:36.5157778Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.131s) 2022-12-01T10:29:36.5158123Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.132s) 2022-12-01T10:29:36.5158454Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.127s) 2022-12-01T10:29:36.5158796Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:29:36.5159141Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.045s) 2022-12-01T10:29:36.5159481Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:29:36.5159842Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:29:36.5160182Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.044s) 2022-12-01T10:29:36.5160528Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.219s) 2022-12-01T10:29:36.5160874Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.364s) 2022-12-01T10:29:36.5161210Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.298s) 2022-12-01T10:29:36.5161562Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.309s) 2022-12-01T10:29:36.5161914Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.231s) 2022-12-01T10:29:36.5162265Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.214s) 2022-12-01T10:29:36.5162599Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.206s) 2022-12-01T10:29:36.5162941Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.087s) 2022-12-01T10:29:36.5163318Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:29:36.5163741Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.060s) 2022-12-01T10:29:36.5164088Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.075s) 2022-12-01T10:29:36.5164432Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:29:36.5164781Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.314s) 2022-12-01T10:29:36.5165124Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.210s) 2022-12-01T10:29:36.5165480Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.360s) 2022-12-01T10:29:36.5165843Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.378s) 2022-12-01T10:29:36.5166198Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.297s) 2022-12-01T10:29:36.5166535Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.269s) 2022-12-01T10:29:36.5166882Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.262s) 2022-12-01T10:29:36.5167225Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.134s) 2022-12-01T10:29:36.5167556Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.133s) 2022-12-01T10:29:36.5167897Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.136s) 2022-12-01T10:29:36.5168236Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.126s) 2022-12-01T10:29:36.5168583Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.139s) 2022-12-01T10:29:36.5168917Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.175s) 2022-12-01T10:29:36.5169266Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.213s) 2022-12-01T10:29:36.5169618Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.232s) 2022-12-01T10:29:36.5169971Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.243s) 2022-12-01T10:29:36.5170305Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.181s) 2022-12-01T10:29:36.5170693Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.176s) 2022-12-01T10:29:36.5171034Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.190s) 2022-12-01T10:29:36.5171382Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.212s) 2022-12-01T10:29:36.5171708Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.216s) 2022-12-01T10:29:36.5172049Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.229s) 2022-12-01T10:29:36.5172390Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.234s) 2022-12-01T10:29:36.5172724Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.213s) 2022-12-01T10:29:36.5173070Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.185s) 2022-12-01T10:29:36.5173473Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.086s) 2022-12-01T10:29:36.5173867Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.227s) 2022-12-01T10:29:36.5174216Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.241s) 2022-12-01T10:29:36.5174566Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.199s) 2022-12-01T10:29:36.5174912Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.173s) 2022-12-01T10:29:36.5175253Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.171s) 2022-12-01T10:29:36.5175582Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5175922Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5176265Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:29:36.5176593Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.087s) 2022-12-01T10:29:36.5177068Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.088s) 2022-12-01T10:29:36.5177418Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.270s) 2022-12-01T10:29:36.5177807Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.411s) 2022-12-01T10:29:36.5178142Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.372s) 2022-12-01T10:29:36.5178497Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.368s) 2022-12-01T10:29:36.5178858Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.279s) 2022-12-01T10:29:36.5179210Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.272s) 2022-12-01T10:29:36.5179545Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.272s) 2022-12-01T10:29:36.5179887Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.127s) 2022-12-01T10:29:36.5180233Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.127s) 2022-12-01T10:29:36.5180573Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.113s) 2022-12-01T10:29:36.5180902Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.133s) 2022-12-01T10:29:36.5181240Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.145s) 2022-12-01T10:29:36.5181756Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:29:36.5182152Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:29:36.5182562Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:29:36.5182981Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:29:36.5183386Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5183792Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5184177Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5184621Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5185018Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5185414Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5185789Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5186183Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5186586Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5186977Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5187368Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5187769Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5188170Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5188568Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5188948Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5189345Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5189737Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5190130Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5190509Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5190902Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5191297Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5191724Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5192113Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5192518Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5192915Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5193310Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5193690Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5194082Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5194471Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5194892Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5195275Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5195662Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5196058Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5196452Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5196842Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5197244Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5197646Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5198040Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5198414Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5198811Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5199204Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5199602Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5199982Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5200373Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5200770Z test_foreach_l2_large_value_input__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5201156Z test_foreach_l2_large_value_input__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5201534Z test_minmax_fastpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:29:36.5201863Z test_minmax_fastpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:29:36.5202195Z test_minmax_fastpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:29:36.5202524Z test_minmax_fastpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.067s) 2022-12-01T10:29:36.5202835Z test_minmax_fastpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:29:36.5203164Z test_minmax_fastpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:29:36.5203487Z test_minmax_fastpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:29:36.5203792Z test_minmax_fastpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:29:36.5204112Z test_minmax_fastpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:29:36.5204441Z test_minmax_fastpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:29:36.5204765Z test_minmax_fastpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.065s) 2022-12-01T10:29:36.5205110Z test_minmax_fastpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:29:36.5205439Z test_minmax_fastpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:29:36.5205765Z test_minmax_fastpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.064s) 2022-12-01T10:29:36.5206078Z test_minmax_fastpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.061s) 2022-12-01T10:29:36.5206399Z test_minmax_fastpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:29:36.5206724Z test_minmax_fastpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:29:36.5207044Z test_minmax_fastpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:29:36.5207348Z test_minmax_fastpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:29:36.5207666Z test_minmax_fastpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:29:36.5207992Z test_minmax_float_inf_nan__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:29:36.5208326Z test_minmax_float_inf_nan__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:29:36.5208648Z test_minmax_float_inf_nan__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:29:36.5208981Z test_minmax_float_inf_nan__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:29:36.5209315Z test_minmax_float_inf_nan__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:29:36.5209639Z test_minmax_float_inf_nan__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:29:36.5209969Z test_minmax_float_inf_nan__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:29:36.5210304Z test_minmax_float_inf_nan__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-12-01T10:29:36.5210632Z test_minmax_slowpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:29:36.5210940Z test_minmax_slowpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:29:36.5211258Z test_minmax_slowpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5211583Z test_minmax_slowpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5211906Z test_minmax_slowpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.088s) 2022-12-01T10:29:36.5212253Z test_minmax_slowpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:29:36.5212573Z test_minmax_slowpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.049s) 2022-12-01T10:29:36.5212894Z test_minmax_slowpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-12-01T10:29:36.5213195Z test_minmax_slowpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:29:36.5213509Z test_minmax_slowpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:29:36.5213830Z test_minmax_slowpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:29:36.5214153Z test_minmax_slowpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.045s) 2022-12-01T10:29:36.5214460Z test_minmax_slowpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.103s) 2022-12-01T10:29:36.5214782Z test_minmax_slowpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.089s) 2022-12-01T10:29:36.5215105Z test_minmax_slowpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.086s) 2022-12-01T10:29:36.5215409Z test_minmax_slowpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-12-01T10:29:36.5215759Z test_minmax_slowpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:29:36.5216080Z test_minmax_slowpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.045s) 2022-12-01T10:29:36.5216395Z test_minmax_slowpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-12-01T10:29:36.5216703Z test_minmax_slowpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.048s) 2022-12-01T10:29:36.5217201Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (5.048s) 2022-12-01T10:29:36.5217558Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (5.006s) 2022-12-01T10:29:36.5217909Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (3.719s) 2022-12-01T10:29:36.5218244Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (3.709s) 2022-12-01T10:29:36.5218588Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (4.186s) 2022-12-01T10:29:36.5218926Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (4.195s) 2022-12-01T10:29:36.5219247Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (4.230s) 2022-12-01T10:29:36.5219584Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (4.265s) 2022-12-01T10:29:36.5219920Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (4.261s) 2022-12-01T10:29:36.5220268Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (4.998s) 2022-12-01T10:29:36.5220603Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (4.950s) 2022-12-01T10:29:36.5220947Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (3.629s) 2022-12-01T10:29:36.5221287Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (3.609s) 2022-12-01T10:29:36.5221693Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (2.591s) 2022-12-01T10:29:36.5222012Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (2.615s) 2022-12-01T10:29:36.5222345Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (2.537s) 2022-12-01T10:29:36.5222686Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (2.603s) 2022-12-01T10:29:36.5223003Z test_pointwise_op_fastpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (2.597s) 2022-12-01T10:29:36.5223430Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (5.960s) 2022-12-01T10:29:36.5223783Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (5.940s) 2022-12-01T10:29:36.5224131Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (4.650s) 2022-12-01T10:29:36.5224459Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (4.569s) 2022-12-01T10:29:36.5224799Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (5.069s) 2022-12-01T10:29:36.5225138Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (5.052s) 2022-12-01T10:29:36.5225473Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (5.086s) 2022-12-01T10:29:36.5225797Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (5.107s) 2022-12-01T10:29:36.5226131Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (5.077s) 2022-12-01T10:29:36.5226473Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (5.912s) 2022-12-01T10:29:36.5226847Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (5.976s) 2022-12-01T10:29:36.5227194Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (4.505s) 2022-12-01T10:29:36.5227534Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (4.496s) 2022-12-01T10:29:36.5227875Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (3.470s) 2022-12-01T10:29:36.5228195Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (3.496s) 2022-12-01T10:29:36.5228527Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (3.389s) 2022-12-01T10:29:36.5228867Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (3.534s) 2022-12-01T10:29:36.5229196Z test_pointwise_op_slowpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (3.468s) 2022-12-01T10:29:36.5229567Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5229987Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:36.5230397Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:36.5230804Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:29:36.5231152Z test_reduce_fastpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.149s) 2022-12-01T10:29:36.5231481Z test_reduce_fastpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.223s) 2022-12-01T10:29:36.5231812Z test_reduce_fastpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.203s) 2022-12-01T10:29:36.5232129Z test_reduce_fastpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.160s) 2022-12-01T10:29:36.5232453Z test_reduce_fastpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.160s) 2022-12-01T10:29:36.5232775Z test_reduce_fastpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.151s) 2022-12-01T10:29:36.5233093Z test_reduce_slowpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.213s) 2022-12-01T10:29:36.5233403Z test_reduce_slowpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.274s) 2022-12-01T10:29:36.5233731Z test_reduce_slowpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.254s) 2022-12-01T10:29:36.5234085Z test_reduce_slowpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.217s) 2022-12-01T10:29:36.5234409Z test_reduce_slowpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.215s) 2022-12-01T10:29:36.5234711Z test_reduce_slowpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.233s) 2022-12-01T10:29:36.5235028Z test_unary_fastpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.060s) 2022-12-01T10:29:36.5235349Z test_unary_fastpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5235657Z test_unary_fastpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5235973Z test_unary_fastpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-12-01T10:29:36.5236289Z test_unary_fastpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.062s) 2022-12-01T10:29:36.5236602Z test_unary_fastpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:29:36.5236903Z test_unary_fastpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:29:36.5237212Z test_unary_fastpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:29:36.5237551Z test_unary_fastpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:29:36.5237853Z test_unary_fastpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:29:36.5238165Z test_unary_fastpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:29:36.5238484Z test_unary_fastpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.102s) 2022-12-01T10:29:36.5238809Z test_unary_fastpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.084s) 2022-12-01T10:29:36.5239118Z test_unary_fastpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.109s) 2022-12-01T10:29:36.5239432Z test_unary_fastpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:29:36.5239753Z test_unary_fastpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.078s) 2022-12-01T10:29:36.5240061Z test_unary_fastpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.082s) 2022-12-01T10:29:36.5240378Z test_unary_fastpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.059s) 2022-12-01T10:29:36.5240688Z test_unary_fastpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:29:36.5241007Z test_unary_fastpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:29:36.5241319Z test_unary_fastpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:29:36.5241633Z test_unary_fastpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:29:36.5241944Z test_unary_fastpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:29:36.5242264Z test_unary_fastpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:29:36.5242570Z test_unary_fastpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:29:36.5242885Z test_unary_fastpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:29:36.5243198Z test_unary_fastpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:29:36.5243496Z test_unary_fastpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:29:36.5243806Z test_unary_fastpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:29:36.5244116Z test_unary_fastpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:29:36.5244425Z test_unary_fastpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:29:36.5244725Z test_unary_fastpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.079s) 2022-12-01T10:29:36.5245079Z test_unary_fastpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5245396Z test_unary_fastpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.059s) 2022-12-01T10:29:36.5245701Z test_unary_fastpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:29:36.5246019Z test_unary_fastpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.081s) 2022-12-01T10:29:36.5246344Z test_unary_fastpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:29:36.5246662Z test_unary_fastpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.059s) 2022-12-01T10:29:36.5246961Z test_unary_fastpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:29:36.5247270Z test_unary_fastpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.062s) 2022-12-01T10:29:36.5247586Z test_unary_fastpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.061s) 2022-12-01T10:29:36.5247884Z test_unary_fastpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:29:36.5248233Z test_unary_fastpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:29:36.5248552Z test_unary_fastpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.061s) 2022-12-01T10:29:36.5248867Z test_unary_fastpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:29:36.5249171Z test_unary_fastpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:29:36.5249493Z test_unary_fastpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.080s) 2022-12-01T10:29:36.5249816Z test_unary_fastpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.059s) 2022-12-01T10:29:36.5250131Z test_unary_fastpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:29:36.5250438Z test_unary_fastpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:29:36.5250754Z test_unary_fastpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:29:36.5251072Z test_unary_fastpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:29:36.5251374Z test_unary_fastpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.085s) 2022-12-01T10:29:36.5251689Z test_unary_fastpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:29:36.5252004Z test_unary_fastpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:29:36.5252317Z test_unary_fastpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:29:36.5252617Z test_unary_fastpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:29:36.5252926Z test_unary_fastpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-12-01T10:29:36.5253241Z test_unary_fastpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-12-01T10:29:36.5253539Z test_unary_fastpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:29:36.5253856Z test_unary_fastpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.060s) 2022-12-01T10:29:36.5254172Z test_unary_fastpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.059s) 2022-12-01T10:29:36.5254485Z test_unary_fastpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:29:36.5254795Z test_unary_fastpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.082s) 2022-12-01T10:29:36.5255120Z test_unary_fastpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.081s) 2022-12-01T10:29:36.5255439Z test_unary_fastpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:29:36.5255796Z test_unary_fastpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:29:36.5256100Z test_unary_fastpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:29:36.5256422Z test_unary_fastpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.063s) 2022-12-01T10:29:36.5256738Z test_unary_fastpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:29:36.5257205Z test_unary_fastpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:29:36.5257530Z test_unary_fastpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-12-01T10:29:36.5257852Z test_unary_fastpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.062s) 2022-12-01T10:29:36.5258168Z test_unary_fastpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:29:36.5258471Z test_unary_fastpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.080s) 2022-12-01T10:29:36.5258792Z test_unary_fastpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5259110Z test_unary_fastpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.060s) 2022-12-01T10:29:36.5259474Z test_unary_fastpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:29:36.5259797Z test_unary_fastpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:29:36.5260119Z test_unary_fastpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:29:36.5260438Z test_unary_fastpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:29:36.5260739Z test_unary_fastpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:29:36.5261052Z test_unary_fastpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:29:36.5261369Z test_unary_fastpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:29:36.5261739Z test_unary_fastpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-12-01T10:29:36.5262053Z test_unary_fastpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:29:36.5262365Z test_unary_fastpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-12-01T10:29:36.5262691Z test_unary_fastpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.078s) 2022-12-01T10:29:36.5263015Z test_unary_fastpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:29:36.5263344Z test_unary_fastpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:29:36.5263675Z test_unary_fastpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:29:36.5263997Z test_unary_fastpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:29:36.5264306Z test_unary_fastpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:29:36.5264624Z test_unary_fastpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:29:36.5264938Z test_unary_fastpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:29:36.5265239Z test_unary_fastpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-12-01T10:29:36.5265551Z test_unary_fastpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.021s) 2022-12-01T10:29:36.5265861Z test_unary_fastpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.020s) 2022-12-01T10:29:36.5266180Z test_unary_fastpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:29:36.5266496Z test_unary_fastpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:29:36.5266869Z test_unary_fastpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:29:36.5267189Z test_unary_fastpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.102s) 2022-12-01T10:29:36.5267500Z test_unary_fastpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.085s) 2022-12-01T10:29:36.5267819Z test_unary_fastpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.064s) 2022-12-01T10:29:36.5268131Z test_unary_fastpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.059s) 2022-12-01T10:29:36.5268452Z test_unary_fastpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.082s) 2022-12-01T10:29:36.5268761Z test_unary_fastpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.084s) 2022-12-01T10:29:36.5269082Z test_unary_fastpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.060s) 2022-12-01T10:29:36.5269396Z test_unary_fastpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.057s) 2022-12-01T10:29:36.5269714Z test_unary_fastpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.058s) 2022-12-01T10:29:36.5270022Z test_unary_fastpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.109s) 2022-12-01T10:29:36.5270369Z test_unary_fastpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.082s) 2022-12-01T10:29:36.5270688Z test_unary_fastpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.059s) 2022-12-01T10:29:36.5270987Z test_unary_fastpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:29:36.5271300Z test_unary_fastpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.078s) 2022-12-01T10:29:36.5271618Z test_unary_fastpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.079s) 2022-12-01T10:29:36.5271933Z test_unary_fastpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:29:36.5272238Z test_unary_fastpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:29:36.5272555Z test_unary_fastpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.089s) 2022-12-01T10:29:36.5272882Z test_unary_fastpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.082s) 2022-12-01T10:29:36.5273185Z test_unary_fastpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.055s) 2022-12-01T10:29:36.5273500Z test_unary_fastpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.053s) 2022-12-01T10:29:36.5273886Z test_unary_fastpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.054s) 2022-12-01T10:29:36.5274217Z test_unary_fastpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.056s) 2022-12-01T10:29:36.5274524Z test_unary_fastpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-12-01T10:29:36.5274834Z test_unary_fastpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:29:36.5275149Z test_unary_fastpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:29:36.5275446Z test_unary_fastpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-12-01T10:29:36.5275759Z test_unary_fastpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:29:36.5276070Z test_unary_fastpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.019s) 2022-12-01T10:29:36.5276433Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5276827Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5277229Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5277668Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5278069Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5278454Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5278848Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5279238Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5279622Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5279995Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5280384Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5280809Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5281215Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5281602Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5281993Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5282395Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5282800Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5283188Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5283583Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5283980Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5284383Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5284767Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5285161Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5285558Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5285954Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5286333Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5286722Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5287115Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5287508Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5287913Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.011s) 2022-12-01T10:29:36.5288310Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5288706Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5289107Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5289490Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5289881Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5290279Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5290706Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5291089Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5291484Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5291879Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5292270Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5292665Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5293053Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5293448Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5293841Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5294229Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5294635Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5295020Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5295411Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5295805Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5296205Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5296586Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5297142Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5297542Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5298009Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5298392Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5298783Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5299175Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5299567Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5299948Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5300347Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5300781Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5301178Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5301623Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5302032Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5302429Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5302830Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5303217Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5303616Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5304015Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5304410Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5304817Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5305203Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5305591Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5305980Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5306377Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5306758Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5307149Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5307544Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5307981Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5308365Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5308755Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5309143Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5309528Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5309901Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5310294Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5310709Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5311116Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5311515Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5311923Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5312323Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5312728Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5313111Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5313507Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5313901Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5314293Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5314670Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5315060Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5315461Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5315860Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5316249Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5316650Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5317044Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5317437Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5317845Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5318242Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5318641Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5319039Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5319420Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5319812Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5320213Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:29:36.5320645Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:29:36.5321024Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:29:36.5321415Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:29:36.5321803Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:29:36.5322200Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5322587Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5322977Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5323377Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5323779Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5324160Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5324553Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5324945Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5325340Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5325723Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5326111Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5341328Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5341838Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5342241Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5342767Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:29:36.5343136Z test_unary_slowpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:29:36.5343454Z test_unary_slowpath__foreach_abs_cpu_bool (__main__.TestForeachCPU) ... ok (0.133s) 2022-12-01T10:29:36.5343776Z test_unary_slowpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.118s) 2022-12-01T10:29:36.5344089Z test_unary_slowpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.110s) 2022-12-01T10:29:36.5344407Z test_unary_slowpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:29:36.5344729Z test_unary_slowpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.075s) 2022-12-01T10:29:36.5345033Z test_unary_slowpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:29:36.5345348Z test_unary_slowpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:29:36.5345659Z test_unary_slowpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:29:36.5346017Z test_unary_slowpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:29:36.5346317Z test_unary_slowpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:29:36.5346635Z test_unary_slowpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:29:36.5346946Z test_unary_slowpath__foreach_acos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:29:36.5347249Z test_unary_slowpath__foreach_acos_cpu_bool (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5347566Z test_unary_slowpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.130s) 2022-12-01T10:29:36.5347890Z test_unary_slowpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.104s) 2022-12-01T10:29:36.5348208Z test_unary_slowpath__foreach_acos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.114s) 2022-12-01T10:29:36.5348509Z test_unary_slowpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.080s) 2022-12-01T10:29:36.5348820Z test_unary_slowpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.073s) 2022-12-01T10:29:36.5349133Z test_unary_slowpath__foreach_acos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5349431Z test_unary_slowpath__foreach_acos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:29:36.5349741Z test_unary_slowpath__foreach_acos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5350050Z test_unary_slowpath__foreach_acos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:29:36.5350362Z test_unary_slowpath__foreach_acos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:29:36.5350667Z test_unary_slowpath__foreach_asin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.073s) 2022-12-01T10:29:36.5350977Z test_unary_slowpath__foreach_asin_cpu_bool (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:29:36.5351295Z test_unary_slowpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.109s) 2022-12-01T10:29:36.5351620Z test_unary_slowpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.099s) 2022-12-01T10:29:36.5351928Z test_unary_slowpath__foreach_asin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.115s) 2022-12-01T10:29:36.5352240Z test_unary_slowpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.075s) 2022-12-01T10:29:36.5352553Z test_unary_slowpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.071s) 2022-12-01T10:29:36.5352852Z test_unary_slowpath__foreach_asin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5353160Z test_unary_slowpath__foreach_asin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5353507Z test_unary_slowpath__foreach_asin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5353817Z test_unary_slowpath__foreach_asin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:29:36.5354115Z test_unary_slowpath__foreach_asin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.099s) 2022-12-01T10:29:36.5354429Z test_unary_slowpath__foreach_atan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.086s) 2022-12-01T10:29:36.5354745Z test_unary_slowpath__foreach_atan_cpu_bool (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5355052Z test_unary_slowpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.108s) 2022-12-01T10:29:36.5355375Z test_unary_slowpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5355689Z test_unary_slowpath__foreach_atan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.113s) 2022-12-01T10:29:36.5355997Z test_unary_slowpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:29:36.5356300Z test_unary_slowpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.074s) 2022-12-01T10:29:36.5356607Z test_unary_slowpath__foreach_atan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5356946Z test_unary_slowpath__foreach_atan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5357248Z test_unary_slowpath__foreach_atan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5357554Z test_unary_slowpath__foreach_atan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.107s) 2022-12-01T10:29:36.5357862Z test_unary_slowpath__foreach_atan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5358175Z test_unary_slowpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:29:36.5358474Z test_unary_slowpath__foreach_ceil_cpu_bool (__main__.TestForeachCPU) ... ok (0.103s) 2022-12-01T10:29:36.5358796Z test_unary_slowpath__foreach_ceil_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.120s) 2022-12-01T10:29:36.5359117Z test_unary_slowpath__foreach_ceil_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.120s) 2022-12-01T10:29:36.5359438Z test_unary_slowpath__foreach_ceil_cpu_float16 (__main__.TestForeachCPU) ... ok (0.114s) 2022-12-01T10:29:36.5359736Z test_unary_slowpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.080s) 2022-12-01T10:29:36.5360043Z test_unary_slowpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:29:36.5360354Z test_unary_slowpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:29:36.5360644Z test_unary_slowpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:29:36.5360947Z test_unary_slowpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.030s) 2022-12-01T10:29:36.5361255Z test_unary_slowpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:29:36.5361567Z test_unary_slowpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:29:36.5361867Z test_unary_slowpath__foreach_cos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:29:36.5362181Z test_unary_slowpath__foreach_cos_cpu_bool (__main__.TestForeachCPU) ... ok (0.107s) 2022-12-01T10:29:36.5362495Z test_unary_slowpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.106s) 2022-12-01T10:29:36.5362804Z test_unary_slowpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.100s) 2022-12-01T10:29:36.5363122Z test_unary_slowpath__foreach_cos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.114s) 2022-12-01T10:29:36.5363432Z test_unary_slowpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.074s) 2022-12-01T10:29:36.5363741Z test_unary_slowpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.073s) 2022-12-01T10:29:36.5364040Z test_unary_slowpath__foreach_cos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5364381Z test_unary_slowpath__foreach_cos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5364689Z test_unary_slowpath__foreach_cos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5364986Z test_unary_slowpath__foreach_cos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5365292Z test_unary_slowpath__foreach_cos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.119s) 2022-12-01T10:29:36.5365605Z test_unary_slowpath__foreach_cosh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:29:36.5365916Z test_unary_slowpath__foreach_cosh_cpu_bool (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5366222Z test_unary_slowpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5366543Z test_unary_slowpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5366860Z test_unary_slowpath__foreach_cosh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.113s) 2022-12-01T10:29:36.5367172Z test_unary_slowpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.072s) 2022-12-01T10:29:36.5367502Z test_unary_slowpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.067s) 2022-12-01T10:29:36.5367815Z test_unary_slowpath__foreach_cosh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5368122Z test_unary_slowpath__foreach_cosh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5368417Z test_unary_slowpath__foreach_cosh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.106s) 2022-12-01T10:29:36.5368727Z test_unary_slowpath__foreach_cosh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5369037Z test_unary_slowpath__foreach_cosh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5369353Z test_unary_slowpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:29:36.5369654Z test_unary_slowpath__foreach_erf_cpu_bool (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5369968Z test_unary_slowpath__foreach_erf_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.124s) 2022-12-01T10:29:36.5370292Z test_unary_slowpath__foreach_erf_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.124s) 2022-12-01T10:29:36.5370594Z test_unary_slowpath__foreach_erf_cpu_float16 (__main__.TestForeachCPU) ... ok (0.114s) 2022-12-01T10:29:36.5370908Z test_unary_slowpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.072s) 2022-12-01T10:29:36.5371218Z test_unary_slowpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:29:36.5371528Z test_unary_slowpath__foreach_erf_cpu_int16 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:29:36.5371822Z test_unary_slowpath__foreach_erf_cpu_int32 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5372128Z test_unary_slowpath__foreach_erf_cpu_int64 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5372438Z test_unary_slowpath__foreach_erf_cpu_int8 (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:29:36.5372731Z test_unary_slowpath__foreach_erf_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5373043Z test_unary_slowpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.073s) 2022-12-01T10:29:36.5373355Z test_unary_slowpath__foreach_erfc_cpu_bool (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5373674Z test_unary_slowpath__foreach_erfc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.126s) 2022-12-01T10:29:36.5373989Z test_unary_slowpath__foreach_erfc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.126s) 2022-12-01T10:29:36.5374310Z test_unary_slowpath__foreach_erfc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.115s) 2022-12-01T10:29:36.5374619Z test_unary_slowpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.073s) 2022-12-01T10:29:36.5374982Z test_unary_slowpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.069s) 2022-12-01T10:29:36.5375280Z test_unary_slowpath__foreach_erfc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5375590Z test_unary_slowpath__foreach_erfc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5375902Z test_unary_slowpath__foreach_erfc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5376198Z test_unary_slowpath__foreach_erfc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.102s) 2022-12-01T10:29:36.5376507Z test_unary_slowpath__foreach_erfc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5376977Z test_unary_slowpath__foreach_exp_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.072s) 2022-12-01T10:29:36.5377311Z test_unary_slowpath__foreach_exp_cpu_bool (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5377614Z test_unary_slowpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.102s) 2022-12-01T10:29:36.5377937Z test_unary_slowpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5378256Z test_unary_slowpath__foreach_exp_cpu_float16 (__main__.TestForeachCPU) ... ok (0.114s) 2022-12-01T10:29:36.5378613Z test_unary_slowpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.078s) 2022-12-01T10:29:36.5378934Z test_unary_slowpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.075s) 2022-12-01T10:29:36.5379247Z test_unary_slowpath__foreach_exp_cpu_int16 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:29:36.5379551Z test_unary_slowpath__foreach_exp_cpu_int32 (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:29:36.5379849Z test_unary_slowpath__foreach_exp_cpu_int64 (__main__.TestForeachCPU) ... ok (0.109s) 2022-12-01T10:29:36.5380154Z test_unary_slowpath__foreach_exp_cpu_int8 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5380462Z test_unary_slowpath__foreach_exp_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5380765Z test_unary_slowpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:29:36.5381079Z test_unary_slowpath__foreach_expm1_cpu_bool (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5381399Z test_unary_slowpath__foreach_expm1_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.126s) 2022-12-01T10:29:36.5381797Z test_unary_slowpath__foreach_expm1_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.123s) 2022-12-01T10:29:36.5382106Z test_unary_slowpath__foreach_expm1_cpu_float16 (__main__.TestForeachCPU) ... ok (0.114s) 2022-12-01T10:29:36.5382423Z test_unary_slowpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.073s) 2022-12-01T10:29:36.5382736Z test_unary_slowpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:29:36.5383045Z test_unary_slowpath__foreach_expm1_cpu_int16 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5383346Z test_unary_slowpath__foreach_expm1_cpu_int32 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5383657Z test_unary_slowpath__foreach_expm1_cpu_int64 (__main__.TestForeachCPU) ... ok (0.118s) 2022-12-01T10:29:36.5383970Z test_unary_slowpath__foreach_expm1_cpu_int8 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5384266Z test_unary_slowpath__foreach_expm1_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5384570Z test_unary_slowpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:29:36.5384879Z test_unary_slowpath__foreach_floor_cpu_bool (__main__.TestForeachCPU) ... ok (0.104s) 2022-12-01T10:29:36.5385196Z test_unary_slowpath__foreach_floor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.121s) 2022-12-01T10:29:36.5385506Z test_unary_slowpath__foreach_floor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.120s) 2022-12-01T10:29:36.5385826Z test_unary_slowpath__foreach_floor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.115s) 2022-12-01T10:29:36.5386192Z test_unary_slowpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.075s) 2022-12-01T10:29:36.5386490Z test_unary_slowpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.071s) 2022-12-01T10:29:36.5386799Z test_unary_slowpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:29:36.5387112Z test_unary_slowpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:29:36.5387421Z test_unary_slowpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-12-01T10:29:36.5387716Z test_unary_slowpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:29:36.5388028Z test_unary_slowpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.037s) 2022-12-01T10:29:36.5388340Z test_unary_slowpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.086s) 2022-12-01T10:29:36.5388646Z test_unary_slowpath__foreach_frac_cpu_bool (__main__.TestForeachCPU) ... ok (0.104s) 2022-12-01T10:29:36.5388964Z test_unary_slowpath__foreach_frac_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.125s) 2022-12-01T10:29:36.5389284Z test_unary_slowpath__foreach_frac_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.125s) 2022-12-01T10:29:36.5389627Z test_unary_slowpath__foreach_frac_cpu_float16 (__main__.TestForeachCPU) ... ok (0.074s) 2022-12-01T10:29:36.5389927Z test_unary_slowpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.074s) 2022-12-01T10:29:36.5390235Z test_unary_slowpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.069s) 2022-12-01T10:29:36.5390544Z test_unary_slowpath__foreach_frac_cpu_int16 (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:29:36.5390851Z test_unary_slowpath__foreach_frac_cpu_int32 (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:29:36.5391148Z test_unary_slowpath__foreach_frac_cpu_int64 (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:29:36.5391462Z test_unary_slowpath__foreach_frac_cpu_int8 (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:29:36.5391771Z test_unary_slowpath__foreach_frac_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:29:36.5392075Z test_unary_slowpath__foreach_log10_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.087s) 2022-12-01T10:29:36.5392389Z test_unary_slowpath__foreach_log10_cpu_bool (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5392705Z test_unary_slowpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.116s) 2022-12-01T10:29:36.5393026Z test_unary_slowpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.099s) 2022-12-01T10:29:36.5393161Z test_unary_slowpath__foreach_log10_cpu_float16 (__main__.TestForeachCPU) ... ok (0.114s) 2022-12-01T10:29:36.5393308Z test_unary_slowpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.079s) 2022-12-01T10:29:36.5393454Z test_unary_slowpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.071s) 2022-12-01T10:29:36.5393600Z test_unary_slowpath__foreach_log10_cpu_int16 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:29:36.5393744Z test_unary_slowpath__foreach_log10_cpu_int32 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5393891Z test_unary_slowpath__foreach_log10_cpu_int64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5394035Z test_unary_slowpath__foreach_log10_cpu_int8 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5394180Z test_unary_slowpath__foreach_log10_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5394317Z test_unary_slowpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.082s) 2022-12-01T10:29:36.5394460Z test_unary_slowpath__foreach_log1p_cpu_bool (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5394612Z test_unary_slowpath__foreach_log1p_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.122s) 2022-12-01T10:29:36.5394795Z test_unary_slowpath__foreach_log1p_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.122s) 2022-12-01T10:29:36.5394942Z test_unary_slowpath__foreach_log1p_cpu_float16 (__main__.TestForeachCPU) ... ok (0.112s) 2022-12-01T10:29:36.5395091Z test_unary_slowpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.071s) 2022-12-01T10:29:36.5395235Z test_unary_slowpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.067s) 2022-12-01T10:29:36.5395379Z test_unary_slowpath__foreach_log1p_cpu_int16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5395519Z test_unary_slowpath__foreach_log1p_cpu_int32 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5395650Z test_unary_slowpath__foreach_log1p_cpu_int64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5395794Z test_unary_slowpath__foreach_log1p_cpu_int8 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5395938Z test_unary_slowpath__foreach_log1p_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5396090Z test_unary_slowpath__foreach_log2_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.069s) 2022-12-01T10:29:36.5396232Z test_unary_slowpath__foreach_log2_cpu_bool (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:29:36.5396411Z test_unary_slowpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.102s) 2022-12-01T10:29:36.5396562Z test_unary_slowpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5396709Z test_unary_slowpath__foreach_log2_cpu_float16 (__main__.TestForeachCPU) ... ok (0.113s) 2022-12-01T10:29:36.5396843Z test_unary_slowpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.079s) 2022-12-01T10:29:36.5396984Z test_unary_slowpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.073s) 2022-12-01T10:29:36.5397128Z test_unary_slowpath__foreach_log2_cpu_int16 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:29:36.5397270Z test_unary_slowpath__foreach_log2_cpu_int32 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5397414Z test_unary_slowpath__foreach_log2_cpu_int64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5397557Z test_unary_slowpath__foreach_log2_cpu_int8 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5397702Z test_unary_slowpath__foreach_log2_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.119s) 2022-12-01T10:29:36.5397850Z test_unary_slowpath__foreach_log_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:29:36.5397993Z test_unary_slowpath__foreach_log_cpu_bool (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:29:36.5398131Z test_unary_slowpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.099s) 2022-12-01T10:29:36.5398278Z test_unary_slowpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.091s) 2022-12-01T10:29:36.5398424Z test_unary_slowpath__foreach_log_cpu_float16 (__main__.TestForeachCPU) ... ok (0.111s) 2022-12-01T10:29:36.5398570Z test_unary_slowpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.071s) 2022-12-01T10:29:36.5398715Z test_unary_slowpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:29:36.5398860Z test_unary_slowpath__foreach_log_cpu_int16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5399003Z test_unary_slowpath__foreach_log_cpu_int32 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5399143Z test_unary_slowpath__foreach_log_cpu_int64 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5399272Z test_unary_slowpath__foreach_log_cpu_int8 (__main__.TestForeachCPU) ... ok (0.108s) 2022-12-01T10:29:36.5399414Z test_unary_slowpath__foreach_log_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5399561Z test_unary_slowpath__foreach_neg_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.075s) 2022-12-01T10:29:36.5399703Z test_unary_slowpath__foreach_neg_cpu_bool (__main__.TestForeachCPU) ... ok (0.099s) 2022-12-01T10:29:36.5399882Z test_unary_slowpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.088s) 2022-12-01T10:29:36.5400030Z test_unary_slowpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:29:36.5400177Z test_unary_slowpath__foreach_neg_cpu_float16 (__main__.TestForeachCPU) ... ok (0.072s) 2022-12-01T10:29:36.5400322Z test_unary_slowpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.072s) 2022-12-01T10:29:36.5400464Z test_unary_slowpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:29:36.5400594Z test_unary_slowpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:29:36.5400735Z test_unary_slowpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:29:36.5400875Z test_unary_slowpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.041s) 2022-12-01T10:29:36.5401019Z test_unary_slowpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:29:36.5401164Z test_unary_slowpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:29:36.5401325Z test_unary_slowpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.071s) 2022-12-01T10:29:36.5401507Z test_unary_slowpath__foreach_reciprocal_cpu_bool (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:29:36.5401670Z test_unary_slowpath__foreach_reciprocal_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.089s) 2022-12-01T10:29:36.5401817Z test_unary_slowpath__foreach_reciprocal_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.088s) 2022-12-01T10:29:36.5401975Z test_unary_slowpath__foreach_reciprocal_cpu_float16 (__main__.TestForeachCPU) ... ok (0.069s) 2022-12-01T10:29:36.5402132Z test_unary_slowpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:29:36.5402286Z test_unary_slowpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:29:36.5402444Z test_unary_slowpath__foreach_reciprocal_cpu_int16 (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:29:36.5402598Z test_unary_slowpath__foreach_reciprocal_cpu_int32 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5402747Z test_unary_slowpath__foreach_reciprocal_cpu_int64 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:29:36.5402901Z test_unary_slowpath__foreach_reciprocal_cpu_int8 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5403053Z test_unary_slowpath__foreach_reciprocal_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5403191Z test_unary_slowpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.070s) 2022-12-01T10:29:36.5403337Z test_unary_slowpath__foreach_round_cpu_bool (__main__.TestForeachCPU) ... ok (0.103s) 2022-12-01T10:29:36.5403487Z test_unary_slowpath__foreach_round_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.124s) 2022-12-01T10:29:36.5403641Z test_unary_slowpath__foreach_round_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.123s) 2022-12-01T10:29:36.5403790Z test_unary_slowpath__foreach_round_cpu_float16 (__main__.TestForeachCPU) ... ok (0.113s) 2022-12-01T10:29:36.5403939Z test_unary_slowpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.089s) 2022-12-01T10:29:36.5404081Z test_unary_slowpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.067s) 2022-12-01T10:29:36.5404229Z test_unary_slowpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:29:36.5404362Z test_unary_slowpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:29:36.5404504Z test_unary_slowpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-12-01T10:29:36.5404648Z test_unary_slowpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-12-01T10:29:36.5404792Z test_unary_slowpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:29:36.5404971Z test_unary_slowpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.069s) 2022-12-01T10:29:36.5405117Z test_unary_slowpath__foreach_sigmoid_cpu_bool (__main__.TestForeachCPU) ... ok (0.091s) 2022-12-01T10:29:36.5405275Z test_unary_slowpath__foreach_sigmoid_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:29:36.5405429Z test_unary_slowpath__foreach_sigmoid_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.091s) 2022-12-01T10:29:36.5405582Z test_unary_slowpath__foreach_sigmoid_cpu_float16 (__main__.TestForeachCPU) ... ok (0.112s) 2022-12-01T10:29:36.5405721Z test_unary_slowpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.071s) 2022-12-01T10:29:36.5405869Z test_unary_slowpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.069s) 2022-12-01T10:29:36.5406015Z test_unary_slowpath__foreach_sigmoid_cpu_int16 (__main__.TestForeachCPU) ... ok (0.092s) 2022-12-01T10:29:36.5406164Z test_unary_slowpath__foreach_sigmoid_cpu_int32 (__main__.TestForeachCPU) ... ok (0.104s) 2022-12-01T10:29:36.5406308Z test_unary_slowpath__foreach_sigmoid_cpu_int64 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5406482Z test_unary_slowpath__foreach_sigmoid_cpu_int8 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5406629Z test_unary_slowpath__foreach_sigmoid_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5406775Z test_unary_slowpath__foreach_sin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.073s) 2022-12-01T10:29:36.5406907Z test_unary_slowpath__foreach_sin_cpu_bool (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5407056Z test_unary_slowpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.100s) 2022-12-01T10:29:36.5407199Z test_unary_slowpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5407344Z test_unary_slowpath__foreach_sin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.112s) 2022-12-01T10:29:36.5407494Z test_unary_slowpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.073s) 2022-12-01T10:29:36.5407639Z test_unary_slowpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.089s) 2022-12-01T10:29:36.5407787Z test_unary_slowpath__foreach_sin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5407931Z test_unary_slowpath__foreach_sin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5408069Z test_unary_slowpath__foreach_sin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5408200Z test_unary_slowpath__foreach_sin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5408342Z test_unary_slowpath__foreach_sin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5408488Z test_unary_slowpath__foreach_sinh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.079s) 2022-12-01T10:29:36.5408630Z test_unary_slowpath__foreach_sinh_cpu_bool (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5408784Z test_unary_slowpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5408936Z test_unary_slowpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.099s) 2022-12-01T10:29:36.5409087Z test_unary_slowpath__foreach_sinh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.114s) 2022-12-01T10:29:36.5409232Z test_unary_slowpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.089s) 2022-12-01T10:29:36.5409364Z test_unary_slowpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.073s) 2022-12-01T10:29:36.5409508Z test_unary_slowpath__foreach_sinh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5409652Z test_unary_slowpath__foreach_sinh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:29:36.5409797Z test_unary_slowpath__foreach_sinh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:29:36.5409968Z test_unary_slowpath__foreach_sinh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5410110Z test_unary_slowpath__foreach_sinh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:29:36.5410261Z test_unary_slowpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.079s) 2022-12-01T10:29:36.5410407Z test_unary_slowpath__foreach_sqrt_cpu_bool (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5410559Z test_unary_slowpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.105s) 2022-12-01T10:29:36.5410696Z test_unary_slowpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5410841Z test_unary_slowpath__foreach_sqrt_cpu_float16 (__main__.TestForeachCPU) ... ok (0.126s) 2022-12-01T10:29:36.5410983Z test_unary_slowpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.076s) 2022-12-01T10:29:36.5411131Z test_unary_slowpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.075s) 2022-12-01T10:29:36.5411277Z test_unary_slowpath__foreach_sqrt_cpu_int16 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:29:36.5411420Z test_unary_slowpath__foreach_sqrt_cpu_int32 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5411587Z test_unary_slowpath__foreach_sqrt_cpu_int64 (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5411730Z test_unary_slowpath__foreach_sqrt_cpu_int8 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5411860Z test_unary_slowpath__foreach_sqrt_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5412006Z test_unary_slowpath__foreach_tan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.075s) 2022-12-01T10:29:36.5412151Z test_unary_slowpath__foreach_tan_cpu_bool (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5412301Z test_unary_slowpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.102s) 2022-12-01T10:29:36.5412451Z test_unary_slowpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.108s) 2022-12-01T10:29:36.5412599Z test_unary_slowpath__foreach_tan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.113s) 2022-12-01T10:29:36.5412744Z test_unary_slowpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.073s) 2022-12-01T10:29:36.5412892Z test_unary_slowpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.068s) 2022-12-01T10:29:36.5413023Z test_unary_slowpath__foreach_tan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5413163Z test_unary_slowpath__foreach_tan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5413304Z test_unary_slowpath__foreach_tan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5413446Z test_unary_slowpath__foreach_tan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.098s) 2022-12-01T10:29:36.5413587Z test_unary_slowpath__foreach_tan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.099s) 2022-12-01T10:29:36.5413737Z test_unary_slowpath__foreach_tanh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.077s) 2022-12-01T10:29:36.5413877Z test_unary_slowpath__foreach_tanh_cpu_bool (__main__.TestForeachCPU) ... ok (0.097s) 2022-12-01T10:29:36.5414032Z test_unary_slowpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.124s) 2022-12-01T10:29:36.5414183Z test_unary_slowpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.103s) 2022-12-01T10:29:36.5414316Z test_unary_slowpath__foreach_tanh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.114s) 2022-12-01T10:29:36.5414463Z test_unary_slowpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.078s) 2022-12-01T10:29:36.5414604Z test_unary_slowpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.072s) 2022-12-01T10:29:36.5414747Z test_unary_slowpath__foreach_tanh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-12-01T10:29:36.5414892Z test_unary_slowpath__foreach_tanh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5415062Z test_unary_slowpath__foreach_tanh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.096s) 2022-12-01T10:29:36.5415204Z test_unary_slowpath__foreach_tanh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.095s) 2022-12-01T10:29:36.5415351Z test_unary_slowpath__foreach_tanh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.094s) 2022-12-01T10:29:36.5415486Z test_unary_slowpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.071s) 2022-12-01T10:29:36.5415628Z test_unary_slowpath__foreach_trunc_cpu_bool (__main__.TestForeachCPU) ... ok (0.127s) 2022-12-01T10:29:36.5415781Z test_unary_slowpath__foreach_trunc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.122s) 2022-12-01T10:29:36.5415932Z test_unary_slowpath__foreach_trunc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.121s) 2022-12-01T10:29:36.5416079Z test_unary_slowpath__foreach_trunc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.115s) 2022-12-01T10:29:36.5416225Z test_unary_slowpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.072s) 2022-12-01T10:29:36.5416370Z test_unary_slowpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.066s) 2022-12-01T10:29:36.5416515Z test_unary_slowpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.033s) 2022-12-01T10:29:36.5416687Z test_unary_slowpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:29:36.5416958Z test_unary_slowpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-12-01T10:29:36.5417103Z test_unary_slowpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.036s) 2022-12-01T10:29:36.5417248Z test_unary_slowpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-12-01T10:29:36.5417256Z 2022-12-01T10:29:36.5417548Z ---------------------------------------------------------------------- 2022-12-01T10:29:36.5417628Z Ran 1182 tests in 298.749s 2022-12-01T10:29:36.5417633Z 2022-12-01T10:29:36.5417709Z OK (skipped=232) 2022-12-01T10:29:36.5417714Z 2022-12-01T10:29:36.5417799Z Generating XML reports... 2022-12-01T10:29:36.5418102Z Generated XML report: test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20221201102436.xml 2022-12-01T10:29:36.5418107Z 2022-12-01T10:29:36.5418489Z ##[endgroup] 2022-12-01T10:29:36.5418768Z FINISHED PRINTING LOG FILE of test_foreach (/var/lib/jenkins/workspace/test/test-reports/test_foreach_z4y4x4hu) 2022-12-01T10:29:36.5418774Z 2022-12-01T10:29:40.8116650Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:29:40.9166847Z Ignoring disabled issues: [] 2022-12-01T10:29:40.9386358Z Running lazy/test_reuse_ir ... [2022-12-01 10:29:40.938268] 2022-12-01T10:29:40.9388693Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:29:40.938617] 2022-12-01T10:29:46.2894676Z 2022-12-01T10:29:46.2895918Z Expand the folded group to see the log file of lazy/test_reuse_ir 2022-12-01T10:29:46.2897110Z ##[group]PRINTING LOG FILE of lazy/test_reuse_ir (/var/lib/jenkins/workspace/test/test-reports/lazy-test_reuse_ir_3o6lminv) 2022-12-01T10:29:46.2897959Z Test results will be stored in test-reports/python-unittest/lazy.test_reuse_ir 2022-12-01T10:29:46.2898249Z 2022-12-01T10:29:46.2898378Z Running tests... 2022-12-01T10:29:46.2898846Z ---------------------------------------------------------------------- 2022-12-01T10:29:46.2899988Z testAdd (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77722 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.296s) 2022-12-01T10:29:46.2901148Z testAddSub (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77721 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:29:46.2902584Z testAddSubFallback (__main__.TestLazyReuseIr) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77723 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:29:46.2903175Z testBatchNorm (__main__.TestLazyReuseIr) ... ok (1.010s) 2022-12-01T10:29:46.2903328Z 2022-12-01T10:29:46.2903582Z ---------------------------------------------------------------------- 2022-12-01T10:29:46.2903815Z Ran 4 tests in 1.310s 2022-12-01T10:29:46.2903928Z 2022-12-01T10:29:46.2940856Z OK (skipped=3) 2022-12-01T10:29:46.2941026Z 2022-12-01T10:29:46.2941128Z Generating XML reports... 2022-12-01T10:29:46.2941663Z Generated XML report: test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20221201102944.xml 2022-12-01T10:29:46.2941902Z 2022-12-01T10:29:46.2942265Z ##[endgroup] 2022-12-01T10:29:46.2942777Z FINISHED PRINTING LOG FILE of lazy/test_reuse_ir (/var/lib/jenkins/workspace/test/test-reports/lazy-test_reuse_ir_3o6lminv) 2022-12-01T10:29:46.2942999Z 2022-12-01T10:29:50.6780173Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:29:50.7808551Z Ignoring disabled issues: [] 2022-12-01T10:29:50.8030412Z Running test_native_functions ... [2022-12-01 10:29:50.802636] 2022-12-01T10:29:50.8031794Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:29:50.802935] 2022-12-01T10:29:55.6370199Z 2022-12-01T10:29:55.6370684Z Expand the folded group to see the log file of test_native_functions 2022-12-01T10:29:55.6371483Z ##[group]PRINTING LOG FILE of test_native_functions (/var/lib/jenkins/workspace/test/test-reports/test_native_functions_i4ockej8) 2022-12-01T10:29:55.6372086Z Test results will be stored in test-reports/python-unittest/test_native_functions 2022-12-01T10:29:55.6372732Z 2022-12-01T10:29:55.6372809Z Running tests... 2022-12-01T10:29:55.6373781Z ---------------------------------------------------------------------- 2022-12-01T10:29:55.6374399Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... ok (0.723s) 2022-12-01T10:29:55.6374971Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.044s) 2022-12-01T10:29:55.6375496Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.028s) 2022-12-01T10:29:55.6375979Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.035s) 2022-12-01T10:29:55.6376538Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.013s) 2022-12-01T10:29:55.6377239Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.015s) 2022-12-01T10:29:55.6377539Z 2022-12-01T10:29:55.6377917Z ---------------------------------------------------------------------- 2022-12-01T10:29:55.6378171Z Ran 6 tests in 0.859s 2022-12-01T10:29:55.6378285Z 2022-12-01T10:29:55.6378347Z OK 2022-12-01T10:29:55.6378439Z 2022-12-01T10:29:55.6378525Z Generating XML reports... 2022-12-01T10:29:55.6378968Z Generated XML report: test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20221201102954.xml 2022-12-01T10:29:55.6379216Z 2022-12-01T10:29:55.6379619Z ##[endgroup] 2022-12-01T10:29:55.6380025Z FINISHED PRINTING LOG FILE of test_native_functions (/var/lib/jenkins/workspace/test/test-reports/test_native_functions_i4ockej8) 2022-12-01T10:29:55.6380254Z 2022-12-01T10:30:00.0821876Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:30:00.2001494Z Ignoring disabled issues: [] 2022-12-01T10:30:00.2221997Z Running test_autocast ... [2022-12-01 10:30:00.221829] 2022-12-01T10:30:00.2224393Z Executing ['/opt/conda/bin/python', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:30:00.222161] 2022-12-01T10:30:05.0921378Z 2022-12-01T10:30:05.0921885Z Expand the folded group to see the log file of test_autocast 2022-12-01T10:30:05.0923302Z ##[group]PRINTING LOG FILE of test_autocast (/var/lib/jenkins/workspace/test/test-reports/test_autocast_301b0yxo) 2022-12-01T10:30:05.0924510Z Test results will be stored in test-reports/python-unittest/test_autocast 2022-12-01T10:30:05.0924830Z 2022-12-01T10:30:05.0924968Z Running tests... 2022-12-01T10:30:05.0925690Z ---------------------------------------------------------------------- 2022-12-01T10:30:05.0926412Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.311s) 2022-12-01T10:30:05.0927075Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.045s) 2022-12-01T10:30:05.0927375Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.020s) 2022-12-01T10:30:05.0927798Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.031s) 2022-12-01T10:30:05.0928110Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.016s) 2022-12-01T10:30:05.0928466Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.428s) 2022-12-01T10:30:05.0928952Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.013s) 2022-12-01T10:30:05.0929333Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.001s) 2022-12-01T10:30:05.0929499Z 2022-12-01T10:30:05.0929717Z ---------------------------------------------------------------------- 2022-12-01T10:30:05.0930011Z Ran 8 tests in 0.866s 2022-12-01T10:30:05.0930126Z 2022-12-01T10:30:05.0930189Z OK 2022-12-01T10:30:05.0930281Z 2022-12-01T10:30:05.0930366Z Generating XML reports... 2022-12-01T10:30:05.0930827Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20221201103003.xml 2022-12-01T10:30:05.0931358Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20221201103003.xml 2022-12-01T10:30:05.0931627Z 2022-12-01T10:30:05.0931870Z ##[endgroup] 2022-12-01T10:30:05.0932297Z FINISHED PRINTING LOG FILE of test_autocast (/var/lib/jenkins/workspace/test/test-reports/test_autocast_301b0yxo) 2022-12-01T10:30:05.0932508Z 2022-12-01T10:30:09.4593386Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:30:09.5689221Z Ignoring disabled issues: [] 2022-12-01T10:30:09.5908567Z Running test_fx_reinplace_pass ... [2022-12-01 10:30:09.590573] 2022-12-01T10:30:09.5911134Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_reinplace_pass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:30:09.590872] 2022-12-01T10:30:15.0203464Z 2022-12-01T10:30:15.0203930Z Expand the folded group to see the log file of test_fx_reinplace_pass 2022-12-01T10:30:15.0205162Z ##[group]PRINTING LOG FILE of test_fx_reinplace_pass (/var/lib/jenkins/workspace/test/test-reports/test_fx_reinplace_pass_7dj7os_u) 2022-12-01T10:30:15.0205770Z Test results will be stored in test-reports/python-unittest/test_fx_reinplace_pass 2022-12-01T10:30:15.0205979Z 2022-12-01T10:30:15.0206039Z Running tests... 2022-12-01T10:30:15.0206350Z ---------------------------------------------------------------------- 2022-12-01T10:30:15.0206662Z test_out_node_updated (__main__.TestReinplacePass) ... ok (0.334s) 2022-12-01T10:30:15.0206957Z test_reinplace_basic (__main__.TestReinplacePass) ... ok (0.009s) 2022-12-01T10:30:15.0207244Z test_reinplace_different_metadata (__main__.TestReinplacePass) ... ok (0.009s) 2022-12-01T10:30:15.0207553Z test_reinplace_index_mutation (__main__.TestReinplacePass) ... ok (0.025s) 2022-12-01T10:30:15.0207866Z test_reinplace_overlapping_memory (__main__.TestReinplacePass) ... ok (0.009s) 2022-12-01T10:30:15.0208160Z test_reinplace_scatter_op (__main__.TestReinplacePass) ... ok (0.107s) 2022-12-01T10:30:15.0208457Z test_reinplace_scatter_twice (__main__.TestReinplacePass) ... ok (0.109s) 2022-12-01T10:30:15.0208794Z test_reinplace_scatter_twice_with_different_view_op_invalid (__main__.TestReinplacePass) ... ok (0.018s) 2022-12-01T10:30:15.0209375Z test_reinplace_scatter_twice_with_different_view_op_invalid2 (__main__.TestReinplacePass) ... ok (0.017s) 2022-12-01T10:30:15.0209730Z test_reinplace_scatter_twice_with_different_view_op_valid (__main__.TestReinplacePass) ... ok (0.018s) 2022-12-01T10:30:15.0210061Z test_reinplace_with_view (__main__.TestReinplacePass) ... ok (0.011s) 2022-12-01T10:30:15.0210225Z 2022-12-01T10:30:15.0210427Z ---------------------------------------------------------------------- 2022-12-01T10:30:15.0210653Z Ran 11 tests in 0.667s 2022-12-01T10:30:15.0210768Z 2022-12-01T10:30:15.0210831Z OK 2022-12-01T10:30:15.0210922Z 2022-12-01T10:30:15.0211151Z Generating XML reports... 2022-12-01T10:30:15.0211608Z Generated XML report: test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20221201103013.xml 2022-12-01T10:30:15.0211860Z 2022-12-01T10:30:15.0212132Z ##[endgroup] 2022-12-01T10:30:15.0212540Z FINISHED PRINTING LOG FILE of test_fx_reinplace_pass (/var/lib/jenkins/workspace/test/test-reports/test_fx_reinplace_pass_7dj7os_u) 2022-12-01T10:30:15.0212841Z 2022-12-01T10:30:19.4248503Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:30:19.5648126Z Ignoring disabled issues: [] 2022-12-01T10:30:19.5871934Z Running test_fx_passes ... [2022-12-01 10:30:19.586783] 2022-12-01T10:30:19.5873075Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:30:19.587093] 2022-12-01T10:30:24.3195454Z 2022-12-01T10:30:24.3196199Z Expand the folded group to see the log file of test_fx_passes 2022-12-01T10:30:24.3197096Z ##[group]PRINTING LOG FILE of test_fx_passes (/var/lib/jenkins/workspace/test/test-reports/test_fx_passes_htep47nl) 2022-12-01T10:30:24.3197640Z Test results will be stored in test-reports/python-unittest/test_fx_passes 2022-12-01T10:30:24.3197809Z 2022-12-01T10:30:24.3197884Z Running tests... 2022-12-01T10:30:24.3198205Z ---------------------------------------------------------------------- 2022-12-01T10:30:24.3198623Z test_fuser_util_partition_[['add', 'add_1', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.322s) 2022-12-01T10:30:24.3199052Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.012s) 2022-12-01T10:30:24.3199573Z test_fuser_util_partition_[['add', 'linear', 'add_1', 'param', 'add_2', 'add_3', 'add_4', 'linear2', 'add_5', 'add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.011s) 2022-12-01T10:30:24.3200035Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-12-01T10:30:24.3200607Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-12-01T10:30:24.3201242Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-12-01T10:30:24.3201854Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.011s) 2022-12-01T10:30:24.3202280Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-12-01T10:30:24.3202675Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-12-01T10:30:24.3203061Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-12-01T10:30:24.3203469Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-12-01T10:30:24.3203868Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-12-01T10:30:24.3204282Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:30:24.3204712Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.005s) 2022-12-01T10:30:24.3205354Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-12-01T10:30:24.3205760Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-12-01T10:30:24.3206358Z test_partitioner_fn__expected_partition_[['add_7', 'add_6'], ['add_5', 'add_4', 'add_3'], ['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.010s) 2022-12-01T10:30:24.3207004Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.030s) 2022-12-01T10:30:24.3207605Z test_partitioner_fn__expected_partition_[['add_1'], ['add']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-12-01T10:30:24.3208214Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.008s) 2022-12-01T10:30:24.3208811Z test_partitioner_fn__expected_partition_[['add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-12-01T10:30:24.3209439Z test_partitioner_fn__expected_partition_[['add']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-12-01T10:30:24.3210046Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-12-01T10:30:24.3210665Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']] (__main__.TestFXGraphPasses) ... ok (0.006s) 2022-12-01T10:30:24.3211272Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.007s) 2022-12-01T10:30:24.3211895Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-12-01T10:30:24.3212495Z test_partitioner_xfail_fn__expected_partition_[['add_2', 'add_1', 'add']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-12-01T10:30:24.3213031Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-12-01T10:30:24.3213536Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:30:24.3214069Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:30:24.3214599Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:30:24.3215135Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:30:24.3215714Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:30:24.3216308Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:30:24.3217038Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:30:24.3217572Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-12-01T10:30:24.3218085Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.007s) 2022-12-01T10:30:24.3218637Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.008s) 2022-12-01T10:30:24.3219106Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:30:24.3219589Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:30:24.3220059Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.006s) 2022-12-01T10:30:24.3220517Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.005s) 2022-12-01T10:30:24.3220726Z 2022-12-01T10:30:24.3220914Z ---------------------------------------------------------------------- 2022-12-01T10:30:24.3221158Z Ran 42 tests in 0.635s 2022-12-01T10:30:24.3221274Z 2022-12-01T10:30:24.3221333Z OK 2022-12-01T10:30:24.3221503Z 2022-12-01T10:30:24.3221576Z Generating XML reports... 2022-12-01T10:30:24.3221991Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20221201103023.xml 2022-12-01T10:30:24.3222565Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20221201103023.xml 2022-12-01T10:30:24.3222797Z 2022-12-01T10:30:24.3223091Z ##[endgroup] 2022-12-01T10:30:24.3223453Z FINISHED PRINTING LOG FILE of test_fx_passes (/var/lib/jenkins/workspace/test/test-reports/test_fx_passes_htep47nl) 2022-12-01T10:30:24.3223664Z 2022-12-01T10:30:28.7133988Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:30:28.8206296Z Ignoring disabled issues: [] 2022-12-01T10:30:28.8432174Z Running test_functional_optim ... [2022-12-01 10:30:28.842795] 2022-12-01T10:30:28.8433484Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:30:28.843112] 2022-12-01T10:30:34.1363634Z 2022-12-01T10:30:34.1366711Z Expand the folded group to see the log file of test_functional_optim 2022-12-01T10:30:34.1368012Z ##[group]PRINTING LOG FILE of test_functional_optim (/var/lib/jenkins/workspace/test/test-reports/test_functional_optim_bjokkmkf) 2022-12-01T10:30:34.1368700Z Test results will be stored in test-reports/python-unittest/test_functional_optim 2022-12-01T10:30:34.1368889Z 2022-12-01T10:30:34.1368966Z Running tests... 2022-12-01T10:30:34.1369265Z ---------------------------------------------------------------------- 2022-12-01T10:30:34.1369598Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (0.422s) 2022-12-01T10:30:34.1369953Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.106s) 2022-12-01T10:30:34.1370300Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.095s) 2022-12-01T10:30:34.1370642Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... ok (0.001s) 2022-12-01T10:30:34.1370834Z 2022-12-01T10:30:34.1371035Z ---------------------------------------------------------------------- 2022-12-01T10:30:34.1371279Z Ran 4 tests in 0.624s 2022-12-01T10:30:34.1371395Z 2022-12-01T10:30:34.1371445Z OK 2022-12-01T10:30:34.1371538Z 2022-12-01T10:30:34.1371621Z Generating XML reports... 2022-12-01T10:30:34.1372082Z Generated XML report: test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20221201103032.xml 2022-12-01T10:30:34.1417753Z 2022-12-01T10:30:34.1419325Z ##[endgroup] 2022-12-01T10:30:34.1419775Z FINISHED PRINTING LOG FILE of test_functional_optim (/var/lib/jenkins/workspace/test/test-reports/test_functional_optim_bjokkmkf) 2022-12-01T10:30:34.1420007Z 2022-12-01T10:30:38.5529368Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:30:38.6565179Z Ignoring disabled issues: [] 2022-12-01T10:30:38.6786879Z Running test_python_dispatch ... [2022-12-01 10:30:38.678344] 2022-12-01T10:30:38.6789538Z Executing ['/opt/conda/bin/python', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:30:38.678669] 2022-12-01T10:30:43.3621136Z 2022-12-01T10:30:43.3621993Z Expand the folded group to see the log file of test_python_dispatch 2022-12-01T10:30:43.3623249Z ##[group]PRINTING LOG FILE of test_python_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_python_dispatch_fq3uo0sq) 2022-12-01T10:30:43.3624169Z Test results will be stored in test-reports/python-unittest/test_python_dispatch 2022-12-01T10:30:43.3624481Z 2022-12-01T10:30:43.3624604Z Running tests... 2022-12-01T10:30:43.3625110Z ---------------------------------------------------------------------- 2022-12-01T10:30:43.3625596Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (0.292s) 2022-12-01T10:30:43.3626086Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.005s) 2022-12-01T10:30:43.3626556Z test_basic (__main__.TestPythonDispatch) ... ok (0.014s) 2022-12-01T10:30:43.3627003Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.004s) 2022-12-01T10:30:43.3627524Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:30:43.3628277Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.028s) 2022-12-01T10:30:43.3628868Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.016s) 2022-12-01T10:30:43.3629463Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:30:43.3630150Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:30:43.3630844Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:30:43.3631437Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.005s) 2022-12-01T10:30:43.3631981Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:30:43.3632546Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:30:43.3633142Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:30:43.3633733Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:30:43.3634345Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:30:43.3634929Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:30:43.3635469Z test_fancy_strides (__main__.TestPythonDispatch) ... ok (0.004s) 2022-12-01T10:30:43.3636003Z test_format (__main__.TestPythonDispatch) ... ok (0.005s) 2022-12-01T10:30:43.3636514Z test_get_cur_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:30:43.3637054Z test_get_mode_stack (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:30:43.3637642Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:30:43.3638432Z test_invalid_ret (__main__.TestPythonDispatch) ... test_python_dispatch.py:430: DeprecationWarning: Please use assertRaisesRegex instead. 2022-12-01T10:30:43.3639151Z RuntimeError, "Unable to cast", lambda: A(torch.zeros(1)).detach(), 2022-12-01T10:30:43.3639569Z ok (0.002s) 2022-12-01T10:30:43.3640028Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.006s) 2022-12-01T10:30:43.3640600Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.004s) 2022-12-01T10:30:43.3641170Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:30:43.3641756Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.005s) 2022-12-01T10:30:43.3642285Z test_like (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:30:43.3642788Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:30:43.3643319Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:30:43.3644121Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:30:43.3644765Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:30:43.3645367Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:30:43.3645936Z test_mode_with_make_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:30:43.3646515Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:30:43.3647122Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:30:43.3647697Z test_nesting_same_mode (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:30:43.3648224Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:30:43.3648754Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.018s) 2022-12-01T10:30:43.3649300Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:30:43.3649844Z test_out (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:30:43.3650385Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:30:43.3651003Z test_set_data (__main__.TestPythonDispatch) ... ok (0.003s) 2022-12-01T10:30:43.3651548Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.004s) 2022-12-01T10:30:43.3652111Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.005s) 2022-12-01T10:30:43.3652673Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:30:43.3653203Z test_storage (__main__.TestPythonDispatch) ... ok (0.004s) 2022-12-01T10:30:43.3653791Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:30:43.3654391Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.005s) 2022-12-01T10:30:43.3654955Z test_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.005s) 2022-12-01T10:30:43.3655556Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.012s) 2022-12-01T10:30:43.3656106Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.004s) 2022-12-01T10:30:43.3656709Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.008s) 2022-12-01T10:30:43.3657545Z test_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:30:43.3658173Z test_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:30:43.3658834Z test_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.004s) 2022-12-01T10:30:43.3659460Z test_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:30:43.3660034Z test_version (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:30:43.3660592Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.001s) 2022-12-01T10:30:43.3661172Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.002s) 2022-12-01T10:30:43.3661801Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.004s) 2022-12-01T10:30:43.3662370Z test_basic (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T10:30:43.3662892Z test_lstsq (__main__.TestPythonDispatcher) ... ok (0.050s) 2022-12-01T10:30:43.3663418Z test_alias_analysis (__main__.TestPythonRegistration) ... ok (0.042s) 2022-12-01T10:30:43.3664011Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.004s) 2022-12-01T10:30:43.3664629Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.001s) 2022-12-01T10:30:43.3665254Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.001s) 2022-12-01T10:30:43.3665869Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.005s) 2022-12-01T10:30:43.3667288Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... /opt/conda/lib/python3.7/site-packages/torch/library.py:130: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-12-01T10:30:43.3668536Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:30:43.3669148Z registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSchema.cpp:6 2022-12-01T10:30:43.3669640Z dispatch key: ZeroTensor 2022-12-01T10:30:43.3670219Z previous kernel: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1068 2022-12-01T10:30:43.3671049Z new kernel: registered at /dev/null:628 (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/OperatorEntry.cpp:156.) 2022-12-01T10:30:43.3671691Z self.m.impl(name, dispatch_key, fn) 2022-12-01T10:30:43.3672043Z ok (0.008s) 2022-12-01T10:30:43.3672490Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.002s) 2022-12-01T10:30:43.3673099Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... ok (0.005s) 2022-12-01T10:30:43.3673451Z 2022-12-01T10:30:43.3673824Z ---------------------------------------------------------------------- 2022-12-01T10:30:43.3674277Z Ran 71 tests in 0.658s 2022-12-01T10:30:43.3674491Z 2022-12-01T10:30:43.3674723Z OK 2022-12-01T10:30:43.3674902Z 2022-12-01T10:30:43.3675064Z Generating XML reports... 2022-12-01T10:30:43.3675876Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20221201103042.xml 2022-12-01T10:30:43.3676920Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20221201103042.xml 2022-12-01T10:30:43.3678006Z Generated XML report: test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20221201103042.xml 2022-12-01T10:30:43.3678497Z 2022-12-01T10:30:43.3678986Z ##[endgroup] 2022-12-01T10:30:43.3679740Z FINISHED PRINTING LOG FILE of test_python_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_python_dispatch_fq3uo0sq) 2022-12-01T10:30:43.3680185Z 2022-12-01T10:30:47.7701926Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:30:47.8765541Z Ignoring disabled issues: [] 2022-12-01T10:30:47.8992360Z Running test_decomp ... [2022-12-01 10:30:47.898904] 2022-12-01T10:30:47.8994685Z Executing ['/opt/conda/bin/python', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:30:47.899245] 2022-12-01T10:30:57.6178934Z 2022-12-01T10:30:57.6179733Z Expand the folded group to see the log file of test_decomp 2022-12-01T10:30:57.6180427Z ##[group]PRINTING LOG FILE of test_decomp (/var/lib/jenkins/workspace/test/test-reports/test_decomp_holwvb5e) 2022-12-01T10:30:57.6200808Z Test results will be stored in test-reports/python-unittest/test_decomp 2022-12-01T10:30:57.6201150Z 2022-12-01T10:30:57.6201285Z Running tests... 2022-12-01T10:30:57.6203004Z ---------------------------------------------------------------------- 2022-12-01T10:30:57.6203644Z test_contiguous_log_softmax_cpu (__main__.DecompContiguousTestsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:30:57.6204288Z test_contiguous_softmax_cpu (__main__.DecompContiguousTestsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:30:57.6204926Z test_comprehensive_H_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6205526Z test_comprehensive_H_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6287379Z test_comprehensive_H_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6287904Z test_comprehensive_H_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6288409Z test_comprehensive_H_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6288894Z test_comprehensive_H_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6289805Z test_comprehensive_H_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6290260Z test_comprehensive_H_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6292432Z test_comprehensive_H_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6293427Z test_comprehensive_H_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.015s) 2022-12-01T10:30:57.6294035Z test_comprehensive_H_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6294495Z test_comprehensive_H_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6294921Z test_comprehensive_H_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6295407Z test_comprehensive_T_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6295892Z test_comprehensive_T_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6296403Z test_comprehensive_T_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6297150Z test_comprehensive_T_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6297496Z test_comprehensive_T_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6297903Z test_comprehensive_T_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6298462Z test_comprehensive_T_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6299026Z test_comprehensive_T_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6299545Z test_comprehensive_T_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6300071Z test_comprehensive_T_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6300662Z test_comprehensive_T_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6301132Z test_comprehensive_T_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6301541Z test_comprehensive_T_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6301896Z test_comprehensive___getitem___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6302257Z test_comprehensive___getitem___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6302607Z test_comprehensive___getitem___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6302979Z test_comprehensive___getitem___cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6303344Z test_comprehensive___getitem___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6303712Z test_comprehensive___getitem___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6308198Z test_comprehensive___getitem___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6308799Z test_comprehensive___getitem___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6309457Z test_comprehensive___getitem___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6310118Z test_comprehensive___getitem___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6310659Z test_comprehensive___getitem___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6311138Z test_comprehensive___getitem___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6311488Z test_comprehensive___getitem___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6311841Z test_comprehensive___radd___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6312190Z test_comprehensive___radd___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6312531Z test_comprehensive___radd___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6312889Z test_comprehensive___radd___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6313241Z test_comprehensive___radd___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6313578Z test_comprehensive___radd___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6313932Z test_comprehensive___radd___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6314282Z test_comprehensive___radd___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6314681Z test_comprehensive___radd___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6315012Z test_comprehensive___radd___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6315356Z test_comprehensive___radd___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6315702Z test_comprehensive___radd___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6316047Z test_comprehensive___rand___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6316379Z test_comprehensive___rand___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6316724Z test_comprehensive___rand___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6317067Z test_comprehensive___rand___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6317398Z test_comprehensive___rand___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6317741Z test_comprehensive___rand___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6318087Z test_comprehensive___rdiv___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6318437Z test_comprehensive___rdiv___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6318776Z test_comprehensive___rdiv___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6319130Z test_comprehensive___rdiv___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6319483Z test_comprehensive___rdiv___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6319842Z test_comprehensive___rdiv___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6320174Z test_comprehensive___rdiv___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6321985Z test_comprehensive___rdiv___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6322544Z test_comprehensive___rdiv___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6323226Z test_comprehensive___rdiv___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6323866Z test_comprehensive___rdiv___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6324481Z test_comprehensive___rdiv___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6325063Z test_comprehensive___rmatmul___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6325646Z test_comprehensive___rmatmul___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6326018Z test_comprehensive___rmatmul___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6326377Z test_comprehensive___rmatmul___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6326717Z test_comprehensive___rmatmul___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6327072Z test_comprehensive___rmatmul___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6327420Z test_comprehensive___rmatmul___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6327758Z test_comprehensive___rmatmul___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6328162Z test_comprehensive___rmatmul___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6328510Z test_comprehensive___rmatmul___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6328855Z test_comprehensive___rmod___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6329195Z test_comprehensive___rmod___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6329543Z test_comprehensive___rmod___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6329891Z test_comprehensive___rmod___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6330243Z test_comprehensive___rmul___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6330574Z test_comprehensive___rmul___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6330924Z test_comprehensive___rmul___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6331281Z test_comprehensive___rmul___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6331620Z test_comprehensive___rmul___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6331966Z test_comprehensive___rmul___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6332310Z test_comprehensive___rmul___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6332650Z test_comprehensive___rmul___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6332980Z test_comprehensive___rmul___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6333319Z test_comprehensive___rmul___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6333659Z test_comprehensive___rmul___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6336194Z test_comprehensive___rmul___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6337008Z test_comprehensive___ror___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6337645Z test_comprehensive___ror___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6338213Z test_comprehensive___ror___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6338792Z test_comprehensive___ror___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6339581Z test_comprehensive___ror___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6340165Z test_comprehensive___ror___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6340762Z test_comprehensive___rpow___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6341476Z test_comprehensive___rpow___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6342095Z test_comprehensive___rpow___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6342704Z test_comprehensive___rpow___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6343292Z test_comprehensive___rpow___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6343902Z test_comprehensive___rpow___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6344495Z test_comprehensive___rpow___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6345265Z test_comprehensive___rpow___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6345861Z test_comprehensive___rpow___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6346461Z test_comprehensive___rpow___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6347073Z test_comprehensive___rpow___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6347666Z test_comprehensive___rsub___cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6348288Z test_comprehensive___rsub___cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6348931Z test_comprehensive___rsub___cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6349550Z test_comprehensive___rsub___cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6350159Z test_comprehensive___rsub___cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6350765Z test_comprehensive___rsub___cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6351366Z test_comprehensive___rsub___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6351962Z test_comprehensive___rsub___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6352541Z test_comprehensive___rsub___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6353137Z test_comprehensive___rsub___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6353749Z test_comprehensive___rsub___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6354357Z test_comprehensive___rxor___cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6354945Z test_comprehensive___rxor___cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6355541Z test_comprehensive___rxor___cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6356123Z test_comprehensive___rxor___cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6356711Z test_comprehensive___rxor___cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6357281Z test_comprehensive___rxor___cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6357879Z test_comprehensive_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6358612Z test_comprehensive_abs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6359211Z test_comprehensive_abs_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6359814Z test_comprehensive_abs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6361498Z test_comprehensive_abs_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6362107Z test_comprehensive_abs_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6362705Z test_comprehensive_abs_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6363297Z test_comprehensive_abs_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6363874Z test_comprehensive_abs_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6364454Z test_comprehensive_abs_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6365163Z test_comprehensive_abs_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6365735Z test_comprehensive_abs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6366341Z test_comprehensive_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6366940Z test_comprehensive_acos_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6367539Z test_comprehensive_acos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6368140Z test_comprehensive_acos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6368759Z test_comprehensive_acos_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6369371Z test_comprehensive_acos_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6369971Z test_comprehensive_acos_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6370536Z test_comprehensive_acos_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6371126Z test_comprehensive_acos_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6371720Z test_comprehensive_acos_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6372314Z test_comprehensive_acos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6372899Z test_comprehensive_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6373515Z test_comprehensive_acosh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6374124Z test_comprehensive_acosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6374750Z test_comprehensive_acosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6375343Z test_comprehensive_acosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6375953Z test_comprehensive_acosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6376555Z test_comprehensive_acosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6377529Z test_comprehensive_acosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6378106Z test_comprehensive_acosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6378874Z test_comprehensive_acosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6379465Z test_comprehensive_acosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6380049Z test_comprehensive_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6380643Z test_comprehensive_add_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6381248Z test_comprehensive_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6381938Z test_comprehensive_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6382524Z test_comprehensive_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6383129Z test_comprehensive_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6383739Z test_comprehensive_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6384330Z test_comprehensive_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6385048Z test_comprehensive_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6385644Z test_comprehensive_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6386226Z test_comprehensive_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6386803Z test_comprehensive_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6387365Z test_comprehensive_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6387964Z test_comprehensive_addbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6388595Z test_comprehensive_addbmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6389201Z test_comprehensive_addbmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6389817Z test_comprehensive_addbmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6390426Z test_comprehensive_addbmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6391034Z test_comprehensive_addbmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6391616Z test_comprehensive_addbmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6392209Z test_comprehensive_addbmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6392790Z test_comprehensive_addbmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6393391Z test_comprehensive_addbmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6393969Z test_comprehensive_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6394597Z test_comprehensive_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6395231Z test_comprehensive_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6395853Z test_comprehensive_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6396440Z test_comprehensive_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6397070Z test_comprehensive_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6397695Z test_comprehensive_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6398437Z test_comprehensive_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6399052Z test_comprehensive_addcmul_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6399660Z test_comprehensive_addcmul_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6400265Z test_comprehensive_addcmul_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6400848Z test_comprehensive_addcmul_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6401457Z test_comprehensive_addcmul_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6402064Z test_comprehensive_addcmul_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6402681Z test_comprehensive_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6403267Z test_comprehensive_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6403997Z test_comprehensive_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6404622Z test_comprehensive_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6405227Z test_comprehensive_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6405805Z test_comprehensive_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6406401Z test_comprehensive_addmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6406997Z test_comprehensive_addmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6407593Z test_comprehensive_addmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6408159Z test_comprehensive_addmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6408753Z test_comprehensive_addmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6409376Z test_comprehensive_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6410021Z test_comprehensive_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6410687Z test_comprehensive_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6411335Z test_comprehensive_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6411972Z test_comprehensive_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6412605Z test_comprehensive_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6413247Z test_comprehensive_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6413877Z test_comprehensive_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6414515Z test_comprehensive_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6415139Z test_comprehensive_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6415763Z test_comprehensive_addmv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6416377Z test_comprehensive_addmv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6417244Z test_comprehensive_addmv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6417821Z test_comprehensive_addmv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6418427Z test_comprehensive_addmv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6419016Z test_comprehensive_addmv_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6419589Z test_comprehensive_addmv_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6420175Z test_comprehensive_addmv_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6420774Z test_comprehensive_addmv_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6421456Z test_comprehensive_addmv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6422043Z test_comprehensive_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6422630Z test_comprehensive_addr_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6423398Z test_comprehensive_addr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6424013Z test_comprehensive_addr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6424586Z test_comprehensive_addr_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6425179Z test_comprehensive_addr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6425771Z test_comprehensive_addr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6426365Z test_comprehensive_addr_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6426939Z test_comprehensive_addr_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6427527Z test_comprehensive_addr_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6428113Z test_comprehensive_addr_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6428682Z test_comprehensive_addr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6429281Z test_comprehensive_all_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6429873Z test_comprehensive_all_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6430467Z test_comprehensive_all_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6431047Z test_comprehensive_all_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6431654Z test_comprehensive_all_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6432249Z test_comprehensive_all_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6432835Z test_comprehensive_all_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6433399Z test_comprehensive_all_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6433982Z test_comprehensive_all_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6434559Z test_comprehensive_all_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6435118Z test_comprehensive_all_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6435698Z test_comprehensive_all_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6436443Z test_comprehensive_allclose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6437082Z test_comprehensive_allclose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6437699Z test_comprehensive_allclose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6438320Z test_comprehensive_allclose_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6438937Z test_comprehensive_allclose_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6439548Z test_comprehensive_allclose_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6440146Z test_comprehensive_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6440745Z test_comprehensive_amax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6441326Z test_comprehensive_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6442016Z test_comprehensive_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6442616Z test_comprehensive_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6443202Z test_comprehensive_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6443791Z test_comprehensive_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6444372Z test_comprehensive_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6444950Z test_comprehensive_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6445534Z test_comprehensive_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6446124Z test_comprehensive_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6446699Z test_comprehensive_amin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6447281Z test_comprehensive_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6447876Z test_comprehensive_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6448462Z test_comprehensive_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6449043Z test_comprehensive_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6449631Z test_comprehensive_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6450223Z test_comprehensive_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6450788Z test_comprehensive_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6451381Z test_comprehensive_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6451974Z test_comprehensive_aminmax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6452581Z test_comprehensive_aminmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6453165Z test_comprehensive_aminmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6453758Z test_comprehensive_aminmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6454353Z test_comprehensive_aminmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6455046Z test_comprehensive_aminmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6455641Z test_comprehensive_aminmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6456240Z test_comprehensive_aminmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6456977Z test_comprehensive_angle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6457558Z test_comprehensive_angle_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6458161Z test_comprehensive_angle_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6458771Z test_comprehensive_angle_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6459375Z test_comprehensive_angle_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6500610Z test_comprehensive_angle_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6501448Z test_comprehensive_angle_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6502211Z test_comprehensive_angle_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6502798Z test_comprehensive_angle_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6503387Z test_comprehensive_angle_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6503981Z test_comprehensive_angle_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6504551Z test_comprehensive_angle_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6505144Z test_comprehensive_any_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6505749Z test_comprehensive_any_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6506341Z test_comprehensive_any_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6506945Z test_comprehensive_any_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6507540Z test_comprehensive_any_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6508128Z test_comprehensive_any_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6508708Z test_comprehensive_any_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6509270Z test_comprehensive_any_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6509848Z test_comprehensive_any_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6510431Z test_comprehensive_any_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6510993Z test_comprehensive_any_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6511583Z test_comprehensive_any_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6512179Z test_comprehensive_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6512789Z test_comprehensive_arange_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6513375Z test_comprehensive_arange_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6513974Z test_comprehensive_arange_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6514569Z test_comprehensive_arange_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6515312Z test_comprehensive_arange_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6515889Z test_comprehensive_arange_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6516477Z test_comprehensive_arange_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6517068Z test_comprehensive_arange_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6517650Z test_comprehensive_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6518247Z test_comprehensive_argmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6518849Z test_comprehensive_argmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6519462Z test_comprehensive_argmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6520039Z test_comprehensive_argmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6520730Z test_comprehensive_argmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6521313Z test_comprehensive_argmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6521897Z test_comprehensive_argmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6522466Z test_comprehensive_argmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6523075Z test_comprehensive_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6523676Z test_comprehensive_argmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6524265Z test_comprehensive_argmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6524868Z test_comprehensive_argmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6525470Z test_comprehensive_argmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6526061Z test_comprehensive_argmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6526627Z test_comprehensive_argmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6527215Z test_comprehensive_argmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6527804Z test_comprehensive_argmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6528403Z test_comprehensive_argsort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6528994Z test_comprehensive_argsort_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6529593Z test_comprehensive_argsort_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6530201Z test_comprehensive_argsort_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6530803Z test_comprehensive_argsort_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6531390Z test_comprehensive_argsort_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6531990Z test_comprehensive_argsort_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6532583Z test_comprehensive_argsort_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6533158Z test_comprehensive_argsort_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6533871Z test_comprehensive_argsort_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6534484Z test_comprehensive_argwhere_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6535098Z test_comprehensive_argwhere_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6535706Z test_comprehensive_argwhere_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6536324Z test_comprehensive_argwhere_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6537103Z test_comprehensive_argwhere_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6537699Z test_comprehensive_argwhere_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6538283Z test_comprehensive_argwhere_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6538900Z test_comprehensive_argwhere_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6539640Z test_comprehensive_argwhere_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6540227Z test_comprehensive_argwhere_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6540825Z test_comprehensive_argwhere_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6541508Z test_comprehensive_argwhere_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6542108Z test_comprehensive_as_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6542705Z test_comprehensive_as_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6543338Z test_comprehensive_as_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6543965Z test_comprehensive_as_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6544604Z test_comprehensive_as_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6545207Z test_comprehensive_as_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6545822Z test_comprehensive_as_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6546422Z test_comprehensive_as_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6547019Z test_comprehensive_as_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6547607Z test_comprehensive_as_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6548212Z test_comprehensive_as_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6548817Z test_comprehensive_as_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6549415Z test_comprehensive_as_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6550090Z test_comprehensive_as_strided_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.6550839Z test_comprehensive_as_strided_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.6551585Z test_comprehensive_as_strided_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.6552322Z test_comprehensive_as_strided_scatter_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.6553228Z test_comprehensive_as_strided_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.6553980Z test_comprehensive_as_strided_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.6554721Z test_comprehensive_as_strided_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.6555453Z test_comprehensive_as_strided_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.6556160Z test_comprehensive_as_strided_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.6556884Z test_comprehensive_as_strided_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.6557603Z test_comprehensive_as_strided_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.6558445Z test_comprehensive_as_strided_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.6559164Z test_comprehensive_as_strided_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.6559832Z test_comprehensive_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6560424Z test_comprehensive_asin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6561009Z test_comprehensive_asin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6561625Z test_comprehensive_asin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6562236Z test_comprehensive_asin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6562829Z test_comprehensive_asin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6563396Z test_comprehensive_asin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6563976Z test_comprehensive_asin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6564565Z test_comprehensive_asin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6565146Z test_comprehensive_asin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6565718Z test_comprehensive_asin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6566316Z test_comprehensive_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6566901Z test_comprehensive_asinh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6567506Z test_comprehensive_asinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6568106Z test_comprehensive_asinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6568714Z test_comprehensive_asinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6569305Z test_comprehensive_asinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6569874Z test_comprehensive_asinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6570463Z test_comprehensive_asinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6571152Z test_comprehensive_asinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6571728Z test_comprehensive_asinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6572301Z test_comprehensive_asinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6572896Z test_comprehensive_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6573484Z test_comprehensive_atan2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6574075Z test_comprehensive_atan2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6574652Z test_comprehensive_atan2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6575240Z test_comprehensive_atan2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6575828Z test_comprehensive_atan2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6576395Z test_comprehensive_atan2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6577294Z test_comprehensive_atan2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6577879Z test_comprehensive_atan2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6578466Z test_comprehensive_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6579046Z test_comprehensive_atan_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6579647Z test_comprehensive_atan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6580250Z test_comprehensive_atan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6580852Z test_comprehensive_atan_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6581517Z test_comprehensive_atan_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6582102Z test_comprehensive_atan_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6582689Z test_comprehensive_atan_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6583243Z test_comprehensive_atan_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6583817Z test_comprehensive_atan_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6584397Z test_comprehensive_atan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6584981Z test_comprehensive_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6585553Z test_comprehensive_atanh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6586152Z test_comprehensive_atanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6586763Z test_comprehensive_atanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6587373Z test_comprehensive_atanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6587963Z test_comprehensive_atanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6588550Z test_comprehensive_atanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6589135Z test_comprehensive_atanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6589689Z test_comprehensive_atanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6590421Z test_comprehensive_atanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6591019Z test_comprehensive_atanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6591621Z test_comprehensive_atleast_1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6592213Z test_comprehensive_atleast_1d_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6592829Z test_comprehensive_atleast_1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6593449Z test_comprehensive_atleast_1d_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6594067Z test_comprehensive_atleast_1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6594665Z test_comprehensive_atleast_1d_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6595274Z test_comprehensive_atleast_1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.020s) 2022-12-01T10:30:57.6596028Z test_comprehensive_atleast_1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6596644Z test_comprehensive_atleast_1d_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6597231Z test_comprehensive_atleast_1d_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6597829Z test_comprehensive_atleast_1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6598431Z test_comprehensive_atleast_1d_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6599026Z test_comprehensive_atleast_1d_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6599640Z test_comprehensive_atleast_2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6600249Z test_comprehensive_atleast_2d_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6600877Z test_comprehensive_atleast_2d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6601486Z test_comprehensive_atleast_2d_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6602099Z test_comprehensive_atleast_2d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6602706Z test_comprehensive_atleast_2d_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6603316Z test_comprehensive_atleast_2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6603912Z test_comprehensive_atleast_2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6604513Z test_comprehensive_atleast_2d_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6605119Z test_comprehensive_atleast_2d_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6605719Z test_comprehensive_atleast_2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6606301Z test_comprehensive_atleast_2d_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6606898Z test_comprehensive_atleast_2d_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6607506Z test_comprehensive_atleast_3d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6608100Z test_comprehensive_atleast_3d_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6608825Z test_comprehensive_atleast_3d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6609442Z test_comprehensive_atleast_3d_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6610067Z test_comprehensive_atleast_3d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6610658Z test_comprehensive_atleast_3d_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6611272Z test_comprehensive_atleast_3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6611883Z test_comprehensive_atleast_3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6612489Z test_comprehensive_atleast_3d_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6613079Z test_comprehensive_atleast_3d_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6613681Z test_comprehensive_atleast_3d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6614382Z test_comprehensive_atleast_3d_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6614969Z test_comprehensive_atleast_3d_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6615571Z test_comprehensive_baddbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6616183Z test_comprehensive_baddbmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6616937Z test_comprehensive_baddbmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6617523Z test_comprehensive_baddbmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6618131Z test_comprehensive_baddbmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6618732Z test_comprehensive_baddbmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6619333Z test_comprehensive_baddbmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6619905Z test_comprehensive_baddbmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6620503Z test_comprehensive_baddbmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6621098Z test_comprehensive_baddbmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6621789Z test_comprehensive_bernoulli_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6622383Z test_comprehensive_bernoulli_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6623006Z test_comprehensive_bernoulli_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6623614Z test_comprehensive_bfloat16_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6624204Z test_comprehensive_bfloat16_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6624810Z test_comprehensive_bfloat16_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6625427Z test_comprehensive_bfloat16_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6626041Z test_comprehensive_bfloat16_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6626628Z test_comprehensive_bfloat16_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6627385Z test_comprehensive_bfloat16_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6627986Z test_comprehensive_bfloat16_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6628581Z test_comprehensive_bfloat16_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6629164Z test_comprehensive_bfloat16_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6629754Z test_comprehensive_bfloat16_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6630346Z test_comprehensive_bfloat16_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6630929Z test_comprehensive_bfloat16_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6631524Z test_comprehensive_bincount_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6632124Z test_comprehensive_bincount_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6632712Z test_comprehensive_bincount_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6633429Z test_comprehensive_bincount_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6634034Z test_comprehensive_bincount_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6634639Z test_comprehensive_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6635242Z test_comprehensive_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6635828Z test_comprehensive_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6636433Z test_comprehensive_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6637037Z test_comprehensive_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6637651Z test_comprehensive_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6638263Z test_comprehensive_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6638892Z test_comprehensive_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6639520Z test_comprehensive_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6640126Z test_comprehensive_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6640764Z test_comprehensive_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6641398Z test_comprehensive_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6641992Z test_comprehensive_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6642577Z test_comprehensive_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6643171Z test_comprehensive_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6643769Z test_comprehensive_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6644380Z test_comprehensive_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6644958Z test_comprehensive_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6645561Z test_comprehensive_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6646277Z test_comprehensive_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6646875Z test_comprehensive_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6647467Z test_comprehensive_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6648063Z test_comprehensive_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6648678Z test_comprehensive_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6649293Z test_comprehensive_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6649928Z test_comprehensive_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6650567Z test_comprehensive_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6651200Z test_comprehensive_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6651910Z test_comprehensive_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6652528Z test_comprehensive_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6653126Z test_comprehensive_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6653718Z test_comprehensive_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6654310Z test_comprehensive_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6654915Z test_comprehensive_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6655534Z test_comprehensive_block_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6656152Z test_comprehensive_block_diag_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6656901Z test_comprehensive_block_diag_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6657527Z test_comprehensive_block_diag_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6658154Z test_comprehensive_block_diag_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6658750Z test_comprehensive_block_diag_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6659366Z test_comprehensive_block_diag_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6659981Z test_comprehensive_block_diag_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6660578Z test_comprehensive_block_diag_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6661168Z test_comprehensive_block_diag_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6661842Z test_comprehensive_block_diag_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6662436Z test_comprehensive_block_diag_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6663033Z test_comprehensive_block_diag_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6663619Z test_comprehensive_bmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6664211Z test_comprehensive_bmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6664962Z test_comprehensive_bmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6665552Z test_comprehensive_bmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6666120Z test_comprehensive_bmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6666711Z test_comprehensive_bmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6667293Z test_comprehensive_bmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6667855Z test_comprehensive_bmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6668440Z test_comprehensive_bmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6669023Z test_comprehensive_bmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6669612Z test_comprehensive_bool_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6670182Z test_comprehensive_bool_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6670909Z test_comprehensive_bool_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6671512Z test_comprehensive_bool_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6672099Z test_comprehensive_bool_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6672678Z test_comprehensive_bool_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6673265Z test_comprehensive_bool_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6673847Z test_comprehensive_bool_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6674419Z test_comprehensive_bool_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6674996Z test_comprehensive_bool_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6675585Z test_comprehensive_bool_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6676157Z test_comprehensive_bool_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6676716Z test_comprehensive_bool_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6677326Z test_comprehensive_broadcast_shapes_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6677982Z test_comprehensive_broadcast_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6678621Z test_comprehensive_broadcast_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6679263Z test_comprehensive_broadcast_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6679933Z test_comprehensive_broadcast_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6680576Z test_comprehensive_broadcast_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6681220Z test_comprehensive_broadcast_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6681842Z test_comprehensive_broadcast_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6682481Z test_comprehensive_broadcast_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6683111Z test_comprehensive_broadcast_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6683837Z test_comprehensive_broadcast_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6684482Z test_comprehensive_broadcast_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6685121Z test_comprehensive_broadcast_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6685743Z test_comprehensive_broadcast_to_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6686344Z test_comprehensive_broadcast_to_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6686961Z test_comprehensive_broadcast_to_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6687598Z test_comprehensive_broadcast_to_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6688238Z test_comprehensive_broadcast_to_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6688852Z test_comprehensive_broadcast_to_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6689582Z test_comprehensive_broadcast_to_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6690199Z test_comprehensive_broadcast_to_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6690805Z test_comprehensive_broadcast_to_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6691396Z test_comprehensive_broadcast_to_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6692012Z test_comprehensive_broadcast_to_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6692621Z test_comprehensive_broadcast_to_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6693228Z test_comprehensive_bucketize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6693842Z test_comprehensive_bucketize_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6694455Z test_comprehensive_bucketize_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6695063Z test_comprehensive_bucketize_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6695659Z test_comprehensive_bucketize_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6696256Z test_comprehensive_bucketize_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6696996Z test_comprehensive_bucketize_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6697602Z test_comprehensive_bucketize_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6698187Z test_comprehensive_bucketize_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6698796Z test_comprehensive_byte_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6699389Z test_comprehensive_byte_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6699978Z test_comprehensive_byte_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6700563Z test_comprehensive_byte_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6701164Z test_comprehensive_byte_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6701862Z test_comprehensive_byte_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6702589Z test_comprehensive_byte_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6703186Z test_comprehensive_byte_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6703776Z test_comprehensive_byte_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6704349Z test_comprehensive_byte_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6704909Z test_comprehensive_byte_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6705497Z test_comprehensive_byte_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6706108Z test_comprehensive_cartesian_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6706737Z test_comprehensive_cartesian_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6707369Z test_comprehensive_cartesian_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6708187Z test_comprehensive_cartesian_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6708838Z test_comprehensive_cartesian_prod_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6709450Z test_comprehensive_cartesian_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6710090Z test_comprehensive_cartesian_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6710720Z test_comprehensive_cartesian_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6711350Z test_comprehensive_cartesian_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6711964Z test_comprehensive_cartesian_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6712591Z test_comprehensive_cartesian_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6713230Z test_comprehensive_cartesian_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6713842Z test_comprehensive_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6714421Z test_comprehensive_cat_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6715013Z test_comprehensive_cat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6715609Z test_comprehensive_cat_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6716203Z test_comprehensive_cat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6716791Z test_comprehensive_cat_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6717375Z test_comprehensive_cat_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6717969Z test_comprehensive_cat_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6718536Z test_comprehensive_cat_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6719116Z test_comprehensive_cat_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6719693Z test_comprehensive_cat_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6720275Z test_comprehensive_cat_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6720839Z test_comprehensive_cat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6721548Z test_comprehensive_cdist_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6722141Z test_comprehensive_cdist_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6722743Z test_comprehensive_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6723313Z test_comprehensive_ceil_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6723909Z test_comprehensive_ceil_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6724514Z test_comprehensive_ceil_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6725084Z test_comprehensive_ceil_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6725675Z test_comprehensive_ceil_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6726266Z test_comprehensive_ceil_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6726846Z test_comprehensive_ceil_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6727532Z test_comprehensive_chalf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6728127Z test_comprehensive_chalf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6728720Z test_comprehensive_chalf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6729327Z test_comprehensive_chalf_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6729920Z test_comprehensive_chalf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6730536Z test_comprehensive_chalf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6731139Z test_comprehensive_chalf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6731726Z test_comprehensive_chalf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6732313Z test_comprehensive_chalf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6732897Z test_comprehensive_chalf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6733470Z test_comprehensive_chalf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6734035Z test_comprehensive_chalf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6734627Z test_comprehensive_chalf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6735228Z test_comprehensive_char_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6735803Z test_comprehensive_char_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6736395Z test_comprehensive_char_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6737427Z test_comprehensive_char_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6737889Z test_comprehensive_char_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6738239Z test_comprehensive_char_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6738586Z test_comprehensive_char_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6738939Z test_comprehensive_char_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6739426Z test_comprehensive_char_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6739761Z test_comprehensive_char_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6740106Z test_comprehensive_char_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6740447Z test_comprehensive_char_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6740791Z test_comprehensive_char_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6741134Z test_comprehensive_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6741557Z test_comprehensive_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6741919Z test_comprehensive_cholesky_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6742281Z test_comprehensive_cholesky_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6742641Z test_comprehensive_cholesky_inverse_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6743081Z test_comprehensive_cholesky_inverse_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6743461Z test_comprehensive_cholesky_inverse_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6743819Z test_comprehensive_cholesky_inverse_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6744190Z test_comprehensive_cholesky_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6744564Z test_comprehensive_cholesky_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6744936Z test_comprehensive_cholesky_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6745290Z test_comprehensive_cholesky_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6745644Z test_comprehensive_chunk_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6745994Z test_comprehensive_chunk_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6746345Z test_comprehensive_chunk_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6746687Z test_comprehensive_chunk_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6747040Z test_comprehensive_chunk_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6747390Z test_comprehensive_chunk_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6747735Z test_comprehensive_chunk_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6748054Z test_comprehensive_chunk_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6748408Z test_comprehensive_chunk_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6748748Z test_comprehensive_chunk_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6749074Z test_comprehensive_chunk_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6749413Z test_comprehensive_chunk_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6749755Z test_comprehensive_chunk_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6750106Z test_comprehensive_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.019s) 2022-12-01T10:30:57.6750483Z test_comprehensive_clamp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.019s) 2022-12-01T10:30:57.6750825Z test_comprehensive_clamp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6751170Z test_comprehensive_clamp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6751508Z test_comprehensive_clamp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6751833Z test_comprehensive_clamp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6752174Z test_comprehensive_clamp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6752515Z test_comprehensive_clamp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6752852Z test_comprehensive_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6753210Z test_comprehensive_clamp_max_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6753595Z test_comprehensive_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6753957Z test_comprehensive_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6754303Z test_comprehensive_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6754651Z test_comprehensive_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6755000Z test_comprehensive_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6755342Z test_comprehensive_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6755681Z test_comprehensive_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6756032Z test_comprehensive_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6756391Z test_comprehensive_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6756735Z test_comprehensive_clamp_min_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6757086Z test_comprehensive_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6757444Z test_comprehensive_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6757793Z test_comprehensive_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6758135Z test_comprehensive_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6758481Z test_comprehensive_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6758827Z test_comprehensive_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6759176Z test_comprehensive_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6759515Z test_comprehensive_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6759863Z test_comprehensive_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6760205Z test_comprehensive_clone_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6760555Z test_comprehensive_clone_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6760895Z test_comprehensive_clone_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6761280Z test_comprehensive_clone_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6761633Z test_comprehensive_clone_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6761971Z test_comprehensive_clone_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6762307Z test_comprehensive_clone_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6762650Z test_comprehensive_clone_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6762991Z test_comprehensive_clone_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6763313Z test_comprehensive_clone_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6763651Z test_comprehensive_clone_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6763993Z test_comprehensive_clone_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6764379Z test_comprehensive_column_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6764731Z test_comprehensive_column_stack_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6765097Z test_comprehensive_column_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6765466Z test_comprehensive_column_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6765819Z test_comprehensive_column_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6766182Z test_comprehensive_column_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6766542Z test_comprehensive_column_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6766895Z test_comprehensive_column_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6767234Z test_comprehensive_column_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6767586Z test_comprehensive_column_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6767941Z test_comprehensive_column_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6768292Z test_comprehensive_column_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6768633Z test_comprehensive_column_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6768989Z test_comprehensive_combinations_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6769355Z test_comprehensive_combinations_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6769724Z test_comprehensive_combinations_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6770086Z test_comprehensive_combinations_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6770451Z test_comprehensive_combinations_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6770821Z test_comprehensive_combinations_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6771178Z test_comprehensive_combinations_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6771520Z test_comprehensive_combinations_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6771916Z test_comprehensive_combinations_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6772273Z test_comprehensive_combinations_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6772621Z test_comprehensive_combinations_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6772980Z test_comprehensive_combinations_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6773335Z test_comprehensive_complex_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6773692Z test_comprehensive_complex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6774027Z test_comprehensive_complex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6774378Z test_comprehensive_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6774723Z test_comprehensive_conj_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6775099Z test_comprehensive_conj_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6775438Z test_comprehensive_conj_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6775787Z test_comprehensive_conj_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6776132Z test_comprehensive_conj_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6776461Z test_comprehensive_conj_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6776967Z test_comprehensive_conj_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6777314Z test_comprehensive_conj_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6777658Z test_comprehensive_conj_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6777985Z test_comprehensive_conj_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6778322Z test_comprehensive_conj_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6778664Z test_comprehensive_conj_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6779023Z test_comprehensive_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6779377Z test_comprehensive_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6779746Z test_comprehensive_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6780127Z test_comprehensive_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6780499Z test_comprehensive_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6780854Z test_comprehensive_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6781215Z test_comprehensive_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6781664Z test_comprehensive_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6782011Z test_comprehensive_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6782369Z test_comprehensive_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6782728Z test_comprehensive_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6783157Z test_comprehensive_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6783506Z test_comprehensive_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6783875Z test_comprehensive_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6784240Z test_comprehensive_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6784613Z test_comprehensive_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6784975Z test_comprehensive_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6785345Z test_comprehensive_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6785721Z test_comprehensive_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6786085Z test_comprehensive_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6786480Z test_comprehensive_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6786846Z test_comprehensive_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6787203Z test_comprehensive_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6787550Z test_comprehensive_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6787916Z test_comprehensive_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6788281Z test_comprehensive_contiguous_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6788634Z test_comprehensive_contiguous_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6788986Z test_comprehensive_contiguous_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6789352Z test_comprehensive_contiguous_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6789715Z test_comprehensive_contiguous_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6790076Z test_comprehensive_contiguous_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6790421Z test_comprehensive_contiguous_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6790776Z test_comprehensive_contiguous_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6791132Z test_comprehensive_contiguous_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6791488Z test_comprehensive_contiguous_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6791827Z test_comprehensive_contiguous_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6792178Z test_comprehensive_contiguous_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6792535Z test_comprehensive_contiguous_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6792876Z test_comprehensive_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6793233Z test_comprehensive_copysign_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6793621Z test_comprehensive_copysign_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6793977Z test_comprehensive_copysign_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6794319Z test_comprehensive_copysign_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6794670Z test_comprehensive_copysign_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6795018Z test_comprehensive_copysign_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6795367Z test_comprehensive_copysign_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6795703Z test_comprehensive_copysign_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6796049Z test_comprehensive_copysign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6796408Z test_comprehensive_corrcoef_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6796766Z test_comprehensive_corrcoef_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6797168Z test_comprehensive_corrcoef_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6797525Z test_comprehensive_corrcoef_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6797883Z test_comprehensive_corrcoef_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6798220Z test_comprehensive_corrcoef_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6798566Z test_comprehensive_corrcoef_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6798911Z test_comprehensive_corrcoef_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6799259Z test_comprehensive_corrcoef_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6799595Z test_comprehensive_corrcoef_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6799946Z test_comprehensive_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6800288Z test_comprehensive_cos_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6800630Z test_comprehensive_cos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6800962Z test_comprehensive_cos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6801306Z test_comprehensive_cos_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6801650Z test_comprehensive_cos_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6801979Z test_comprehensive_cos_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6802318Z test_comprehensive_cos_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6802657Z test_comprehensive_cos_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6802996Z test_comprehensive_cos_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6803319Z test_comprehensive_cos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6803664Z test_comprehensive_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6804008Z test_comprehensive_cosh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6804355Z test_comprehensive_cosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6804734Z test_comprehensive_cosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6805086Z test_comprehensive_cosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6805430Z test_comprehensive_cosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6805755Z test_comprehensive_cosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6806092Z test_comprehensive_cosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6806427Z test_comprehensive_cosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6806768Z test_comprehensive_cosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6807095Z test_comprehensive_cosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6807454Z test_comprehensive_count_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6807855Z test_comprehensive_count_nonzero_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6808227Z test_comprehensive_count_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6808584Z test_comprehensive_count_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6808948Z test_comprehensive_count_nonzero_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6809312Z test_comprehensive_count_nonzero_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6809671Z test_comprehensive_count_nonzero_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6810016Z test_comprehensive_count_nonzero_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6810369Z test_comprehensive_count_nonzero_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6810722Z test_comprehensive_count_nonzero_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6811057Z test_comprehensive_count_nonzero_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:30:57.6811408Z test_comprehensive_count_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6811761Z test_comprehensive_cov_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6812110Z test_comprehensive_cov_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6812446Z test_comprehensive_cov_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6812791Z test_comprehensive_cov_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6813130Z test_comprehensive_cov_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6813472Z test_comprehensive_cov_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6813797Z test_comprehensive_cov_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6814129Z test_comprehensive_cov_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6814463Z test_comprehensive_cov_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6814785Z test_comprehensive_cov_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6815125Z test_comprehensive_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6815515Z test_comprehensive_cross_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6815872Z test_comprehensive_cross_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6816209Z test_comprehensive_cross_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6816551Z test_comprehensive_cross_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:30:57.6817022Z test_comprehensive_cross_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6817395Z test_comprehensive_cross_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6817720Z test_comprehensive_cross_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6818063Z test_comprehensive_cross_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6818408Z test_comprehensive_cross_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6818808Z test_comprehensive_cummax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6819155Z test_comprehensive_cummax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6819500Z test_comprehensive_cummax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6819847Z test_comprehensive_cummax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6820180Z test_comprehensive_cummax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6820522Z test_comprehensive_cummax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6820861Z test_comprehensive_cummax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6821203Z test_comprehensive_cummax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6821616Z test_comprehensive_cummax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6821961Z test_comprehensive_cummin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6822309Z test_comprehensive_cummin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6822656Z test_comprehensive_cummin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6822984Z test_comprehensive_cummin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6823330Z test_comprehensive_cummin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6823675Z test_comprehensive_cummin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6824005Z test_comprehensive_cummin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6824345Z test_comprehensive_cummin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6824688Z test_comprehensive_cummin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6825038Z test_comprehensive_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6825384Z test_comprehensive_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6825744Z test_comprehensive_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6826101Z test_comprehensive_cumprod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6826496Z test_comprehensive_cumprod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6826833Z test_comprehensive_cumprod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6827180Z test_comprehensive_cumprod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6827520Z test_comprehensive_cumprod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6827850Z test_comprehensive_cumprod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6828195Z test_comprehensive_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6828543Z test_comprehensive_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6828897Z test_comprehensive_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6829241Z test_comprehensive_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6829623Z test_comprehensive_cumsum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6829969Z test_comprehensive_cumsum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6830316Z test_comprehensive_cumsum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6830645Z test_comprehensive_cumsum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6830982Z test_comprehensive_cumsum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6831324Z test_comprehensive_cumsum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6831655Z test_comprehensive_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6832019Z test_comprehensive_cumulative_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6832411Z test_comprehensive_cumulative_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6832797Z test_comprehensive_cumulative_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6833166Z test_comprehensive_cumulative_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6833542Z test_comprehensive_cumulative_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6833919Z test_comprehensive_cumulative_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6834291Z test_comprehensive_cumulative_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6834658Z test_comprehensive_cumulative_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6835034Z test_comprehensive_cumulative_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6835412Z test_comprehensive_cumulative_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6835776Z test_comprehensive_deg2rad_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6836112Z test_comprehensive_deg2rad_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6836461Z test_comprehensive_deg2rad_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6836813Z test_comprehensive_deg2rad_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6837201Z test_comprehensive_deg2rad_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6837537Z test_comprehensive_deg2rad_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6837886Z test_comprehensive_deg2rad_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6838221Z test_comprehensive_deg2rad_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6838547Z test_comprehensive_deg2rad_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6838892Z test_comprehensive_deg2rad_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6839238Z test_comprehensive_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6839579Z test_comprehensive_diag_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6839918Z test_comprehensive_diag_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6840269Z test_comprehensive_diag_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6840669Z test_comprehensive_diag_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6841016Z test_comprehensive_diag_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6841348Z test_comprehensive_diag_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6841685Z test_comprehensive_diag_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6842022Z test_comprehensive_diag_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6842343Z test_comprehensive_diag_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6842684Z test_comprehensive_diag_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6843035Z test_comprehensive_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6843396Z test_comprehensive_diag_embed_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6843742Z test_comprehensive_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6844108Z test_comprehensive_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6844475Z test_comprehensive_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6844832Z test_comprehensive_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6845179Z test_comprehensive_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6845534Z test_comprehensive_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6845889Z test_comprehensive_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6846246Z test_comprehensive_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6846580Z test_comprehensive_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6846931Z test_comprehensive_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6847282Z test_comprehensive_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6847625Z test_comprehensive_diagflat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6848022Z test_comprehensive_diagflat_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6848381Z test_comprehensive_diagflat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6848747Z test_comprehensive_diagflat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6849091Z test_comprehensive_diagflat_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6849447Z test_comprehensive_diagflat_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6849800Z test_comprehensive_diagflat_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6850151Z test_comprehensive_diagflat_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6850487Z test_comprehensive_diagflat_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6850843Z test_comprehensive_diagflat_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6851228Z test_comprehensive_diagflat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6851571Z test_comprehensive_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6851922Z test_comprehensive_diagonal_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6852279Z test_comprehensive_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6852644Z test_comprehensive_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6852991Z test_comprehensive_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6853353Z test_comprehensive_diagonal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6853707Z test_comprehensive_diagonal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6854060Z test_comprehensive_diagonal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6854398Z test_comprehensive_diagonal_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6854745Z test_comprehensive_diagonal_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6855087Z test_comprehensive_diagonal_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6855434Z test_comprehensive_diagonal_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6855768Z test_comprehensive_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6856131Z test_comprehensive_diagonal_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6856502Z test_comprehensive_diagonal_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6856988Z test_comprehensive_diagonal_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6857362Z test_comprehensive_diagonal_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6857731Z test_comprehensive_diagonal_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6857907Z test_comprehensive_diagonal_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6858081Z test_comprehensive_diagonal_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6858321Z test_comprehensive_diagonal_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6858496Z test_comprehensive_diagonal_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6858655Z test_comprehensive_diagonal_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6858823Z test_comprehensive_diff_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6858983Z test_comprehensive_diff_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6859151Z test_comprehensive_diff_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6859317Z test_comprehensive_diff_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6859483Z test_comprehensive_diff_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6859646Z test_comprehensive_diff_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6859808Z test_comprehensive_diff_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6859996Z test_comprehensive_diff_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6860152Z test_comprehensive_diff_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6860306Z test_comprehensive_diff_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6860465Z test_comprehensive_diff_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6860626Z test_comprehensive_diff_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6860797Z test_comprehensive_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6860966Z test_comprehensive_digamma_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6861137Z test_comprehensive_digamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6861299Z test_comprehensive_digamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6861524Z test_comprehensive_digamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6861684Z test_comprehensive_digamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6861839Z test_comprehensive_digamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6862001Z test_comprehensive_digamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6862165Z test_comprehensive_digamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6862328Z test_comprehensive_dist_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6862495Z test_comprehensive_dist_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6862660Z test_comprehensive_dist_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6862823Z test_comprehensive_dist_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6862970Z test_comprehensive_dist_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6863126Z test_comprehensive_dist_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6863304Z test_comprehensive_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6863534Z test_comprehensive_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6863708Z test_comprehensive_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6863889Z test_comprehensive_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6864065Z test_comprehensive_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6864242Z test_comprehensive_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6864418Z test_comprehensive_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6864593Z test_comprehensive_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6864756Z test_comprehensive_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6864940Z test_comprehensive_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6865165Z test_comprehensive_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6865352Z test_comprehensive_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6865536Z test_comprehensive_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6865716Z test_comprehensive_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6865892Z test_comprehensive_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6866072Z test_comprehensive_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6866247Z test_comprehensive_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6866406Z test_comprehensive_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6866573Z test_comprehensive_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6866749Z test_comprehensive_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6866928Z test_comprehensive_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6867106Z test_comprehensive_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6867278Z test_comprehensive_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6867457Z test_comprehensive_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6867632Z test_comprehensive_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6867806Z test_comprehensive_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6867967Z test_comprehensive_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6868140Z test_comprehensive_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6868313Z test_comprehensive_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6868486Z test_comprehensive_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6868684Z test_comprehensive_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6868854Z test_comprehensive_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6869019Z test_comprehensive_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6869186Z test_comprehensive_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6869345Z test_comprehensive_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6869491Z test_comprehensive_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6869647Z test_comprehensive_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6869803Z test_comprehensive_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6869964Z test_comprehensive_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6870153Z test_comprehensive_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6870324Z test_comprehensive_double_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6870485Z test_comprehensive_double_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6870655Z test_comprehensive_double_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6870824Z test_comprehensive_double_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6870980Z test_comprehensive_double_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6871150Z test_comprehensive_double_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6871314Z test_comprehensive_double_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6871477Z test_comprehensive_double_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6871641Z test_comprehensive_double_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6871800Z test_comprehensive_double_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6871954Z test_comprehensive_double_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6872113Z test_comprehensive_double_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6872278Z test_comprehensive_double_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6872434Z test_comprehensive_dsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6872594Z test_comprehensive_dsplit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6872765Z test_comprehensive_dsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6872936Z test_comprehensive_dsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6873099Z test_comprehensive_dsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6873266Z test_comprehensive_dsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6873433Z test_comprehensive_dsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6873597Z test_comprehensive_dsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6873794Z test_comprehensive_dsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6873943Z test_comprehensive_dsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6874105Z test_comprehensive_dsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6874264Z test_comprehensive_dsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6874421Z test_comprehensive_dsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6874587Z test_comprehensive_dstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6874747Z test_comprehensive_dstack_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6874916Z test_comprehensive_dstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6875087Z test_comprehensive_dstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6875259Z test_comprehensive_dstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6875445Z test_comprehensive_dstack_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6875611Z test_comprehensive_dstack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6875775Z test_comprehensive_dstack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6875936Z test_comprehensive_dstack_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6876095Z test_comprehensive_dstack_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6876257Z test_comprehensive_dstack_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6876419Z test_comprehensive_dstack_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6876583Z test_comprehensive_dstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6876749Z test_comprehensive_einsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6876906Z test_comprehensive_einsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6877075Z test_comprehensive_einsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6877240Z test_comprehensive_einsum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6877401Z test_comprehensive_einsum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6877564Z test_comprehensive_einsum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6877722Z test_comprehensive_einsum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6877886Z test_comprehensive_einsum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6878048Z test_comprehensive_einsum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6878206Z test_comprehensive_einsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6878357Z test_comprehensive_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6878519Z test_comprehensive_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6878689Z test_comprehensive_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6878889Z test_comprehensive_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6879056Z test_comprehensive_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6879226Z test_comprehensive_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6879386Z test_comprehensive_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6879549Z test_comprehensive_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6879709Z test_comprehensive_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6879855Z test_comprehensive_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6880010Z test_comprehensive_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6880174Z test_comprehensive_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6880334Z test_comprehensive_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6880537Z test_comprehensive_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6880706Z test_comprehensive_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6880878Z test_comprehensive_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6881052Z test_comprehensive_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6881225Z test_comprehensive_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6881385Z test_comprehensive_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6881554Z test_comprehensive_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6881723Z test_comprehensive_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6881890Z test_comprehensive_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6882053Z test_comprehensive_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6882219Z test_comprehensive_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6882384Z test_comprehensive_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6882550Z test_comprehensive_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6882714Z test_comprehensive_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6882859Z test_comprehensive_eq_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6883026Z test_comprehensive_eq_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6883188Z test_comprehensive_eq_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6883347Z test_comprehensive_eq_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6883507Z test_comprehensive_eq_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6883667Z test_comprehensive_eq_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6883822Z test_comprehensive_eq_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6884024Z test_comprehensive_eq_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6884169Z test_comprehensive_eq_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6884331Z test_comprehensive_eq_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6884488Z test_comprehensive_eq_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6884645Z test_comprehensive_eq_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6884812Z test_comprehensive_equal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6884975Z test_comprehensive_equal_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6885146Z test_comprehensive_equal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6885318Z test_comprehensive_equal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6885483Z test_comprehensive_equal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6885664Z test_comprehensive_equal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6885824Z test_comprehensive_equal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6885984Z test_comprehensive_equal_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6886146Z test_comprehensive_equal_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6886303Z test_comprehensive_equal_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6886463Z test_comprehensive_equal_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6886621Z test_comprehensive_equal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6886785Z test_comprehensive_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6886947Z test_comprehensive_erf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6887096Z test_comprehensive_erf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6887255Z test_comprehensive_erf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6887413Z test_comprehensive_erf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6887570Z test_comprehensive_erf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6887727Z test_comprehensive_erf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6887890Z test_comprehensive_erf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6888049Z test_comprehensive_erf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6888218Z test_comprehensive_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6888375Z test_comprehensive_erfc_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6888525Z test_comprehensive_erfc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6888684Z test_comprehensive_erfc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6888841Z test_comprehensive_erfc_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6888996Z test_comprehensive_erfc_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6889185Z test_comprehensive_erfc_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6889344Z test_comprehensive_erfc_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6889505Z test_comprehensive_erfc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6889675Z test_comprehensive_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6889837Z test_comprehensive_erfinv_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6889991Z test_comprehensive_erfinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6890154Z test_comprehensive_erfinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6890315Z test_comprehensive_erfinv_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6890478Z test_comprehensive_erfinv_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6890634Z test_comprehensive_erfinv_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6890827Z test_comprehensive_erfinv_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6890991Z test_comprehensive_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6891156Z test_comprehensive_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6891316Z test_comprehensive_exp2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6891466Z test_comprehensive_exp2_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6891624Z test_comprehensive_exp2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6891787Z test_comprehensive_exp2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6891948Z test_comprehensive_exp2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6892103Z test_comprehensive_exp2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6892254Z test_comprehensive_exp2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6892410Z test_comprehensive_exp2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6892569Z test_comprehensive_exp2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6892718Z test_comprehensive_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6892876Z test_comprehensive_exp_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6893043Z test_comprehensive_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6893207Z test_comprehensive_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6893375Z test_comprehensive_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6893533Z test_comprehensive_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6893689Z test_comprehensive_exp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6893848Z test_comprehensive_exp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6894004Z test_comprehensive_exp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6894148Z test_comprehensive_exp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6894343Z test_comprehensive_exp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6894516Z test_comprehensive_expand_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6894686Z test_comprehensive_expand_as_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6894864Z test_comprehensive_expand_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6895038Z test_comprehensive_expand_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6895207Z test_comprehensive_expand_as_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6895377Z test_comprehensive_expand_as_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6895548Z test_comprehensive_expand_as_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6895703Z test_comprehensive_expand_as_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6895896Z test_comprehensive_expand_as_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6896062Z test_comprehensive_expand_as_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6896227Z test_comprehensive_expand_as_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6896393Z test_comprehensive_expand_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6896556Z test_comprehensive_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6896719Z test_comprehensive_expand_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6897012Z test_comprehensive_expand_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6897184Z test_comprehensive_expand_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6897339Z test_comprehensive_expand_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6897506Z test_comprehensive_expand_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6897667Z test_comprehensive_expand_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6897832Z test_comprehensive_expand_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6897991Z test_comprehensive_expand_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6898146Z test_comprehensive_expand_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6898309Z test_comprehensive_expand_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6898473Z test_comprehensive_expand_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6898638Z test_comprehensive_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6898786Z test_comprehensive_expm1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6898951Z test_comprehensive_expm1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6899109Z test_comprehensive_expm1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6899269Z test_comprehensive_expm1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6899423Z test_comprehensive_expm1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6899641Z test_comprehensive_expm1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6899801Z test_comprehensive_expm1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6899959Z test_comprehensive_expm1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6900119Z test_comprehensive_eye_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6900273Z test_comprehensive_eye_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6900437Z test_comprehensive_eye_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6900600Z test_comprehensive_eye_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6900758Z test_comprehensive_eye_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6900920Z test_comprehensive_eye_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6901081Z test_comprehensive_eye_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6901291Z test_comprehensive_eye_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6901518Z test_comprehensive_eye_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6901679Z test_comprehensive_eye_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6901821Z test_comprehensive_eye_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6901985Z test_comprehensive_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6902159Z test_comprehensive_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6902332Z test_comprehensive_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6902502Z test_comprehensive_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6902665Z test_comprehensive_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6902829Z test_comprehensive_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6902990Z test_comprehensive_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6903155Z test_comprehensive_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6903304Z test_comprehensive_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6903467Z test_comprehensive_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6903630Z test_comprehensive_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6903802Z test_comprehensive_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6903971Z test_comprehensive_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6904137Z test_comprehensive_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6904300Z test_comprehensive_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6904461Z test_comprehensive_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6904619Z test_comprehensive_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6904805Z test_comprehensive_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6904967Z test_comprehensive_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6905132Z test_comprehensive_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6905290Z test_comprehensive_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6905460Z test_comprehensive_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6905632Z test_comprehensive_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6905799Z test_comprehensive_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6905963Z test_comprehensive_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6906128Z test_comprehensive_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6906278Z test_comprehensive_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6906473Z test_comprehensive_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6906635Z test_comprehensive_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6906796Z test_comprehensive_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6906970Z test_comprehensive_fft_fftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6907139Z test_comprehensive_fft_fftshift_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6907318Z test_comprehensive_fft_fftshift_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6907496Z test_comprehensive_fft_fftshift_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6907671Z test_comprehensive_fft_fftshift_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6907830Z test_comprehensive_fft_fftshift_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6908002Z test_comprehensive_fft_fftshift_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6908172Z test_comprehensive_fft_fftshift_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6908338Z test_comprehensive_fft_fftshift_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6908506Z test_comprehensive_fft_fftshift_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6908672Z test_comprehensive_fft_fftshift_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6908840Z test_comprehensive_fft_fftshift_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6909008Z test_comprehensive_fft_fftshift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6909174Z test_comprehensive_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6909333Z test_comprehensive_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6909503Z test_comprehensive_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6909672Z test_comprehensive_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6909871Z test_comprehensive_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6910035Z test_comprehensive_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6910202Z test_comprehensive_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6910365Z test_comprehensive_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6910528Z test_comprehensive_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6910692Z test_comprehensive_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6910841Z test_comprehensive_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6911013Z test_comprehensive_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6911182Z test_comprehensive_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6911345Z test_comprehensive_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6911538Z test_comprehensive_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6911705Z test_comprehensive_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6911867Z test_comprehensive_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6912029Z test_comprehensive_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6912191Z test_comprehensive_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6912339Z test_comprehensive_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6912506Z test_comprehensive_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6912679Z test_comprehensive_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6912852Z test_comprehensive_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6913019Z test_comprehensive_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6913181Z test_comprehensive_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6913343Z test_comprehensive_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6913505Z test_comprehensive_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6913670Z test_comprehensive_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6913819Z test_comprehensive_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6913984Z test_comprehensive_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6914147Z test_comprehensive_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6914317Z test_comprehensive_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:30:57.6914488Z test_comprehensive_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6914651Z test_comprehensive_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6914819Z test_comprehensive_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6915022Z test_comprehensive_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6915187Z test_comprehensive_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6915337Z test_comprehensive_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6915498Z test_comprehensive_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6915660Z test_comprehensive_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6915824Z test_comprehensive_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6915994Z test_comprehensive_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6916165Z test_comprehensive_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6916332Z test_comprehensive_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6916530Z test_comprehensive_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6916694Z test_comprehensive_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6916843Z test_comprehensive_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6917004Z test_comprehensive_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6917164Z test_comprehensive_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6917326Z test_comprehensive_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6917491Z test_comprehensive_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6917664Z test_comprehensive_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6917835Z test_comprehensive_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6918003Z test_comprehensive_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6918170Z test_comprehensive_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6918321Z test_comprehensive_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6918482Z test_comprehensive_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6918640Z test_comprehensive_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6918806Z test_comprehensive_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6918969Z test_comprehensive_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6919146Z test_comprehensive_fft_ifftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6919318Z test_comprehensive_fft_ifftshift_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6919495Z test_comprehensive_fft_ifftshift_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6919668Z test_comprehensive_fft_ifftshift_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6919831Z test_comprehensive_fft_ifftshift_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6920003Z test_comprehensive_fft_ifftshift_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6920209Z test_comprehensive_fft_ifftshift_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6920381Z test_comprehensive_fft_ifftshift_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6920550Z test_comprehensive_fft_ifftshift_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6920721Z test_comprehensive_fft_ifftshift_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6920886Z test_comprehensive_fft_ifftshift_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6921054Z test_comprehensive_fft_ifftshift_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6921222Z test_comprehensive_fft_ifftshift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6921377Z test_comprehensive_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6921549Z test_comprehensive_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6921743Z test_comprehensive_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6921910Z test_comprehensive_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6922075Z test_comprehensive_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6922241Z test_comprehensive_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6922407Z test_comprehensive_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6922571Z test_comprehensive_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6922739Z test_comprehensive_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6922896Z test_comprehensive_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6923062Z test_comprehensive_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6923227Z test_comprehensive_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6923387Z test_comprehensive_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6923548Z test_comprehensive_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6923714Z test_comprehensive_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6923879Z test_comprehensive_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6924039Z test_comprehensive_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6924210Z test_comprehensive_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6924364Z test_comprehensive_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6924531Z test_comprehensive_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6924697Z test_comprehensive_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6924861Z test_comprehensive_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6925024Z test_comprehensive_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6925225Z test_comprehensive_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6925386Z test_comprehensive_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6925562Z test_comprehensive_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6925733Z test_comprehensive_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6925887Z test_comprehensive_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6926052Z test_comprehensive_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6926214Z test_comprehensive_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6926382Z test_comprehensive_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6926544Z test_comprehensive_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6926737Z test_comprehensive_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6926903Z test_comprehensive_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6927067Z test_comprehensive_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6927239Z test_comprehensive_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6927396Z test_comprehensive_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6927565Z test_comprehensive_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6927736Z test_comprehensive_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6927898Z test_comprehensive_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6928065Z test_comprehensive_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6928226Z test_comprehensive_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6928386Z test_comprehensive_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6928550Z test_comprehensive_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6928714Z test_comprehensive_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6928873Z test_comprehensive_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6929047Z test_comprehensive_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6929217Z test_comprehensive_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6929383Z test_comprehensive_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6929549Z test_comprehensive_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6929714Z test_comprehensive_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6929876Z test_comprehensive_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6930040Z test_comprehensive_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6930239Z test_comprehensive_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6930390Z test_comprehensive_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6930560Z test_comprehensive_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6930726Z test_comprehensive_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6930886Z test_comprehensive_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6931047Z test_comprehensive_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6931207Z test_comprehensive_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6931367Z test_comprehensive_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6931527Z test_comprehensive_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6931691Z test_comprehensive_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6931876Z test_comprehensive_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6932042Z test_comprehensive_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6932206Z test_comprehensive_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6932365Z test_comprehensive_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6932524Z test_comprehensive_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6932684Z test_comprehensive_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6932848Z test_comprehensive_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6933014Z test_comprehensive_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6933180Z test_comprehensive_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6933333Z test_comprehensive_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6933494Z test_comprehensive_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6933657Z test_comprehensive_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6933818Z test_comprehensive_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6933982Z test_comprehensive_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6934146Z test_comprehensive_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6934312Z test_comprehensive_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6934471Z test_comprehensive_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6934635Z test_comprehensive_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6934786Z test_comprehensive_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6934950Z test_comprehensive_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6935112Z test_comprehensive_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6935308Z test_comprehensive_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6935464Z test_comprehensive_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6935627Z test_comprehensive_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6935785Z test_comprehensive_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6935940Z test_comprehensive_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6936096Z test_comprehensive_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6936244Z test_comprehensive_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6936411Z test_comprehensive_flatten_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6936579Z test_comprehensive_flatten_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6936754Z test_comprehensive_flatten_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6937102Z test_comprehensive_flatten_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6937275Z test_comprehensive_flatten_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6937444Z test_comprehensive_flatten_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6937612Z test_comprehensive_flatten_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6937777Z test_comprehensive_flatten_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6937930Z test_comprehensive_flatten_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6938092Z test_comprehensive_flatten_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6938252Z test_comprehensive_flatten_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6938420Z test_comprehensive_flatten_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6938580Z test_comprehensive_flatten_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6938738Z test_comprehensive_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6938900Z test_comprehensive_flip_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6939066Z test_comprehensive_flip_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6939232Z test_comprehensive_flip_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6939383Z test_comprehensive_flip_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6939542Z test_comprehensive_flip_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6939699Z test_comprehensive_flip_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6939861Z test_comprehensive_flip_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6940018Z test_comprehensive_flip_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6940176Z test_comprehensive_flip_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6940336Z test_comprehensive_flip_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6940498Z test_comprehensive_flip_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6940707Z test_comprehensive_fliplr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6940861Z test_comprehensive_fliplr_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6941032Z test_comprehensive_fliplr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6941200Z test_comprehensive_fliplr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6941440Z test_comprehensive_fliplr_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6941606Z test_comprehensive_fliplr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6941770Z test_comprehensive_fliplr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6941937Z test_comprehensive_fliplr_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6942100Z test_comprehensive_fliplr_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6942297Z test_comprehensive_fliplr_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6942448Z test_comprehensive_fliplr_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6942608Z test_comprehensive_fliplr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6942772Z test_comprehensive_flipud_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6942934Z test_comprehensive_flipud_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6943104Z test_comprehensive_flipud_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6943277Z test_comprehensive_flipud_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6943443Z test_comprehensive_flipud_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6943610Z test_comprehensive_flipud_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6943761Z test_comprehensive_flipud_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6943924Z test_comprehensive_flipud_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6944085Z test_comprehensive_flipud_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6944243Z test_comprehensive_flipud_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6944403Z test_comprehensive_flipud_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6944563Z test_comprehensive_flipud_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6944728Z test_comprehensive_float_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6944890Z test_comprehensive_float_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6945060Z test_comprehensive_float_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6945215Z test_comprehensive_float_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6945380Z test_comprehensive_float_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6945545Z test_comprehensive_float_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6945709Z test_comprehensive_float_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6945902Z test_comprehensive_float_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6946062Z test_comprehensive_float_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6946218Z test_comprehensive_float_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6946374Z test_comprehensive_float_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6946535Z test_comprehensive_float_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6946682Z test_comprehensive_float_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6946855Z test_comprehensive_float_power_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6947022Z test_comprehensive_float_power_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6947201Z test_comprehensive_float_power_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6947404Z test_comprehensive_float_power_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6947578Z test_comprehensive_float_power_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6947749Z test_comprehensive_float_power_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6947914Z test_comprehensive_float_power_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6948080Z test_comprehensive_float_power_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6948229Z test_comprehensive_float_power_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6948401Z test_comprehensive_float_power_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6948567Z test_comprehensive_float_power_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6948736Z test_comprehensive_float_power_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6948903Z test_comprehensive_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6949065Z test_comprehensive_floor_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6949224Z test_comprehensive_floor_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6949383Z test_comprehensive_floor_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6949538Z test_comprehensive_floor_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6949681Z test_comprehensive_floor_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6949841Z test_comprehensive_floor_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6950002Z test_comprehensive_floor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6950177Z test_comprehensive_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6950350Z test_comprehensive_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6950522Z test_comprehensive_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6950692Z test_comprehensive_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6950901Z test_comprehensive_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6951068Z test_comprehensive_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6951222Z test_comprehensive_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6951390Z test_comprehensive_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6951555Z test_comprehensive_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6951719Z test_comprehensive_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6951878Z test_comprehensive_fmax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6952044Z test_comprehensive_fmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6952206Z test_comprehensive_fmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6952368Z test_comprehensive_fmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6952557Z test_comprehensive_fmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6952701Z test_comprehensive_fmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6952855Z test_comprehensive_fmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6953011Z test_comprehensive_fmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6953170Z test_comprehensive_fmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6953332Z test_comprehensive_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6953493Z test_comprehensive_fmin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6953655Z test_comprehensive_fmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6953815Z test_comprehensive_fmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6953975Z test_comprehensive_fmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6954119Z test_comprehensive_fmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6954272Z test_comprehensive_fmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6954421Z test_comprehensive_fmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6954577Z test_comprehensive_fmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6954738Z test_comprehensive_fmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6954899Z test_comprehensive_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6955063Z test_comprehensive_fmod_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6955222Z test_comprehensive_fmod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6955377Z test_comprehensive_fmod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6955525Z test_comprehensive_fmod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6955681Z test_comprehensive_fmod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6955834Z test_comprehensive_fmod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6956030Z test_comprehensive_fmod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6956187Z test_comprehensive_fmod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6956353Z test_comprehensive_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6956516Z test_comprehensive_frac_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6956678Z test_comprehensive_frac_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6956832Z test_comprehensive_frac_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6956985Z test_comprehensive_frexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6957146Z test_comprehensive_frexp_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6957306Z test_comprehensive_frexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6957460Z test_comprehensive_frexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6957658Z test_comprehensive_full_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6957827Z test_comprehensive_full_like_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6958001Z test_comprehensive_full_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6958173Z test_comprehensive_full_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6958341Z test_comprehensive_full_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6958494Z test_comprehensive_full_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6958663Z test_comprehensive_full_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6958830Z test_comprehensive_full_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6958994Z test_comprehensive_full_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6959159Z test_comprehensive_full_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6959322Z test_comprehensive_full_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6959487Z test_comprehensive_full_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6959652Z test_comprehensive_gather_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6959817Z test_comprehensive_gather_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6959975Z test_comprehensive_gather_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6960147Z test_comprehensive_gather_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6960312Z test_comprehensive_gather_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6960471Z test_comprehensive_gather_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6960635Z test_comprehensive_gather_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6960798Z test_comprehensive_gather_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6960955Z test_comprehensive_gather_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6961148Z test_comprehensive_gather_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6961310Z test_comprehensive_gather_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6961462Z test_comprehensive_gather_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6961621Z test_comprehensive_gcd_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6961780Z test_comprehensive_gcd_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6961939Z test_comprehensive_gcd_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6962101Z test_comprehensive_gcd_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6962258Z test_comprehensive_gcd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6962424Z test_comprehensive_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6962583Z test_comprehensive_ge_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6962760Z test_comprehensive_ge_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6962918Z test_comprehensive_ge_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6963070Z test_comprehensive_ge_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6963225Z test_comprehensive_ge_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6963383Z test_comprehensive_ge_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6963539Z test_comprehensive_ge_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6963697Z test_comprehensive_ge_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6963852Z test_comprehensive_ge_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6964024Z test_comprehensive_geqrf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6964180Z test_comprehensive_geqrf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6964343Z test_comprehensive_geqrf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6964502Z test_comprehensive_geqrf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6964672Z test_comprehensive_gradient_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6964845Z test_comprehensive_gradient_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6965019Z test_comprehensive_gradient_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6965188Z test_comprehensive_gradient_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6965363Z test_comprehensive_gradient_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6965532Z test_comprehensive_gradient_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6965686Z test_comprehensive_gradient_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6965851Z test_comprehensive_gradient_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6966010Z test_comprehensive_gradient_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6966216Z test_comprehensive_gradient_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6966378Z test_comprehensive_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6966537Z test_comprehensive_gt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6966698Z test_comprehensive_gt_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6966859Z test_comprehensive_gt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6967015Z test_comprehensive_gt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6967161Z test_comprehensive_gt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6967319Z test_comprehensive_gt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6967478Z test_comprehensive_gt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6967637Z test_comprehensive_gt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6967823Z test_comprehensive_gt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6967991Z test_comprehensive_half_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6968149Z test_comprehensive_half_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6968316Z test_comprehensive_half_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6968480Z test_comprehensive_half_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6968631Z test_comprehensive_half_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6968792Z test_comprehensive_half_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6968948Z test_comprehensive_half_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6969110Z test_comprehensive_half_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6969272Z test_comprehensive_half_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6969428Z test_comprehensive_half_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6969584Z test_comprehensive_half_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6969743Z test_comprehensive_half_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6969916Z test_comprehensive_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6970072Z test_comprehensive_heaviside_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6970244Z test_comprehensive_heaviside_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6970418Z test_comprehensive_heaviside_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6970590Z test_comprehensive_heaviside_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6970755Z test_comprehensive_heaviside_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6970919Z test_comprehensive_heaviside_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6971073Z test_comprehensive_heaviside_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6971247Z test_comprehensive_heaviside_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6971452Z test_comprehensive_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6971614Z test_comprehensive_histc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6971778Z test_comprehensive_histc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6971934Z test_comprehensive_histc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6972103Z test_comprehensive_histogram_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6972271Z test_comprehensive_histogram_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6972447Z test_comprehensive_histogramdd_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6972610Z test_comprehensive_histogramdd_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6972778Z test_comprehensive_hsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6972979Z test_comprehensive_hsplit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6973147Z test_comprehensive_hsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6973315Z test_comprehensive_hsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6973479Z test_comprehensive_hsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6973642Z test_comprehensive_hsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6973807Z test_comprehensive_hsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6973974Z test_comprehensive_hsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6974125Z test_comprehensive_hsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6974291Z test_comprehensive_hsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6974449Z test_comprehensive_hsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6974607Z test_comprehensive_hsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6974769Z test_comprehensive_hsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6974935Z test_comprehensive_hstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6975097Z test_comprehensive_hstack_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6975269Z test_comprehensive_hstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6975436Z test_comprehensive_hstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6975590Z test_comprehensive_hstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6975758Z test_comprehensive_hstack_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6975921Z test_comprehensive_hstack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6976086Z test_comprehensive_hstack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6976248Z test_comprehensive_hstack_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6976411Z test_comprehensive_hstack_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6976609Z test_comprehensive_hstack_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6976881Z test_comprehensive_hstack_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6977045Z test_comprehensive_hstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6977197Z test_comprehensive_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6977365Z test_comprehensive_hypot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6977524Z test_comprehensive_hypot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6977683Z test_comprehensive_i0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6977847Z test_comprehensive_i0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6978009Z test_comprehensive_i0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6978172Z test_comprehensive_i0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6978382Z test_comprehensive_i0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6978540Z test_comprehensive_i0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6978682Z test_comprehensive_i0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6978841Z test_comprehensive_i0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6978995Z test_comprehensive_i0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6979163Z test_comprehensive_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6979329Z test_comprehensive_igamma_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6979507Z test_comprehensive_igamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6979675Z test_comprehensive_igamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6979842Z test_comprehensive_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6980007Z test_comprehensive_igammac_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6980163Z test_comprehensive_igammac_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6980332Z test_comprehensive_igammac_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6980497Z test_comprehensive_imag_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6980664Z test_comprehensive_imag_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6980832Z test_comprehensive_imag_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6981002Z test_comprehensive_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6981167Z test_comprehensive_index_add_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6986643Z test_comprehensive_index_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6986825Z test_comprehensive_index_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6986987Z test_comprehensive_index_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6987269Z test_comprehensive_index_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6987437Z test_comprehensive_index_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6987608Z test_comprehensive_index_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6987773Z test_comprehensive_index_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6987940Z test_comprehensive_index_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6988104Z test_comprehensive_index_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6988270Z test_comprehensive_index_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6988432Z test_comprehensive_index_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6988594Z test_comprehensive_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6988758Z test_comprehensive_index_copy_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6988970Z test_comprehensive_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6989148Z test_comprehensive_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6989317Z test_comprehensive_index_copy_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6989486Z test_comprehensive_index_copy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6989649Z test_comprehensive_index_copy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6989822Z test_comprehensive_index_copy_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6989987Z test_comprehensive_index_copy_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6990140Z test_comprehensive_index_copy_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6990302Z test_comprehensive_index_copy_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6990468Z test_comprehensive_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6990636Z test_comprehensive_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6990799Z test_comprehensive_index_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6990973Z test_comprehensive_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6991146Z test_comprehensive_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6991313Z test_comprehensive_index_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6991482Z test_comprehensive_index_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6991633Z test_comprehensive_index_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6991797Z test_comprehensive_index_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6991962Z test_comprehensive_index_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6992126Z test_comprehensive_index_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6992290Z test_comprehensive_index_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6992487Z test_comprehensive_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6992659Z test_comprehensive_index_put_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6992827Z test_comprehensive_index_put_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6993000Z test_comprehensive_index_put_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6993157Z test_comprehensive_index_put_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6993328Z test_comprehensive_index_put_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6993496Z test_comprehensive_index_put_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6993666Z test_comprehensive_index_put_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6993832Z test_comprehensive_index_put_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6994025Z test_comprehensive_index_put_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6994192Z test_comprehensive_index_put_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6994352Z test_comprehensive_index_put_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6994516Z test_comprehensive_index_put_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6994669Z test_comprehensive_index_put_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6994843Z test_comprehensive_index_reduce_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6995018Z test_comprehensive_index_reduce_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6995192Z test_comprehensive_index_reduce_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6995363Z test_comprehensive_index_reduce_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:30:57.6995532Z test_comprehensive_index_reduce_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6995701Z test_comprehensive_index_reduce_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6995865Z test_comprehensive_index_reduce_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6996031Z test_comprehensive_index_reduce_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6996198Z test_comprehensive_index_reduce_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6996359Z test_comprehensive_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6996529Z test_comprehensive_index_select_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6996706Z test_comprehensive_index_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6996883Z test_comprehensive_index_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6997058Z test_comprehensive_index_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6997230Z test_comprehensive_index_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6997399Z test_comprehensive_index_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6997601Z test_comprehensive_index_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6997773Z test_comprehensive_index_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6997928Z test_comprehensive_index_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6998091Z test_comprehensive_index_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6998258Z test_comprehensive_index_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6998425Z test_comprehensive_index_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6998589Z test_comprehensive_inner_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6998758Z test_comprehensive_inner_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6998925Z test_comprehensive_inner_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6999119Z test_comprehensive_inner_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6999278Z test_comprehensive_inner_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6999426Z test_comprehensive_inner_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6999581Z test_comprehensive_inner_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6999733Z test_comprehensive_inner_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.6999893Z test_comprehensive_inner_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7000056Z test_comprehensive_inner_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7000218Z test_comprehensive_int_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7000379Z test_comprehensive_int_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7000543Z test_comprehensive_int_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7000705Z test_comprehensive_int_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7000852Z test_comprehensive_int_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7001008Z test_comprehensive_int_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7001161Z test_comprehensive_int_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7001319Z test_comprehensive_int_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7001477Z test_comprehensive_int_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7001636Z test_comprehensive_int_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7001793Z test_comprehensive_int_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7001950Z test_comprehensive_int_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7002106Z test_comprehensive_isclose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7002268Z test_comprehensive_isclose_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7002436Z test_comprehensive_isclose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7002640Z test_comprehensive_isclose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7002805Z test_comprehensive_isclose_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7002971Z test_comprehensive_isclose_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7003131Z test_comprehensive_isclose_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7003295Z test_comprehensive_isclose_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7003453Z test_comprehensive_isclose_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7003598Z test_comprehensive_isclose_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7003759Z test_comprehensive_isclose_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7003926Z test_comprehensive_isclose_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7004120Z test_comprehensive_isfinite_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7004283Z test_comprehensive_isfinite_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7004456Z test_comprehensive_isfinite_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7004627Z test_comprehensive_isfinite_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7004795Z test_comprehensive_isfinite_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7004962Z test_comprehensive_isfinite_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7005119Z test_comprehensive_isfinite_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7005284Z test_comprehensive_isfinite_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7005451Z test_comprehensive_isfinite_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7005611Z test_comprehensive_isfinite_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7005773Z test_comprehensive_isfinite_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7005936Z test_comprehensive_isfinite_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7006098Z test_comprehensive_isfinite_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7006259Z test_comprehensive_isin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7006424Z test_comprehensive_isin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7006572Z test_comprehensive_isin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7006729Z test_comprehensive_isin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7006881Z test_comprehensive_isin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7007036Z test_comprehensive_isin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7007196Z test_comprehensive_isin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7007359Z test_comprehensive_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7007518Z test_comprehensive_isinf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7007716Z test_comprehensive_isinf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7007885Z test_comprehensive_isinf_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7008037Z test_comprehensive_isinf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7008199Z test_comprehensive_isinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7008355Z test_comprehensive_isinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7008509Z test_comprehensive_isinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7008670Z test_comprehensive_isinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7008829Z test_comprehensive_isinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7008986Z test_comprehensive_isinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7009142Z test_comprehensive_isinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7009341Z test_comprehensive_isinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7009495Z test_comprehensive_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7009653Z test_comprehensive_isnan_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7009820Z test_comprehensive_isnan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7009985Z test_comprehensive_isnan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7010150Z test_comprehensive_isnan_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7010310Z test_comprehensive_isnan_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7010470Z test_comprehensive_isnan_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7010627Z test_comprehensive_isnan_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7010781Z test_comprehensive_isnan_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7010920Z test_comprehensive_isnan_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7011077Z test_comprehensive_isnan_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7011235Z test_comprehensive_isnan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7011404Z test_comprehensive_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7011569Z test_comprehensive_isneginf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7011737Z test_comprehensive_isneginf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7011907Z test_comprehensive_isneginf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7012071Z test_comprehensive_isneginf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7012233Z test_comprehensive_isneginf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7012385Z test_comprehensive_isneginf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7012547Z test_comprehensive_isneginf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7012742Z test_comprehensive_isneginf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7012902Z test_comprehensive_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7013072Z test_comprehensive_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7013236Z test_comprehensive_isposinf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7013401Z test_comprehensive_isposinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7013568Z test_comprehensive_isposinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7013730Z test_comprehensive_isposinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7013878Z test_comprehensive_isposinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7014046Z test_comprehensive_isposinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7014205Z test_comprehensive_isposinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7014398Z test_comprehensive_isposinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7014558Z test_comprehensive_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7014725Z test_comprehensive_isreal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7014885Z test_comprehensive_isreal_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7015054Z test_comprehensive_isreal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7015220Z test_comprehensive_isreal_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7015378Z test_comprehensive_isreal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7015543Z test_comprehensive_isreal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7015704Z test_comprehensive_isreal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7015867Z test_comprehensive_isreal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7016030Z test_comprehensive_isreal_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7016188Z test_comprehensive_isreal_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7016341Z test_comprehensive_isreal_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7016500Z test_comprehensive_isreal_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7016657Z test_comprehensive_isreal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7017031Z test_comprehensive_istft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7017200Z test_comprehensive_istft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7017364Z test_comprehensive_istft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7017522Z test_comprehensive_istft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7017712Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7017899Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7018143Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7018336Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7018524Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7018698Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7018887Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7019071Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7019252Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7019437Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7019656Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7019844Z test_comprehensive_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7020042Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7020233Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7020431Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7020617Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7020809Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7021004Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7021195Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7021463Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7021657Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7021845Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7022037Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7022229Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7022409Z test_comprehensive_jiterator_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7022571Z test_comprehensive_jiterator_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7022756Z test_comprehensive_jiterator_binary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7022934Z test_comprehensive_jiterator_binary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7023112Z test_comprehensive_jiterator_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7023337Z test_comprehensive_jiterator_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7023515Z test_comprehensive_jiterator_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7023689Z test_comprehensive_jiterator_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7023865Z test_comprehensive_jiterator_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7024036Z test_comprehensive_jiterator_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7024198Z test_comprehensive_jiterator_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7024371Z test_comprehensive_jiterator_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7024566Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7024785Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7024977Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7025169Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7025359Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7025547Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7025735Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7025922Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7026095Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7026282Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7026468Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7026652Z test_comprehensive_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7026829Z test_comprehensive_jiterator_unary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7027005Z test_comprehensive_jiterator_unary_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7027183Z test_comprehensive_jiterator_unary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7027362Z test_comprehensive_jiterator_unary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7027537Z test_comprehensive_jiterator_unary_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7027710Z test_comprehensive_jiterator_unary_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7027871Z test_comprehensive_jiterator_unary_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7028042Z test_comprehensive_jiterator_unary_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7028212Z test_comprehensive_jiterator_unary_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7028412Z test_comprehensive_jiterator_unary_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7028585Z test_comprehensive_jiterator_unary_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7028754Z test_comprehensive_jiterator_unary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7028920Z test_comprehensive_kron_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7029079Z test_comprehensive_kron_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7029246Z test_comprehensive_kron_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7029400Z test_comprehensive_kron_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7029565Z test_comprehensive_kron_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7029724Z test_comprehensive_kron_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7029911Z test_comprehensive_kron_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7030074Z test_comprehensive_kron_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7030230Z test_comprehensive_kron_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7030381Z test_comprehensive_kron_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7030537Z test_comprehensive_kron_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7030696Z test_comprehensive_kron_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7030856Z test_comprehensive_kthvalue_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7031025Z test_comprehensive_kthvalue_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7031191Z test_comprehensive_kthvalue_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7031360Z test_comprehensive_kthvalue_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7031522Z test_comprehensive_kthvalue_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7031681Z test_comprehensive_kthvalue_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7031846Z test_comprehensive_kthvalue_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7032008Z test_comprehensive_kthvalue_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7032167Z test_comprehensive_lcm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7032313Z test_comprehensive_lcm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7032472Z test_comprehensive_lcm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7032629Z test_comprehensive_lcm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7032786Z test_comprehensive_lcm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7032952Z test_comprehensive_ldexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7033113Z test_comprehensive_ldexp_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7033283Z test_comprehensive_ldexp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7033483Z test_comprehensive_ldexp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7033636Z test_comprehensive_ldexp_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7033797Z test_comprehensive_ldexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7033952Z test_comprehensive_ldexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7034115Z test_comprehensive_ldexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7034272Z test_comprehensive_ldexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7034425Z test_comprehensive_ldexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7034582Z test_comprehensive_ldexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7034739Z test_comprehensive_ldexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7034900Z test_comprehensive_le_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7035078Z test_comprehensive_le_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7035240Z test_comprehensive_le_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7035395Z test_comprehensive_le_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7035546Z test_comprehensive_le_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7035703Z test_comprehensive_le_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7035858Z test_comprehensive_le_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7036016Z test_comprehensive_le_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7036172Z test_comprehensive_le_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7036327Z test_comprehensive_le_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7036479Z test_comprehensive_lerp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7036645Z test_comprehensive_lerp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7036810Z test_comprehensive_lerp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7036971Z test_comprehensive_lerp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7037129Z test_comprehensive_lerp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7037299Z test_comprehensive_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7037459Z test_comprehensive_lgamma_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7037624Z test_comprehensive_lgamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7037793Z test_comprehensive_lgamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7037944Z test_comprehensive_lgamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7038108Z test_comprehensive_lgamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7038265Z test_comprehensive_lgamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7038425Z test_comprehensive_lgamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7038615Z test_comprehensive_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7038797Z test_comprehensive_linalg_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7038978Z test_comprehensive_linalg_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7039157Z test_comprehensive_linalg_cholesky_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7039333Z test_comprehensive_linalg_cholesky_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7039503Z test_comprehensive_linalg_cholesky_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7039746Z test_comprehensive_linalg_cholesky_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7039967Z test_comprehensive_linalg_cholesky_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7040202Z test_comprehensive_linalg_cholesky_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7040410Z test_comprehensive_linalg_cond_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7040619Z test_comprehensive_linalg_cond_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7040820Z test_comprehensive_linalg_cond_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7040982Z test_comprehensive_linalg_cond_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7041320Z test_comprehensive_linalg_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7041537Z test_comprehensive_linalg_cross_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7041739Z test_comprehensive_linalg_cross_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7041945Z test_comprehensive_linalg_cross_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7042151Z test_comprehensive_linalg_cross_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7042350Z test_comprehensive_linalg_cross_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7042550Z test_comprehensive_linalg_cross_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7042707Z test_comprehensive_linalg_cross_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7042903Z test_comprehensive_linalg_cross_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7043134Z test_comprehensive_linalg_cross_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7043340Z test_comprehensive_linalg_det_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7043544Z test_comprehensive_linalg_det_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7043739Z test_comprehensive_linalg_det_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7043934Z test_comprehensive_linalg_det_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7044147Z test_comprehensive_linalg_det_singular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7044358Z test_comprehensive_linalg_det_singular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7044567Z test_comprehensive_linalg_det_singular_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7044808Z test_comprehensive_linalg_det_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7045033Z test_comprehensive_linalg_eig_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7045237Z test_comprehensive_linalg_eig_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7045436Z test_comprehensive_linalg_eig_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7045639Z test_comprehensive_linalg_eig_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7045845Z test_comprehensive_linalg_eigh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7046051Z test_comprehensive_linalg_eigh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7046262Z test_comprehensive_linalg_eigh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7046455Z test_comprehensive_linalg_eigh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7046662Z test_comprehensive_linalg_eigvals_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7046887Z test_comprehensive_linalg_eigvals_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7047089Z test_comprehensive_linalg_eigvals_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7047291Z test_comprehensive_linalg_eigvals_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7047500Z test_comprehensive_linalg_eigvalsh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7047715Z test_comprehensive_linalg_eigvalsh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7047924Z test_comprehensive_linalg_eigvalsh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7048156Z test_comprehensive_linalg_eigvalsh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7048376Z test_comprehensive_linalg_householder_product_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7048559Z test_comprehensive_linalg_householder_product_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7048792Z test_comprehensive_linalg_householder_product_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7049009Z test_comprehensive_linalg_householder_product_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7049214Z test_comprehensive_linalg_inv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7049424Z test_comprehensive_linalg_inv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7049621Z test_comprehensive_linalg_inv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7049817Z test_comprehensive_linalg_inv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7050020Z test_comprehensive_linalg_inv_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7050226Z test_comprehensive_linalg_inv_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7050386Z test_comprehensive_linalg_inv_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7050683Z test_comprehensive_linalg_inv_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7050894Z test_comprehensive_linalg_ldl_factor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7051111Z test_comprehensive_linalg_ldl_factor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7051317Z test_comprehensive_linalg_ldl_factor_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7051520Z test_comprehensive_linalg_ldl_factor_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7051764Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7051976Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7052203Z test_comprehensive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7052404Z test_comprehensive_linalg_ldl_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7052646Z test_comprehensive_linalg_ldl_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7052851Z test_comprehensive_linalg_ldl_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7053054Z test_comprehensive_linalg_ldl_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7053259Z test_comprehensive_linalg_ldl_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7053463Z test_comprehensive_linalg_lstsq_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7053670Z test_comprehensive_linalg_lstsq_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7053872Z test_comprehensive_linalg_lstsq_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7054082Z test_comprehensive_linalg_lstsq_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7054323Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7054503Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7054715Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7054927Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7055129Z test_comprehensive_linalg_lu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7055357Z test_comprehensive_linalg_lu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7055554Z test_comprehensive_linalg_lu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7055752Z test_comprehensive_linalg_lu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7055959Z test_comprehensive_linalg_lu_factor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7056185Z test_comprehensive_linalg_lu_factor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7056350Z test_comprehensive_linalg_lu_factor_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7056588Z test_comprehensive_linalg_lu_factor_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7056906Z test_comprehensive_linalg_lu_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7057119Z test_comprehensive_linalg_lu_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7057324Z test_comprehensive_linalg_lu_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7057537Z test_comprehensive_linalg_lu_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7057740Z test_comprehensive_linalg_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7057944Z test_comprehensive_linalg_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7058175Z test_comprehensive_linalg_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7058375Z test_comprehensive_linalg_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7058594Z test_comprehensive_linalg_matrix_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7058806Z test_comprehensive_linalg_matrix_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7083137Z test_comprehensive_linalg_matrix_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7083417Z test_comprehensive_linalg_matrix_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7083603Z test_comprehensive_linalg_matrix_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7083777Z test_comprehensive_linalg_matrix_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7083958Z test_comprehensive_linalg_matrix_power_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7084152Z test_comprehensive_linalg_matrix_power_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7084334Z test_comprehensive_linalg_matrix_power_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7084507Z test_comprehensive_linalg_matrix_power_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7084685Z test_comprehensive_linalg_matrix_rank_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7084871Z test_comprehensive_linalg_matrix_rank_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7085049Z test_comprehensive_linalg_matrix_rank_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7085225Z test_comprehensive_linalg_matrix_rank_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7085424Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7085620Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7085801Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7085989Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7086165Z test_comprehensive_linalg_multi_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7086525Z test_comprehensive_linalg_multi_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7086704Z test_comprehensive_linalg_multi_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7086883Z test_comprehensive_linalg_multi_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7087062Z test_comprehensive_linalg_multi_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7087235Z test_comprehensive_linalg_multi_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7087402Z test_comprehensive_linalg_multi_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7087561Z test_comprehensive_linalg_multi_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7087727Z test_comprehensive_linalg_multi_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7087890Z test_comprehensive_linalg_multi_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7088099Z test_comprehensive_linalg_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7088266Z test_comprehensive_linalg_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7088432Z test_comprehensive_linalg_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7088595Z test_comprehensive_linalg_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7088758Z test_comprehensive_linalg_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7088918Z test_comprehensive_linalg_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7089102Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7089295Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7089483Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7089669Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7089854Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7090040Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7090208Z test_comprehensive_linalg_pinv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7090377Z test_comprehensive_linalg_pinv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7090544Z test_comprehensive_linalg_pinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7090708Z test_comprehensive_linalg_pinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7090883Z test_comprehensive_linalg_pinv_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7091062Z test_comprehensive_linalg_pinv_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7091236Z test_comprehensive_linalg_pinv_hermitian_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7091402Z test_comprehensive_linalg_pinv_hermitian_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7091608Z test_comprehensive_linalg_pinv_singular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7091787Z test_comprehensive_linalg_pinv_singular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7091961Z test_comprehensive_linalg_pinv_singular_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7092128Z test_comprehensive_linalg_pinv_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7092295Z test_comprehensive_linalg_qr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7092459Z test_comprehensive_linalg_qr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7092615Z test_comprehensive_linalg_qr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7092778Z test_comprehensive_linalg_qr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7092981Z test_comprehensive_linalg_slogdet_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7093153Z test_comprehensive_linalg_slogdet_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7093319Z test_comprehensive_linalg_slogdet_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7093482Z test_comprehensive_linalg_slogdet_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7093650Z test_comprehensive_linalg_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7093817Z test_comprehensive_linalg_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7093984Z test_comprehensive_linalg_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7094142Z test_comprehensive_linalg_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7094317Z test_comprehensive_linalg_solve_ex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7094487Z test_comprehensive_linalg_solve_ex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7094654Z test_comprehensive_linalg_solve_ex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7094818Z test_comprehensive_linalg_solve_ex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7095000Z test_comprehensive_linalg_solve_triangular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7095184Z test_comprehensive_linalg_solve_triangular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7095361Z test_comprehensive_linalg_solve_triangular_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7095539Z test_comprehensive_linalg_solve_triangular_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7095701Z test_comprehensive_linalg_svd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7095867Z test_comprehensive_linalg_svd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7096030Z test_comprehensive_linalg_svd_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7096193Z test_comprehensive_linalg_svd_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7096363Z test_comprehensive_linalg_svdvals_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7096565Z test_comprehensive_linalg_svdvals_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7096733Z test_comprehensive_linalg_svdvals_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7097040Z test_comprehensive_linalg_svdvals_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7097215Z test_comprehensive_linalg_tensorinv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7097385Z test_comprehensive_linalg_tensorinv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7097549Z test_comprehensive_linalg_tensorinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7097715Z test_comprehensive_linalg_tensorinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7097894Z test_comprehensive_linalg_tensorsolve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7098112Z test_comprehensive_linalg_tensorsolve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7098287Z test_comprehensive_linalg_tensorsolve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7098454Z test_comprehensive_linalg_tensorsolve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7098623Z test_comprehensive_linalg_vander_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.007s) 2022-12-01T10:30:57.7098793Z test_comprehensive_linalg_vander_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7098959Z test_comprehensive_linalg_vander_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7099122Z test_comprehensive_linalg_vander_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7099288Z test_comprehensive_linalg_vander_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7099450Z test_comprehensive_linalg_vander_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7099606Z test_comprehensive_linalg_vander_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7099769Z test_comprehensive_linalg_vander_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7099928Z test_comprehensive_linalg_vander_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7100094Z test_comprehensive_linalg_vecdot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7100268Z test_comprehensive_linalg_vecdot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7100436Z test_comprehensive_linalg_vecdot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7100599Z test_comprehensive_linalg_vecdot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7100764Z test_comprehensive_linalg_vecdot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7100937Z test_comprehensive_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7101110Z test_comprehensive_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7101283Z test_comprehensive_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7101567Z test_comprehensive_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7101732Z test_comprehensive_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7101897Z test_comprehensive_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7102061Z test_comprehensive_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7102226Z test_comprehensive_linspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7102386Z test_comprehensive_linspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7102548Z test_comprehensive_linspace_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7102709Z test_comprehensive_linspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7102873Z test_comprehensive_linspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7103033Z test_comprehensive_linspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7103225Z test_comprehensive_linspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7103385Z test_comprehensive_linspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7103543Z test_comprehensive_linspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7103699Z test_comprehensive_linspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7103852Z test_comprehensive_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7104005Z test_comprehensive_log10_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7104169Z test_comprehensive_log10_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7104332Z test_comprehensive_log10_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7104485Z test_comprehensive_log10_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7104635Z test_comprehensive_log10_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7104788Z test_comprehensive_log10_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7104936Z test_comprehensive_log10_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7105077Z test_comprehensive_log10_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7105230Z test_comprehensive_log10_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7105376Z test_comprehensive_log10_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7105535Z test_comprehensive_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7105693Z test_comprehensive_log1p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7105850Z test_comprehensive_log1p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7106001Z test_comprehensive_log1p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7106155Z test_comprehensive_log1p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7106302Z test_comprehensive_log1p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7106473Z test_comprehensive_log1p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7106625Z test_comprehensive_log1p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7106773Z test_comprehensive_log1p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7106925Z test_comprehensive_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7107077Z test_comprehensive_log2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7107236Z test_comprehensive_log2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7107396Z test_comprehensive_log2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7107552Z test_comprehensive_log2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7107707Z test_comprehensive_log2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7107853Z test_comprehensive_log2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7108035Z test_comprehensive_log2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7108183Z test_comprehensive_log2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7108333Z test_comprehensive_log2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7108483Z test_comprehensive_log2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7108642Z test_comprehensive_log_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7108797Z test_comprehensive_log_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7108959Z test_comprehensive_log_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7109116Z test_comprehensive_log_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7109265Z test_comprehensive_log_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7109415Z test_comprehensive_log_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7109567Z test_comprehensive_log_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7109719Z test_comprehensive_log_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7109870Z test_comprehensive_log_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7110022Z test_comprehensive_log_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7110173Z test_comprehensive_log_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7110341Z test_comprehensive_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7110505Z test_comprehensive_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7110664Z test_comprehensive_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7110836Z test_comprehensive_log_softmax_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7111002Z test_comprehensive_log_softmax_dtype_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7111180Z test_comprehensive_log_softmax_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7111354Z test_comprehensive_log_softmax_dtype_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7111553Z test_comprehensive_log_softmax_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7111727Z test_comprehensive_log_softmax_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7111895Z test_comprehensive_log_softmax_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7112065Z test_comprehensive_log_softmax_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7112226Z test_comprehensive_log_softmax_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7112395Z test_comprehensive_log_softmax_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7112560Z test_comprehensive_log_softmax_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7112730Z test_comprehensive_log_softmax_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7112926Z test_comprehensive_log_softmax_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7113095Z test_comprehensive_logaddexp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7113261Z test_comprehensive_logaddexp2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7113425Z test_comprehensive_logaddexp2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7113586Z test_comprehensive_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7113743Z test_comprehensive_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7113909Z test_comprehensive_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7114077Z test_comprehensive_logcumsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7114249Z test_comprehensive_logcumsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7114418Z test_comprehensive_logcumsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7114580Z test_comprehensive_logdet_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7114742Z test_comprehensive_logdet_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7114902Z test_comprehensive_logdet_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7115055Z test_comprehensive_logdet_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7115223Z test_comprehensive_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7115382Z test_comprehensive_logical_and_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7115551Z test_comprehensive_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7115721Z test_comprehensive_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7115885Z test_comprehensive_logical_and_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7116048Z test_comprehensive_logical_and_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7116206Z test_comprehensive_logical_and_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7116395Z test_comprehensive_logical_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7116556Z test_comprehensive_logical_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7116721Z test_comprehensive_logical_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7116881Z test_comprehensive_logical_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7117045Z test_comprehensive_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7117220Z test_comprehensive_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7117388Z test_comprehensive_logical_not_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7117563Z test_comprehensive_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7117741Z test_comprehensive_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7117943Z test_comprehensive_logical_not_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7118116Z test_comprehensive_logical_not_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7118282Z test_comprehensive_logical_not_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7118436Z test_comprehensive_logical_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7118600Z test_comprehensive_logical_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7118766Z test_comprehensive_logical_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7118938Z test_comprehensive_logical_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7119105Z test_comprehensive_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7119277Z test_comprehensive_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7119447Z test_comprehensive_logical_or_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7119622Z test_comprehensive_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7119795Z test_comprehensive_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7119953Z test_comprehensive_logical_or_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7120123Z test_comprehensive_logical_or_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7120288Z test_comprehensive_logical_or_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7120458Z test_comprehensive_logical_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7120629Z test_comprehensive_logical_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7120795Z test_comprehensive_logical_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7120963Z test_comprehensive_logical_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7121127Z test_comprehensive_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7121300Z test_comprehensive_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7121511Z test_comprehensive_logical_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7121688Z test_comprehensive_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7121864Z test_comprehensive_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7122034Z test_comprehensive_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7122204Z test_comprehensive_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7122370Z test_comprehensive_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7122535Z test_comprehensive_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7122702Z test_comprehensive_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7122870Z test_comprehensive_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7123025Z test_comprehensive_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7123225Z test_comprehensive_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7123394Z test_comprehensive_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7123558Z test_comprehensive_logit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7123727Z test_comprehensive_logit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7123886Z test_comprehensive_logit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7124049Z test_comprehensive_logit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7124207Z test_comprehensive_logit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7124363Z test_comprehensive_logit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7124510Z test_comprehensive_logit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7124666Z test_comprehensive_logit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7124900Z test_comprehensive_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7125109Z test_comprehensive_logspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7125284Z test_comprehensive_logspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7125458Z test_comprehensive_logspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7125628Z test_comprehensive_logspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7125797Z test_comprehensive_logspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7125964Z test_comprehensive_logspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7126117Z test_comprehensive_logspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7126282Z test_comprehensive_logspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7126449Z test_comprehensive_logspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7126622Z test_comprehensive_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7126825Z test_comprehensive_logsumexp_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7126996Z test_comprehensive_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7127169Z test_comprehensive_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7127338Z test_comprehensive_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7127505Z test_comprehensive_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7127658Z test_comprehensive_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7127825Z test_comprehensive_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7127992Z test_comprehensive_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7128160Z test_comprehensive_long_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7128318Z test_comprehensive_long_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7128535Z test_comprehensive_long_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7128705Z test_comprehensive_long_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7128872Z test_comprehensive_long_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7129037Z test_comprehensive_long_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7129185Z test_comprehensive_long_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7129342Z test_comprehensive_long_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7129508Z test_comprehensive_long_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7129668Z test_comprehensive_long_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7129823Z test_comprehensive_long_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7129981Z test_comprehensive_long_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7130143Z test_comprehensive_long_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7130305Z test_comprehensive_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7130466Z test_comprehensive_lt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7130616Z test_comprehensive_lt_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7130773Z test_comprehensive_lt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7130928Z test_comprehensive_lt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7131087Z test_comprehensive_lt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7131245Z test_comprehensive_lt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7131401Z test_comprehensive_lt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7131558Z test_comprehensive_lt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7131714Z test_comprehensive_lt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7131865Z test_comprehensive_lu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7132058Z test_comprehensive_lu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7132221Z test_comprehensive_lu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7132376Z test_comprehensive_lu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7132549Z test_comprehensive_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7132721Z test_comprehensive_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7132893Z test_comprehensive_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7133062Z test_comprehensive_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7133241Z test_comprehensive_lu_unpack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7133399Z test_comprehensive_lu_unpack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7133598Z test_comprehensive_lu_unpack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7133769Z test_comprehensive_lu_unpack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7133937Z test_comprehensive_mH_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7134096Z test_comprehensive_mH_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7134261Z test_comprehensive_mH_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7134426Z test_comprehensive_mH_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7134589Z test_comprehensive_mH_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7134750Z test_comprehensive_mH_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7134895Z test_comprehensive_mH_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7135051Z test_comprehensive_mH_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7135213Z test_comprehensive_mH_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7135371Z test_comprehensive_mH_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7135528Z test_comprehensive_mH_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7135684Z test_comprehensive_mH_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7135844Z test_comprehensive_mH_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7136008Z test_comprehensive_mT_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7136167Z test_comprehensive_mT_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7136322Z test_comprehensive_mT_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7136486Z test_comprehensive_mT_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7136646Z test_comprehensive_mT_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7136908Z test_comprehensive_mT_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7137064Z test_comprehensive_mT_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7137270Z test_comprehensive_mT_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7137430Z test_comprehensive_mT_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7137590Z test_comprehensive_mT_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7137747Z test_comprehensive_mT_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7137891Z test_comprehensive_mT_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7138048Z test_comprehensive_mT_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7138226Z test_comprehensive_masked_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7138401Z test_comprehensive_masked_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7138575Z test_comprehensive_masked_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7138744Z test_comprehensive_masked_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7138948Z test_comprehensive_masked_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7139123Z test_comprehensive_masked_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7139293Z test_comprehensive_masked_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7139451Z test_comprehensive_masked_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7139617Z test_comprehensive_masked_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7139792Z test_comprehensive_masked_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7139968Z test_comprehensive_masked_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7140141Z test_comprehensive_masked_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7140308Z test_comprehensive_masked_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7140475Z test_comprehensive_masked_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7140645Z test_comprehensive_masked_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7140812Z test_comprehensive_masked_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7140968Z test_comprehensive_masked_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7141138Z test_comprehensive_masked_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7141377Z test_comprehensive_masked_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7141558Z test_comprehensive_masked_argmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7141733Z test_comprehensive_masked_argmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7141902Z test_comprehensive_masked_argmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7142074Z test_comprehensive_masked_argmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7142247Z test_comprehensive_masked_argmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7142414Z test_comprehensive_masked_argmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7142607Z test_comprehensive_masked_argmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7142779Z test_comprehensive_masked_argmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7142955Z test_comprehensive_masked_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7143132Z test_comprehensive_masked_argmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7143305Z test_comprehensive_masked_argmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7143476Z test_comprehensive_masked_argmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7143647Z test_comprehensive_masked_argmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7143820Z test_comprehensive_masked_argmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7143987Z test_comprehensive_masked_argmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7144170Z test_comprehensive_masked_argmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7144339Z test_comprehensive_masked_argmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7144514Z test_comprehensive_masked_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7144695Z test_comprehensive_masked_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7144879Z test_comprehensive_masked_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7145058Z test_comprehensive_masked_cumprod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7145234Z test_comprehensive_masked_cumprod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7145412Z test_comprehensive_masked_cumprod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7145586Z test_comprehensive_masked_cumprod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7145741Z test_comprehensive_masked_cumprod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7145914Z test_comprehensive_masked_cumprod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7146084Z test_comprehensive_masked_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7146257Z test_comprehensive_masked_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7146438Z test_comprehensive_masked_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7146617Z test_comprehensive_masked_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7146790Z test_comprehensive_masked_cumsum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7146962Z test_comprehensive_masked_cumsum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7147130Z test_comprehensive_masked_cumsum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7147299Z test_comprehensive_masked_cumsum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7147451Z test_comprehensive_masked_cumsum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7147652Z test_comprehensive_masked_cumsum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7147817Z test_comprehensive_masked_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7147994Z test_comprehensive_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7148162Z test_comprehensive_masked_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7148338Z test_comprehensive_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7148510Z test_comprehensive_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7148681Z test_comprehensive_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7148848Z test_comprehensive_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7149005Z test_comprehensive_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7149195Z test_comprehensive_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7149363Z test_comprehensive_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7149531Z test_comprehensive_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7149699Z test_comprehensive_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7149870Z test_comprehensive_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7150036Z test_comprehensive_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7150222Z test_comprehensive_masked_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7150402Z test_comprehensive_masked_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7150564Z test_comprehensive_masked_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7150745Z test_comprehensive_masked_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7150924Z test_comprehensive_masked_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7151104Z test_comprehensive_masked_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7151274Z test_comprehensive_masked_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:30:57.7151448Z test_comprehensive_masked_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:30:57.7151616Z test_comprehensive_masked_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:30:57.7151788Z test_comprehensive_masked_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:30:57.7151951Z test_comprehensive_masked_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:30:57.7152097Z test_comprehensive_masked_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:30:57.7152261Z test_comprehensive_masked_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:30:57.7152421Z test_comprehensive_masked_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:30:57.7152598Z test_comprehensive_masked_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7152801Z test_comprehensive_masked_mean_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7152981Z test_comprehensive_masked_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7153159Z test_comprehensive_masked_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7153332Z test_comprehensive_masked_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7153504Z test_comprehensive_masked_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7153657Z test_comprehensive_masked_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7153825Z test_comprehensive_masked_mean_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7153992Z test_comprehensive_masked_mean_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7154157Z test_comprehensive_masked_mean_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7154357Z test_comprehensive_masked_mean_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7154528Z test_comprehensive_masked_mean_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7154704Z test_comprehensive_masked_median_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7154879Z test_comprehensive_masked_median_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7155051Z test_comprehensive_masked_median_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7155209Z test_comprehensive_masked_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7155382Z test_comprehensive_masked_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7155549Z test_comprehensive_masked_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7155718Z test_comprehensive_masked_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7155896Z test_comprehensive_masked_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7156081Z test_comprehensive_masked_normalize_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7156264Z test_comprehensive_masked_normalize_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7156443Z test_comprehensive_masked_normalize_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7156622Z test_comprehensive_masked_normalize_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7156787Z test_comprehensive_masked_normalize_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7156959Z test_comprehensive_masked_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7157139Z test_comprehensive_masked_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7157314Z test_comprehensive_masked_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7157485Z test_comprehensive_masked_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7157654Z test_comprehensive_masked_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7157824Z test_comprehensive_masked_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7158038Z test_comprehensive_masked_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7158205Z test_comprehensive_masked_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7158377Z test_comprehensive_masked_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7158532Z test_comprehensive_masked_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7158711Z test_comprehensive_masked_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7158883Z test_comprehensive_masked_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7159062Z test_comprehensive_masked_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7159243Z test_comprehensive_masked_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7159419Z test_comprehensive_masked_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7159634Z test_comprehensive_masked_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7159810Z test_comprehensive_masked_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7159982Z test_comprehensive_masked_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7160143Z test_comprehensive_masked_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7160315Z test_comprehensive_masked_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7160486Z test_comprehensive_masked_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7160655Z test_comprehensive_masked_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7160832Z test_comprehensive_masked_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7161004Z test_comprehensive_masked_select_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7161183Z test_comprehensive_masked_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7161364Z test_comprehensive_masked_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7161537Z test_comprehensive_masked_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7161698Z test_comprehensive_masked_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7161869Z test_comprehensive_masked_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7162037Z test_comprehensive_masked_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7162209Z test_comprehensive_masked_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7162376Z test_comprehensive_masked_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7162543Z test_comprehensive_masked_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7162708Z test_comprehensive_masked_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7162888Z test_comprehensive_masked_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7163135Z test_comprehensive_masked_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7163297Z test_comprehensive_masked_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7163475Z test_comprehensive_masked_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7163648Z test_comprehensive_masked_softmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7163821Z test_comprehensive_masked_softmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7163990Z test_comprehensive_masked_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7164164Z test_comprehensive_masked_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7164336Z test_comprehensive_masked_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7164509Z test_comprehensive_masked_std_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7164707Z test_comprehensive_masked_std_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7164864Z test_comprehensive_masked_std_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7165035Z test_comprehensive_masked_std_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7165201Z test_comprehensive_masked_std_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7165372Z test_comprehensive_masked_std_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7165539Z test_comprehensive_masked_std_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7165715Z test_comprehensive_masked_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7165882Z test_comprehensive_masked_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7166060Z test_comprehensive_masked_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7166234Z test_comprehensive_masked_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7166391Z test_comprehensive_masked_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7166561Z test_comprehensive_masked_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7166728Z test_comprehensive_masked_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7166895Z test_comprehensive_masked_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7167065Z test_comprehensive_masked_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7167226Z test_comprehensive_masked_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7167396Z test_comprehensive_masked_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7167565Z test_comprehensive_masked_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7167734Z test_comprehensive_masked_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7167894Z test_comprehensive_masked_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7168068Z test_comprehensive_masked_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7168267Z test_comprehensive_masked_var_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7168434Z test_comprehensive_masked_var_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7168600Z test_comprehensive_masked_var_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7168765Z test_comprehensive_masked_var_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7168930Z test_comprehensive_masked_var_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7169096Z test_comprehensive_masked_var_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7169264Z test_comprehensive_masked_var_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7169414Z test_comprehensive_masked_var_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7169584Z test_comprehensive_matmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7169753Z test_comprehensive_matmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7169950Z test_comprehensive_matmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7170120Z test_comprehensive_matmul_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7170287Z test_comprehensive_matmul_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7170453Z test_comprehensive_matmul_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7170613Z test_comprehensive_matmul_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7170770Z test_comprehensive_matmul_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7170920Z test_comprehensive_matmul_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7171080Z test_comprehensive_matmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7171254Z test_comprehensive_matrix_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7171429Z test_comprehensive_matrix_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7171602Z test_comprehensive_matrix_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7171772Z test_comprehensive_matrix_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7171939Z test_comprehensive_matrix_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7172113Z test_comprehensive_max_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7172280Z test_comprehensive_max_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7172440Z test_comprehensive_max_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7172610Z test_comprehensive_max_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7172775Z test_comprehensive_max_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7172940Z test_comprehensive_max_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7173106Z test_comprehensive_max_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7173273Z test_comprehensive_max_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7173469Z test_comprehensive_max_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7173633Z test_comprehensive_max_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7173817Z test_comprehensive_max_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7173995Z test_comprehensive_max_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7174167Z test_comprehensive_max_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7174344Z test_comprehensive_max_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7174517Z test_comprehensive_max_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7174698Z test_comprehensive_max_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7174871Z test_comprehensive_max_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7175070Z test_comprehensive_max_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7175249Z test_comprehensive_max_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7175429Z test_comprehensive_max_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:30:57.7175612Z test_comprehensive_max_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7175777Z test_comprehensive_max_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7175960Z test_comprehensive_max_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7176141Z test_comprehensive_max_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7176325Z test_comprehensive_max_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7176507Z test_comprehensive_max_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7176681Z test_comprehensive_max_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7176974Z test_comprehensive_max_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7177157Z test_comprehensive_max_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7177335Z test_comprehensive_max_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7177504Z test_comprehensive_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7177660Z test_comprehensive_maximum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7177829Z test_comprehensive_maximum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7177996Z test_comprehensive_maximum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7178162Z test_comprehensive_maximum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7178328Z test_comprehensive_maximum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7178489Z test_comprehensive_maximum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7178698Z test_comprehensive_maximum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7178863Z test_comprehensive_maximum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7179011Z test_comprehensive_maximum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7179170Z test_comprehensive_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7179341Z test_comprehensive_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7179508Z test_comprehensive_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7179674Z test_comprehensive_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7179836Z test_comprehensive_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7179996Z test_comprehensive_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7180165Z test_comprehensive_median_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7180373Z test_comprehensive_median_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7180530Z test_comprehensive_median_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7180694Z test_comprehensive_median_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7180852Z test_comprehensive_median_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7181011Z test_comprehensive_median_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7181172Z test_comprehensive_median_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7181396Z test_comprehensive_median_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7181592Z test_comprehensive_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7181779Z test_comprehensive_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7181968Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7182145Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7182330Z test_comprehensive_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7182516Z test_comprehensive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7182705Z test_comprehensive_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7182891Z test_comprehensive_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7183074Z test_comprehensive_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7183257Z test_comprehensive_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7183440Z test_comprehensive_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7183623Z test_comprehensive_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7183814Z test_comprehensive_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7184019Z test_comprehensive_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7184216Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7184408Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7184594Z test_comprehensive_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7184778Z test_comprehensive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7184964Z test_comprehensive_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7185150Z test_comprehensive_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7185334Z test_comprehensive_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7185547Z test_comprehensive_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7185733Z test_comprehensive_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7185904Z test_comprehensive_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7186076Z test_comprehensive_min_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7186243Z test_comprehensive_min_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7186417Z test_comprehensive_min_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7186589Z test_comprehensive_min_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7186757Z test_comprehensive_min_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7186926Z test_comprehensive_min_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7187094Z test_comprehensive_min_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7187262Z test_comprehensive_min_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7187415Z test_comprehensive_min_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7187579Z test_comprehensive_min_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7187763Z test_comprehensive_min_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7187942Z test_comprehensive_min_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7188124Z test_comprehensive_min_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7188301Z test_comprehensive_min_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7188474Z test_comprehensive_min_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7188651Z test_comprehensive_min_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7188823Z test_comprehensive_min_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7189008Z test_comprehensive_min_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7189184Z test_comprehensive_min_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7189366Z test_comprehensive_min_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7189549Z test_comprehensive_min_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7189726Z test_comprehensive_min_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7189905Z test_comprehensive_min_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7190086Z test_comprehensive_min_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7190269Z test_comprehensive_min_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7190450Z test_comprehensive_min_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7190654Z test_comprehensive_min_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7190814Z test_comprehensive_min_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7190997Z test_comprehensive_min_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7191169Z test_comprehensive_min_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7191338Z test_comprehensive_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7191507Z test_comprehensive_minimum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7191674Z test_comprehensive_minimum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7191844Z test_comprehensive_minimum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7192012Z test_comprehensive_minimum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7192176Z test_comprehensive_minimum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7192324Z test_comprehensive_minimum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7192484Z test_comprehensive_minimum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7192647Z test_comprehensive_minimum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7192808Z test_comprehensive_minimum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7192970Z test_comprehensive_mm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7193132Z test_comprehensive_mm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7193297Z test_comprehensive_mm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7193459Z test_comprehensive_mm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7193617Z test_comprehensive_mm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7193763Z test_comprehensive_mm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7193921Z test_comprehensive_mm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7194125Z test_comprehensive_mm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7194283Z test_comprehensive_mm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7194443Z test_comprehensive_mm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7194610Z test_comprehensive_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7194771Z test_comprehensive_mode_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7194937Z test_comprehensive_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7195097Z test_comprehensive_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7195241Z test_comprehensive_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7195405Z test_comprehensive_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7195560Z test_comprehensive_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7195741Z test_comprehensive_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7195901Z test_comprehensive_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7196064Z test_comprehensive_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7196233Z test_comprehensive_movedim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7196400Z test_comprehensive_movedim_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7196559Z test_comprehensive_movedim_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7196734Z test_comprehensive_movedim_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7196907Z test_comprehensive_movedim_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7197075Z test_comprehensive_movedim_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7197243Z test_comprehensive_movedim_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7197408Z test_comprehensive_movedim_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7197574Z test_comprehensive_movedim_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7197735Z test_comprehensive_movedim_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7197896Z test_comprehensive_movedim_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7198047Z test_comprehensive_movedim_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7198209Z test_comprehensive_movedim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7198376Z test_comprehensive_msort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7198540Z test_comprehensive_msort_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7198703Z test_comprehensive_msort_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7198863Z test_comprehensive_msort_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7199019Z test_comprehensive_msort_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7199209Z test_comprehensive_msort_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7199364Z test_comprehensive_msort_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7199507Z test_comprehensive_msort_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7199667Z test_comprehensive_msort_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7199820Z test_comprehensive_msort_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7199982Z test_comprehensive_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7200142Z test_comprehensive_mul_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7200309Z test_comprehensive_mul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7200475Z test_comprehensive_mul_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7200635Z test_comprehensive_mul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7200820Z test_comprehensive_mul_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7200963Z test_comprehensive_mul_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7201116Z test_comprehensive_mul_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7201274Z test_comprehensive_mul_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7201433Z test_comprehensive_mul_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7201590Z test_comprehensive_mul_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7201753Z test_comprehensive_mul_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7201908Z test_comprehensive_mul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7202088Z test_comprehensive_multinomial_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7202262Z test_comprehensive_multinomial_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7202422Z test_comprehensive_multinomial_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7202583Z test_comprehensive_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7202747Z test_comprehensive_mv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7202912Z test_comprehensive_mv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7203076Z test_comprehensive_mv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7203233Z test_comprehensive_mv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7203393Z test_comprehensive_mv_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7203558Z test_comprehensive_mv_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7203716Z test_comprehensive_mv_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7203862Z test_comprehensive_mv_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7204019Z test_comprehensive_mv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7204205Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7204423Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7204604Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7204783Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7204958Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7205134Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7205311Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7205468Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7205653Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7205859Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7206036Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7206214Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7206391Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7206561Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7206738Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7206912Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7207095Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7207262Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7207438Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7207614Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7207783Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7207952Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7208130Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7208301Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7208476Z test_comprehensive_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7208643Z test_comprehensive_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7208802Z test_comprehensive_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7208971Z test_comprehensive_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7209134Z test_comprehensive_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7209332Z test_comprehensive_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7209500Z test_comprehensive_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7209668Z test_comprehensive_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7209834Z test_comprehensive_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7210000Z test_comprehensive_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7210168Z test_comprehensive_nanmean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7210322Z test_comprehensive_nanmean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7210488Z test_comprehensive_nanmean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7210659Z test_comprehensive_nanmean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7210831Z test_comprehensive_nanmedian_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7211046Z test_comprehensive_nanmedian_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7211220Z test_comprehensive_nanmedian_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7211387Z test_comprehensive_nanmedian_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7211555Z test_comprehensive_nanmedian_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7211720Z test_comprehensive_nanmedian_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7211875Z test_comprehensive_nanmedian_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7212043Z test_comprehensive_nanmedian_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7212220Z test_comprehensive_nanquantile_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7212392Z test_comprehensive_nanquantile_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7212556Z test_comprehensive_nansum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7212720Z test_comprehensive_nansum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7212885Z test_comprehensive_nansum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7213051Z test_comprehensive_nansum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7213221Z test_comprehensive_nansum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7213373Z test_comprehensive_nansum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7213536Z test_comprehensive_nansum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7213693Z test_comprehensive_nansum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7213855Z test_comprehensive_nansum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7214014Z test_comprehensive_nansum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7214189Z test_comprehensive_narrow_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7214362Z test_comprehensive_narrow_copy_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7214575Z test_comprehensive_narrow_copy_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7214751Z test_comprehensive_narrow_copy_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7214914Z test_comprehensive_narrow_copy_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7215087Z test_comprehensive_narrow_copy_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7215257Z test_comprehensive_narrow_copy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7215426Z test_comprehensive_narrow_copy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7215595Z test_comprehensive_narrow_copy_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7215765Z test_comprehensive_narrow_copy_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7215935Z test_comprehensive_narrow_copy_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7216133Z test_comprehensive_narrow_copy_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7216301Z test_comprehensive_narrow_copy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7216457Z test_comprehensive_narrow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7216623Z test_comprehensive_narrow_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7216904Z test_comprehensive_narrow_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7217074Z test_comprehensive_narrow_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7217247Z test_comprehensive_narrow_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7217414Z test_comprehensive_narrow_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7217583Z test_comprehensive_narrow_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7217749Z test_comprehensive_narrow_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7217916Z test_comprehensive_narrow_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7218062Z test_comprehensive_narrow_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7218219Z test_comprehensive_narrow_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7218381Z test_comprehensive_narrow_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7218542Z test_comprehensive_narrow_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7218722Z test_comprehensive_native_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7218905Z test_comprehensive_native_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7219083Z test_comprehensive_native_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7219265Z test_comprehensive_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7219443Z test_comprehensive_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7219601Z test_comprehensive_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7219820Z test_comprehensive_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7219977Z test_comprehensive_ne_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7220145Z test_comprehensive_ne_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7220313Z test_comprehensive_ne_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7220475Z test_comprehensive_ne_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7220634Z test_comprehensive_ne_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7220790Z test_comprehensive_ne_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7220949Z test_comprehensive_ne_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7221098Z test_comprehensive_ne_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7221256Z test_comprehensive_ne_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7221556Z test_comprehensive_ne_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7221718Z test_comprehensive_ne_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7221884Z test_comprehensive_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7222052Z test_comprehensive_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7222221Z test_comprehensive_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7222384Z test_comprehensive_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7222551Z test_comprehensive_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7222695Z test_comprehensive_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7222852Z test_comprehensive_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7223010Z test_comprehensive_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7223171Z test_comprehensive_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7223332Z test_comprehensive_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7223492Z test_comprehensive_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7223651Z test_comprehensive_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7223825Z test_comprehensive_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7223994Z test_comprehensive_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7224157Z test_comprehensive_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7224330Z test_comprehensive_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7224502Z test_comprehensive_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7224671Z test_comprehensive_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7224839Z test_comprehensive_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7225008Z test_comprehensive_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7225205Z test_comprehensive_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7225373Z test_comprehensive_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7225539Z test_comprehensive_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7225695Z test_comprehensive_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7225860Z test_comprehensive_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7226072Z test_comprehensive_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7226279Z test_comprehensive_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7226494Z test_comprehensive_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7226731Z test_comprehensive_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7226944Z test_comprehensive_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7227153Z test_comprehensive_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7227360Z test_comprehensive_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7227561Z test_comprehensive_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7227752Z test_comprehensive_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7227956Z test_comprehensive_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7228158Z test_comprehensive_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7228360Z test_comprehensive_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7228566Z test_comprehensive_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7228736Z test_comprehensive_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7228904Z test_comprehensive_new_full_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7229079Z test_comprehensive_new_full_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7229254Z test_comprehensive_new_full_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7229422Z test_comprehensive_new_full_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7229578Z test_comprehensive_new_full_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7229745Z test_comprehensive_new_full_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7229910Z test_comprehensive_new_full_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7230076Z test_comprehensive_new_full_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7230281Z test_comprehensive_new_full_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7230443Z test_comprehensive_new_full_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7230609Z test_comprehensive_new_full_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7230772Z test_comprehensive_new_full_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7230941Z test_comprehensive_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7231093Z test_comprehensive_new_ones_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7231268Z test_comprehensive_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7231437Z test_comprehensive_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7231609Z test_comprehensive_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7231808Z test_comprehensive_new_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7231977Z test_comprehensive_new_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7232148Z test_comprehensive_new_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7232313Z test_comprehensive_new_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7232476Z test_comprehensive_new_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7232627Z test_comprehensive_new_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7232796Z test_comprehensive_new_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7232961Z test_comprehensive_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7233136Z test_comprehensive_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7233300Z test_comprehensive_new_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7233473Z test_comprehensive_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7233645Z test_comprehensive_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7233815Z test_comprehensive_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7233983Z test_comprehensive_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7234141Z test_comprehensive_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7234308Z test_comprehensive_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7234480Z test_comprehensive_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7234645Z test_comprehensive_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7234811Z test_comprehensive_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7234975Z test_comprehensive_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7235138Z test_comprehensive_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7235313Z test_comprehensive_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7235514Z test_comprehensive_nextafter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7235671Z test_comprehensive_nextafter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7235871Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped (0.000s) 2022-12-01T10:30:57.7236071Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped (0.000s) 2022-12-01T10:30:57.7236268Z test_comprehensive_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped (0.000s) 2022-12-01T10:30:57.7236467Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7236662Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7236858Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7237083Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7237281Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7237475Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7237654Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7237846Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7238039Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7238236Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7238425Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7238618Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7238813Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7239004Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7239198Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7239387Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7239566Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7239753Z test_comprehensive_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7239939Z test_comprehensive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7240123Z test_comprehensive_nn_functional_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7240306Z test_comprehensive_nn_functional_avg_pool1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7240517Z test_comprehensive_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7240700Z test_comprehensive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7240882Z test_comprehensive_nn_functional_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7241064Z test_comprehensive_nn_functional_avg_pool2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7241247Z test_comprehensive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7241414Z test_comprehensive_nn_functional_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7241595Z test_comprehensive_nn_functional_avg_pool3d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7241782Z test_comprehensive_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7242026Z test_comprehensive_nn_functional_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7242208Z test_comprehensive_nn_functional_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7242393Z test_comprehensive_nn_functional_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7242577Z test_comprehensive_nn_functional_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7242759Z test_comprehensive_nn_functional_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7242941Z test_comprehensive_nn_functional_bilinear_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7243108Z test_comprehensive_nn_functional_bilinear_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7243285Z test_comprehensive_nn_functional_bilinear_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7243466Z test_comprehensive_nn_functional_bilinear_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7243641Z test_comprehensive_nn_functional_bilinear_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7243835Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7244026Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7244236Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7244445Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7244654Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7244836Z test_comprehensive_nn_functional_celu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7245000Z test_comprehensive_nn_functional_celu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7245180Z test_comprehensive_nn_functional_celu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7245362Z test_comprehensive_nn_functional_conv1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7245580Z test_comprehensive_nn_functional_conv1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7245762Z test_comprehensive_nn_functional_conv1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7245946Z test_comprehensive_nn_functional_conv1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7246126Z test_comprehensive_nn_functional_conv1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:30:57.7246304Z test_comprehensive_nn_functional_conv1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7246483Z test_comprehensive_nn_functional_conv2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7246667Z test_comprehensive_nn_functional_conv2d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7246838Z test_comprehensive_nn_functional_conv2d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7247021Z test_comprehensive_nn_functional_conv2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7247224Z test_comprehensive_nn_functional_conv2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7247401Z test_comprehensive_nn_functional_conv2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7247597Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7247795Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7247989Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7248184Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7248378Z test_comprehensive_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7248569Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7248744Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7248931Z test_comprehensive_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7249119Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7249306Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7249491Z test_comprehensive_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7249694Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7249889Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7250089Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7250280Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7250471Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7250681Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7250877Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7251069Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7251258Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7251453Z test_comprehensive_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7251643Z test_comprehensive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7251836Z test_comprehensive_nn_functional_cosine_similarity_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7252026Z test_comprehensive_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7252237Z test_comprehensive_nn_functional_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7252424Z test_comprehensive_nn_functional_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7252593Z test_comprehensive_nn_functional_ctc_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7252781Z test_comprehensive_nn_functional_ctc_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7252966Z test_comprehensive_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7253153Z test_comprehensive_nn_functional_dropout2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7253337Z test_comprehensive_nn_functional_dropout2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7253525Z test_comprehensive_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7253708Z test_comprehensive_nn_functional_dropout3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7253888Z test_comprehensive_nn_functional_dropout3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7254072Z test_comprehensive_nn_functional_dropout_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7254241Z test_comprehensive_nn_functional_dropout_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7254420Z test_comprehensive_nn_functional_dropout_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7254599Z test_comprehensive_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7254777Z test_comprehensive_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7254955Z test_comprehensive_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7255147Z test_comprehensive_nn_functional_embedding_bag_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7255336Z test_comprehensive_nn_functional_embedding_bag_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7255521Z test_comprehensive_nn_functional_embedding_bag_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7255734Z test_comprehensive_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:30:57.7255921Z test_comprehensive_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7256091Z test_comprehensive_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7256278Z test_comprehensive_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7256489Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7256697Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7257028Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7257242Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7257498Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7257717Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7257931Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7258140Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7258354Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7258554Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7258764Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7258971Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7259179Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7259385Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7259592Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7259790Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7259985Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7260173Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7260360Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7260538Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7260768Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7260961Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7261145Z test_comprehensive_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7261434Z test_comprehensive_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7261613Z test_comprehensive_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7261785Z test_comprehensive_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7261963Z test_comprehensive_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7262144Z test_comprehensive_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7262330Z test_comprehensive_nn_functional_grid_sample_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7262539Z test_comprehensive_nn_functional_grid_sample_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7262727Z test_comprehensive_nn_functional_group_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7262912Z test_comprehensive_nn_functional_group_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7263096Z test_comprehensive_nn_functional_group_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7263282Z test_comprehensive_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7263470Z test_comprehensive_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7263656Z test_comprehensive_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7263847Z test_comprehensive_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7264036Z test_comprehensive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7264224Z test_comprehensive_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7264397Z test_comprehensive_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7264583Z test_comprehensive_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7264770Z test_comprehensive_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7264953Z test_comprehensive_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7265139Z test_comprehensive_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7265322Z test_comprehensive_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7265504Z test_comprehensive_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7265683Z test_comprehensive_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7265859Z test_comprehensive_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7266069Z test_comprehensive_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7266269Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7266465Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7266652Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7266835Z test_comprehensive_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7267019Z test_comprehensive_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7267201Z test_comprehensive_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7267386Z test_comprehensive_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7267606Z test_comprehensive_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7267795Z test_comprehensive_nn_functional_instance_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7267970Z test_comprehensive_nn_functional_instance_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7268164Z test_comprehensive_nn_functional_interpolate_area_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7268355Z test_comprehensive_nn_functional_interpolate_area_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7268554Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7268751Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7268948Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7269147Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7269344Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7269535Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7269729Z test_comprehensive_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7269913Z test_comprehensive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7270109Z test_comprehensive_nn_functional_interpolate_linear_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7270306Z test_comprehensive_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7270500Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7270693Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7270886Z test_comprehensive_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7271115Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7271314Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7271504Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7271683Z test_comprehensive_nn_functional_kl_div_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7271848Z test_comprehensive_nn_functional_kl_div_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7272023Z test_comprehensive_nn_functional_kl_div_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7272202Z test_comprehensive_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7272389Z test_comprehensive_nn_functional_l1_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7272599Z test_comprehensive_nn_functional_l1_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7272780Z test_comprehensive_nn_functional_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7272954Z test_comprehensive_nn_functional_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7273124Z test_comprehensive_nn_functional_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7273310Z test_comprehensive_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7273494Z test_comprehensive_nn_functional_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7273667Z test_comprehensive_nn_functional_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7273854Z test_comprehensive_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7274037Z test_comprehensive_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7274218Z test_comprehensive_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7274401Z test_comprehensive_nn_functional_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7274587Z test_comprehensive_nn_functional_linear_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7274770Z test_comprehensive_nn_functional_linear_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7274954Z test_comprehensive_nn_functional_linear_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7275134Z test_comprehensive_nn_functional_linear_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7275311Z test_comprehensive_nn_functional_linear_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7275470Z test_comprehensive_nn_functional_linear_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7275641Z test_comprehensive_nn_functional_linear_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7275818Z test_comprehensive_nn_functional_linear_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7275994Z test_comprehensive_nn_functional_linear_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7276226Z test_comprehensive_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7276420Z test_comprehensive_nn_functional_local_response_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7276615Z test_comprehensive_nn_functional_local_response_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7276807Z test_comprehensive_nn_functional_local_response_norm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7276996Z test_comprehensive_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7277167Z test_comprehensive_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7277356Z test_comprehensive_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7277549Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7277771Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7277963Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7278152Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7278343Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7278534Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7278728Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7278919Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7279090Z test_comprehensive_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7279276Z test_comprehensive_nn_functional_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7279459Z test_comprehensive_nn_functional_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7279644Z test_comprehensive_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7279826Z test_comprehensive_nn_functional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7280009Z test_comprehensive_nn_functional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7280192Z test_comprehensive_nn_functional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7280376Z test_comprehensive_nn_functional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7280561Z test_comprehensive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7280747Z test_comprehensive_nn_functional_max_unpool1d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7280925Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7281148Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7281333Z test_comprehensive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7281516Z test_comprehensive_nn_functional_max_unpool2d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7281706Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7281896Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7282078Z test_comprehensive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7282261Z test_comprehensive_nn_functional_max_unpool3d_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7282454Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7282670Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7282839Z test_comprehensive_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7283013Z test_comprehensive_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7283194Z test_comprehensive_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7283371Z test_comprehensive_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7283551Z test_comprehensive_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7283742Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7283933Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7284130Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7284322Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7284526Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7284714Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7284917Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7285101Z test_comprehensive_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7285282Z test_comprehensive_nn_functional_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7285460Z test_comprehensive_nn_functional_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7285645Z test_comprehensive_nn_functional_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7285831Z test_comprehensive_nn_functional_normalize_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7286020Z test_comprehensive_nn_functional_normalize_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7286235Z test_comprehensive_nn_functional_normalize_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7286421Z test_comprehensive_nn_functional_normalize_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7286588Z test_comprehensive_nn_functional_one_hot_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7286806Z test_comprehensive_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7287020Z test_comprehensive_nn_functional_pad_circular_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7287238Z test_comprehensive_nn_functional_pad_circular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7287461Z test_comprehensive_nn_functional_pad_circular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7287703Z test_comprehensive_nn_functional_pad_circular_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7287913Z test_comprehensive_nn_functional_pad_circular_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7288118Z test_comprehensive_nn_functional_pad_circular_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7288330Z test_comprehensive_nn_functional_pad_circular_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7288539Z test_comprehensive_nn_functional_pad_circular_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7288743Z test_comprehensive_nn_functional_pad_circular_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7288943Z test_comprehensive_nn_functional_pad_circular_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7289147Z test_comprehensive_nn_functional_pad_circular_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7289337Z test_comprehensive_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7289526Z test_comprehensive_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7289718Z test_comprehensive_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7289912Z test_comprehensive_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7290100Z test_comprehensive_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7290287Z test_comprehensive_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7290469Z test_comprehensive_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7290652Z test_comprehensive_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7290826Z test_comprehensive_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7291012Z test_comprehensive_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7291229Z test_comprehensive_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7291413Z test_comprehensive_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7291606Z test_comprehensive_nn_functional_pad_reflect_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7291795Z test_comprehensive_nn_functional_pad_reflect_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7291979Z test_comprehensive_nn_functional_pad_reflect_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7292164Z test_comprehensive_nn_functional_pad_reflect_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7292358Z test_comprehensive_nn_functional_pad_replicate_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7292551Z test_comprehensive_nn_functional_pad_replicate_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7292755Z test_comprehensive_nn_functional_pad_replicate_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7292943Z test_comprehensive_nn_functional_pad_replicate_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7293139Z test_comprehensive_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7293336Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7293536Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7293731Z test_comprehensive_nn_functional_pairwise_distance_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7293926Z test_comprehensive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7294118Z test_comprehensive_nn_functional_pairwise_distance_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7294308Z test_comprehensive_nn_functional_pairwise_distance_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7294496Z test_comprehensive_nn_functional_pairwise_distance_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7294671Z test_comprehensive_nn_functional_pairwise_distance_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7294860Z test_comprehensive_nn_functional_pairwise_distance_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7295047Z test_comprehensive_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7295229Z test_comprehensive_nn_functional_pdist_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7295405Z test_comprehensive_nn_functional_pdist_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7295594Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7295782Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7295974Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7296192Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7296366Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7296555Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7296738Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7297031Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7297217Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7297403Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7297593Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7297779Z test_comprehensive_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7298021Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7298210Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7298392Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7298585Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7298775Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7298966Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7299156Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7299343Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7299529Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7299712Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7299900Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7300082Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7300262Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7300455Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7300644Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7300832Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7301018Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7301202Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7301524Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7301713Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7301893Z test_comprehensive_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7302071Z test_comprehensive_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7302232Z test_comprehensive_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7302410Z test_comprehensive_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7302582Z test_comprehensive_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7302754Z test_comprehensive_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7302928Z test_comprehensive_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7303141Z test_comprehensive_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7303319Z test_comprehensive_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7303499Z test_comprehensive_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7303672Z test_comprehensive_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7303840Z test_comprehensive_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7304020Z test_comprehensive_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7304192Z test_comprehensive_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7304369Z test_comprehensive_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7304546Z test_comprehensive_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7304720Z test_comprehensive_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7304894Z test_comprehensive_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7305070Z test_comprehensive_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7305253Z test_comprehensive_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7305435Z test_comprehensive_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7305600Z test_comprehensive_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7305773Z test_comprehensive_nn_functional_selu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7305950Z test_comprehensive_nn_functional_selu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7306121Z test_comprehensive_nn_functional_selu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7306310Z test_comprehensive_nn_functional_silu_complex_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7306528Z test_comprehensive_nn_functional_silu_complex_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7306704Z test_comprehensive_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7306881Z test_comprehensive_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7307054Z test_comprehensive_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7307227Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7307413Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7307598Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7307782Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7307973Z test_comprehensive_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7308187Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7308376Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7308563Z test_comprehensive_nn_functional_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7308745Z test_comprehensive_nn_functional_softmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7308920Z test_comprehensive_nn_functional_softmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7309104Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7309302Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7309496Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7309688Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7309880Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7310072Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7310263Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7310452Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7310643Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7310832Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7311004Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7311190Z test_comprehensive_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7311373Z test_comprehensive_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7311586Z test_comprehensive_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7311773Z test_comprehensive_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7311958Z test_comprehensive_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7312142Z test_comprehensive_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7312327Z test_comprehensive_nn_functional_softsign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7312514Z test_comprehensive_nn_functional_softsign_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7312698Z test_comprehensive_nn_functional_softsign_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7312869Z test_comprehensive_nn_functional_softsign_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7313084Z test_comprehensive_nn_functional_softsign_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7313268Z test_comprehensive_nn_functional_softsign_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7313449Z test_comprehensive_nn_functional_softsign_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7313626Z test_comprehensive_nn_functional_softsign_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7313803Z test_comprehensive_nn_functional_softsign_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7313980Z test_comprehensive_nn_functional_softsign_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7314160Z test_comprehensive_nn_functional_softsign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7314348Z test_comprehensive_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7314525Z test_comprehensive_nn_functional_tanhshrink_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7314716Z test_comprehensive_nn_functional_tanhshrink_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7314898Z test_comprehensive_nn_functional_tanhshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7315084Z test_comprehensive_nn_functional_tanhshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7315263Z test_comprehensive_nn_functional_tanhshrink_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7315449Z test_comprehensive_nn_functional_tanhshrink_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7315632Z test_comprehensive_nn_functional_tanhshrink_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7315817Z test_comprehensive_nn_functional_tanhshrink_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7315998Z test_comprehensive_nn_functional_tanhshrink_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7316183Z test_comprehensive_nn_functional_threshold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7316355Z test_comprehensive_nn_functional_threshold_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7316540Z test_comprehensive_nn_functional_threshold_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7316752Z test_comprehensive_nn_functional_threshold_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7316928Z test_comprehensive_nn_functional_threshold_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7317103Z test_comprehensive_nn_functional_threshold_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7317282Z test_comprehensive_nn_functional_threshold_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7317454Z test_comprehensive_nn_functional_threshold_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7317650Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7317852Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7318047Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7318249Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7318445Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7318636Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7318827Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7319019Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7319212Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7319402Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7319613Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7319825Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7320032Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7320228Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7320440Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7320646Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7320851Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7321051Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7321257Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7321457Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7321702Z test_comprehensive_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7321889Z test_comprehensive_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7322073Z test_comprehensive_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7322255Z test_comprehensive_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7322420Z test_comprehensive_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7322593Z test_comprehensive_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7322790Z test_comprehensive_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7322987Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7323208Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7323403Z test_comprehensive_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7323597Z test_comprehensive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7323790Z test_comprehensive_nn_functional_upsample_nearest_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7323984Z test_comprehensive_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7324145Z test_comprehensive_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7324312Z test_comprehensive_nonzero_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7324486Z test_comprehensive_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7324658Z test_comprehensive_nonzero_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7324829Z test_comprehensive_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7324999Z test_comprehensive_nonzero_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7325168Z test_comprehensive_nonzero_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7325337Z test_comprehensive_nonzero_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7325507Z test_comprehensive_nonzero_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7325655Z test_comprehensive_nonzero_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7325816Z test_comprehensive_nonzero_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7325983Z test_comprehensive_nonzero_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7326141Z test_comprehensive_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7326299Z test_comprehensive_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7326466Z test_comprehensive_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7326633Z test_comprehensive_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7326826Z test_comprehensive_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7326990Z test_comprehensive_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7327139Z test_comprehensive_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7327308Z test_comprehensive_norm_fro_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7327480Z test_comprehensive_norm_fro_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7327651Z test_comprehensive_norm_fro_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7327820Z test_comprehensive_norm_fro_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7327988Z test_comprehensive_norm_fro_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7328159Z test_comprehensive_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7328357Z test_comprehensive_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7328530Z test_comprehensive_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7328683Z test_comprehensive_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7328850Z test_comprehensive_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7329015Z test_comprehensive_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7329188Z test_comprehensive_norm_nuc_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7329361Z test_comprehensive_norm_nuc_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7329528Z test_comprehensive_norm_nuc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7329694Z test_comprehensive_norm_nuc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7329862Z test_comprehensive_normal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7330028Z test_comprehensive_normal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7330182Z test_comprehensive_normal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7330349Z test_comprehensive_normal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7330532Z test_comprehensive_normal_number_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7330714Z test_comprehensive_normal_number_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7330889Z test_comprehensive_normal_number_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7331061Z test_comprehensive_normal_number_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7331226Z test_comprehensive_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7331387Z test_comprehensive_ones_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7331556Z test_comprehensive_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7331723Z test_comprehensive_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7331904Z test_comprehensive_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7332069Z test_comprehensive_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7332232Z test_comprehensive_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7332390Z test_comprehensive_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7332550Z test_comprehensive_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7332707Z test_comprehensive_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7332860Z test_comprehensive_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7333019Z test_comprehensive_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7333169Z test_comprehensive_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7333342Z test_comprehensive_ones_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7333531Z test_comprehensive_ones_like_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7333707Z test_comprehensive_ones_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7333879Z test_comprehensive_ones_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7334052Z test_comprehensive_ones_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7334220Z test_comprehensive_ones_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7334386Z test_comprehensive_ones_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7334558Z test_comprehensive_ones_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7334713Z test_comprehensive_ones_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7334879Z test_comprehensive_ones_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7335044Z test_comprehensive_ones_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7335210Z test_comprehensive_ones_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7335372Z test_comprehensive_ones_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7335542Z test_comprehensive_ormqr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7335710Z test_comprehensive_ormqr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7335878Z test_comprehensive_ormqr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7336040Z test_comprehensive_ormqr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7336191Z test_comprehensive_outer_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7336355Z test_comprehensive_outer_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7336526Z test_comprehensive_outer_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7336691Z test_comprehensive_outer_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7336995Z test_comprehensive_outer_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7337218Z test_comprehensive_outer_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7337377Z test_comprehensive_outer_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7337540Z test_comprehensive_outer_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7337699Z test_comprehensive_outer_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7337844Z test_comprehensive_outer_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7338008Z test_comprehensive_outer_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7338164Z test_comprehensive_outer_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7338337Z test_comprehensive_pca_lowrank_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7338513Z test_comprehensive_pca_lowrank_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7338684Z test_comprehensive_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7338887Z test_comprehensive_permute_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7339063Z test_comprehensive_permute_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7339236Z test_comprehensive_permute_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7339393Z test_comprehensive_permute_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7339562Z test_comprehensive_permute_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7339729Z test_comprehensive_permute_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7339898Z test_comprehensive_permute_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7340063Z test_comprehensive_permute_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7340224Z test_comprehensive_permute_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7340382Z test_comprehensive_permute_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7340548Z test_comprehensive_permute_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.002s) 2022-12-01T10:30:57.7340706Z test_comprehensive_permute_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7340866Z test_comprehensive_pinverse_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7341042Z test_comprehensive_pinverse_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7341210Z test_comprehensive_pinverse_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7341450Z test_comprehensive_pinverse_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7341622Z test_comprehensive_polar_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7341784Z test_comprehensive_polar_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7341974Z test_comprehensive_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7342161Z test_comprehensive_polygamma_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7342349Z test_comprehensive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7342556Z test_comprehensive_polygamma_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7342744Z test_comprehensive_polygamma_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7342926Z test_comprehensive_polygamma_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7343100Z test_comprehensive_polygamma_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7343282Z test_comprehensive_polygamma_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7343458Z test_comprehensive_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7343643Z test_comprehensive_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7343827Z test_comprehensive_polygamma_polygamma_n_1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7344047Z test_comprehensive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7344232Z test_comprehensive_polygamma_polygamma_n_1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7344401Z test_comprehensive_polygamma_polygamma_n_1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.013s) 2022-12-01T10:30:57.7344577Z test_comprehensive_polygamma_polygamma_n_1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.020s) 2022-12-01T10:30:57.7344758Z test_comprehensive_polygamma_polygamma_n_1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7344940Z test_comprehensive_polygamma_polygamma_n_1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7345119Z test_comprehensive_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7345310Z test_comprehensive_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7345495Z test_comprehensive_polygamma_polygamma_n_2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7345676Z test_comprehensive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7345861Z test_comprehensive_polygamma_polygamma_n_2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7346043Z test_comprehensive_polygamma_polygamma_n_2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7346206Z test_comprehensive_polygamma_polygamma_n_2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7346381Z test_comprehensive_polygamma_polygamma_n_2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7346563Z test_comprehensive_polygamma_polygamma_n_2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7346739Z test_comprehensive_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7346921Z test_comprehensive_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7347104Z test_comprehensive_polygamma_polygamma_n_3_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7347289Z test_comprehensive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7347472Z test_comprehensive_polygamma_polygamma_n_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7347685Z test_comprehensive_polygamma_polygamma_n_3_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7347852Z test_comprehensive_polygamma_polygamma_n_3_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7348027Z test_comprehensive_polygamma_polygamma_n_3_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7348207Z test_comprehensive_polygamma_polygamma_n_3_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7348382Z test_comprehensive_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7348566Z test_comprehensive_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7348746Z test_comprehensive_polygamma_polygamma_n_4_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7348931Z test_comprehensive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7349139Z test_comprehensive_polygamma_polygamma_n_4_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7349322Z test_comprehensive_polygamma_polygamma_n_4_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7349497Z test_comprehensive_polygamma_polygamma_n_4_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7349656Z test_comprehensive_polygamma_polygamma_n_4_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7349836Z test_comprehensive_polygamma_polygamma_n_4_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7350013Z test_comprehensive_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7350185Z test_comprehensive_positive_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7350363Z test_comprehensive_positive_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7350537Z test_comprehensive_positive_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7350710Z test_comprehensive_positive_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7350881Z test_comprehensive_positive_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7351050Z test_comprehensive_positive_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7351206Z test_comprehensive_positive_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7351376Z test_comprehensive_positive_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7351541Z test_comprehensive_positive_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7351708Z test_comprehensive_positive_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7351876Z test_comprehensive_positive_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7352043Z test_comprehensive_positive_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7352209Z test_comprehensive_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7352378Z test_comprehensive_pow_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7352543Z test_comprehensive_pow_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7352723Z test_comprehensive_pow_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7352883Z test_comprehensive_pow_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7353041Z test_comprehensive_pow_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7353201Z test_comprehensive_pow_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7353360Z test_comprehensive_pow_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7353522Z test_comprehensive_pow_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7353684Z test_comprehensive_pow_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7353842Z test_comprehensive_pow_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7354002Z test_comprehensive_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7354161Z test_comprehensive_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7354356Z test_comprehensive_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7354523Z test_comprehensive_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7354683Z test_comprehensive_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7354847Z test_comprehensive_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7355003Z test_comprehensive_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7355157Z test_comprehensive_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7355319Z test_comprehensive_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7355482Z test_comprehensive_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7355636Z test_comprehensive_put_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7355796Z test_comprehensive_put_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7355968Z test_comprehensive_put_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7356135Z test_comprehensive_put_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7356298Z test_comprehensive_put_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7356457Z test_comprehensive_put_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7356617Z test_comprehensive_put_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7356777Z test_comprehensive_put_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7356923Z test_comprehensive_put_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7357081Z test_comprehensive_put_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7357243Z test_comprehensive_put_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7357400Z test_comprehensive_put_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7357568Z test_comprehensive_qr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7357733Z test_comprehensive_qr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7357924Z test_comprehensive_qr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7358083Z test_comprehensive_qr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7358255Z test_comprehensive_quantile_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7358413Z test_comprehensive_quantile_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7358583Z test_comprehensive_rad2deg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7358749Z test_comprehensive_rad2deg_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7358918Z test_comprehensive_rad2deg_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7359090Z test_comprehensive_rad2deg_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7359257Z test_comprehensive_rad2deg_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7359450Z test_comprehensive_rad2deg_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7359612Z test_comprehensive_rad2deg_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7359771Z test_comprehensive_rad2deg_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7359921Z test_comprehensive_rad2deg_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7360082Z test_comprehensive_rad2deg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7360254Z test_comprehensive_rand_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7360433Z test_comprehensive_rand_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7360606Z test_comprehensive_rand_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7360780Z test_comprehensive_rand_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7360952Z test_comprehensive_rand_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7361121Z test_comprehensive_rand_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7361290Z test_comprehensive_rand_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7361450Z test_comprehensive_randint_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7361623Z test_comprehensive_randint_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7361797Z test_comprehensive_randint_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7361973Z test_comprehensive_randint_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7362143Z test_comprehensive_randint_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7362312Z test_comprehensive_randint_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7362478Z test_comprehensive_randint_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7362647Z test_comprehensive_randint_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7362816Z test_comprehensive_randint_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7363000Z test_comprehensive_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7363170Z test_comprehensive_randn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7363342Z test_comprehensive_randn_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7363511Z test_comprehensive_randn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7363677Z test_comprehensive_randn_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7363836Z test_comprehensive_randn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7363992Z test_comprehensive_randn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7364162Z test_comprehensive_randn_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7364340Z test_comprehensive_randn_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7364500Z test_comprehensive_randn_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7364699Z test_comprehensive_randn_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7364871Z test_comprehensive_randn_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7365038Z test_comprehensive_randn_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7365202Z test_comprehensive_randn_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7365368Z test_comprehensive_ravel_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7365534Z test_comprehensive_ravel_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7365706Z test_comprehensive_ravel_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7365877Z test_comprehensive_ravel_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7366033Z test_comprehensive_ravel_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7366197Z test_comprehensive_ravel_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7366359Z test_comprehensive_ravel_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7366514Z test_comprehensive_ravel_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7366674Z test_comprehensive_ravel_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7366834Z test_comprehensive_ravel_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7366987Z test_comprehensive_ravel_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7367150Z test_comprehensive_ravel_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7367305Z test_comprehensive_ravel_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7367453Z test_comprehensive_real_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7367615Z test_comprehensive_real_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7367781Z test_comprehensive_real_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7367947Z test_comprehensive_real_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7368153Z test_comprehensive_real_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7368318Z test_comprehensive_real_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7368481Z test_comprehensive_real_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7368638Z test_comprehensive_real_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7368798Z test_comprehensive_real_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7368942Z test_comprehensive_real_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7369097Z test_comprehensive_real_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7369255Z test_comprehensive_real_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7369419Z test_comprehensive_real_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7369594Z test_comprehensive_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7369791Z test_comprehensive_reciprocal_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7369970Z test_comprehensive_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7370147Z test_comprehensive_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7370320Z test_comprehensive_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7370479Z test_comprehensive_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7370650Z test_comprehensive_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7370821Z test_comprehensive_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7370994Z test_comprehensive_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7371164Z test_comprehensive_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7371335Z test_comprehensive_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7371504Z test_comprehensive_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7371679Z test_comprehensive_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7371850Z test_comprehensive_remainder_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7372011Z test_comprehensive_remainder_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7372184Z test_comprehensive_remainder_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7372357Z test_comprehensive_remainder_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7372526Z test_comprehensive_remainder_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7372693Z test_comprehensive_remainder_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7372862Z test_comprehensive_remainder_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7373029Z test_comprehensive_remainder_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7373194Z test_comprehensive_renorm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7373408Z test_comprehensive_renorm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7373565Z test_comprehensive_renorm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7373737Z test_comprehensive_renorm_cpu_float16 (__main__.TestDecompCPU) ... skip: Inconsistent accuracy (0.000s) 2022-12-01T10:30:57.7373903Z test_comprehensive_renorm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7374069Z test_comprehensive_renorm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7374236Z test_comprehensive_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7374400Z test_comprehensive_repeat_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7374569Z test_comprehensive_repeat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7374743Z test_comprehensive_repeat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7374938Z test_comprehensive_repeat_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7375093Z test_comprehensive_repeat_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7375259Z test_comprehensive_repeat_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7375426Z test_comprehensive_repeat_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7375587Z test_comprehensive_repeat_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7375746Z test_comprehensive_repeat_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7375912Z test_comprehensive_repeat_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7376074Z test_comprehensive_repeat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7376261Z test_comprehensive_repeat_interleave_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7376442Z test_comprehensive_repeat_interleave_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7376615Z test_comprehensive_repeat_interleave_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7376929Z test_comprehensive_repeat_interleave_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7377180Z test_comprehensive_repeat_interleave_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7377364Z test_comprehensive_repeat_interleave_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7377548Z test_comprehensive_repeat_interleave_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7377733Z test_comprehensive_repeat_interleave_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7377912Z test_comprehensive_repeat_interleave_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7378091Z test_comprehensive_repeat_interleave_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7378269Z test_comprehensive_repeat_interleave_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7378434Z test_comprehensive_repeat_interleave_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7378616Z test_comprehensive_repeat_interleave_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7378852Z test_comprehensive_reshape_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7379022Z test_comprehensive_reshape_as_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7379201Z test_comprehensive_reshape_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7379375Z test_comprehensive_reshape_as_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7379549Z test_comprehensive_reshape_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7379725Z test_comprehensive_reshape_as_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7379896Z test_comprehensive_reshape_as_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7380066Z test_comprehensive_reshape_as_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7380222Z test_comprehensive_reshape_as_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7380425Z test_comprehensive_reshape_as_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7380596Z test_comprehensive_reshape_as_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7380766Z test_comprehensive_reshape_as_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7380930Z test_comprehensive_reshape_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7381096Z test_comprehensive_reshape_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7381263Z test_comprehensive_reshape_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7381514Z test_comprehensive_reshape_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7381686Z test_comprehensive_reshape_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7381847Z test_comprehensive_reshape_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7382015Z test_comprehensive_reshape_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7382185Z test_comprehensive_reshape_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7382352Z test_comprehensive_reshape_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7382517Z test_comprehensive_reshape_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7382680Z test_comprehensive_reshape_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7382841Z test_comprehensive_reshape_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7383006Z test_comprehensive_reshape_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7383167Z test_comprehensive_reshape_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7383322Z test_comprehensive_resize__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7383486Z test_comprehensive_resize__cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7383657Z test_comprehensive_resize__cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7383826Z test_comprehensive_resize__cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7384028Z test_comprehensive_resize__cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7384194Z test_comprehensive_resize__cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7384362Z test_comprehensive_resize__cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7384525Z test_comprehensive_resize__cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7384673Z test_comprehensive_resize__cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7384828Z test_comprehensive_resize__cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7384994Z test_comprehensive_resize__cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7385149Z test_comprehensive_resize__cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7385322Z test_comprehensive_resize_as__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7385488Z test_comprehensive_resize_as__cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7385695Z test_comprehensive_resize_as__cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7385870Z test_comprehensive_resize_as__cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7386042Z test_comprehensive_resize_as__cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7386212Z test_comprehensive_resize_as__cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7386363Z test_comprehensive_resize_as__cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7386529Z test_comprehensive_resize_as__cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7386698Z test_comprehensive_resize_as__cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7386864Z test_comprehensive_resize_as__cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7387032Z test_comprehensive_resize_as__cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7387196Z test_comprehensive_resize_as__cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7387370Z test_comprehensive_resolve_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7387538Z test_comprehensive_resolve_conj_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7387717Z test_comprehensive_resolve_conj_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7387882Z test_comprehensive_resolve_conj_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7388054Z test_comprehensive_resolve_conj_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7388228Z test_comprehensive_resolve_conj_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7388401Z test_comprehensive_resolve_conj_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7388570Z test_comprehensive_resolve_conj_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7388740Z test_comprehensive_resolve_conj_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7388906Z test_comprehensive_resolve_conj_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7389075Z test_comprehensive_resolve_conj_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7389280Z test_comprehensive_resolve_conj_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7389441Z test_comprehensive_resolve_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7389610Z test_comprehensive_resolve_neg_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7389784Z test_comprehensive_resolve_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7389959Z test_comprehensive_resolve_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7390133Z test_comprehensive_resolve_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7390303Z test_comprehensive_resolve_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7390476Z test_comprehensive_resolve_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7390642Z test_comprehensive_resolve_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7390835Z test_comprehensive_resolve_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7390990Z test_comprehensive_resolve_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7391161Z test_comprehensive_resolve_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7391328Z test_comprehensive_resolve_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7391496Z test_comprehensive_resolve_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7391662Z test_comprehensive_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7391824Z test_comprehensive_roll_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7391993Z test_comprehensive_roll_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7392166Z test_comprehensive_roll_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7392334Z test_comprehensive_roll_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7392484Z test_comprehensive_roll_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7392645Z test_comprehensive_roll_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7392800Z test_comprehensive_roll_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7392961Z test_comprehensive_roll_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7393122Z test_comprehensive_roll_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7393276Z test_comprehensive_roll_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7393436Z test_comprehensive_roll_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7393598Z test_comprehensive_roll_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7393763Z test_comprehensive_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7393906Z test_comprehensive_rot90_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7394075Z test_comprehensive_rot90_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7394241Z test_comprehensive_rot90_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7394437Z test_comprehensive_rot90_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7394599Z test_comprehensive_rot90_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7394756Z test_comprehensive_rot90_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7394916Z test_comprehensive_rot90_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7395072Z test_comprehensive_rot90_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7395226Z test_comprehensive_rot90_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7395373Z test_comprehensive_rot90_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7395530Z test_comprehensive_rot90_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7395695Z test_comprehensive_round_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7395886Z test_comprehensive_round_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7396048Z test_comprehensive_round_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7396209Z test_comprehensive_round_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7396366Z test_comprehensive_round_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7396521Z test_comprehensive_round_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7396668Z test_comprehensive_round_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7396829Z test_comprehensive_round_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7397010Z test_comprehensive_round_decimals_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7397191Z test_comprehensive_round_decimals_0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7397369Z test_comprehensive_round_decimals_0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7397548Z test_comprehensive_round_decimals_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7397724Z test_comprehensive_round_decimals_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7397900Z test_comprehensive_round_decimals_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7398083Z test_comprehensive_round_decimals_neg_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7398265Z test_comprehensive_round_decimals_neg_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7398431Z test_comprehensive_round_decimals_neg_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7398598Z test_comprehensive_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7398759Z test_comprehensive_rsqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7398928Z test_comprehensive_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7399097Z test_comprehensive_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7399261Z test_comprehensive_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7399450Z test_comprehensive_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7399611Z test_comprehensive_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7399770Z test_comprehensive_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7399911Z test_comprehensive_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7400072Z test_comprehensive_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7400228Z test_comprehensive_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7400389Z test_comprehensive_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7400559Z test_comprehensive_rsub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7400728Z test_comprehensive_rsub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7400892Z test_comprehensive_rsub_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7401111Z test_comprehensive_rsub_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7401269Z test_comprehensive_rsub_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7401414Z test_comprehensive_rsub_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7401571Z test_comprehensive_rsub_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7401725Z test_comprehensive_rsub_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7401886Z test_comprehensive_rsub_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7402051Z test_comprehensive_rsub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7402226Z test_comprehensive_scatter_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7402403Z test_comprehensive_scatter_add_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7402584Z test_comprehensive_scatter_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7402748Z test_comprehensive_scatter_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7402922Z test_comprehensive_scatter_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7403097Z test_comprehensive_scatter_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7403268Z test_comprehensive_scatter_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7403437Z test_comprehensive_scatter_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7403609Z test_comprehensive_scatter_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7403777Z test_comprehensive_scatter_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7403949Z test_comprehensive_scatter_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7404118Z test_comprehensive_scatter_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7404287Z test_comprehensive_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7404441Z test_comprehensive_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7404651Z test_comprehensive_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7404820Z test_comprehensive_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7404989Z test_comprehensive_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7405158Z test_comprehensive_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7405324Z test_comprehensive_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7405488Z test_comprehensive_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7405650Z test_comprehensive_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7405808Z test_comprehensive_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7405963Z test_comprehensive_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7406123Z test_comprehensive_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7406332Z test_comprehensive_scatter_reduce_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7406514Z test_comprehensive_scatter_reduce_amax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7406696Z test_comprehensive_scatter_reduce_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7406871Z test_comprehensive_scatter_reduce_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7407046Z test_comprehensive_scatter_reduce_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7407228Z test_comprehensive_scatter_reduce_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7407407Z test_comprehensive_scatter_reduce_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7407576Z test_comprehensive_scatter_reduce_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7407754Z test_comprehensive_scatter_reduce_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7407928Z test_comprehensive_scatter_reduce_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7408109Z test_comprehensive_scatter_reduce_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7408287Z test_comprehensive_scatter_reduce_amin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7408470Z test_comprehensive_scatter_reduce_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7408645Z test_comprehensive_scatter_reduce_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7408819Z test_comprehensive_scatter_reduce_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7408994Z test_comprehensive_scatter_reduce_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7409158Z test_comprehensive_scatter_reduce_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7409333Z test_comprehensive_scatter_reduce_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7409510Z test_comprehensive_scatter_reduce_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7409723Z test_comprehensive_scatter_reduce_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7409907Z test_comprehensive_scatter_reduce_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7410091Z test_comprehensive_scatter_reduce_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7410269Z test_comprehensive_scatter_reduce_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7410443Z test_comprehensive_scatter_reduce_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7410616Z test_comprehensive_scatter_reduce_mean_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7410795Z test_comprehensive_scatter_reduce_mean_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7410954Z test_comprehensive_scatter_reduce_mean_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7411134Z test_comprehensive_scatter_reduce_mean_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7411331Z test_comprehensive_scatter_reduce_mean_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7411518Z test_comprehensive_scatter_reduce_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7411697Z test_comprehensive_scatter_reduce_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7411878Z test_comprehensive_scatter_reduce_prod_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7412054Z test_comprehensive_scatter_reduce_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7412230Z test_comprehensive_scatter_reduce_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7412405Z test_comprehensive_scatter_reduce_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7412572Z test_comprehensive_scatter_reduce_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7412747Z test_comprehensive_scatter_reduce_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7412922Z test_comprehensive_scatter_reduce_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7413095Z test_comprehensive_scatter_reduce_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7413274Z test_comprehensive_scatter_reduce_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7413450Z test_comprehensive_scatter_reduce_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7413633Z test_comprehensive_scatter_reduce_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7413811Z test_comprehensive_scatter_reduce_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7413984Z test_comprehensive_scatter_reduce_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7414159Z test_comprehensive_scatter_reduce_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7414319Z test_comprehensive_scatter_reduce_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7414495Z test_comprehensive_scatter_reduce_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7414668Z test_comprehensive_scatter_reduce_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7414868Z test_comprehensive_scatter_reduce_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7415045Z test_comprehensive_searchsorted_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7415224Z test_comprehensive_searchsorted_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7415401Z test_comprehensive_searchsorted_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7415571Z test_comprehensive_searchsorted_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7415742Z test_comprehensive_searchsorted_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7415901Z test_comprehensive_searchsorted_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7416072Z test_comprehensive_searchsorted_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7416242Z test_comprehensive_searchsorted_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7416443Z test_comprehensive_searchsorted_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7416632Z test_comprehensive_segment_reduce_lengths_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7416940Z test_comprehensive_segment_reduce_lengths_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7417128Z test_comprehensive_segment_reduce_lengths_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7417313Z test_comprehensive_segment_reduce_lengths_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7417499Z test_comprehensive_segment_reduce_offsets_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7417672Z test_comprehensive_segment_reduce_offsets_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7417858Z test_comprehensive_segment_reduce_offsets_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7418039Z test_comprehensive_segment_reduce_offsets_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7418209Z test_comprehensive_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7418374Z test_comprehensive_select_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7418547Z test_comprehensive_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7418717Z test_comprehensive_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:30:57.7418891Z test_comprehensive_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7419059Z test_comprehensive_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7419215Z test_comprehensive_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7419384Z test_comprehensive_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7419550Z test_comprehensive_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7419710Z test_comprehensive_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7419867Z test_comprehensive_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7420029Z test_comprehensive_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7420239Z test_comprehensive_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7420420Z test_comprehensive_select_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7420596Z test_comprehensive_select_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7420760Z test_comprehensive_select_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7420942Z test_comprehensive_select_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7421115Z test_comprehensive_select_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7421290Z test_comprehensive_select_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7421539Z test_comprehensive_select_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7421710Z test_comprehensive_select_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7421925Z test_comprehensive_select_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7422098Z test_comprehensive_select_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7422263Z test_comprehensive_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7422410Z test_comprehensive_sgn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7422579Z test_comprehensive_sgn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7422744Z test_comprehensive_sgn_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7422909Z test_comprehensive_sgn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7423075Z test_comprehensive_sgn_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7423233Z test_comprehensive_sgn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7423395Z test_comprehensive_sgn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7423555Z test_comprehensive_sgn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7423715Z test_comprehensive_sgn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7423861Z test_comprehensive_sgn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7424021Z test_comprehensive_sgn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7424180Z test_comprehensive_sgn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7424349Z test_comprehensive_short_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7424511Z test_comprehensive_short_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7424680Z test_comprehensive_short_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7424848Z test_comprehensive_short_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7425016Z test_comprehensive_short_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7425177Z test_comprehensive_short_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7425358Z test_comprehensive_short_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7425519Z test_comprehensive_short_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7425678Z test_comprehensive_short_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7425834Z test_comprehensive_short_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7425993Z test_comprehensive_short_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7426148Z test_comprehensive_short_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7426317Z test_comprehensive_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7426484Z test_comprehensive_sigmoid_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7426660Z test_comprehensive_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7426818Z test_comprehensive_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7427015Z test_comprehensive_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7427185Z test_comprehensive_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7427349Z test_comprehensive_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7427509Z test_comprehensive_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7427667Z test_comprehensive_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7427831Z test_comprehensive_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7427994Z test_comprehensive_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7428151Z test_comprehensive_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7428299Z test_comprehensive_sign_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7428463Z test_comprehensive_sign_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7428624Z test_comprehensive_sign_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7428783Z test_comprehensive_sign_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7428943Z test_comprehensive_sign_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7429101Z test_comprehensive_sign_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7429257Z test_comprehensive_sign_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7429415Z test_comprehensive_sign_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7429576Z test_comprehensive_sign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7429732Z test_comprehensive_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7429897Z test_comprehensive_signbit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7430063Z test_comprehensive_signbit_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7430229Z test_comprehensive_signbit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7430395Z test_comprehensive_signbit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7430585Z test_comprehensive_signbit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7430747Z test_comprehensive_signbit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7430907Z test_comprehensive_signbit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7431071Z test_comprehensive_signbit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7431216Z test_comprehensive_signbit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7431377Z test_comprehensive_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7431537Z test_comprehensive_sin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7431704Z test_comprehensive_sin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7431866Z test_comprehensive_sin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7432053Z test_comprehensive_sin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7432211Z test_comprehensive_sin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7432370Z test_comprehensive_sin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7432515Z test_comprehensive_sin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7432672Z test_comprehensive_sin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7432831Z test_comprehensive_sin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7432987Z test_comprehensive_sin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7433154Z test_comprehensive_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7433314Z test_comprehensive_sinc_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7433481Z test_comprehensive_sinc_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7433649Z test_comprehensive_sinc_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7433813Z test_comprehensive_sinc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7433959Z test_comprehensive_sinc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7434119Z test_comprehensive_sinc_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7434274Z test_comprehensive_sinc_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7434431Z test_comprehensive_sinc_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7434587Z test_comprehensive_sinc_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7434748Z test_comprehensive_sinc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7434913Z test_comprehensive_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7435073Z test_comprehensive_sinh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7435239Z test_comprehensive_sinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7435391Z test_comprehensive_sinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7435552Z test_comprehensive_sinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7435738Z test_comprehensive_sinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7435898Z test_comprehensive_sinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7436052Z test_comprehensive_sinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7436211Z test_comprehensive_sinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7436367Z test_comprehensive_sinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7436529Z test_comprehensive_sinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7436696Z test_comprehensive_slice_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7436846Z test_comprehensive_slice_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7437018Z test_comprehensive_slice_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7437212Z test_comprehensive_slice_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7437382Z test_comprehensive_slice_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7437546Z test_comprehensive_slice_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7437708Z test_comprehensive_slice_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7437865Z test_comprehensive_slice_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7438027Z test_comprehensive_slice_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7438186Z test_comprehensive_slice_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7438327Z test_comprehensive_slice_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7438489Z test_comprehensive_slice_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7438645Z test_comprehensive_slice_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7438821Z test_comprehensive_slice_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7438993Z test_comprehensive_slice_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7439169Z test_comprehensive_slice_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7439342Z test_comprehensive_slice_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7439513Z test_comprehensive_slice_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7439685Z test_comprehensive_slice_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7439846Z test_comprehensive_slice_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7440013Z test_comprehensive_slice_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7440183Z test_comprehensive_slice_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7440350Z test_comprehensive_slice_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7440519Z test_comprehensive_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7440718Z test_comprehensive_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7440888Z test_comprehensive_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7441073Z test_comprehensive_softmax_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7441250Z test_comprehensive_softmax_with_dtype_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7441422Z test_comprehensive_softmax_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7441605Z test_comprehensive_softmax_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7441782Z test_comprehensive_softmax_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7441956Z test_comprehensive_softmax_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7442128Z test_comprehensive_softmax_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7442329Z test_comprehensive_softmax_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7442506Z test_comprehensive_softmax_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7442684Z test_comprehensive_softmax_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7442861Z test_comprehensive_softmax_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7443021Z test_comprehensive_softmax_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7443187Z test_comprehensive_sort_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7443351Z test_comprehensive_sort_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7443516Z test_comprehensive_sort_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7443681Z test_comprehensive_sort_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7443838Z test_comprehensive_sort_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7443999Z test_comprehensive_sort_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7444157Z test_comprehensive_sort_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7444312Z test_comprehensive_sort_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7444457Z test_comprehensive_sort_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7444620Z test_comprehensive_sort_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7444811Z test_comprehensive_sparse_sampled_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7444998Z test_comprehensive_sparse_sampled_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7445186Z test_comprehensive_sparse_sampled_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7445368Z test_comprehensive_sparse_sampled_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7445547Z test_comprehensive_special_airy_ai_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7445724Z test_comprehensive_special_airy_ai_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7445940Z test_comprehensive_special_airy_ai_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7446113Z test_comprehensive_special_airy_ai_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7446276Z test_comprehensive_special_airy_ai_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7446443Z test_comprehensive_special_airy_ai_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7446617Z test_comprehensive_special_airy_ai_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7446783Z test_comprehensive_special_airy_ai_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7446961Z test_comprehensive_special_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7447141Z test_comprehensive_special_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7447320Z test_comprehensive_special_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7447523Z test_comprehensive_special_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7447698Z test_comprehensive_special_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7447859Z test_comprehensive_special_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7448035Z test_comprehensive_special_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7448207Z test_comprehensive_special_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7448383Z test_comprehensive_special_bessel_j1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7448561Z test_comprehensive_special_bessel_j1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7448739Z test_comprehensive_special_bessel_j1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7448908Z test_comprehensive_special_bessel_j1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7449080Z test_comprehensive_special_bessel_j1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7449254Z test_comprehensive_special_bessel_j1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7449413Z test_comprehensive_special_bessel_j1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7449584Z test_comprehensive_special_bessel_j1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7449762Z test_comprehensive_special_bessel_y0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7449937Z test_comprehensive_special_bessel_y0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7450113Z test_comprehensive_special_bessel_y0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7450282Z test_comprehensive_special_bessel_y0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7450453Z test_comprehensive_special_bessel_y0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7450624Z test_comprehensive_special_bessel_y0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7450800Z test_comprehensive_special_bessel_y0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7450995Z test_comprehensive_special_bessel_y0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7451169Z test_comprehensive_special_bessel_y1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7451345Z test_comprehensive_special_bessel_y1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7451520Z test_comprehensive_special_bessel_y1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7451688Z test_comprehensive_special_bessel_y1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7451858Z test_comprehensive_special_bessel_y1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7452026Z test_comprehensive_special_bessel_y1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7452202Z test_comprehensive_special_bessel_y1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7452371Z test_comprehensive_special_bessel_y1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7452589Z test_comprehensive_special_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7452772Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7452965Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7453155Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7453345Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7453534Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7453724Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7453912Z test_comprehensive_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7454097Z test_comprehensive_special_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7454290Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7454482Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7454661Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7454847Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7455034Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7455221Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7455405Z test_comprehensive_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7455868Z test_comprehensive_special_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7456220Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7456605Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7457060Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7457395Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7457724Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7458046Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7458381Z test_comprehensive_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7458763Z test_comprehensive_special_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7459107Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7459450Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7459792Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7460124Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7460457Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7460796Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7461131Z test_comprehensive_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7461375Z test_comprehensive_special_entr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7461538Z test_comprehensive_special_entr_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7461713Z test_comprehensive_special_entr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7461890Z test_comprehensive_special_entr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7462063Z test_comprehensive_special_entr_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7462235Z test_comprehensive_special_entr_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7462403Z test_comprehensive_special_entr_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7462571Z test_comprehensive_special_entr_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7462743Z test_comprehensive_special_entr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7462916Z test_comprehensive_special_erfcx_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7463136Z test_comprehensive_special_erfcx_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7463296Z test_comprehensive_special_erfcx_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7463473Z test_comprehensive_special_erfcx_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7463645Z test_comprehensive_special_erfcx_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7463813Z test_comprehensive_special_erfcx_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7463982Z test_comprehensive_special_erfcx_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7464148Z test_comprehensive_special_erfcx_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7464344Z test_comprehensive_special_hermite_polynomial_h_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7464540Z test_comprehensive_special_hermite_polynomial_h_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7464760Z test_comprehensive_special_hermite_polynomial_h_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7464938Z test_comprehensive_special_hermite_polynomial_h_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7465125Z test_comprehensive_special_hermite_polynomial_h_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7465307Z test_comprehensive_special_hermite_polynomial_h_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7465493Z test_comprehensive_special_hermite_polynomial_h_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7465684Z test_comprehensive_special_hermite_polynomial_h_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7465873Z test_comprehensive_special_hermite_polynomial_he_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7466066Z test_comprehensive_special_hermite_polynomial_he_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7466257Z test_comprehensive_special_hermite_polynomial_he_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7466447Z test_comprehensive_special_hermite_polynomial_he_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7466632Z test_comprehensive_special_hermite_polynomial_he_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7466802Z test_comprehensive_special_hermite_polynomial_he_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7466990Z test_comprehensive_special_hermite_polynomial_he_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7467176Z test_comprehensive_special_hermite_polynomial_he_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7467349Z test_comprehensive_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7467519Z test_comprehensive_special_i0e_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7467691Z test_comprehensive_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7467861Z test_comprehensive_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7468030Z test_comprehensive_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7468222Z test_comprehensive_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7468378Z test_comprehensive_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7468549Z test_comprehensive_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7468719Z test_comprehensive_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7468888Z test_comprehensive_special_i1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7469058Z test_comprehensive_special_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7469227Z test_comprehensive_special_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7469394Z test_comprehensive_special_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7469561Z test_comprehensive_special_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7469752Z test_comprehensive_special_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7469904Z test_comprehensive_special_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7470072Z test_comprehensive_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7470238Z test_comprehensive_special_i1e_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7470410Z test_comprehensive_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7470580Z test_comprehensive_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7470751Z test_comprehensive_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7470917Z test_comprehensive_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7471087Z test_comprehensive_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7471252Z test_comprehensive_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7471406Z test_comprehensive_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7471599Z test_comprehensive_special_laguerre_polynomial_l_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7471791Z test_comprehensive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7471982Z test_comprehensive_special_laguerre_polynomial_l_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7472171Z test_comprehensive_special_laguerre_polynomial_l_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7472358Z test_comprehensive_special_laguerre_polynomial_l_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7472547Z test_comprehensive_special_laguerre_polynomial_l_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7472741Z test_comprehensive_special_laguerre_polynomial_l_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7472929Z test_comprehensive_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7473282Z test_comprehensive_special_legendre_polynomial_p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7473645Z test_comprehensive_special_legendre_polynomial_p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7473985Z test_comprehensive_special_legendre_polynomial_p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7474322Z test_comprehensive_special_legendre_polynomial_p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7474652Z test_comprehensive_special_legendre_polynomial_p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7474983Z test_comprehensive_special_legendre_polynomial_p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7475318Z test_comprehensive_special_legendre_polynomial_p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7475675Z test_comprehensive_special_legendre_polynomial_p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7475853Z test_comprehensive_special_log_ndtr_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7476032Z test_comprehensive_special_log_ndtr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7476211Z test_comprehensive_special_log_ndtr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7476386Z test_comprehensive_special_log_ndtr_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7476548Z test_comprehensive_special_log_ndtr_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7476728Z test_comprehensive_special_log_ndtr_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7476902Z test_comprehensive_special_log_ndtr_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7477075Z test_comprehensive_special_log_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7477262Z test_comprehensive_special_modified_bessel_i0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7477450Z test_comprehensive_special_modified_bessel_i0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7477636Z test_comprehensive_special_modified_bessel_i0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7477823Z test_comprehensive_special_modified_bessel_i0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7478011Z test_comprehensive_special_modified_bessel_i0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7478198Z test_comprehensive_special_modified_bessel_i0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7478370Z test_comprehensive_special_modified_bessel_i0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7478552Z test_comprehensive_special_modified_bessel_i0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7478737Z test_comprehensive_special_modified_bessel_i1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7478921Z test_comprehensive_special_modified_bessel_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7479106Z test_comprehensive_special_modified_bessel_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7479326Z test_comprehensive_special_modified_bessel_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7479512Z test_comprehensive_special_modified_bessel_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7479692Z test_comprehensive_special_modified_bessel_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7479874Z test_comprehensive_special_modified_bessel_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7480043Z test_comprehensive_special_modified_bessel_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7480225Z test_comprehensive_special_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7480409Z test_comprehensive_special_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7480594Z test_comprehensive_special_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7480800Z test_comprehensive_special_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7480986Z test_comprehensive_special_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7481167Z test_comprehensive_special_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7481348Z test_comprehensive_special_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7481528Z test_comprehensive_special_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7481712Z test_comprehensive_special_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7481883Z test_comprehensive_special_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7482071Z test_comprehensive_special_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7482252Z test_comprehensive_special_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7482433Z test_comprehensive_special_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7482614Z test_comprehensive_special_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7482794Z test_comprehensive_special_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7482976Z test_comprehensive_special_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7483150Z test_comprehensive_special_ndtr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7483323Z test_comprehensive_special_ndtr_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7483498Z test_comprehensive_special_ndtr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7483658Z test_comprehensive_special_ndtr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7483829Z test_comprehensive_special_ndtr_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7484000Z test_comprehensive_special_ndtr_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7484166Z test_comprehensive_special_ndtr_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7484410Z test_comprehensive_special_ndtr_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7484583Z test_comprehensive_special_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7484757Z test_comprehensive_special_ndtri_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7484931Z test_comprehensive_special_ndtri_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7485103Z test_comprehensive_special_ndtri_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7485262Z test_comprehensive_special_ndtri_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7485434Z test_comprehensive_special_ndtri_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7485602Z test_comprehensive_special_ndtri_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7485769Z test_comprehensive_special_ndtri_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7485960Z test_comprehensive_special_ndtri_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7486168Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7486369Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7486572Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7486777Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7486966Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7487163Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7487355Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7487554Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7487745Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7487937Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7488135Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7488331Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7488528Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7488728Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7488918Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7489107Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7489284Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7489500Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7489694Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7489885Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7490073Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7490260Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7490446Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7490636Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7490822Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7491210Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7491569Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7491916Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7492270Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7492620Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7492966Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7493313Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7493656Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7493997Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7494350Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7494707Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7495054Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7495397Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7495741Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7496124Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7496459Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7496914Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7497267Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7497624Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7497972Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7498359Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7498705Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7499048Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7499387Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7499731Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7500084Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7500440Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7500788Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7501117Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7501529Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7501881Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7502225Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:30:57.7502413Z test_comprehensive_special_spherical_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7502606Z test_comprehensive_special_spherical_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7502797Z test_comprehensive_special_spherical_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7503027Z test_comprehensive_special_spherical_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7503215Z test_comprehensive_special_spherical_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7503400Z test_comprehensive_special_spherical_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7503571Z test_comprehensive_special_spherical_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7503752Z test_comprehensive_special_spherical_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7503929Z test_comprehensive_special_xlog1py_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7504105Z test_comprehensive_special_xlog1py_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7504287Z test_comprehensive_special_xlog1py_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7504485Z test_comprehensive_special_xlog1py_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7504662Z test_comprehensive_special_xlog1py_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7504833Z test_comprehensive_special_xlog1py_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7505005Z test_comprehensive_special_xlog1py_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7505171Z test_comprehensive_special_xlog1py_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7505331Z test_comprehensive_special_xlog1py_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7505499Z test_comprehensive_special_xlog1py_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:30:57.7505668Z test_comprehensive_special_zeta_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7505843Z test_comprehensive_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7506016Z test_comprehensive_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7506185Z test_comprehensive_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7506356Z test_comprehensive_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7506519Z test_comprehensive_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7506691Z test_comprehensive_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7506848Z test_comprehensive_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7507014Z test_comprehensive_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7507176Z test_comprehensive_split_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7507343Z test_comprehensive_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7507510Z test_comprehensive_split_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7507677Z test_comprehensive_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7507840Z test_comprehensive_split_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7508027Z test_comprehensive_split_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7508182Z test_comprehensive_split_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7508335Z test_comprehensive_split_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7508494Z test_comprehensive_split_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7508648Z test_comprehensive_split_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7508809Z test_comprehensive_split_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7508963Z test_comprehensive_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7509139Z test_comprehensive_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7509316Z test_comprehensive_split_list_args_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7509495Z test_comprehensive_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7509695Z test_comprehensive_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7509859Z test_comprehensive_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7510033Z test_comprehensive_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7510209Z test_comprehensive_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7510379Z test_comprehensive_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7510552Z test_comprehensive_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7510717Z test_comprehensive_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7510889Z test_comprehensive_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7511055Z test_comprehensive_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7511229Z test_comprehensive_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7511386Z test_comprehensive_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7511565Z test_comprehensive_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7511741Z test_comprehensive_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7511915Z test_comprehensive_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7512092Z test_comprehensive_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7512266Z test_comprehensive_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7512441Z test_comprehensive_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7512612Z test_comprehensive_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7512784Z test_comprehensive_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7512940Z test_comprehensive_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7513141Z test_comprehensive_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7513313Z test_comprehensive_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7513478Z test_comprehensive_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7513638Z test_comprehensive_sqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7513806Z test_comprehensive_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7513973Z test_comprehensive_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7514137Z test_comprehensive_sqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7514298Z test_comprehensive_sqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7514445Z test_comprehensive_sqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7514626Z test_comprehensive_sqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7514780Z test_comprehensive_sqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7514935Z test_comprehensive_sqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7515094Z test_comprehensive_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7515261Z test_comprehensive_square_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7515428Z test_comprehensive_square_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7515601Z test_comprehensive_square_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7515769Z test_comprehensive_square_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7515925Z test_comprehensive_square_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7516089Z test_comprehensive_square_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7516254Z test_comprehensive_square_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7516416Z test_comprehensive_square_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7516574Z test_comprehensive_square_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7516731Z test_comprehensive_square_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7516893Z test_comprehensive_square_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7517047Z test_comprehensive_square_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7517216Z test_comprehensive_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7517368Z test_comprehensive_squeeze_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7517539Z test_comprehensive_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7517709Z test_comprehensive_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7517878Z test_comprehensive_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7518046Z test_comprehensive_squeeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7518239Z test_comprehensive_squeeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7518403Z test_comprehensive_squeeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7518569Z test_comprehensive_squeeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7518728Z test_comprehensive_squeeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7518870Z test_comprehensive_squeeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7519033Z test_comprehensive_squeeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7519189Z test_comprehensive_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7519353Z test_comprehensive_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7519519Z test_comprehensive_stack_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7519719Z test_comprehensive_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7519887Z test_comprehensive_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7520053Z test_comprehensive_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7520213Z test_comprehensive_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7520357Z test_comprehensive_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7520512Z test_comprehensive_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7520672Z test_comprehensive_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7520828Z test_comprehensive_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7520983Z test_comprehensive_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7521143Z test_comprehensive_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7521297Z test_comprehensive_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7521458Z test_comprehensive_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7521622Z test_comprehensive_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7521776Z test_comprehensive_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7521940Z test_comprehensive_std_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7522097Z test_comprehensive_std_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7522252Z test_comprehensive_std_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7522421Z test_comprehensive_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7522591Z test_comprehensive_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7522761Z test_comprehensive_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7522927Z test_comprehensive_std_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7523094Z test_comprehensive_std_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7523290Z test_comprehensive_std_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7523457Z test_comprehensive_stft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7523623Z test_comprehensive_stft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7523786Z test_comprehensive_stft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7523945Z test_comprehensive_stft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7524101Z test_comprehensive_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7524267Z test_comprehensive_sub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7524430Z test_comprehensive_sub_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7524592Z test_comprehensive_sub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7524744Z test_comprehensive_sub_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7524925Z test_comprehensive_sub_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7525080Z test_comprehensive_sub_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7525237Z test_comprehensive_sub_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7525394Z test_comprehensive_sub_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7525550Z test_comprehensive_sub_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7525708Z test_comprehensive_sub_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7525865Z test_comprehensive_sub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7526027Z test_comprehensive_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7526174Z test_comprehensive_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7526340Z test_comprehensive_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7526503Z test_comprehensive_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7526662Z test_comprehensive_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7526817Z test_comprehensive_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7526970Z test_comprehensive_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7527127Z test_comprehensive_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7527284Z test_comprehensive_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7527431Z test_comprehensive_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7527589Z test_comprehensive_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7527744Z test_comprehensive_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7527915Z test_comprehensive_sum_to_size_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7528081Z test_comprehensive_sum_to_size_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7528258Z test_comprehensive_sum_to_size_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7528460Z test_comprehensive_sum_to_size_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7528632Z test_comprehensive_sum_to_size_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7528802Z test_comprehensive_sum_to_size_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7528953Z test_comprehensive_sum_to_size_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7529118Z test_comprehensive_sum_to_size_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7529281Z test_comprehensive_sum_to_size_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7529444Z test_comprehensive_sum_to_size_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7529612Z test_comprehensive_sum_to_size_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7529776Z test_comprehensive_sum_to_size_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7529970Z test_comprehensive_svd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7530139Z test_comprehensive_svd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7530300Z test_comprehensive_svd_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7530445Z test_comprehensive_svd_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7530613Z test_comprehensive_svd_lowrank_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7530782Z test_comprehensive_svd_lowrank_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7530952Z test_comprehensive_symeig_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7531122Z test_comprehensive_symeig_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7531288Z test_comprehensive_symeig_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7531451Z test_comprehensive_symeig_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7531610Z test_comprehensive_t_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7531768Z test_comprehensive_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7531919Z test_comprehensive_t_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7532081Z test_comprehensive_t_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7532242Z test_comprehensive_t_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7532401Z test_comprehensive_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7532558Z test_comprehensive_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7532715Z test_comprehensive_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7532870Z test_comprehensive_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7533025Z test_comprehensive_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7533179Z test_comprehensive_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7533319Z test_comprehensive_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7533533Z test_comprehensive_take_along_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7533707Z test_comprehensive_take_along_dim_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7533886Z test_comprehensive_take_along_dim_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7534066Z test_comprehensive_take_along_dim_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7534241Z test_comprehensive_take_along_dim_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7534414Z test_comprehensive_take_along_dim_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7534587Z test_comprehensive_take_along_dim_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7534761Z test_comprehensive_take_along_dim_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7534918Z test_comprehensive_take_along_dim_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7535113Z test_comprehensive_take_along_dim_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7535284Z test_comprehensive_take_along_dim_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7535448Z test_comprehensive_take_along_dim_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7535613Z test_comprehensive_take_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7535771Z test_comprehensive_take_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7535939Z test_comprehensive_take_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7536108Z test_comprehensive_take_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7536275Z test_comprehensive_take_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7536425Z test_comprehensive_take_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7536581Z test_comprehensive_take_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7536739Z test_comprehensive_take_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7537014Z test_comprehensive_take_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7537170Z test_comprehensive_take_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7537327Z test_comprehensive_take_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7537490Z test_comprehensive_take_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7537656Z test_comprehensive_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7537816Z test_comprehensive_tan_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7537970Z test_comprehensive_tan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7538135Z test_comprehensive_tan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7538300Z test_comprehensive_tan_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7538456Z test_comprehensive_tan_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7538676Z test_comprehensive_tan_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7538835Z test_comprehensive_tan_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7538996Z test_comprehensive_tan_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7539159Z test_comprehensive_tan_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7539316Z test_comprehensive_tan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7539469Z test_comprehensive_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7539631Z test_comprehensive_tanh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7539798Z test_comprehensive_tanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7539968Z test_comprehensive_tanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7540130Z test_comprehensive_tanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7540324Z test_comprehensive_tanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7540486Z test_comprehensive_tanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7540643Z test_comprehensive_tanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7540794Z test_comprehensive_tanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7540937Z test_comprehensive_tanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7541097Z test_comprehensive_tanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7541272Z test_comprehensive_tensor_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7541509Z test_comprehensive_tensor_split_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7541690Z test_comprehensive_tensor_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7552000Z test_comprehensive_tensor_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7552252Z test_comprehensive_tensor_split_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7552419Z test_comprehensive_tensor_split_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7552595Z test_comprehensive_tensor_split_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7552767Z test_comprehensive_tensor_split_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7552942Z test_comprehensive_tensor_split_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7553108Z test_comprehensive_tensor_split_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7553279Z test_comprehensive_tensor_split_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7553451Z test_comprehensive_tensor_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7553624Z test_comprehensive_tensordot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7553797Z test_comprehensive_tensordot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7553959Z test_comprehensive_tensordot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7554246Z test_comprehensive_tensordot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7554417Z test_comprehensive_tensordot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7554588Z test_comprehensive_tensordot_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7554757Z test_comprehensive_tensordot_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7554924Z test_comprehensive_tensordot_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7555092Z test_comprehensive_tensordot_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7555260Z test_comprehensive_tensordot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7555425Z test_comprehensive_tile_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7555578Z test_comprehensive_tile_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7555740Z test_comprehensive_tile_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7555952Z test_comprehensive_tile_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7556119Z test_comprehensive_tile_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7556277Z test_comprehensive_tile_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7556434Z test_comprehensive_tile_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7556596Z test_comprehensive_tile_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7556752Z test_comprehensive_tile_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7556907Z test_comprehensive_tile_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7557053Z test_comprehensive_tile_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7557215Z test_comprehensive_tile_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7557377Z test_comprehensive_to_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7557535Z test_comprehensive_to_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7557699Z test_comprehensive_to_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7557861Z test_comprehensive_to_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7558022Z test_comprehensive_to_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7558179Z test_comprehensive_to_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7558331Z test_comprehensive_to_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7558481Z test_comprehensive_to_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7558641Z test_comprehensive_to_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7558800Z test_comprehensive_to_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7558960Z test_comprehensive_to_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7559113Z test_comprehensive_to_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7559287Z test_comprehensive_to_sparse_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7559483Z test_comprehensive_to_sparse_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7559659Z test_comprehensive_to_sparse_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7559834Z test_comprehensive_to_sparse_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7559992Z test_comprehensive_to_sparse_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7560161Z test_comprehensive_to_sparse_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7560326Z test_comprehensive_to_sparse_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7560495Z test_comprehensive_to_sparse_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7560663Z test_comprehensive_to_sparse_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7560828Z test_comprehensive_to_sparse_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7561022Z test_comprehensive_to_sparse_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7561188Z test_comprehensive_to_sparse_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7561354Z test_comprehensive_topk_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7561504Z test_comprehensive_topk_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7561662Z test_comprehensive_topk_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7561822Z test_comprehensive_topk_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7561980Z test_comprehensive_topk_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7562132Z test_comprehensive_topk_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7562291Z test_comprehensive_topk_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7562453Z test_comprehensive_topk_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7562623Z test_comprehensive_trace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7562791Z test_comprehensive_trace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7562943Z test_comprehensive_trace_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7563104Z test_comprehensive_trace_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7563267Z test_comprehensive_trace_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7563423Z test_comprehensive_trace_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7563579Z test_comprehensive_trace_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7563738Z test_comprehensive_trace_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7563893Z test_comprehensive_trace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7564063Z test_comprehensive_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7564231Z test_comprehensive_transpose_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7564395Z test_comprehensive_transpose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7564597Z test_comprehensive_transpose_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7564768Z test_comprehensive_transpose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7564939Z test_comprehensive_transpose_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7565103Z test_comprehensive_transpose_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7565275Z test_comprehensive_transpose_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7565441Z test_comprehensive_transpose_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7565607Z test_comprehensive_transpose_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7565773Z test_comprehensive_transpose_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7565931Z test_comprehensive_transpose_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7566123Z test_comprehensive_transpose_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7566298Z test_comprehensive_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7566475Z test_comprehensive_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7566647Z test_comprehensive_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7566817Z test_comprehensive_trapezoid_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7566986Z test_comprehensive_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7567157Z test_comprehensive_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7567320Z test_comprehensive_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7567478Z test_comprehensive_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7567645Z test_comprehensive_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7567812Z test_comprehensive_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7567976Z test_comprehensive_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7568140Z test_comprehensive_trapz_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7568311Z test_comprehensive_trapz_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7568480Z test_comprehensive_trapz_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7568645Z test_comprehensive_trapz_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7568806Z test_comprehensive_trapz_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7568951Z test_comprehensive_trapz_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7569112Z test_comprehensive_trapz_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7569269Z test_comprehensive_trapz_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7569423Z test_comprehensive_trapz_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7569583Z test_comprehensive_trapz_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7569786Z test_comprehensive_trapz_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7569973Z test_comprehensive_triangular_solve_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7570155Z test_comprehensive_triangular_solve_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7570332Z test_comprehensive_triangular_solve_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7570499Z test_comprehensive_triangular_solve_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7570663Z test_comprehensive_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7570819Z test_comprehensive_tril_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7570989Z test_comprehensive_tril_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7571155Z test_comprehensive_tril_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7571346Z test_comprehensive_tril_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7571508Z test_comprehensive_tril_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7571664Z test_comprehensive_tril_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7571823Z test_comprehensive_tril_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7571965Z test_comprehensive_tril_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7572118Z test_comprehensive_tril_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7572278Z test_comprehensive_tril_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7572437Z test_comprehensive_tril_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7572610Z test_comprehensive_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7572779Z test_comprehensive_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7572941Z test_comprehensive_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7573101Z test_comprehensive_triu_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7573254Z test_comprehensive_triu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7573419Z test_comprehensive_triu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7573583Z test_comprehensive_triu_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7573740Z test_comprehensive_triu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7573898Z test_comprehensive_triu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7574054Z test_comprehensive_triu_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7574208Z test_comprehensive_triu_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7574361Z test_comprehensive_triu_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7574518Z test_comprehensive_triu_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7574666Z test_comprehensive_triu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7574865Z test_comprehensive_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7575034Z test_comprehensive_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7575209Z test_comprehensive_true_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7575379Z test_comprehensive_true_divide_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7575558Z test_comprehensive_true_divide_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7575733Z test_comprehensive_true_divide_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7575902Z test_comprehensive_true_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7576075Z test_comprehensive_true_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7576228Z test_comprehensive_true_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7576454Z test_comprehensive_true_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7576625Z test_comprehensive_true_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7576923Z test_comprehensive_true_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7577095Z test_comprehensive_true_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7577260Z test_comprehensive_true_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7577428Z test_comprehensive_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7577597Z test_comprehensive_trunc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7577759Z test_comprehensive_trunc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7577909Z test_comprehensive_trunc_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7578067Z test_comprehensive_trunc_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7578222Z test_comprehensive_trunc_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7578381Z test_comprehensive_trunc_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7578536Z test_comprehensive_trunc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7578704Z test_comprehensive_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7578869Z test_comprehensive_unbind_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7579043Z test_comprehensive_unbind_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7579216Z test_comprehensive_unbind_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7579373Z test_comprehensive_unbind_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7579538Z test_comprehensive_unbind_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7579703Z test_comprehensive_unbind_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7579867Z test_comprehensive_unbind_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7580031Z test_comprehensive_unbind_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7580248Z test_comprehensive_unbind_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7580408Z test_comprehensive_unbind_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7580568Z test_comprehensive_unbind_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7580727Z test_comprehensive_unbind_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7580885Z test_comprehensive_unflatten_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7581050Z test_comprehensive_unflatten_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7581223Z test_comprehensive_unflatten_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7581487Z test_comprehensive_unflatten_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7581662Z test_comprehensive_unflatten_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7581870Z test_comprehensive_unflatten_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7582040Z test_comprehensive_unflatten_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7582207Z test_comprehensive_unflatten_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7582374Z test_comprehensive_unflatten_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7582528Z test_comprehensive_unflatten_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7582688Z test_comprehensive_unflatten_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7582855Z test_comprehensive_unflatten_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7583021Z test_comprehensive_unflatten_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7583188Z test_comprehensive_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7583350Z test_comprehensive_unfold_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7583519Z test_comprehensive_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7583688Z test_comprehensive_unfold_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7583857Z test_comprehensive_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7584010Z test_comprehensive_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7584175Z test_comprehensive_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7584340Z test_comprehensive_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7584504Z test_comprehensive_unfold_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7584663Z test_comprehensive_unfold_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7584819Z test_comprehensive_unfold_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7584980Z test_comprehensive_unfold_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7585137Z test_comprehensive_unfold_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7585338Z test_comprehensive_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7585496Z test_comprehensive_uniform_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7585669Z test_comprehensive_uniform_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7585832Z test_comprehensive_uniform_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7586000Z test_comprehensive_uniform_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7586165Z test_comprehensive_uniform_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7586347Z test_comprehensive_unique_consecutive_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7586525Z test_comprehensive_unique_consecutive_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7586707Z test_comprehensive_unique_consecutive_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7586884Z test_comprehensive_unique_consecutive_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7587071Z test_comprehensive_unique_consecutive_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7587250Z test_comprehensive_unique_consecutive_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7587425Z test_comprehensive_unique_consecutive_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7587603Z test_comprehensive_unique_consecutive_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7587776Z test_comprehensive_unique_consecutive_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7587944Z test_comprehensive_unique_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7588104Z test_comprehensive_unique_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7588270Z test_comprehensive_unique_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7588436Z test_comprehensive_unique_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7588586Z test_comprehensive_unique_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7588743Z test_comprehensive_unique_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7588897Z test_comprehensive_unique_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:30:57.7589056Z test_comprehensive_unique_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7589214Z test_comprehensive_unique_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7589386Z test_comprehensive_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7589552Z test_comprehensive_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7589725Z test_comprehensive_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7589900Z test_comprehensive_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7590059Z test_comprehensive_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7590228Z test_comprehensive_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7590397Z test_comprehensive_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7590593Z test_comprehensive_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7590759Z test_comprehensive_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7590924Z test_comprehensive_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7591088Z test_comprehensive_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7591253Z test_comprehensive_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7591417Z test_comprehensive_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7591569Z test_comprehensive_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7591736Z test_comprehensive_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7591902Z test_comprehensive_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7592090Z test_comprehensive_var_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7592249Z test_comprehensive_var_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7592401Z test_comprehensive_var_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7592569Z test_comprehensive_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7592744Z test_comprehensive_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7592914Z test_comprehensive_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7593072Z test_comprehensive_var_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7593239Z test_comprehensive_var_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7593406Z test_comprehensive_var_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7593572Z test_comprehensive_vdot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7593738Z test_comprehensive_vdot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7593906Z test_comprehensive_vdot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7594068Z test_comprehensive_vdot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7594227Z test_comprehensive_vdot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7594391Z test_comprehensive_vdot_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7594533Z test_comprehensive_vdot_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7594688Z test_comprehensive_vdot_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7594848Z test_comprehensive_vdot_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7595008Z test_comprehensive_vdot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7595184Z test_comprehensive_view_as_complex_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7595362Z test_comprehensive_view_as_complex_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7595537Z test_comprehensive_view_as_complex_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7595739Z test_comprehensive_view_as_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7595906Z test_comprehensive_view_as_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7596064Z test_comprehensive_view_as_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7596234Z test_comprehensive_view_as_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7596401Z test_comprehensive_view_as_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7596567Z test_comprehensive_view_as_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7596732Z test_comprehensive_view_as_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7596900Z test_comprehensive_view_as_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7597063Z test_comprehensive_view_as_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7597244Z test_comprehensive_view_as_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7597400Z test_comprehensive_view_as_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7597548Z test_comprehensive_view_as_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7597703Z test_comprehensive_view_as_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7597876Z test_comprehensive_view_as_real_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7598051Z test_comprehensive_view_as_real_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7598217Z test_comprehensive_view_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7598375Z test_comprehensive_view_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7598547Z test_comprehensive_view_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7598715Z test_comprehensive_view_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7598881Z test_comprehensive_view_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7599029Z test_comprehensive_view_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7599188Z test_comprehensive_view_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7599341Z test_comprehensive_view_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7599503Z test_comprehensive_view_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7599661Z test_comprehensive_view_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7599815Z test_comprehensive_view_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7599973Z test_comprehensive_view_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7600133Z test_comprehensive_view_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7600301Z test_comprehensive_vsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7600450Z test_comprehensive_vsplit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7600618Z test_comprehensive_vsplit_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7600816Z test_comprehensive_vsplit_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7600989Z test_comprehensive_vsplit_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7601153Z test_comprehensive_vsplit_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7601318Z test_comprehensive_vsplit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7601483Z test_comprehensive_vsplit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7601646Z test_comprehensive_vsplit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7601806Z test_comprehensive_vsplit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7601954Z test_comprehensive_vsplit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7602115Z test_comprehensive_vsplit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7602299Z test_comprehensive_vsplit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7602467Z test_comprehensive_vstack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7602631Z test_comprehensive_vstack_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7602800Z test_comprehensive_vstack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7602969Z test_comprehensive_vstack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7603136Z test_comprehensive_vstack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7603303Z test_comprehensive_vstack_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7603456Z test_comprehensive_vstack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7603622Z test_comprehensive_vstack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7603785Z test_comprehensive_vstack_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7603943Z test_comprehensive_vstack_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7604098Z test_comprehensive_vstack_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7604260Z test_comprehensive_vstack_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7604417Z test_comprehensive_vstack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7604585Z test_comprehensive_where_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7604746Z test_comprehensive_where_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7604905Z test_comprehensive_where_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7605071Z test_comprehensive_where_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7605238Z test_comprehensive_where_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7605401Z test_comprehensive_where_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7605561Z test_comprehensive_where_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7605719Z test_comprehensive_where_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7605919Z test_comprehensive_where_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7606074Z test_comprehensive_where_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7606228Z test_comprehensive_where_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7606375Z test_comprehensive_where_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7606529Z test_comprehensive_where_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7606693Z test_comprehensive_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7606854Z test_comprehensive_xlogy_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7607017Z test_comprehensive_xlogy_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7607179Z test_comprehensive_xlogy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7607362Z test_comprehensive_xlogy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7607523Z test_comprehensive_xlogy_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7607666Z test_comprehensive_xlogy_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7607819Z test_comprehensive_xlogy_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7607977Z test_comprehensive_xlogy_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7608131Z test_comprehensive_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7608294Z test_comprehensive_zero__cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7608455Z test_comprehensive_zero__cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7608626Z test_comprehensive_zero__cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7608793Z test_comprehensive_zero__cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7608956Z test_comprehensive_zero__cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7609103Z test_comprehensive_zero__cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7609258Z test_comprehensive_zero__cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7609418Z test_comprehensive_zero__cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7609577Z test_comprehensive_zero__cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7609730Z test_comprehensive_zero__cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7609890Z test_comprehensive_zero__cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7610045Z test_comprehensive_zero__cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7610209Z test_comprehensive_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7610370Z test_comprehensive_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7610527Z test_comprehensive_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7610694Z test_comprehensive_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7610886Z test_comprehensive_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7611047Z test_comprehensive_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7611209Z test_comprehensive_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7611364Z test_comprehensive_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7611521Z test_comprehensive_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7611675Z test_comprehensive_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7611828Z test_comprehensive_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7611973Z test_comprehensive_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7612130Z test_comprehensive_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7612300Z test_comprehensive_zeros_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7612489Z test_comprehensive_zeros_like_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7612665Z test_comprehensive_zeros_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7612838Z test_comprehensive_zeros_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7613012Z test_comprehensive_zeros_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7613181Z test_comprehensive_zeros_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7613349Z test_comprehensive_zeros_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7613506Z test_comprehensive_zeros_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7613674Z test_comprehensive_zeros_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7613840Z test_comprehensive_zeros_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7614004Z test_comprehensive_zeros_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7614167Z test_comprehensive_zeros_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7614331Z test_comprehensive_zeros_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7614484Z test_quick_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7614641Z test_quick_abs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7614796Z test_quick_abs_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7614938Z test_quick_abs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7615090Z test_quick_abs_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7615239Z test_quick_abs_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7615383Z test_quick_abs_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7615529Z test_quick_abs_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7615674Z test_quick_abs_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7615819Z test_quick_abs_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7615995Z test_quick_abs_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7616126Z test_quick_abs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7616283Z test_quick_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7616431Z test_quick_acos_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7616585Z test_quick_acos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7616737Z test_quick_acos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7617009Z test_quick_acos_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7617161Z test_quick_acos_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7617311Z test_quick_acos_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7617457Z test_quick_acos_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7617636Z test_quick_acos_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7617785Z test_quick_acos_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7617931Z test_quick_acos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7618083Z test_quick_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7618229Z test_quick_acosh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7618387Z test_quick_acosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7618542Z test_quick_acosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7618696Z test_quick_acosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7618847Z test_quick_acosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7618985Z test_quick_acosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7619134Z test_quick_acosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7619278Z test_quick_acosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7619424Z test_quick_acosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7619566Z test_quick_acosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7619718Z test_quick_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7619868Z test_quick_add_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7620021Z test_quick_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7620162Z test_quick_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7620313Z test_quick_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7620459Z test_quick_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7620607Z test_quick_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7620751Z test_quick_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7620897Z test_quick_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7621079Z test_quick_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7621224Z test_quick_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7621449Z test_quick_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7621590Z test_quick_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7621748Z test_quick_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7621910Z test_quick_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7622068Z test_quick_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7622224Z test_quick_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7622379Z test_quick_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7622537Z test_quick_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7622695Z test_quick_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7622871Z test_quick_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7623026Z test_quick_addcmul_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7623178Z test_quick_addcmul_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7623329Z test_quick_addcmul_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7623480Z test_quick_addcmul_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7623626Z test_quick_addcmul_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7623781Z test_quick_addcmul_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7623928Z test_quick_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7624083Z test_quick_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7624228Z test_quick_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7624382Z test_quick_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7624534Z test_quick_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7624686Z test_quick_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7624834Z test_quick_addmm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7624984Z test_quick_addmm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7625128Z test_quick_addmm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7625278Z test_quick_addmm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7625421Z test_quick_addmm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7625578Z test_quick_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7625750Z test_quick_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7625921Z test_quick_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7626087Z test_quick_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7626286Z test_quick_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7626449Z test_quick_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7626615Z test_quick_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7626777Z test_quick_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7626928Z test_quick_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7627091Z test_quick_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7627243Z test_quick_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7627393Z test_quick_addr_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7627550Z test_quick_addr_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7627704Z test_quick_addr_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7627884Z test_quick_addr_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7628036Z test_quick_addr_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7628183Z test_quick_addr_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7628318Z test_quick_addr_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7628465Z test_quick_addr_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7628607Z test_quick_addr_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7628752Z test_quick_addr_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7628902Z test_quick_addr_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7629053Z test_quick_all_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7629202Z test_quick_all_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7629356Z test_quick_all_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7629508Z test_quick_all_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7629643Z test_quick_all_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7629789Z test_quick_all_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7629934Z test_quick_all_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7630081Z test_quick_all_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7630224Z test_quick_all_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7630370Z test_quick_all_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7630515Z test_quick_all_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7630658Z test_quick_all_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7630798Z test_quick_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7630943Z test_quick_amax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7631093Z test_quick_amax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7631241Z test_quick_amax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7631422Z test_quick_amax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7631573Z test_quick_amax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7631721Z test_quick_amax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7631864Z test_quick_amax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7632007Z test_quick_amax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7632142Z test_quick_amax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7632292Z test_quick_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7632437Z test_quick_amin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7632587Z test_quick_amin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7632734Z test_quick_amin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7632905Z test_quick_amin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7633053Z test_quick_amin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7633197Z test_quick_amin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7633326Z test_quick_amin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7633471Z test_quick_amin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7633616Z test_quick_amin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7633764Z test_quick_any_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7633911Z test_quick_any_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7634064Z test_quick_any_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7634216Z test_quick_any_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7634366Z test_quick_any_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7634513Z test_quick_any_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7634645Z test_quick_any_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7634788Z test_quick_any_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7634932Z test_quick_any_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7635078Z test_quick_any_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7635225Z test_quick_any_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7635372Z test_quick_any_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7635528Z test_quick_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7635681Z test_quick_arange_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7635823Z test_quick_arange_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7635977Z test_quick_arange_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7636127Z test_quick_arange_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7636305Z test_quick_arange_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7636450Z test_quick_arange_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7636600Z test_quick_arange_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7636747Z test_quick_arange_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7636898Z test_quick_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7637043Z test_quick_asin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7637187Z test_quick_asin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7637341Z test_quick_asin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7637491Z test_quick_asin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7637641Z test_quick_asin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7637787Z test_quick_asin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7637961Z test_quick_asin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7638105Z test_quick_asin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7638250Z test_quick_asin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7638382Z test_quick_asin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7638534Z test_quick_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7638679Z test_quick_asinh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7638836Z test_quick_asinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7638989Z test_quick_asinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7639142Z test_quick_asinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7639293Z test_quick_asinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7639441Z test_quick_asinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7639588Z test_quick_asinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7639719Z test_quick_asinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7639866Z test_quick_asinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7640008Z test_quick_asinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7640162Z test_quick_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7640307Z test_quick_atan2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7640461Z test_quick_atan2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7640613Z test_quick_atan2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7640759Z test_quick_atan2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7640892Z test_quick_atan2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7641035Z test_quick_atan2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7641179Z test_quick_atan2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7641366Z test_quick_atan2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7641517Z test_quick_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7641665Z test_quick_atan_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7641821Z test_quick_atan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7641974Z test_quick_atan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7642123Z test_quick_atan_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7642260Z test_quick_atan_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7642407Z test_quick_atan_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7642552Z test_quick_atan_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7642697Z test_quick_atan_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7642845Z test_quick_atan_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7643016Z test_quick_atan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7643169Z test_quick_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7643313Z test_quick_atanh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7643471Z test_quick_atanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7643612Z test_quick_atanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7643763Z test_quick_atanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7643915Z test_quick_atanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7644068Z test_quick_atanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7644216Z test_quick_atanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7644359Z test_quick_atanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7644506Z test_quick_atanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7644647Z test_quick_atanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7644792Z test_quick_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7644948Z test_quick_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7645108Z test_quick_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7645262Z test_quick_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7645418Z test_quick_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7645571Z test_quick_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7645737Z test_quick_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7645900Z test_quick_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7646063Z test_quick_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7646213Z test_quick_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7646406Z test_quick_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7646561Z test_quick_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7646718Z test_quick_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7646872Z test_quick_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7647023Z test_quick_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7647175Z test_quick_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7647326Z test_quick_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7647480Z test_quick_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7647624Z test_quick_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7647774Z test_quick_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7647956Z test_quick_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7648108Z test_quick_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7648259Z test_quick_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7648427Z test_quick_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7648591Z test_quick_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7648754Z test_quick_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7648921Z test_quick_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7649071Z test_quick_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7649228Z test_quick_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7649382Z test_quick_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7649534Z test_quick_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7649688Z test_quick_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7649838Z test_quick_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7649990Z test_quick_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7650143Z test_quick_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7650277Z test_quick_cat_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7650434Z test_quick_cat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7650586Z test_quick_cat_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7650739Z test_quick_cat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7650888Z test_quick_cat_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7651036Z test_quick_cat_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7651181Z test_quick_cat_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7651359Z test_quick_cat_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7651506Z test_quick_cat_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7651638Z test_quick_cat_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7651788Z test_quick_cat_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7651931Z test_quick_cat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7652083Z test_quick_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7652232Z test_quick_ceil_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7652382Z test_quick_ceil_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7652529Z test_quick_ceil_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7652677Z test_quick_ceil_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7652807Z test_quick_ceil_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7652982Z test_quick_ceil_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7653132Z test_quick_ceil_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7653285Z test_quick_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7653438Z test_quick_clamp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7653591Z test_quick_clamp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7653741Z test_quick_clamp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7653892Z test_quick_clamp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7654035Z test_quick_clamp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7654173Z test_quick_clamp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7654317Z test_quick_clamp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7654475Z test_quick_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7654629Z test_quick_clamp_max_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7654785Z test_quick_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7654941Z test_quick_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7655099Z test_quick_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7655255Z test_quick_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7655411Z test_quick_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7655553Z test_quick_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7655707Z test_quick_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7655856Z test_quick_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7656015Z test_quick_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7656167Z test_quick_clamp_min_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7656321Z test_quick_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7656548Z test_quick_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7656704Z test_quick_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7657005Z test_quick_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7657158Z test_quick_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7657309Z test_quick_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7657461Z test_quick_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:30:57.7657611Z test_quick_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7657764Z test_quick_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7657917Z test_quick_clone_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7658072Z test_quick_clone_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7658275Z test_quick_clone_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7658418Z test_quick_clone_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7658571Z test_quick_clone_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7658720Z test_quick_clone_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7658866Z test_quick_clone_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7659017Z test_quick_clone_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7659167Z test_quick_clone_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7659313Z test_quick_clone_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7659463Z test_quick_clone_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7659606Z test_quick_clone_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7659759Z test_quick_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7659917Z test_quick_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7660083Z test_quick_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7660249Z test_quick_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7660415Z test_quick_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7660576Z test_quick_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7660738Z test_quick_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7660892Z test_quick_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7661037Z test_quick_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7661191Z test_quick_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7661405Z test_quick_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7661570Z test_quick_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7661770Z test_quick_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7661938Z test_quick_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7662104Z test_quick_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7662273Z test_quick_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7662440Z test_quick_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7662591Z test_quick_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7662753Z test_quick_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7662917Z test_quick_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7663081Z test_quick_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7663238Z test_quick_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7663420Z test_quick_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7663584Z test_quick_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7663743Z test_quick_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7663903Z test_quick_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7664045Z test_quick_copysign_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7664202Z test_quick_copysign_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7664361Z test_quick_copysign_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7664517Z test_quick_copysign_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7664672Z test_quick_copysign_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7664826Z test_quick_copysign_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7664980Z test_quick_copysign_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7665129Z test_quick_copysign_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7665279Z test_quick_copysign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7665416Z test_quick_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7665564Z test_quick_cos_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7665716Z test_quick_cos_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7665871Z test_quick_cos_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7666020Z test_quick_cos_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7666169Z test_quick_cos_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7666316Z test_quick_cos_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7666461Z test_quick_cos_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7666593Z test_quick_cos_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7666738Z test_quick_cos_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7666909Z test_quick_cos_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7667061Z test_quick_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7667208Z test_quick_cosh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7667364Z test_quick_cosh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7667517Z test_quick_cosh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7667668Z test_quick_cosh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7667818Z test_quick_cosh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7667951Z test_quick_cosh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7668099Z test_quick_cosh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7668243Z test_quick_cosh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7668420Z test_quick_cosh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7668569Z test_quick_cosh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7668722Z test_quick_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7668879Z test_quick_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7669036Z test_quick_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7669188Z test_quick_cumsum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7669327Z test_quick_cumsum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7669478Z test_quick_cumsum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7669628Z test_quick_cumsum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7669773Z test_quick_cumsum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7669922Z test_quick_cumsum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7670067Z test_quick_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7670228Z test_quick_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7670383Z test_quick_diag_embed_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7670534Z test_quick_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7670698Z test_quick_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7670855Z test_quick_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7671016Z test_quick_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7671169Z test_quick_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7671319Z test_quick_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7671473Z test_quick_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7671628Z test_quick_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7671784Z test_quick_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7671954Z test_quick_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7672106Z test_quick_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7672266Z test_quick_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7672419Z test_quick_diagonal_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7672579Z test_quick_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7672735Z test_quick_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7672888Z test_quick_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7673042Z test_quick_diagonal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7673201Z test_quick_diagonal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7673344Z test_quick_diagonal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7673526Z test_quick_diagonal_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7673680Z test_quick_diagonal_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7673833Z test_quick_diagonal_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7673983Z test_quick_diagonal_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7674133Z test_quick_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7674288Z test_quick_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7674443Z test_quick_digamma_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7674587Z test_quick_digamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7674744Z test_quick_digamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7674895Z test_quick_digamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7675046Z test_quick_digamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7675190Z test_quick_digamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7675341Z test_quick_digamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7675486Z test_quick_digamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7675656Z test_quick_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7675823Z test_quick_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7675978Z test_quick_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7676140Z test_quick_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7676304Z test_quick_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7676467Z test_quick_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7676629Z test_quick_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7676791Z test_quick_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7676997Z test_quick_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7677169Z test_quick_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7677335Z test_quick_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7677494Z test_quick_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7677666Z test_quick_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7677832Z test_quick_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7677999Z test_quick_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7678164Z test_quick_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7678328Z test_quick_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7678517Z test_quick_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7678679Z test_quick_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7678842Z test_quick_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7678995Z test_quick_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7679163Z test_quick_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7679326Z test_quick_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7679493Z test_quick_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7679652Z test_quick_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7679818Z test_quick_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7679983Z test_quick_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7680146Z test_quick_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7680309Z test_quick_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7680459Z test_quick_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7680610Z test_quick_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7680766Z test_quick_dot_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7680918Z test_quick_dot_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7681069Z test_quick_dot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7681219Z test_quick_dot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7681365Z test_quick_dot_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7681511Z test_quick_dot_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7681655Z test_quick_dot_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7681789Z test_quick_dot_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7681962Z test_quick_dot_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7682117Z test_quick_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7682269Z test_quick_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7682425Z test_quick_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7682582Z test_quick_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7682738Z test_quick_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7682889Z test_quick_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7683028Z test_quick_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7683181Z test_quick_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7683329Z test_quick_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7683505Z test_quick_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7683653Z test_quick_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7683800Z test_quick_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7683944Z test_quick_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7684103Z test_quick_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7684257Z test_quick_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7684407Z test_quick_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7684571Z test_quick_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7684730Z test_quick_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7684887Z test_quick_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7685041Z test_quick_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7685193Z test_quick_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7685347Z test_quick_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7685502Z test_quick_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7685655Z test_quick_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7685799Z test_quick_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7685950Z test_quick_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7686100Z test_quick_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7686246Z test_quick_eq_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7686398Z test_quick_eq_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7686548Z test_quick_eq_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7686697Z test_quick_eq_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7686845Z test_quick_eq_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7687009Z test_quick_eq_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7687153Z test_quick_eq_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7687299Z test_quick_eq_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7687443Z test_quick_eq_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7687588Z test_quick_eq_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7687731Z test_quick_eq_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7687872Z test_quick_eq_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7688023Z test_quick_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7688167Z test_quick_erf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7688306Z test_quick_erf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7688453Z test_quick_erf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7688624Z test_quick_erf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7688772Z test_quick_erf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7688917Z test_quick_erf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7689059Z test_quick_erf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7689202Z test_quick_erf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7689353Z test_quick_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7689489Z test_quick_erfc_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7689639Z test_quick_erfc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7689789Z test_quick_erfc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7689936Z test_quick_erfc_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7690082Z test_quick_erfc_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7690224Z test_quick_erfc_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7690367Z test_quick_erfc_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7690514Z test_quick_erfc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7690669Z test_quick_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7690808Z test_quick_erfinv_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7690961Z test_quick_erfinv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7691115Z test_quick_erfinv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7691263Z test_quick_erfinv_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7691411Z test_quick_erfinv_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7691556Z test_quick_erfinv_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7691704Z test_quick_erfinv_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7691850Z test_quick_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7692022Z test_quick_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7692168Z test_quick_exp2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7692319Z test_quick_exp2_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7692468Z test_quick_exp2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7692613Z test_quick_exp2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7692760Z test_quick_exp2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7692908Z test_quick_exp2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7693050Z test_quick_exp2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7693196Z test_quick_exp2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7693332Z test_quick_exp2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7693482Z test_quick_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7693657Z test_quick_exp_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7693812Z test_quick_exp_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7693965Z test_quick_exp_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7694114Z test_quick_exp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7694263Z test_quick_exp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7694407Z test_quick_exp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7694542Z test_quick_exp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7694684Z test_quick_exp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7694831Z test_quick_exp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7694975Z test_quick_exp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7695132Z test_quick_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7695283Z test_quick_expand_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7695440Z test_quick_expand_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7695600Z test_quick_expand_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7695757Z test_quick_expand_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7695899Z test_quick_expand_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7696054Z test_quick_expand_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7696204Z test_quick_expand_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7696353Z test_quick_expand_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7696500Z test_quick_expand_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7696650Z test_quick_expand_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7696916Z test_quick_expand_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7697071Z test_quick_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7697275Z test_quick_expm1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7697415Z test_quick_expm1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7697568Z test_quick_expm1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7697716Z test_quick_expm1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7697863Z test_quick_expm1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7698007Z test_quick_expm1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7698154Z test_quick_expm1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7698297Z test_quick_expm1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7698448Z test_quick_eye_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7698589Z test_quick_eye_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7698778Z test_quick_eye_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7698925Z test_quick_eye_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7699072Z test_quick_eye_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7699215Z test_quick_eye_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7699359Z test_quick_eye_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7699503Z test_quick_eye_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7699652Z test_quick_eye_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7699803Z test_quick_eye_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7699934Z test_quick_eye_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7700088Z test_quick_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7700246Z test_quick_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7700404Z test_quick_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7700556Z test_quick_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7700711Z test_quick_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7700862Z test_quick_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7701015Z test_quick_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7701151Z test_quick_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7701352Z test_quick_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7701513Z test_quick_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7701662Z test_quick_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7701820Z test_quick_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7701978Z test_quick_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7702132Z test_quick_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7702324Z test_quick_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7702474Z test_quick_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7702612Z test_quick_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7702760Z test_quick_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7702912Z test_quick_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7703056Z test_quick_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7703203Z test_quick_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7703362Z test_quick_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7703523Z test_quick_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7703676Z test_quick_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7703859Z test_quick_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7703997Z test_quick_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7704148Z test_quick_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7704299Z test_quick_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7704450Z test_quick_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7704599Z test_quick_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7704748Z test_quick_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7704911Z test_quick_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7705069Z test_quick_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7705213Z test_quick_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7705367Z test_quick_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7705518Z test_quick_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7705668Z test_quick_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7705818Z test_quick_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7705968Z test_quick_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7706120Z test_quick_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7706272Z test_quick_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7706433Z test_quick_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7706576Z test_quick_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7706731Z test_quick_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7706883Z test_quick_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7707036Z test_quick_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7707186Z test_quick_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7707372Z test_quick_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7707523Z test_quick_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7707675Z test_quick_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7707822Z test_quick_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7707971Z test_quick_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7708130Z test_quick_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7708284Z test_quick_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7708438Z test_quick_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7708592Z test_quick_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7708743Z test_quick_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7708922Z test_quick_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7709074Z test_quick_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7709210Z test_quick_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7709361Z test_quick_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7709520Z test_quick_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7709676Z test_quick_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7709831Z test_quick_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7709982Z test_quick_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7710133Z test_quick_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7710283Z test_quick_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7710431Z test_quick_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7710566Z test_quick_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7710716Z test_quick_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7710865Z test_quick_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7711025Z test_quick_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7711183Z test_quick_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7711339Z test_quick_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7711495Z test_quick_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7711644Z test_quick_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7711793Z test_quick_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7711931Z test_quick_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7712082Z test_quick_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7712231Z test_quick_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7712431Z test_quick_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7712594Z test_quick_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7712751Z test_quick_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7712908Z test_quick_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7713061Z test_quick_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7713200Z test_quick_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7713350Z test_quick_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7713501Z test_quick_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7713656Z test_quick_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7713804Z test_quick_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7713987Z test_quick_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7714147Z test_quick_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7714300Z test_quick_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7714453Z test_quick_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7714594Z test_quick_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7714746Z test_quick_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7714899Z test_quick_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7715054Z test_quick_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7715207Z test_quick_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7715362Z test_quick_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7715517Z test_quick_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7715667Z test_quick_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7715816Z test_quick_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7715954Z test_quick_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7716108Z test_quick_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7716258Z test_quick_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7716409Z test_quick_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7716566Z test_quick_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7716721Z test_quick_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7716873Z test_quick_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7717026Z test_quick_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7717178Z test_quick_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7717348Z test_quick_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7717501Z test_quick_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7717655Z test_quick_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7717815Z test_quick_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7717973Z test_quick_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7718130Z test_quick_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7718282Z test_quick_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7718433Z test_quick_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7718575Z test_quick_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7718726Z test_quick_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7718910Z test_quick_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7719064Z test_quick_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7719215Z test_quick_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7719376Z test_quick_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7719533Z test_quick_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7719687Z test_quick_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7719846Z test_quick_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7719984Z test_quick_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7720136Z test_quick_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7720287Z test_quick_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7720437Z test_quick_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7720587Z test_quick_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7720738Z test_quick_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7720899Z test_quick_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7721062Z test_quick_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7721218Z test_quick_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7721358Z test_quick_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7721512Z test_quick_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7721665Z test_quick_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7721816Z test_quick_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7721965Z test_quick_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7722116Z test_quick_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7722297Z test_quick_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7722451Z test_quick_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7722593Z test_quick_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7722744Z test_quick_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7722893Z test_quick_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7723046Z test_quick_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7723195Z test_quick_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7723344Z test_quick_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7723496Z test_quick_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7723651Z test_quick_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7723831Z test_quick_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7723971Z test_quick_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7724123Z test_quick_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7724273Z test_quick_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7724424Z test_quick_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7724573Z test_quick_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7724722Z test_quick_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7724878Z test_quick_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7725034Z test_quick_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:30:57.7725187Z test_quick_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7725324Z test_quick_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7725473Z test_quick_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7725623Z test_quick_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7725771Z test_quick_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7725926Z test_quick_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7726078Z test_quick_flip_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7726229Z test_quick_flip_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7726383Z test_quick_flip_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7726522Z test_quick_flip_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7726671Z test_quick_flip_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7726816Z test_quick_flip_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7726963Z test_quick_flip_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7727109Z test_quick_flip_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7727284Z test_quick_flip_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7727429Z test_quick_flip_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7727580Z test_quick_flip_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7727734Z test_quick_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7727874Z test_quick_floor_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7728023Z test_quick_floor_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7728170Z test_quick_floor_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7728317Z test_quick_floor_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7728460Z test_quick_floor_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7728608Z test_quick_floor_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7728753Z test_quick_floor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7728939Z test_quick_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7729099Z test_quick_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7729243Z test_quick_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7729396Z test_quick_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7729551Z test_quick_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7729703Z test_quick_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7729853Z test_quick_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7730006Z test_quick_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7730165Z test_quick_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7730317Z test_quick_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7730451Z test_quick_fmax_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7730602Z test_quick_fmax_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7730749Z test_quick_fmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7730899Z test_quick_fmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7731048Z test_quick_fmax_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7731194Z test_quick_fmax_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7731344Z test_quick_fmax_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7731491Z test_quick_fmax_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7731636Z test_quick_fmax_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7731773Z test_quick_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7731918Z test_quick_fmin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7732066Z test_quick_fmin_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7732215Z test_quick_fmin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7732390Z test_quick_fmin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7732535Z test_quick_fmin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7732683Z test_quick_fmin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7732825Z test_quick_fmin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7732959Z test_quick_fmin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7733105Z test_quick_fmin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7733255Z test_quick_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7733404Z test_quick_fmod_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7733556Z test_quick_fmod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7733702Z test_quick_fmod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7733909Z test_quick_fmod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7734058Z test_quick_fmod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7734201Z test_quick_fmod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7734334Z test_quick_fmod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7734478Z test_quick_fmod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7734629Z test_quick_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7734779Z test_quick_frac_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7734930Z test_quick_frac_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7735076Z test_quick_frac_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7735224Z test_quick_gcd_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7735370Z test_quick_gcd_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7735502Z test_quick_gcd_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7735649Z test_quick_gcd_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7735791Z test_quick_gcd_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7735941Z test_quick_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7736089Z test_quick_ge_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7736235Z test_quick_ge_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7736383Z test_quick_ge_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7736527Z test_quick_ge_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7736671Z test_quick_ge_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7736919Z test_quick_ge_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7737067Z test_quick_ge_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7737215Z test_quick_ge_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7737358Z test_quick_ge_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7737565Z test_quick_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7737708Z test_quick_gt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7737858Z test_quick_gt_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7738001Z test_quick_gt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7738133Z test_quick_gt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7738277Z test_quick_gt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7738421Z test_quick_gt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7738562Z test_quick_gt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7738709Z test_quick_gt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7738850Z test_quick_gt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7739046Z test_quick_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7739205Z test_quick_heaviside_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7739363Z test_quick_heaviside_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7739509Z test_quick_heaviside_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7739665Z test_quick_heaviside_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7739821Z test_quick_heaviside_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7739975Z test_quick_heaviside_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7740132Z test_quick_heaviside_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7740285Z test_quick_heaviside_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7740442Z test_quick_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7740596Z test_quick_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7740735Z test_quick_hypot_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7740887Z test_quick_hypot_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7741042Z test_quick_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7741196Z test_quick_igamma_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7741419Z test_quick_igamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7741576Z test_quick_igamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7741735Z test_quick_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7741890Z test_quick_igammac_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7742043Z test_quick_igammac_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7742185Z test_quick_igammac_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7742345Z test_quick_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7742498Z test_quick_index_add_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7742698Z test_quick_index_add_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7742858Z test_quick_index_add_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7743014Z test_quick_index_add_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7743170Z test_quick_index_add_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7743326Z test_quick_index_add_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7743484Z test_quick_index_add_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7743623Z test_quick_index_add_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7743775Z test_quick_index_add_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7743930Z test_quick_index_add_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7744082Z test_quick_index_add_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7744261Z test_quick_index_add_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7744420Z test_quick_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7744572Z test_quick_index_copy_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7744734Z test_quick_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7744895Z test_quick_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7745039Z test_quick_index_copy_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7745195Z test_quick_index_copy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7745346Z test_quick_index_copy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7745504Z test_quick_index_copy_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7745660Z test_quick_index_copy_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7745818Z test_quick_index_copy_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7745969Z test_quick_index_copy_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7746122Z test_quick_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7746269Z test_quick_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7746426Z test_quick_index_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7746588Z test_quick_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7746750Z test_quick_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7746906Z test_quick_index_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7747059Z test_quick_index_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7747210Z test_quick_index_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7747361Z test_quick_index_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7747517Z test_quick_index_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7747736Z test_quick_index_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7747887Z test_quick_index_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7748040Z test_quick_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7748203Z test_quick_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7748358Z test_quick_index_select_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7748523Z test_quick_index_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7748688Z test_quick_index_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7748850Z test_quick_index_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7749017Z test_quick_index_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7749162Z test_quick_index_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7749343Z test_quick_index_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7749501Z test_quick_index_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7749654Z test_quick_index_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7749805Z test_quick_index_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7749958Z test_quick_index_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7750114Z test_quick_index_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7750269Z test_quick_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7750418Z test_quick_isinf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7750564Z test_quick_isinf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7750717Z test_quick_isinf_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7750871Z test_quick_isinf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7751021Z test_quick_isinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7751170Z test_quick_isinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7751316Z test_quick_isinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7751467Z test_quick_isinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7751615Z test_quick_isinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7751746Z test_quick_isinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7751894Z test_quick_isinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7752037Z test_quick_isinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7752189Z test_quick_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7752339Z test_quick_isnan_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7752496Z test_quick_isnan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7752649Z test_quick_isnan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7752833Z test_quick_isnan_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7752985Z test_quick_isnan_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7753123Z test_quick_isnan_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7753271Z test_quick_isnan_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7753419Z test_quick_isnan_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7753562Z test_quick_isnan_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7753708Z test_quick_isnan_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7753851Z test_quick_isnan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7754012Z test_quick_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7754165Z test_quick_isneginf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7754333Z test_quick_isneginf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7754493Z test_quick_isneginf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7754648Z test_quick_isneginf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7754801Z test_quick_isneginf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7754952Z test_quick_isneginf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7755108Z test_quick_isneginf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7755262Z test_quick_isneginf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7755412Z test_quick_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7755571Z test_quick_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7755708Z test_quick_isposinf_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7755864Z test_quick_isposinf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7756018Z test_quick_isposinf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7756173Z test_quick_isposinf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7756326Z test_quick_isposinf_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7756476Z test_quick_isposinf_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7756629Z test_quick_isposinf_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7756779Z test_quick_isposinf_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7756930Z test_quick_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7757063Z test_quick_lcm_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7757209Z test_quick_lcm_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7757354Z test_quick_lcm_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7757499Z test_quick_lcm_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7757645Z test_quick_lcm_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7757822Z test_quick_le_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7757969Z test_quick_le_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7758119Z test_quick_le_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7758254Z test_quick_le_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7758399Z test_quick_le_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7758543Z test_quick_le_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7758686Z test_quick_le_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7758831Z test_quick_le_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7758974Z test_quick_le_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7759118Z test_quick_le_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7759274Z test_quick_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7759452Z test_quick_lgamma_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7759595Z test_quick_lgamma_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7759748Z test_quick_lgamma_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7759897Z test_quick_lgamma_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7760047Z test_quick_lgamma_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7760193Z test_quick_lgamma_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7760343Z test_quick_lgamma_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7760489Z test_quick_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7760661Z test_quick_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7760820Z test_quick_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7760990Z test_quick_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7761158Z test_quick_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7761324Z test_quick_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7761490Z test_quick_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7761651Z test_quick_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7761811Z test_quick_linspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7761974Z test_quick_linspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7762132Z test_quick_linspace_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7762277Z test_quick_linspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7762433Z test_quick_linspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7762585Z test_quick_linspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7762737Z test_quick_linspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7762919Z test_quick_linspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7763073Z test_quick_linspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7763226Z test_quick_linspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7763373Z test_quick_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7763522Z test_quick_log10_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7763663Z test_quick_log10_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7763817Z test_quick_log10_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7763964Z test_quick_log10_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7764115Z test_quick_log10_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7764262Z test_quick_log10_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7764438Z test_quick_log10_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7764582Z test_quick_log10_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7764729Z test_quick_log10_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7764859Z test_quick_log10_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7765013Z test_quick_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7765162Z test_quick_log1p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7765313Z test_quick_log1p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7765466Z test_quick_log1p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7765612Z test_quick_log1p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7765759Z test_quick_log1p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7765904Z test_quick_log1p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7766050Z test_quick_log1p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7766180Z test_quick_log1p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7766330Z test_quick_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7766477Z test_quick_log2_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7766633Z test_quick_log2_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7766783Z test_quick_log2_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7766934Z test_quick_log2_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7767083Z test_quick_log2_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7767229Z test_quick_log2_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7767374Z test_quick_log2_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7767503Z test_quick_log2_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7767648Z test_quick_log2_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7767823Z test_quick_log2_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7767973Z test_quick_log_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7768119Z test_quick_log_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7768272Z test_quick_log_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7768425Z test_quick_log_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7768573Z test_quick_log_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7768709Z test_quick_log_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7768854Z test_quick_log_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7768996Z test_quick_log_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7769145Z test_quick_log_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7769290Z test_quick_log_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7769468Z test_quick_log_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7769630Z test_quick_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7769788Z test_quick_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7769942Z test_quick_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7770089Z test_quick_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7770245Z test_quick_logical_and_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7770411Z test_quick_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7770572Z test_quick_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7770732Z test_quick_logical_and_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7770883Z test_quick_logical_and_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7771033Z test_quick_logical_and_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7771187Z test_quick_logical_and_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7771343Z test_quick_logical_and_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7771486Z test_quick_logical_and_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7771644Z test_quick_logical_and_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7771798Z test_quick_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7771962Z test_quick_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7772116Z test_quick_logical_not_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7772278Z test_quick_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7772439Z test_quick_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7772596Z test_quick_logical_not_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7772736Z test_quick_logical_not_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7772917Z test_quick_logical_not_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7773070Z test_quick_logical_not_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7773228Z test_quick_logical_not_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7773382Z test_quick_logical_not_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7773537Z test_quick_logical_not_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7773688Z test_quick_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7773847Z test_quick_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7774000Z test_quick_logical_or_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7774152Z test_quick_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7774313Z test_quick_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7774498Z test_quick_logical_or_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7774653Z test_quick_logical_or_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7774803Z test_quick_logical_or_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7774958Z test_quick_logical_or_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7775111Z test_quick_logical_or_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7775263Z test_quick_logical_or_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7775417Z test_quick_logical_or_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7775557Z test_quick_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7775719Z test_quick_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7775873Z test_quick_logical_xor_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7776041Z test_quick_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7776202Z test_quick_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7776359Z test_quick_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7776512Z test_quick_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7776663Z test_quick_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7776978Z test_quick_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7777126Z test_quick_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7777279Z test_quick_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7777435Z test_quick_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7777591Z test_quick_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7777744Z test_quick_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7777891Z test_quick_logit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7778102Z test_quick_logit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7778252Z test_quick_logit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7778390Z test_quick_logit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7778537Z test_quick_logit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7778681Z test_quick_logit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7778827Z test_quick_logit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7778970Z test_quick_logit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7779128Z test_quick_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7779291Z test_quick_logspace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7779456Z test_quick_logspace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7779649Z test_quick_logspace_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7779795Z test_quick_logspace_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7779948Z test_quick_logspace_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7780100Z test_quick_logspace_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7780253Z test_quick_logspace_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7780404Z test_quick_logspace_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7780554Z test_quick_logspace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7780715Z test_quick_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7780868Z test_quick_logsumexp_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7781027Z test_quick_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7781171Z test_quick_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7781395Z test_quick_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7781557Z test_quick_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7781709Z test_quick_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7781861Z test_quick_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7782016Z test_quick_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7782165Z test_quick_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7782311Z test_quick_lt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7782446Z test_quick_lt_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7782594Z test_quick_lt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7782736Z test_quick_lt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7782880Z test_quick_lt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7783027Z test_quick_lt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7783222Z test_quick_lt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7783367Z test_quick_lt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7783509Z test_quick_lt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7783674Z test_quick_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7783817Z test_quick_masked_fill_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7783983Z test_quick_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7784147Z test_quick_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7784303Z test_quick_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7784460Z test_quick_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7784617Z test_quick_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7784795Z test_quick_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7784951Z test_quick_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7785108Z test_quick_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7785252Z test_quick_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7785411Z test_quick_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7785562Z test_quick_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7785719Z test_quick_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7785874Z test_quick_maximum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7786026Z test_quick_maximum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7786181Z test_quick_maximum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7786335Z test_quick_maximum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7786472Z test_quick_maximum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7786622Z test_quick_maximum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7786772Z test_quick_maximum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7786921Z test_quick_maximum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7787071Z test_quick_maximum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7787224Z test_quick_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7787380Z test_quick_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7787533Z test_quick_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7787681Z test_quick_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7787819Z test_quick_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7787964Z test_quick_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7788140Z test_quick_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7788342Z test_quick_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7788519Z test_quick_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7788697Z test_quick_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7788868Z test_quick_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7789041Z test_quick_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7789213Z test_quick_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7789370Z test_quick_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7789543Z test_quick_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7789712Z test_quick_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7789906Z test_quick_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7790072Z test_quick_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7790250Z test_quick_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7790423Z test_quick_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7790603Z test_quick_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7790782Z test_quick_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7790944Z test_quick_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7791122Z test_quick_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7791296Z test_quick_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7791469Z test_quick_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7791639Z test_quick_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7791811Z test_quick_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7791982Z test_quick_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7792155Z test_quick_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7792315Z test_quick_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7792466Z test_quick_minimum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7792607Z test_quick_minimum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7792760Z test_quick_minimum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:30:57.7792914Z test_quick_minimum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7793062Z test_quick_minimum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7793211Z test_quick_minimum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7793393Z test_quick_minimum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7793544Z test_quick_minimum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7793693Z test_quick_minimum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7793827Z test_quick_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7793977Z test_quick_mul_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7794129Z test_quick_mul_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7794276Z test_quick_mul_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7794427Z test_quick_mul_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7794579Z test_quick_mul_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7794728Z test_quick_mul_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7794898Z test_quick_mul_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7795044Z test_quick_mul_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7795177Z test_quick_mul_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7795322Z test_quick_mul_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7795468Z test_quick_mul_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7795610Z test_quick_mul_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7795764Z test_quick_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7795917Z test_quick_mv_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7796070Z test_quick_mv_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7796221Z test_quick_mv_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7796356Z test_quick_mv_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7796501Z test_quick_mv_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7796645Z test_quick_mv_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7796788Z test_quick_mv_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7796932Z test_quick_mv_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7797076Z test_quick_mv_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7797250Z test_quick_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7797424Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7797594Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7797749Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7797917Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7798079Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7798244Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7798433Z test_quick_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7798603Z test_quick_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7798776Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7798945Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7799110Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7799265Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7799426Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7799597Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7799757Z test_quick_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7799954Z test_quick_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7800123Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7800294Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7800459Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7800624Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7800773Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7800942Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7801105Z test_quick_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7801264Z test_quick_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7801418Z test_quick_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7801576Z test_quick_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7801728Z test_quick_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7801877Z test_quick_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7802030Z test_quick_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7802176Z test_quick_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7802331Z test_quick_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7802484Z test_quick_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7802636Z test_quick_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7802802Z test_quick_native_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7802969Z test_quick_native_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7803134Z test_quick_native_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7803331Z test_quick_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7803494Z test_quick_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7803642Z test_quick_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7803791Z test_quick_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7803936Z test_quick_ne_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7804088Z test_quick_ne_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7804240Z test_quick_ne_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7804388Z test_quick_ne_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7804537Z test_quick_ne_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7804682Z test_quick_ne_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7804827Z test_quick_ne_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7804983Z test_quick_ne_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7805129Z test_quick_ne_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7805273Z test_quick_ne_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7805416Z test_quick_ne_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7805567Z test_quick_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7805720Z test_quick_neg_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7805877Z test_quick_neg_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7806029Z test_quick_neg_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7806168Z test_quick_neg_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7806315Z test_quick_neg_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7806460Z test_quick_neg_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7806605Z test_quick_neg_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7806751Z test_quick_neg_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7806896Z test_quick_neg_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7807042Z test_quick_neg_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7807189Z test_quick_neg_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7807349Z test_quick_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7807493Z test_quick_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7807654Z test_quick_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7807812Z test_quick_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7807967Z test_quick_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7808123Z test_quick_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7808278Z test_quick_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7808469Z test_quick_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7808623Z test_quick_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7808764Z test_quick_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7808917Z test_quick_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7809068Z test_quick_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7809218Z test_quick_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7809417Z test_quick_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7809610Z test_quick_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7809814Z test_quick_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7810040Z test_quick_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7810240Z test_quick_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7810436Z test_quick_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7810613Z test_quick_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7810799Z test_quick_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7810990Z test_quick_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7811178Z test_quick_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7811360Z test_quick_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7811548Z test_quick_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7811739Z test_quick_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-12-01T10:30:57.7811900Z test_quick_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7812054Z test_quick_new_full_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7812216Z test_quick_new_full_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7812366Z test_quick_new_full_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7812518Z test_quick_new_full_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7812673Z test_quick_new_full_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7812827Z test_quick_new_full_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7812984Z test_quick_new_full_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7813134Z test_quick_new_full_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7813293Z test_quick_new_full_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7813508Z test_quick_new_full_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7813647Z test_quick_new_full_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7813797Z test_quick_new_full_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7813952Z test_quick_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7814100Z test_quick_new_ones_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7814259Z test_quick_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7814415Z test_quick_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7814568Z test_quick_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7814724Z test_quick_new_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7814879Z test_quick_new_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7815045Z test_quick_new_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7815198Z test_quick_new_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7815346Z test_quick_new_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7815499Z test_quick_new_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7815649Z test_quick_new_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7815795Z test_quick_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7815954Z test_quick_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7816104Z test_quick_new_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7816268Z test_quick_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7816414Z test_quick_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7816568Z test_quick_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7816722Z test_quick_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7817019Z test_quick_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7817175Z test_quick_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7817332Z test_quick_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7817484Z test_quick_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7817640Z test_quick_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7817790Z test_quick_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7817929Z test_quick_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7818089Z test_quick_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7818244Z test_quick_nextafter_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7818400Z test_quick_nextafter_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7818647Z test_quick_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7818830Z test_quick_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7819029Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7819226Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7819420Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7819576Z test_quick_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7819741Z test_quick_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7819909Z test_quick_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7820085Z test_quick_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7820298Z test_quick_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7820473Z test_quick_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7820645Z test_quick_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7820815Z test_quick_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7820983Z test_quick_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7821139Z test_quick_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7821352Z test_quick_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7821533Z test_quick_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7821698Z test_quick_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7821875Z test_quick_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7822050Z test_quick_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7822222Z test_quick_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7822399Z test_quick_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7822575Z test_quick_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7822742Z test_quick_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7822917Z test_quick_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7823089Z test_quick_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7823261Z test_quick_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7823432Z test_quick_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7823605Z test_quick_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7823810Z test_quick_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7823983Z test_quick_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7824153Z test_quick_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7824319Z test_quick_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7824474Z test_quick_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7824647Z test_quick_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7824818Z test_quick_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7824993Z test_quick_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7825162Z test_quick_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7825360Z test_quick_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7825531Z test_quick_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7825701Z test_quick_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7825875Z test_quick_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7826037Z test_quick_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7826210Z test_quick_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7826375Z test_quick_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7826543Z test_quick_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7826712Z test_quick_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7826879Z test_quick_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7827049Z test_quick_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7827225Z test_quick_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7827398Z test_quick_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7827568Z test_quick_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7827748Z test_quick_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7827923Z test_quick_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7828093Z test_quick_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7828260Z test_quick_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7828432Z test_quick_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7828605Z test_quick_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7828804Z test_quick_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7828979Z test_quick_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7829150Z test_quick_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7829306Z test_quick_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7829474Z test_quick_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7829641Z test_quick_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7829808Z test_quick_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7829973Z test_quick_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7830137Z test_quick_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7830326Z test_quick_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7830491Z test_quick_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7830653Z test_quick_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7830806Z test_quick_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7830968Z test_quick_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7831135Z test_quick_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7831302Z test_quick_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7831469Z test_quick_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7831630Z test_quick_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7831794Z test_quick_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7831958Z test_quick_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7832120Z test_quick_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7832268Z test_quick_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7832438Z test_quick_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7832602Z test_quick_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7832769Z test_quick_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7832931Z test_quick_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7833095Z test_quick_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7833260Z test_quick_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7833432Z test_quick_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7833603Z test_quick_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7833788Z test_quick_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7833964Z test_quick_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7834136Z test_quick_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7834309Z test_quick_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7834476Z test_quick_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7834648Z test_quick_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7834818Z test_quick_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7834989Z test_quick_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7835157Z test_quick_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7835337Z test_quick_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7835491Z test_quick_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7835645Z test_quick_norm_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7835800Z test_quick_norm_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7835948Z test_quick_norm_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7836098Z test_quick_norm_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7836247Z test_quick_norm_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7836405Z test_quick_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7836565Z test_quick_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7836710Z test_quick_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7836864Z test_quick_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7837018Z test_quick_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7837171Z test_quick_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7837323Z test_quick_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7837474Z test_quick_ones_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7837629Z test_quick_ones_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7837785Z test_quick_ones_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7837925Z test_quick_ones_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7838075Z test_quick_ones_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7838222Z test_quick_ones_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7838369Z test_quick_ones_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7838516Z test_quick_ones_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7838692Z test_quick_ones_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7838835Z test_quick_ones_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7838984Z test_quick_ones_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7839131Z test_quick_ones_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7839276Z test_quick_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7839427Z test_quick_permute_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7839586Z test_quick_permute_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7839745Z test_quick_permute_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7839902Z test_quick_permute_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7840060Z test_quick_permute_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7840212Z test_quick_permute_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7840391Z test_quick_permute_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7840543Z test_quick_permute_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7840680Z test_quick_permute_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7840827Z test_quick_permute_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7840977Z test_quick_permute_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7841123Z test_quick_permute_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7841273Z test_quick_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7841427Z test_quick_pow_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7841582Z test_quick_pow_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7841731Z test_quick_pow_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7841868Z test_quick_pow_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7842015Z test_quick_pow_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7842160Z test_quick_pow_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7842305Z test_quick_pow_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7842452Z test_quick_pow_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7842596Z test_quick_pow_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7842742Z test_quick_pow_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7842890Z test_quick_prod_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7843047Z test_quick_prod_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7843187Z test_quick_prod_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7843338Z test_quick_prod_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7843489Z test_quick_prod_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7843636Z test_quick_prod_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7843815Z test_quick_prod_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7843959Z test_quick_prod_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7844108Z test_quick_prod_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7844258Z test_quick_prod_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7844397Z test_quick_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7844557Z test_quick_randn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7844712Z test_quick_randn_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7844865Z test_quick_randn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7845017Z test_quick_randn_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7845168Z test_quick_randn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7845342Z test_quick_randn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7845507Z test_quick_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7845663Z test_quick_reciprocal_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7845815Z test_quick_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7845979Z test_quick_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7846139Z test_quick_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7846298Z test_quick_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7846449Z test_quick_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7846608Z test_quick_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7846764Z test_quick_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7846922Z test_quick_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7847078Z test_quick_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7847220Z test_quick_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7847382Z test_quick_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7847539Z test_quick_remainder_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7847698Z test_quick_remainder_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7847856Z test_quick_remainder_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7848011Z test_quick_remainder_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7848166Z test_quick_remainder_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7848319Z test_quick_remainder_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7848462Z test_quick_remainder_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7848616Z test_quick_remainder_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7848769Z test_quick_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7848953Z test_quick_repeat_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7849109Z test_quick_repeat_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7849271Z test_quick_repeat_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7849424Z test_quick_repeat_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7849579Z test_quick_repeat_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7849732Z test_quick_repeat_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7849870Z test_quick_repeat_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7850021Z test_quick_repeat_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7850171Z test_quick_repeat_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7850321Z test_quick_repeat_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7850495Z test_quick_repeat_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7850650Z test_quick_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7850796Z test_quick_roll_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7850948Z test_quick_roll_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7851101Z test_quick_roll_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7851240Z test_quick_roll_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7851392Z test_quick_roll_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7851540Z test_quick_roll_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7851688Z test_quick_roll_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7851834Z test_quick_roll_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7851984Z test_quick_roll_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7852127Z test_quick_roll_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7852272Z test_quick_roll_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7852406Z test_quick_roll_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7852556Z test_quick_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7852702Z test_quick_rot90_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7852857Z test_quick_rot90_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7853011Z test_quick_rot90_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7853161Z test_quick_rot90_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7853309Z test_quick_rot90_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7853455Z test_quick_rot90_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7853602Z test_quick_rot90_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7853737Z test_quick_rot90_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7853927Z test_quick_rot90_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7854072Z test_quick_rot90_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7854217Z test_quick_rot90_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7854370Z test_quick_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7854516Z test_quick_rsqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7854673Z test_quick_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7854827Z test_quick_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7854965Z test_quick_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7855118Z test_quick_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7855262Z test_quick_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7855439Z test_quick_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7855588Z test_quick_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7855733Z test_quick_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7855877Z test_quick_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7856027Z test_quick_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7856180Z test_quick_rsub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7856320Z test_quick_rsub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7856471Z test_quick_rsub_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7856619Z test_quick_rsub_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7856887Z test_quick_rsub_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7857034Z test_quick_rsub_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7857178Z test_quick_rsub_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7857322Z test_quick_rsub_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7857468Z test_quick_rsub_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7857603Z test_quick_rsub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7857760Z test_quick_select_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7857908Z test_quick_select_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7858071Z test_quick_select_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7858229Z test_quick_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7858388Z test_quick_select_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7858538Z test_quick_select_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7858690Z test_quick_select_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7858842Z test_quick_select_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7858981Z test_quick_select_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7859181Z test_quick_select_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7859326Z test_quick_select_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7859477Z test_quick_select_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7859623Z test_quick_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7859772Z test_quick_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7859919Z test_quick_sgn_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7860071Z test_quick_sgn_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7860225Z test_quick_sgn_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7860367Z test_quick_sgn_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7860516Z test_quick_sgn_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7860699Z test_quick_sgn_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7860845Z test_quick_sgn_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7860991Z test_quick_sgn_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7861136Z test_quick_sgn_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7861281Z test_quick_sgn_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7861520Z test_quick_sgn_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7861657Z test_quick_sgn_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7861813Z test_quick_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7861966Z test_quick_sigmoid_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7862125Z test_quick_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7862283Z test_quick_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7862439Z test_quick_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7862593Z test_quick_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7862744Z test_quick_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:30:57.7862893Z test_quick_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7863031Z test_quick_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7863181Z test_quick_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7863329Z test_quick_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7863479Z test_quick_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7863627Z test_quick_sign_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7863777Z test_quick_sign_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7863928Z test_quick_sign_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7864076Z test_quick_sign_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7864245Z test_quick_sign_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7864392Z test_quick_sign_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7864537Z test_quick_sign_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7864682Z test_quick_sign_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7864828Z test_quick_sign_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7864986Z test_quick_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7865137Z test_quick_signbit_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7865290Z test_quick_signbit_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7865443Z test_quick_signbit_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7865587Z test_quick_signbit_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7865761Z test_quick_signbit_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7865909Z test_quick_signbit_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7866055Z test_quick_signbit_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7866205Z test_quick_signbit_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7866352Z test_quick_signbit_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7866500Z test_quick_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7866647Z test_quick_sin_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7866803Z test_quick_sin_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7866938Z test_quick_sin_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7867088Z test_quick_sin_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7867237Z test_quick_sin_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7867381Z test_quick_sin_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7867526Z test_quick_sin_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7867670Z test_quick_sin_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7867815Z test_quick_sin_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7867960Z test_quick_sin_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7868099Z test_quick_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7868248Z test_quick_sinc_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7868403Z test_quick_sinc_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7868561Z test_quick_sinc_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7868711Z test_quick_sinc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7868859Z test_quick_sinc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7869005Z test_quick_sinc_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7869152Z test_quick_sinc_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7869323Z test_quick_sinc_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7869456Z test_quick_sinc_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7869605Z test_quick_sinc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7869757Z test_quick_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7869901Z test_quick_sinh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7870055Z test_quick_sinh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7870208Z test_quick_sinh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7870354Z test_quick_sinh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7870506Z test_quick_sinh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7870639Z test_quick_sinh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7870818Z test_quick_sinh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7870959Z test_quick_sinh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7871104Z test_quick_sinh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7871250Z test_quick_sinh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7871402Z test_quick_slice_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7871547Z test_quick_slice_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7871705Z test_quick_slice_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7871863Z test_quick_slice_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7872004Z test_quick_slice_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7872157Z test_quick_slice_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7872308Z test_quick_slice_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7872457Z test_quick_slice_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7872603Z test_quick_slice_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7872752Z test_quick_slice_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7872896Z test_quick_slice_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7873044Z test_quick_slice_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7873176Z test_quick_slice_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7873335Z test_quick_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7873488Z test_quick_softmax_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7873641Z test_quick_softmax_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7873802Z test_quick_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7873959Z test_quick_special_i0e_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7874120Z test_quick_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7874308Z test_quick_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7874464Z test_quick_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7874609Z test_quick_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7874766Z test_quick_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7874920Z test_quick_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7875075Z test_quick_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7875230Z test_quick_special_i1_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7875388Z test_quick_special_i1_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7875543Z test_quick_special_i1_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7875698Z test_quick_special_i1_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7875876Z test_quick_special_i1_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7876019Z test_quick_special_i1_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7876171Z test_quick_special_i1_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7876322Z test_quick_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7876475Z test_quick_special_i1e_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7876634Z test_quick_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7876790Z test_quick_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7876942Z test_quick_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7877098Z test_quick_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7877240Z test_quick_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7877394Z test_quick_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7877549Z test_quick_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7877703Z test_quick_special_zeta_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7877864Z test_quick_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7878023Z test_quick_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7878180Z test_quick_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7878335Z test_quick_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7878484Z test_quick_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7878624Z test_quick_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7878782Z test_quick_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7878935Z test_quick_split_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7879085Z test_quick_split_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7879271Z test_quick_split_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7879426Z test_quick_split_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7879585Z test_quick_split_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7879735Z test_quick_split_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7879887Z test_quick_split_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7880023Z test_quick_split_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7880172Z test_quick_split_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7880319Z test_quick_split_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7880463Z test_quick_split_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7880613Z test_quick_split_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7880757Z test_quick_split_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7880959Z test_quick_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7881122Z test_quick_split_list_args_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7881290Z test_quick_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7881443Z test_quick_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7881606Z test_quick_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7881767Z test_quick_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7881932Z test_quick_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7882093Z test_quick_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7882251Z test_quick_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7882402Z test_quick_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7882560Z test_quick_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7882713Z test_quick_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7882864Z test_quick_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7883027Z test_quick_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7883195Z test_quick_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7883364Z test_quick_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7883530Z test_quick_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7883693Z test_quick_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7883855Z test_quick_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7884018Z test_quick_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7884178Z test_quick_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7884355Z test_quick_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7884518Z test_quick_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7884679Z test_quick_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7884841Z test_quick_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7884993Z test_quick_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7885139Z test_quick_sqrt_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7885294Z test_quick_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7885449Z test_quick_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7885590Z test_quick_sqrt_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7885740Z test_quick_sqrt_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7885912Z test_quick_sqrt_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7886063Z test_quick_sqrt_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7886206Z test_quick_sqrt_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7886353Z test_quick_sqrt_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7886500Z test_quick_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7886656Z test_quick_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7886806Z test_quick_squeeze_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7886956Z test_quick_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7887118Z test_quick_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7887274Z test_quick_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7887429Z test_quick_squeeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7887586Z test_quick_squeeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7887740Z test_quick_squeeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7887891Z test_quick_squeeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7888042Z test_quick_squeeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7888192Z test_quick_squeeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7888329Z test_quick_squeeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7888477Z test_quick_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7888631Z test_quick_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7888779Z test_quick_stack_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7888935Z test_quick_stack_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7889089Z test_quick_stack_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7889243Z test_quick_stack_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7889430Z test_quick_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7889568Z test_quick_stack_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7889715Z test_quick_stack_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7889865Z test_quick_stack_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7890011Z test_quick_stack_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7890156Z test_quick_stack_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7890304Z test_quick_stack_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7890446Z test_quick_stack_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7890597Z test_quick_std_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7890753Z test_quick_std_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7890952Z test_quick_std_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7891104Z test_quick_std_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7891253Z test_quick_std_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7891396Z test_quick_std_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7891554Z test_quick_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7891714Z test_quick_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7891873Z test_quick_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7892032Z test_quick_std_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7892174Z test_quick_std_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7892330Z test_quick_std_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7892480Z test_quick_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7892633Z test_quick_sub_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7892784Z test_quick_sub_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7892936Z test_quick_sub_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7893083Z test_quick_sub_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7893233Z test_quick_sub_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7893376Z test_quick_sub_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7893511Z test_quick_sub_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7893656Z test_quick_sub_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7893799Z test_quick_sub_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7893942Z test_quick_sub_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7894089Z test_quick_sub_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7894237Z test_quick_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7894381Z test_quick_sum_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7894562Z test_quick_sum_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7894702Z test_quick_sum_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7894850Z test_quick_sum_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7894997Z test_quick_sum_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7895141Z test_quick_sum_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7895286Z test_quick_sum_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7895429Z test_quick_sum_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7895572Z test_quick_sum_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7895720Z test_quick_sum_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7895862Z test_quick_sum_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7896025Z test_quick_t_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7896174Z test_quick_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7896324Z test_quick_t_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7896476Z test_quick_t_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7896621Z test_quick_t_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7896881Z test_quick_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7897027Z test_quick_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7897177Z test_quick_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7897307Z test_quick_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7897453Z test_quick_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7897595Z test_quick_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7897737Z test_quick_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7897887Z test_quick_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7898032Z test_quick_tan_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7898186Z test_quick_tan_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7898342Z test_quick_tan_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7898489Z test_quick_tan_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7898625Z test_quick_tan_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7898768Z test_quick_tan_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7898913Z test_quick_tan_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7899057Z test_quick_tan_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7899203Z test_quick_tan_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7899345Z test_quick_tan_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7899498Z test_quick_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7899694Z test_quick_tanh_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7899836Z test_quick_tanh_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7899992Z test_quick_tanh_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7900142Z test_quick_tanh_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7900292Z test_quick_tanh_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7900441Z test_quick_tanh_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7900586Z test_quick_tanh_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7900730Z test_quick_tanh_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7900878Z test_quick_tanh_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7901024Z test_quick_tanh_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7901202Z test_quick_trace_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7901423Z test_quick_trace_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7901578Z test_quick_trace_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7901732Z test_quick_trace_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7901882Z test_quick_trace_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7902031Z test_quick_trace_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7902176Z test_quick_trace_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7902327Z test_quick_trace_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7902470Z test_quick_trace_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7902620Z test_quick_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7902773Z test_quick_transpose_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7902936Z test_quick_transpose_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7903096Z test_quick_transpose_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7903252Z test_quick_transpose_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7903408Z test_quick_transpose_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7903569Z test_quick_transpose_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7903725Z test_quick_transpose_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7903868Z test_quick_transpose_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7904021Z test_quick_transpose_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7904174Z test_quick_transpose_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7904327Z test_quick_transpose_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7904483Z test_quick_transpose_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7904635Z test_quick_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7904816Z test_quick_tril_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7904969Z test_quick_tril_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7905123Z test_quick_tril_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7905263Z test_quick_tril_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7905413Z test_quick_tril_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7905560Z test_quick_tril_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7905706Z test_quick_tril_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7905851Z test_quick_tril_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7905997Z test_quick_tril_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7906144Z test_quick_tril_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7906322Z test_quick_tril_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7906469Z test_quick_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7906622Z test_quick_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7906773Z test_quick_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7906919Z test_quick_triu_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7907072Z test_quick_triu_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7907224Z test_quick_triu_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7907376Z test_quick_triu_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7907527Z test_quick_triu_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7907678Z test_quick_triu_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7907811Z test_quick_triu_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7907957Z test_quick_triu_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7908102Z test_quick_triu_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7908246Z test_quick_triu_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7908392Z test_quick_triu_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7908550Z test_quick_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7908701Z test_quick_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7908854Z test_quick_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7909006Z test_quick_trunc_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7909144Z test_quick_trunc_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7909291Z test_quick_trunc_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7909437Z test_quick_trunc_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7909581Z test_quick_trunc_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7909755Z test_quick_trunc_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7909898Z test_quick_trunc_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7910056Z test_quick_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7910205Z test_quick_unbind_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7910349Z test_quick_unbind_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7910505Z test_quick_unbind_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7910662Z test_quick_unbind_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7910816Z test_quick_unbind_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7910969Z test_quick_unbind_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7911124Z test_quick_unbind_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7911274Z test_quick_unbind_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7911449Z test_quick_unbind_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7911597Z test_quick_unbind_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7911733Z test_quick_unbind_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7911879Z test_quick_unbind_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7912033Z test_quick_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7912189Z test_quick_uniform_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7912347Z test_quick_uniform_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7912500Z test_quick_uniform_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7912655Z test_quick_uniform_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7912810Z test_quick_uniform_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7912955Z test_quick_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7913107Z test_quick_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7913280Z test_quick_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7913429Z test_quick_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7913595Z test_quick_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7913750Z test_quick_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7913907Z test_quick_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7914064Z test_quick_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7914215Z test_quick_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7914366Z test_quick_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7914519Z test_quick_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7914659Z test_quick_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7914840Z test_quick_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7914989Z test_quick_var_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7915142Z test_quick_var_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7915294Z test_quick_var_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7915441Z test_quick_var_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7915589Z test_quick_var_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7915734Z test_quick_var_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7915888Z test_quick_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7916035Z test_quick_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7916196Z test_quick_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7916374Z test_quick_var_mean_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7916530Z test_quick_var_mean_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7916682Z test_quick_var_mean_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7916832Z test_quick_view_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7916979Z test_quick_view_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7917133Z test_quick_view_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7917283Z test_quick_view_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7917426Z test_quick_view_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7917576Z test_quick_view_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7917727Z test_quick_view_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7917873Z test_quick_view_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7918018Z test_quick_view_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7918162Z test_quick_view_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7918305Z test_quick_view_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7918453Z test_quick_view_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7918592Z test_quick_view_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7918744Z test_quick_where_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7918889Z test_quick_where_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7919044Z test_quick_where_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7919198Z test_quick_where_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7919351Z test_quick_where_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7919500Z test_quick_where_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7919651Z test_quick_where_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7919826Z test_quick_where_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7919961Z test_quick_where_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7920109Z test_quick_where_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7920253Z test_quick_where_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7920399Z test_quick_where_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7920542Z test_quick_where_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7920694Z test_quick_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7920841Z test_quick_xlogy_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7920992Z test_quick_xlogy_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7921133Z test_quick_xlogy_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7921280Z test_quick_xlogy_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7921459Z test_quick_xlogy_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7921608Z test_quick_xlogy_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7921751Z test_quick_xlogy_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7921896Z test_quick_xlogy_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7922038Z test_quick_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7922191Z test_quick_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7922340Z test_quick_zeros_cpu_bool (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7922485Z test_quick_zeros_cpu_complex128 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7922641Z test_quick_zeros_cpu_complex32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7922795Z test_quick_zeros_cpu_complex64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7922944Z test_quick_zeros_cpu_float16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7923092Z test_quick_zeros_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7923236Z test_quick_zeros_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7923382Z test_quick_zeros_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7923527Z test_quick_zeros_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7923675Z test_quick_zeros_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7923809Z test_quick_zeros_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7923955Z test_quick_zeros_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:30:57.7923970Z 2022-12-01T10:30:57.7924267Z ---------------------------------------------------------------------- 2022-12-01T10:30:57.7924349Z Ran 7098 tests in 2.890s 2022-12-01T10:30:57.7924354Z 2022-12-01T10:30:57.7924429Z OK (skipped=7098) 2022-12-01T10:30:57.7924434Z 2022-12-01T10:30:57.7924518Z Generating XML reports... 2022-12-01T10:30:57.7924854Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-DecompContiguousTestsCPU-20221201103052.xml 2022-12-01T10:30:57.7925135Z Generated XML report: test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20221201103052.xml 2022-12-01T10:30:57.7925183Z 2022-12-01T10:30:57.7925700Z ##[endgroup] 2022-12-01T10:30:57.7925970Z FINISHED PRINTING LOG FILE of test_decomp (/var/lib/jenkins/workspace/test/test-reports/test_decomp_holwvb5e) 2022-12-01T10:30:57.7925975Z 2022-12-01T10:31:01.9380512Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:31:02.0403660Z Ignoring disabled issues: [] 2022-12-01T10:31:02.0628812Z Running test_jit_llga_fuser ... [2022-12-01 10:31:02.062470] 2022-12-01T10:31:02.0630062Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:31:02.062780] 2022-12-01T10:31:06.0929106Z 2022-12-01T10:31:06.0929641Z Expand the folded group to see the log file of test_jit_llga_fuser 2022-12-01T10:31:06.0930669Z ##[group]PRINTING LOG FILE of test_jit_llga_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_llga_fuser_xpr36pm9) 2022-12-01T10:31:06.0931129Z 2022-12-01T10:31:06.0931290Z Running tests... 2022-12-01T10:31:06.0931976Z ---------------------------------------------------------------------- 2022-12-01T10:31:06.0932810Z test_context_manager (__main__.TestEnableDisableLlgaFuser) ... Test results will be stored in test-reports/python-unittest/test_jit_llga_fuser 2022-12-01T10:31:06.0933399Z skip: MKL-DNN build is disabled (0.002s) 2022-12-01T10:31:06.0933769Z test_bn2d_eltwise (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:06.0934174Z test_conv2d_bn (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:06.0934569Z test_conv2d_bn_relu (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:06.0934984Z test_conv2d_eltwise (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:06.0935381Z test_conv2d_sum (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.002s) 2022-12-01T10:31:06.0935786Z test_linear_eltwise (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:06.0936215Z test_rewrap_tensor_input_to_pytorch (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.002s) 2022-12-01T10:31:06.0936631Z test_wildcard (__main__.TestFusionPattern) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:06.0937159Z test_vision_alexnet (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:06.0937551Z test_vision_densenet121 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:06.0937925Z test_vision_googlenet (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:06.0938310Z test_vision_mnasnet1_0 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:06.0938698Z test_vision_mobilenet_v2 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:06.0939069Z test_vision_resnet50 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:06.0939472Z test_vision_resnext101_32x8d (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:06.0939873Z test_vision_resnext50_32x4d (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:06.0940280Z test_vision_shufflenet_v2_x1_0 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:06.0940665Z test_vision_squeezenet1_0 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:06.0941043Z test_vision_vgg16 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:06.0941498Z test_vision_wide_resnet50_2 (__main__.TestModel) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:06.0941860Z test_add (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:06.0942205Z test_add_scalar (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:06.0942639Z test_addmm (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:06.0942998Z test_avg_pool2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:06.0943338Z test_bn2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:06.0943683Z test_cat (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:06.0944029Z test_conv2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:06.0944369Z test_eltwise (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:06.0956175Z test_identity_binary (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:06.0956578Z test_layer_norm (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:06.0956937Z test_linear (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:06.0957307Z test_max_pool2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:06.0957674Z test_mul (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:06.0958023Z test_softmax (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:06.0958512Z test_typecheck (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:06.0958915Z test_variable_kernel_avg_pool2d (__main__.TestOp) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:06.0959104Z 2022-12-01T10:31:06.0959308Z ---------------------------------------------------------------------- 2022-12-01T10:31:06.0959548Z Ran 37 tests in 0.026s 2022-12-01T10:31:06.0959664Z 2022-12-01T10:31:06.0959743Z OK (skipped=37) 2022-12-01T10:31:06.0959853Z 2022-12-01T10:31:06.0959945Z Generating XML reports... 2022-12-01T10:31:06.0960395Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20221201103105.xml 2022-12-01T10:31:06.0960962Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20221201103105.xml 2022-12-01T10:31:06.0961469Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20221201103105.xml 2022-12-01T10:31:06.0961976Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20221201103105.xml 2022-12-01T10:31:06.0962225Z 2022-12-01T10:31:06.0962504Z ##[endgroup] 2022-12-01T10:31:06.0962909Z FINISHED PRINTING LOG FILE of test_jit_llga_fuser (/var/lib/jenkins/workspace/test/test-reports/test_jit_llga_fuser_xpr36pm9) 2022-12-01T10:31:06.0963133Z 2022-12-01T10:31:10.5344080Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:31:10.6369841Z Ignoring disabled issues: [] 2022-12-01T10:31:10.6598830Z Running test_mkldnn ... [2022-12-01 10:31:10.659498] 2022-12-01T10:31:10.6600559Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:31:10.659820] 2022-12-01T10:31:14.6588526Z 2022-12-01T10:31:14.6589259Z Expand the folded group to see the log file of test_mkldnn 2022-12-01T10:31:14.6590441Z ##[group]PRINTING LOG FILE of test_mkldnn (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_yc683xoc) 2022-12-01T10:31:14.6590757Z 2022-12-01T10:31:14.6590819Z Running tests... 2022-12-01T10:31:14.6591341Z ---------------------------------------------------------------------- 2022-12-01T10:31:14.6592005Z test_0_dimension_tensor (__main__.TestMkldnn) ... Test results will be stored in test-reports/python-unittest/test_mkldnn 2022-12-01T10:31:14.6592560Z skip: MKL-DNN build is disabled (0.002s) 2022-12-01T10:31:14.6593025Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6593440Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6593817Z test_add (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.002s) 2022-12-01T10:31:14.6594389Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6594788Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6595173Z test_avg_pool2d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6595556Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6595943Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6596327Z test_avg_pool3d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6596706Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6597085Z test_batch_norm_2d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6597456Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6597832Z test_batch_norm_3d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6598219Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6598635Z test_clone (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6599000Z test_conv1d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:14.6599369Z test_conv1d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:14.6599752Z test_conv1d_functional (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6600112Z test_conv2d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:14.6600479Z test_conv2d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:14.6600748Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-12-01T10:31:14.6601150Z MKLDNN integration used to serialize models with 5d weight for grouped ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6601562Z test_conv2d_nhwc (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:14.6601943Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:14.6602311Z test_conv3d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:14.6602662Z test_conv3d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:14.6603027Z test_conversion (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.003s) 2022-12-01T10:31:14.6603387Z test_copy (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6603736Z test_detach (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6604094Z test_empty (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6604449Z test_gelu (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6604809Z test_gelu_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6605168Z test_is_mkldnn (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:14.6605536Z test_is_mkldnn_jit (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6605916Z test_legacy_new_failure (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6606279Z test_linear (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6606649Z test_linear_backward (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6607031Z test_linear_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6607428Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6607846Z test_max_pool2d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6608217Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6608609Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6608980Z test_max_pool3d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6609354Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6609750Z test_max_pool_unsupported (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6610152Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.002s) 2022-12-01T10:31:14.6610511Z test_mul (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.002s) 2022-12-01T10:31:14.6610874Z test_prelu (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6611238Z test_prelu_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6611595Z test_relu (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6611970Z test_relu_ (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6612330Z test_relu_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:14.6612709Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:14.6613064Z test_repr (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:14.6613421Z test_reshape (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6613797Z test_reshape_backward (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6614203Z test_reshape_blocked_format (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6614574Z test_resnet18 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:14.6614949Z test_resnext50_32x4d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:14.6615354Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:14.6615728Z test_sigmoid (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6616086Z test_softmax (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:14.6616440Z test_tanh (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6617014Z test_transpose (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6617382Z test_unsupported (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-12-01T10:31:14.6617751Z test_view (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:14.6618114Z test_zero_ (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-12-01T10:31:14.6618281Z 2022-12-01T10:31:14.6618470Z ---------------------------------------------------------------------- 2022-12-01T10:31:14.6618719Z Ran 67 tests in 0.054s 2022-12-01T10:31:14.6618836Z 2022-12-01T10:31:14.6618911Z OK (skipped=67) 2022-12-01T10:31:14.6619019Z 2022-12-01T10:31:14.6619104Z Generating XML reports... 2022-12-01T10:31:14.6619475Z Generated XML report: test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20221201103114.xml 2022-12-01T10:31:14.6619683Z 2022-12-01T10:31:14.6619976Z ##[endgroup] 2022-12-01T10:31:14.6620347Z FINISHED PRINTING LOG FILE of test_mkldnn (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_yc683xoc) 2022-12-01T10:31:14.6620541Z 2022-12-01T10:31:19.0166600Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:31:19.1191520Z Ignoring disabled issues: [] 2022-12-01T10:31:19.1413230Z Running test_nvfuser_frontend ... [2022-12-01 10:31:19.140945] 2022-12-01T10:31:19.1415019Z Executing ['/opt/conda/bin/python', '-bb', 'test_nvfuser_frontend.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:31:19.141273] 2022-12-01T10:31:23.0601535Z 2022-12-01T10:31:23.0602101Z Expand the folded group to see the log file of test_nvfuser_frontend 2022-12-01T10:31:23.0603243Z ##[group]PRINTING LOG FILE of test_nvfuser_frontend (/var/lib/jenkins/workspace/test/test-reports/test_nvfuser_frontend_zddjjv89) 2022-12-01T10:31:23.0603702Z 2022-12-01T10:31:23.0603835Z Running tests... 2022-12-01T10:31:23.0604493Z ---------------------------------------------------------------------- 2022-12-01T10:31:23.0605371Z test_basic (__main__.TestNvFuserFrontend) ... Test results will be stored in test-reports/python-unittest/test_nvfuser_frontend 2022-12-01T10:31:23.0605948Z skip: requires CUDA (0.002s) 2022-12-01T10:31:23.0606426Z test_basic_fp16 (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:31:23.0607031Z test_broadcast_mixing (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:31:23.0607645Z test_cast_double_to_half (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:31:23.0608521Z test_explicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:31:23.0609155Z test_implicit_broadcast_input (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:31:23.0609777Z test_prim_layer_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.006s) 2022-12-01T10:31:23.0610383Z test_prim_rms_norm_fwd (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.003s) 2022-12-01T10:31:23.0610994Z test_promote_to_double (__main__.TestNvFuserFrontend) ... skip: requires CUDA (0.001s) 2022-12-01T10:31:23.0611317Z 2022-12-01T10:31:23.0611709Z ---------------------------------------------------------------------- 2022-12-01T10:31:23.0612149Z Ran 9 tests in 0.018s 2022-12-01T10:31:23.0612354Z 2022-12-01T10:31:23.0612483Z OK (skipped=9) 2022-12-01T10:31:23.0612677Z 2022-12-01T10:31:23.0612814Z Generating XML reports... 2022-12-01T10:31:23.0613644Z Generated XML report: test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20221201103122.xml 2022-12-01T10:31:23.0614111Z 2022-12-01T10:31:23.0614553Z ##[endgroup] 2022-12-01T10:31:23.0615300Z FINISHED PRINTING LOG FILE of test_nvfuser_frontend (/var/lib/jenkins/workspace/test/test-reports/test_nvfuser_frontend_zddjjv89) 2022-12-01T10:31:23.0615720Z 2022-12-01T10:31:27.3764114Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:31:27.4831705Z Ignoring disabled issues: [] 2022-12-01T10:31:27.5056905Z Running test_mkldnn_fusion ... [2022-12-01 10:31:27.505286] 2022-12-01T10:31:27.5059308Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:31:27.505607] 2022-12-01T10:31:31.4774455Z 2022-12-01T10:31:31.4775004Z Expand the folded group to see the log file of test_mkldnn_fusion 2022-12-01T10:31:31.4776205Z ##[group]PRINTING LOG FILE of test_mkldnn_fusion (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_fusion_vrh1ucc7) 2022-12-01T10:31:31.4776586Z 2022-12-01T10:31:31.4776685Z Running tests... 2022-12-01T10:31:31.4777544Z ---------------------------------------------------------------------- 2022-12-01T10:31:31.4778306Z test_conv_eltwise (__main__.TestMkldnnFusion) ... Test results will be stored in test-reports/python-unittest/test_mkldnn_fusion 2022-12-01T10:31:31.4778904Z skip: MKL-DNN build is disabled (0.002s) 2022-12-01T10:31:31.4779470Z test_single_conv (__main__.TestMkldnnFusion) ... skip: MKL-DNN build is disabled (0.002s) 2022-12-01T10:31:31.4780143Z test_unsupported_conv (__main__.TestMkldnnFusion) ... skip: MKL-DNN build is disabled (0.002s) 2022-12-01T10:31:31.4780448Z 2022-12-01T10:31:31.4781025Z ---------------------------------------------------------------------- 2022-12-01T10:31:31.4781480Z Ran 3 tests in 0.005s 2022-12-01T10:31:31.4781660Z 2022-12-01T10:31:31.4781774Z OK (skipped=3) 2022-12-01T10:31:31.4781942Z 2022-12-01T10:31:31.4782076Z Generating XML reports... 2022-12-01T10:31:31.4782754Z Generated XML report: test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20221201103130.xml 2022-12-01T10:31:31.4783132Z 2022-12-01T10:31:31.4783546Z ##[endgroup] 2022-12-01T10:31:31.4784181Z FINISHED PRINTING LOG FILE of test_mkldnn_fusion (/var/lib/jenkins/workspace/test/test-reports/test_mkldnn_fusion_vrh1ucc7) 2022-12-01T10:31:31.4784547Z 2022-12-01T10:31:35.8393529Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:31:35.9387285Z Ignoring disabled issues: [] 2022-12-01T10:31:35.9613258Z Running distributions/test_constraints ... [2022-12-01 10:31:35.960983] 2022-12-01T10:31:35.9615833Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'distributions/test_constraints.py', '-v'] ... [2022-12-01 10:31:35.961341] 2022-12-01T10:31:41.3881003Z 2022-12-01T10:31:41.3885556Z Expand the folded group to see the log file of distributions/test_constraints 2022-12-01T10:31:41.3889724Z ##[group]PRINTING LOG FILE of distributions/test_constraints (/var/lib/jenkins/workspace/test/test-reports/distributions-test_constraints_2972gvzz) 2022-12-01T10:31:41.3890180Z ============================= test session starts ============================== 2022-12-01T10:31:41.3894139Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:31:41.3894410Z cachedir: .pytest_cache 2022-12-01T10:31:41.3894847Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-12-01T10:31:41.3895206Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:31:41.3895619Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-12-01T10:31:41.3895910Z collecting ... collected 132 items 2022-12-01T10:31:41.3915807Z Running 132 items in this shard: test/distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0], test/distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1], test/distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2], test/distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3], test/distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4], test/distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5], test/distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6], test/distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7], test/distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8], test/distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9], test/distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10], test/distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11], test/distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12], test/distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13], test/distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14], test/distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15], test/distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16], test/distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17], test/distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0], test/distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1], test/distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2], test/distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3], test/distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4], test/distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5], test/distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6], test/distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7], test/distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8], test/distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9], test/distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10], test/distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11], test/distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12], test/distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13], test/distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14], test/distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15], test/distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16], test/distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args10], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args11], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args12], test/distributions/test_constraints.py::test_biject_to[False-_LessThan-args13], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args15], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args16], test/distributions/test_constraints.py::test_biject_to[False-_Interval-args17], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22], test/distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args10], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args11], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args12], test/distributions/test_constraints.py::test_biject_to[True-_LessThan-args13], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args15], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args16], test/distributions/test_constraints.py::test_biject_to[True-_Interval-args17], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22], test/distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args10], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args11], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args12], test/distributions/test_constraints.py::test_transform_to[False-_LessThan-args13], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args15], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args16], test/distributions/test_constraints.py::test_transform_to[False-_Interval-args17], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22], test/distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8], test/distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args10], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args11], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args12], test/distributions/test_constraints.py::test_transform_to[True-_LessThan-args13], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args15], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args16], test/distributions/test_constraints.py::test_transform_to[True-_Interval-args17], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19], test/distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22], test/distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] 2022-12-01T10:31:41.3928369Z 2022-12-01T10:31:41.3928687Z distributions/test_constraints.py::test_constraint[False-constraint_fn0-False-value0] PASSED [ 0%] 2022-12-01T10:31:41.3929142Z distributions/test_constraints.py::test_constraint[False-constraint_fn1-False-value1] PASSED [ 1%] 2022-12-01T10:31:41.3929596Z distributions/test_constraints.py::test_constraint[False-constraint_fn2-False-value2] PASSED [ 2%] 2022-12-01T10:31:41.3930048Z distributions/test_constraints.py::test_constraint[False-constraint_fn3-True-value3] PASSED [ 3%] 2022-12-01T10:31:41.3930485Z distributions/test_constraints.py::test_constraint[False-constraint_fn4-False-value4] PASSED [ 3%] 2022-12-01T10:31:41.3930938Z distributions/test_constraints.py::test_constraint[False-constraint_fn5-False-value5] PASSED [ 4%] 2022-12-01T10:31:41.3931386Z distributions/test_constraints.py::test_constraint[False-constraint_fn6-True-value6] PASSED [ 5%] 2022-12-01T10:31:41.3931833Z distributions/test_constraints.py::test_constraint[False-constraint_fn7-True-value7] PASSED [ 6%] 2022-12-01T10:31:41.3932268Z distributions/test_constraints.py::test_constraint[False-constraint_fn8-False-value8] PASSED [ 6%] 2022-12-01T10:31:41.3932721Z distributions/test_constraints.py::test_constraint[False-constraint_fn9-True-value9] PASSED [ 7%] 2022-12-01T10:31:41.3933176Z distributions/test_constraints.py::test_constraint[False-constraint_fn10-False-value10] PASSED [ 8%] 2022-12-01T10:31:41.3933630Z distributions/test_constraints.py::test_constraint[False-constraint_fn11-False-value11] PASSED [ 9%] 2022-12-01T10:31:41.3934068Z distributions/test_constraints.py::test_constraint[False-constraint_fn12-True-value12] PASSED [ 9%] 2022-12-01T10:31:41.3934518Z distributions/test_constraints.py::test_constraint[False-constraint_fn13-True-value13] PASSED [ 10%] 2022-12-01T10:31:41.3934972Z distributions/test_constraints.py::test_constraint[False-constraint_fn14-False-value14] PASSED [ 11%] 2022-12-01T10:31:41.3935412Z distributions/test_constraints.py::test_constraint[False-constraint_fn15-True-value15] PASSED [ 12%] 2022-12-01T10:31:41.3935860Z distributions/test_constraints.py::test_constraint[False-constraint_fn16-True-value16] PASSED [ 12%] 2022-12-01T10:31:41.3936308Z distributions/test_constraints.py::test_constraint[False-constraint_fn17-True-value17] PASSED [ 13%] 2022-12-01T10:31:41.3936952Z distributions/test_constraints.py::test_constraint[True-constraint_fn0-False-value0] SKIPPED [ 14%] 2022-12-01T10:31:41.3937581Z distributions/test_constraints.py::test_constraint[True-constraint_fn1-False-value1] SKIPPED [ 15%] 2022-12-01T10:31:41.3938224Z distributions/test_constraints.py::test_constraint[True-constraint_fn2-False-value2] SKIPPED [ 15%] 2022-12-01T10:31:41.3939018Z distributions/test_constraints.py::test_constraint[True-constraint_fn3-True-value3] SKIPPED [ 16%] 2022-12-01T10:31:41.3939737Z distributions/test_constraints.py::test_constraint[True-constraint_fn4-False-value4] SKIPPED [ 17%] 2022-12-01T10:31:41.3940432Z distributions/test_constraints.py::test_constraint[True-constraint_fn5-False-value5] SKIPPED [ 18%] 2022-12-01T10:31:41.3941232Z distributions/test_constraints.py::test_constraint[True-constraint_fn6-True-value6] SKIPPED [ 18%] 2022-12-01T10:31:41.3941986Z distributions/test_constraints.py::test_constraint[True-constraint_fn7-True-value7] SKIPPED [ 19%] 2022-12-01T10:31:41.3942711Z distributions/test_constraints.py::test_constraint[True-constraint_fn8-False-value8] SKIPPED [ 20%] 2022-12-01T10:31:41.3943482Z distributions/test_constraints.py::test_constraint[True-constraint_fn9-True-value9] SKIPPED [ 21%] 2022-12-01T10:31:41.3944213Z distributions/test_constraints.py::test_constraint[True-constraint_fn10-False-value10] SKIPPED [ 21%] 2022-12-01T10:31:41.3944919Z distributions/test_constraints.py::test_constraint[True-constraint_fn11-False-value11] SKIPPED [ 22%] 2022-12-01T10:31:41.3945635Z distributions/test_constraints.py::test_constraint[True-constraint_fn12-True-value12] SKIPPED [ 23%] 2022-12-01T10:31:41.3946570Z distributions/test_constraints.py::test_constraint[True-constraint_fn13-True-value13] SKIPPED [ 24%] 2022-12-01T10:31:41.3947356Z distributions/test_constraints.py::test_constraint[True-constraint_fn14-False-value14] SKIPPED [ 25%] 2022-12-01T10:31:41.3948163Z distributions/test_constraints.py::test_constraint[True-constraint_fn15-True-value15] SKIPPED [ 25%] 2022-12-01T10:31:41.3948795Z distributions/test_constraints.py::test_constraint[True-constraint_fn16-True-value16] SKIPPED [ 26%] 2022-12-01T10:31:41.3949256Z distributions/test_constraints.py::test_constraint[True-constraint_fn17-True-value17] SKIPPED [ 27%] 2022-12-01T10:31:41.3949699Z distributions/test_constraints.py::test_biject_to[False-constraint_fn0-args0] PASSED [ 28%] 2022-12-01T10:31:41.3950129Z distributions/test_constraints.py::test_biject_to[False-constraint_fn1-args1] PASSED [ 28%] 2022-12-01T10:31:41.3950549Z distributions/test_constraints.py::test_biject_to[False-constraint_fn2-args2] PASSED [ 29%] 2022-12-01T10:31:41.3950976Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args3] PASSED [ 30%] 2022-12-01T10:31:41.3951397Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args4] PASSED [ 31%] 2022-12-01T10:31:41.3951797Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args5] PASSED [ 31%] 2022-12-01T10:31:41.3952206Z distributions/test_constraints.py::test_biject_to[False-_GreaterThan-args6] PASSED [ 32%] 2022-12-01T10:31:41.3952637Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args7] PASSED [ 33%] 2022-12-01T10:31:41.3953049Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args8] PASSED [ 34%] 2022-12-01T10:31:41.3953468Z distributions/test_constraints.py::test_biject_to[False-_GreaterThanEq-args9] PASSED [ 34%] 2022-12-01T10:31:41.3953891Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args10] PASSED [ 35%] 2022-12-01T10:31:41.3954306Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args11] PASSED [ 36%] 2022-12-01T10:31:41.3954701Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args12] PASSED [ 37%] 2022-12-01T10:31:41.3955105Z distributions/test_constraints.py::test_biject_to[False-_LessThan-args13] PASSED [ 37%] 2022-12-01T10:31:41.3955526Z distributions/test_constraints.py::test_biject_to[False-constraint_fn14-args14] PASSED [ 38%] 2022-12-01T10:31:41.3955944Z distributions/test_constraints.py::test_biject_to[False-_Interval-args15] PASSED [ 39%] 2022-12-01T10:31:41.3956334Z distributions/test_constraints.py::test_biject_to[False-_Interval-args16] PASSED [ 40%] 2022-12-01T10:31:41.3956740Z distributions/test_constraints.py::test_biject_to[False-_Interval-args17] PASSED [ 40%] 2022-12-01T10:31:41.3957165Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args18] PASSED [ 41%] 2022-12-01T10:31:41.3957681Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args19] PASSED [ 42%] 2022-12-01T10:31:41.3958115Z distributions/test_constraints.py::test_biject_to[False-_HalfOpenInterval-args20] PASSED [ 43%] 2022-12-01T10:31:41.3958552Z distributions/test_constraints.py::test_biject_to[False-constraint_fn21-args21] PASSED [ 43%] 2022-12-01T10:31:41.3958973Z distributions/test_constraints.py::test_biject_to[False-constraint_fn22-args22] PASSED [ 44%] 2022-12-01T10:31:41.3959380Z distributions/test_constraints.py::test_biject_to[False-constraint_fn23-args23] SKIPPED [ 45%] 2022-12-01T10:31:41.3959807Z distributions/test_constraints.py::test_biject_to[True-constraint_fn0-args0] SKIPPED [ 46%] 2022-12-01T10:31:41.3960223Z distributions/test_constraints.py::test_biject_to[True-constraint_fn1-args1] SKIPPED [ 46%] 2022-12-01T10:31:41.3960622Z distributions/test_constraints.py::test_biject_to[True-constraint_fn2-args2] SKIPPED [ 47%] 2022-12-01T10:31:41.3961036Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args3] SKIPPED [ 48%] 2022-12-01T10:31:41.3961456Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args4] SKIPPED [ 49%] 2022-12-01T10:31:41.3961912Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args5] SKIPPED [ 50%] 2022-12-01T10:31:41.3962315Z distributions/test_constraints.py::test_biject_to[True-_GreaterThan-args6] SKIPPED [ 50%] 2022-12-01T10:31:41.3962737Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args7] SKIPPED [ 51%] 2022-12-01T10:31:41.3963164Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args8] SKIPPED [ 52%] 2022-12-01T10:31:41.3963585Z distributions/test_constraints.py::test_biject_to[True-_GreaterThanEq-args9] SKIPPED [ 53%] 2022-12-01T10:31:41.3963981Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args10] SKIPPED [ 53%] 2022-12-01T10:31:41.3964396Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args11] SKIPPED [ 54%] 2022-12-01T10:31:41.3964798Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args12] SKIPPED [ 55%] 2022-12-01T10:31:41.3965187Z distributions/test_constraints.py::test_biject_to[True-_LessThan-args13] SKIPPED [ 56%] 2022-12-01T10:31:41.3965604Z distributions/test_constraints.py::test_biject_to[True-constraint_fn14-args14] SKIPPED [ 56%] 2022-12-01T10:31:41.3966015Z distributions/test_constraints.py::test_biject_to[True-_Interval-args15] SKIPPED [ 57%] 2022-12-01T10:31:41.3966423Z distributions/test_constraints.py::test_biject_to[True-_Interval-args16] SKIPPED [ 58%] 2022-12-01T10:31:41.3966871Z distributions/test_constraints.py::test_biject_to[True-_Interval-args17] SKIPPED [ 59%] 2022-12-01T10:31:41.3967300Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args18] SKIPPED [ 59%] 2022-12-01T10:31:41.3967746Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args19] SKIPPED [ 60%] 2022-12-01T10:31:41.3968186Z distributions/test_constraints.py::test_biject_to[True-_HalfOpenInterval-args20] SKIPPED [ 61%] 2022-12-01T10:31:41.3968602Z distributions/test_constraints.py::test_biject_to[True-constraint_fn21-args21] SKIPPED [ 62%] 2022-12-01T10:31:41.3969022Z distributions/test_constraints.py::test_biject_to[True-constraint_fn22-args22] SKIPPED [ 62%] 2022-12-01T10:31:41.3969443Z distributions/test_constraints.py::test_biject_to[True-constraint_fn23-args23] SKIPPED [ 63%] 2022-12-01T10:31:41.3969868Z distributions/test_constraints.py::test_transform_to[False-constraint_fn0-args0] PASSED [ 64%] 2022-12-01T10:31:41.3970279Z distributions/test_constraints.py::test_transform_to[False-constraint_fn1-args1] PASSED [ 65%] 2022-12-01T10:31:41.3970700Z distributions/test_constraints.py::test_transform_to[False-constraint_fn2-args2] PASSED [ 65%] 2022-12-01T10:31:41.3971128Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args3] PASSED [ 66%] 2022-12-01T10:31:41.3971587Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args4] PASSED [ 67%] 2022-12-01T10:31:41.3972013Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args5] PASSED [ 68%] 2022-12-01T10:31:41.3972435Z distributions/test_constraints.py::test_transform_to[False-_GreaterThan-args6] PASSED [ 68%] 2022-12-01T10:31:41.3972866Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args7] PASSED [ 69%] 2022-12-01T10:31:41.3973287Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args8] PASSED [ 70%] 2022-12-01T10:31:41.3973715Z distributions/test_constraints.py::test_transform_to[False-_GreaterThanEq-args9] PASSED [ 71%] 2022-12-01T10:31:41.3974141Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args10] PASSED [ 71%] 2022-12-01T10:31:41.3974545Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args11] PASSED [ 72%] 2022-12-01T10:31:41.3974951Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args12] PASSED [ 73%] 2022-12-01T10:31:41.3975372Z distributions/test_constraints.py::test_transform_to[False-_LessThan-args13] PASSED [ 74%] 2022-12-01T10:31:41.3975794Z distributions/test_constraints.py::test_transform_to[False-constraint_fn14-args14] PASSED [ 75%] 2022-12-01T10:31:41.3976237Z distributions/test_constraints.py::test_transform_to[False-_Interval-args15] PASSED [ 75%] 2022-12-01T10:31:41.3976651Z distributions/test_constraints.py::test_transform_to[False-_Interval-args16] PASSED [ 76%] 2022-12-01T10:31:41.3977299Z distributions/test_constraints.py::test_transform_to[False-_Interval-args17] PASSED [ 77%] 2022-12-01T10:31:41.3977733Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args18] PASSED [ 78%] 2022-12-01T10:31:41.3978171Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args19] PASSED [ 78%] 2022-12-01T10:31:41.3978624Z distributions/test_constraints.py::test_transform_to[False-_HalfOpenInterval-args20] PASSED [ 79%] 2022-12-01T10:31:41.3979071Z distributions/test_constraints.py::test_transform_to[False-constraint_fn21-args21] PASSED [ 80%] 2022-12-01T10:31:41.3979494Z distributions/test_constraints.py::test_transform_to[False-constraint_fn22-args22] PASSED [ 81%] 2022-12-01T10:31:41.3979930Z distributions/test_constraints.py::test_transform_to[False-constraint_fn23-args23] PASSED [ 81%] 2022-12-01T10:31:41.3980359Z distributions/test_constraints.py::test_transform_to[True-constraint_fn0-args0] SKIPPED [ 82%] 2022-12-01T10:31:41.3980792Z distributions/test_constraints.py::test_transform_to[True-constraint_fn1-args1] SKIPPED [ 83%] 2022-12-01T10:31:41.3981269Z distributions/test_constraints.py::test_transform_to[True-constraint_fn2-args2] SKIPPED [ 84%] 2022-12-01T10:31:41.3981695Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args3] SKIPPED [ 84%] 2022-12-01T10:31:41.3982125Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args4] SKIPPED [ 85%] 2022-12-01T10:31:41.3982552Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args5] SKIPPED [ 86%] 2022-12-01T10:31:41.3982956Z distributions/test_constraints.py::test_transform_to[True-_GreaterThan-args6] SKIPPED [ 87%] 2022-12-01T10:31:41.3983390Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args7] SKIPPED [ 87%] 2022-12-01T10:31:41.3983822Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args8] SKIPPED [ 88%] 2022-12-01T10:31:41.3984241Z distributions/test_constraints.py::test_transform_to[True-_GreaterThanEq-args9] SKIPPED [ 89%] 2022-12-01T10:31:41.3984663Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args10] SKIPPED [ 90%] 2022-12-01T10:31:41.3985080Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args11] SKIPPED [ 90%] 2022-12-01T10:31:41.3985491Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args12] SKIPPED [ 91%] 2022-12-01T10:31:41.3985886Z distributions/test_constraints.py::test_transform_to[True-_LessThan-args13] SKIPPED [ 92%] 2022-12-01T10:31:41.3986413Z distributions/test_constraints.py::test_transform_to[True-constraint_fn14-args14] SKIPPED [ 93%] 2022-12-01T10:31:41.3986838Z distributions/test_constraints.py::test_transform_to[True-_Interval-args15] SKIPPED [ 93%] 2022-12-01T10:31:41.3987238Z distributions/test_constraints.py::test_transform_to[True-_Interval-args16] SKIPPED [ 94%] 2022-12-01T10:31:41.3987647Z distributions/test_constraints.py::test_transform_to[True-_Interval-args17] SKIPPED [ 95%] 2022-12-01T10:31:41.3988083Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args18] SKIPPED [ 96%] 2022-12-01T10:31:41.3988536Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args19] SKIPPED [ 96%] 2022-12-01T10:31:41.3988975Z distributions/test_constraints.py::test_transform_to[True-_HalfOpenInterval-args20] SKIPPED [ 97%] 2022-12-01T10:31:41.3989416Z distributions/test_constraints.py::test_transform_to[True-constraint_fn21-args21] SKIPPED [ 98%] 2022-12-01T10:31:41.3989849Z distributions/test_constraints.py::test_transform_to[True-constraint_fn22-args22] SKIPPED [ 99%] 2022-12-01T10:31:41.3990290Z distributions/test_constraints.py::test_transform_to[True-constraint_fn23-args23] SKIPPED [100%] 2022-12-01T10:31:41.3990470Z 2022-12-01T10:31:41.3990634Z ======================== 65 passed, 67 skipped in 3.78s ======================== 2022-12-01T10:31:41.3990780Z 2022-12-01T10:31:41.3991097Z ##[endgroup] 2022-12-01T10:31:41.3991543Z FINISHED PRINTING LOG FILE of distributions/test_constraints (/var/lib/jenkins/workspace/test/test-reports/distributions-test_constraints_2972gvzz) 2022-12-01T10:31:41.3991786Z 2022-12-01T10:31:45.7259603Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:31:45.8323469Z Ignoring disabled issues: [] 2022-12-01T10:31:45.8874093Z Running test_schema_check ... [2022-12-01 10:31:45.887052] 2022-12-01T10:31:45.8876276Z Executing ['/opt/conda/bin/python', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:31:45.887376] 2022-12-01T10:47:49.9782309Z 2022-12-01T10:47:49.9782758Z Expand the folded group to see the log file of test_schema_check 2022-12-01T10:47:49.9783550Z ##[group]PRINTING LOG FILE of test_schema_check (/var/lib/jenkins/workspace/test/test-reports/test_schema_check_ex175dwc) 2022-12-01T10:47:49.9799256Z Test results will be stored in test-reports/python-unittest/test_schema_check 2022-12-01T10:47:49.9799726Z 2022-12-01T10:47:49.9800236Z Running tests... 2022-12-01T10:47:49.9800758Z ---------------------------------------------------------------------- 2022-12-01T10:47:49.9802944Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.056s) 2022-12-01T10:47:49.9803508Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.004s) 2022-12-01T10:47:49.9804107Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.005s) 2022-12-01T10:47:49.9804702Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:47:49.9805112Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... ok (0.001s) 2022-12-01T10:47:49.9805559Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... ok (0.009s) 2022-12-01T10:47:49.9818956Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.006s) 2022-12-01T10:47:49.9819904Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.006s) 2022-12-01T10:47:49.9821191Z test_overlaps_basic (__main__.TestSchemaCheck) ... ok (0.002s) 2022-12-01T10:47:49.9822008Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... ok (0.004s) 2022-12-01T10:47:49.9822664Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.018s) 2022-12-01T10:47:49.9823711Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.007s) 2022-12-01T10:47:49.9824436Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.004s) 2022-12-01T10:47:49.9897781Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.004s) 2022-12-01T10:47:49.9898382Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.011s) 2022-12-01T10:47:49.9899004Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.061s) 2022-12-01T10:47:49.9899666Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.008s) 2022-12-01T10:47:49.9900295Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:47:49.9900915Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.035s) 2022-12-01T10:47:49.9902053Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.031s) 2022-12-01T10:47:49.9902691Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.005s) 2022-12-01T10:47:49.9903342Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.005s) 2022-12-01T10:47:49.9905083Z test_schema_check_mode_functionality_with_multiple_outputs_aliasing (__main__.TestSchemaCheck) ... test_schema_check.py:276: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:47:49.9906173Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-12-01T10:47:49.9906372Z ok (0.007s) 2022-12-01T10:47:49.9906636Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.004s) 2022-12-01T10:47:49.9907435Z test_schema_check_mode_mutated_aliasing_aliasing_outputs (__main__.TestSchemaCheck) ... test_schema_check.py:179: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:47:49.9908106Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-12-01T10:47:49.9908301Z ok (0.006s) 2022-12-01T10:47:49.9908552Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.004s) 2022-12-01T10:47:49.9908897Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.005s) 2022-12-01T10:47:49.9909228Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:47:49.9909551Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:47:49.9909873Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.003s) 2022-12-01T10:47:49.9910183Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.012s) 2022-12-01T10:47:49.9910527Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.011s) 2022-12-01T10:47:49.9910835Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... ok (0.004s) 2022-12-01T10:47:49.9911162Z test_schema_correctness_H_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:49.9911508Z test_schema_correctness_H_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:49.9911870Z test_schema_correctness_H_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:49.9912312Z test_schema_correctness_H_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:49.9912678Z test_schema_correctness_H_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:49.9913027Z test_schema_correctness_H_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:49.9913379Z test_schema_correctness_H_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:49.9913733Z test_schema_correctness_H_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:49.9914086Z test_schema_correctness_H_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:49.9914423Z test_schema_correctness_H_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:49.9914825Z test_schema_correctness_H_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:49.9915178Z test_schema_correctness_H_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:49.9915514Z test_schema_correctness_H_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:49.9915901Z test_schema_correctness_T_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:49.9916262Z test_schema_correctness_T_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:49.9916619Z test_schema_correctness_T_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:47:49.9916971Z test_schema_correctness_T_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:49.9917327Z test_schema_correctness_T_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:49.9917683Z test_schema_correctness_T_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:49.9918024Z test_schema_correctness_T_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:49.9918368Z test_schema_correctness_T_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:49.9918721Z test_schema_correctness_T_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:49.9919069Z test_schema_correctness_T_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:49.9919404Z test_schema_correctness_T_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:49.9919749Z test_schema_correctness_T_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:49.9924820Z test_schema_correctness_T_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:49.9925695Z test_schema_correctness___getitem___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-12-01T10:47:49.9926558Z test_schema_correctness___getitem___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:47:49.9927606Z test_schema_correctness___getitem___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-12-01T10:47:49.9928258Z test_schema_correctness___getitem___cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:49.9928893Z test_schema_correctness___getitem___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-12-01T10:47:49.9929924Z test_schema_correctness___getitem___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:47:49.9930770Z test_schema_correctness___getitem___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:47:49.9931428Z test_schema_correctness___getitem___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:49.9932086Z test_schema_correctness___getitem___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:47:49.9932904Z test_schema_correctness___getitem___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:47:49.9933585Z test_schema_correctness___getitem___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:47:49.9934352Z test_schema_correctness___getitem___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:49.9934966Z test_schema_correctness___getitem___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:47:49.9935576Z test_schema_correctness___radd___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:49.9936194Z test_schema_correctness___radd___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:49.9936745Z test_schema_correctness___radd___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:49.9937773Z test_schema_correctness___radd___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:49.9938374Z test_schema_correctness___radd___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:49.9938986Z test_schema_correctness___radd___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:49.9939791Z test_schema_correctness___radd___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:49.9940408Z test_schema_correctness___radd___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:49.9941002Z test_schema_correctness___radd___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:49.9941584Z test_schema_correctness___radd___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:49.9942162Z test_schema_correctness___radd___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:49.9942755Z test_schema_correctness___radd___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:49.9943353Z test_schema_correctness___rand___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:49.9943943Z test_schema_correctness___rand___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:49.9944535Z test_schema_correctness___rand___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:49.9945126Z test_schema_correctness___rand___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:49.9945718Z test_schema_correctness___rand___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:49.9946288Z test_schema_correctness___rand___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:49.9946899Z test_schema_correctness___rdiv___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:49.9947493Z test_schema_correctness___rdiv___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:49.9948105Z test_schema_correctness___rdiv___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:49.9948711Z test_schema_correctness___rdiv___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:49.9949309Z test_schema_correctness___rdiv___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:49.9949905Z test_schema_correctness___rdiv___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:49.9950835Z test_schema_correctness___rdiv___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:49.9951463Z test_schema_correctness___rdiv___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:49.9952057Z test_schema_correctness___rdiv___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:49.9952830Z test_schema_correctness___rdiv___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:49.9953407Z test_schema_correctness___rdiv___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:49.9953996Z test_schema_correctness___rdiv___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:49.9954607Z test_schema_correctness___rmatmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.276s) 2022-12-01T10:47:49.9955565Z test_schema_correctness___rmatmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.301s) 2022-12-01T10:47:49.9956393Z test_schema_correctness___rmatmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.297s) 2022-12-01T10:47:49.9994292Z test_schema_correctness___rmatmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.278s) 2022-12-01T10:47:49.9995010Z test_schema_correctness___rmatmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.306s) 2022-12-01T10:47:49.9995512Z test_schema_correctness___rmatmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.266s) 2022-12-01T10:47:49.9996052Z test_schema_correctness___rmatmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.266s) 2022-12-01T10:47:49.9996589Z test_schema_correctness___rmatmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.260s) 2022-12-01T10:47:49.9996966Z test_schema_correctness___rmatmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.305s) 2022-12-01T10:47:49.9997323Z test_schema_correctness___rmatmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.260s) 2022-12-01T10:47:49.9997692Z test_schema_correctness___rmod___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:49.9998061Z test_schema_correctness___rmod___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:49.9998426Z test_schema_correctness___rmod___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:49.9998786Z test_schema_correctness___rmod___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:49.9999158Z test_schema_correctness___rmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:49.9999523Z test_schema_correctness___rmul___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:49.9999878Z test_schema_correctness___rmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0000257Z test_schema_correctness___rmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.0000626Z test_schema_correctness___rmul___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0000990Z test_schema_correctness___rmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0001340Z test_schema_correctness___rmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0001714Z test_schema_correctness___rmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0002072Z test_schema_correctness___rmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0002434Z test_schema_correctness___rmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0002778Z test_schema_correctness___rmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0003134Z test_schema_correctness___rmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0003493Z test_schema_correctness___ror___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0003848Z test_schema_correctness___ror___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0004247Z test_schema_correctness___ror___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0004608Z test_schema_correctness___ror___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0004973Z test_schema_correctness___ror___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0005318Z test_schema_correctness___ror___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0006268Z test_schema_correctness___rpow___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:863: 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-12-01T10:47:50.0006909Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-12-01T10:47:50.0007132Z ok (0.226s) 2022-12-01T10:47:50.0007414Z test_schema_correctness___rpow___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.228s) 2022-12-01T10:47:50.0007777Z test_schema_correctness___rpow___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.229s) 2022-12-01T10:47:50.0008185Z test_schema_correctness___rpow___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.226s) 2022-12-01T10:47:50.0008557Z test_schema_correctness___rpow___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.217s) 2022-12-01T10:47:50.0008921Z test_schema_correctness___rpow___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.216s) 2022-12-01T10:47:50.0009273Z test_schema_correctness___rpow___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.216s) 2022-12-01T10:47:50.0009632Z test_schema_correctness___rpow___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.219s) 2022-12-01T10:47:50.0009994Z test_schema_correctness___rpow___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.214s) 2022-12-01T10:47:50.0010345Z test_schema_correctness___rpow___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.216s) 2022-12-01T10:47:50.0010705Z test_schema_correctness___rpow___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.218s) 2022-12-01T10:47:50.0011075Z test_schema_correctness___rsub___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0011445Z test_schema_correctness___rsub___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0011806Z test_schema_correctness___rsub___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0012174Z test_schema_correctness___rsub___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0012537Z test_schema_correctness___rsub___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0012896Z test_schema_correctness___rsub___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0013244Z test_schema_correctness___rsub___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0013600Z test_schema_correctness___rsub___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0013965Z test_schema_correctness___rsub___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0014310Z test_schema_correctness___rsub___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0014666Z test_schema_correctness___rsub___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0015025Z test_schema_correctness___rxor___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0015385Z test_schema_correctness___rxor___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0015731Z test_schema_correctness___rxor___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0016115Z test_schema_correctness___rxor___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0016475Z test_schema_correctness___rxor___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0017085Z test_schema_correctness___rxor___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0017619Z test_schema_correctness_abs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0018114Z test_schema_correctness_abs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0018644Z test_schema_correctness_abs_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0019189Z test_schema_correctness_abs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0019817Z test_schema_correctness_abs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0020405Z test_schema_correctness_abs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0020953Z test_schema_correctness_abs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0021640Z test_schema_correctness_abs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0022196Z test_schema_correctness_abs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0022751Z test_schema_correctness_abs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0023319Z test_schema_correctness_abs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0023869Z test_schema_correctness_abs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0024453Z test_schema_correctness_acos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0025010Z test_schema_correctness_acos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0025538Z test_schema_correctness_acos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0026090Z test_schema_correctness_acos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0026589Z test_schema_correctness_acos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0027112Z test_schema_correctness_acos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0027623Z test_schema_correctness_acos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0028165Z test_schema_correctness_acos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0028733Z test_schema_correctness_acos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0029317Z test_schema_correctness_acos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0029872Z test_schema_correctness_acos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0030442Z test_schema_correctness_acosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0031016Z test_schema_correctness_acosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0031571Z test_schema_correctness_acosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0032167Z test_schema_correctness_acosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0032726Z test_schema_correctness_acosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0033317Z test_schema_correctness_acosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0034025Z test_schema_correctness_acosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0034609Z test_schema_correctness_acosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0035208Z test_schema_correctness_acosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0035787Z test_schema_correctness_acosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0036346Z test_schema_correctness_acosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0036936Z test_schema_correctness_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0037494Z test_schema_correctness_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0038071Z test_schema_correctness_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:47:50.0038680Z test_schema_correctness_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0039261Z test_schema_correctness_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.0039891Z test_schema_correctness_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0040418Z test_schema_correctness_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0040960Z test_schema_correctness_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0041516Z test_schema_correctness_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0042073Z test_schema_correctness_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0042613Z test_schema_correctness_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0043166Z test_schema_correctness_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0043719Z test_schema_correctness_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0044279Z test_schema_correctness_addbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0044889Z test_schema_correctness_addbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.0045523Z test_schema_correctness_addbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.0046120Z test_schema_correctness_addbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0046700Z test_schema_correctness_addbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0047294Z test_schema_correctness_addbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0047906Z test_schema_correctness_addbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0048494Z test_schema_correctness_addbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0049056Z test_schema_correctness_addbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0049649Z test_schema_correctness_addbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0050256Z test_schema_correctness_addcdiv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:47:50.0050832Z test_schema_correctness_addcdiv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:47:50.0051469Z test_schema_correctness_addcdiv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:47:50.0052067Z test_schema_correctness_addcdiv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.0052774Z test_schema_correctness_addcdiv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:47:50.0053367Z test_schema_correctness_addcmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.0053990Z test_schema_correctness_addcmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:47:50.0054618Z test_schema_correctness_addcmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:47:50.0055216Z test_schema_correctness_addcmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:47:50.0055809Z test_schema_correctness_addcmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:47:50.0056414Z test_schema_correctness_addcmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.0057120Z test_schema_correctness_addcmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.0057724Z test_schema_correctness_addcmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.0058591Z test_schema_correctness_addcmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.0059204Z test_schema_correctness_addcmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.0059871Z test_schema_correctness_addmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0060484Z test_schema_correctness_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0061119Z test_schema_correctness_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:50.0061760Z test_schema_correctness_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0062368Z test_schema_correctness_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0062950Z test_schema_correctness_addmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0063540Z test_schema_correctness_addmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0064086Z test_schema_correctness_addmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0064655Z test_schema_correctness_addmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0065216Z test_schema_correctness_addmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0065808Z test_schema_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0066467Z test_schema_correctness_addmm_decomposed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0067153Z test_schema_correctness_addmm_decomposed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:50.0067809Z test_schema_correctness_addmm_decomposed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0068473Z test_schema_correctness_addmm_decomposed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0069110Z test_schema_correctness_addmm_decomposed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0069725Z test_schema_correctness_addmm_decomposed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0070351Z test_schema_correctness_addmm_decomposed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0070976Z test_schema_correctness_addmm_decomposed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0071743Z test_schema_correctness_addmm_decomposed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0072335Z test_schema_correctness_addmv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0072921Z test_schema_correctness_addmv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0073520Z test_schema_correctness_addmv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0074108Z test_schema_correctness_addmv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0074680Z test_schema_correctness_addmv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0075269Z test_schema_correctness_addmv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0075846Z test_schema_correctness_addmv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0076436Z test_schema_correctness_addmv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0077032Z test_schema_correctness_addmv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0077708Z test_schema_correctness_addmv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0078297Z test_schema_correctness_addr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0078871Z test_schema_correctness_addr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0079460Z test_schema_correctness_addr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0080043Z test_schema_correctness_addr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0080658Z test_schema_correctness_addr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0081250Z test_schema_correctness_addr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0081850Z test_schema_correctness_addr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0082438Z test_schema_correctness_addr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0082996Z test_schema_correctness_addr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0083580Z test_schema_correctness_addr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0084172Z test_schema_correctness_addr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0084718Z test_schema_correctness_addr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0085284Z test_schema_correctness_all_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0085845Z test_schema_correctness_all_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0087296Z test_schema_correctness_all_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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-12-01T10:47:50.0088133Z return self.op(*args, **kwargs) 2022-12-01T10:47:50.0088413Z ok (0.019s) 2022-12-01T10:47:50.0088856Z test_schema_correctness_all_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0089456Z test_schema_correctness_all_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0090025Z test_schema_correctness_all_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0090589Z test_schema_correctness_all_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0091297Z test_schema_correctness_all_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0091891Z test_schema_correctness_all_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0092450Z test_schema_correctness_all_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0093011Z test_schema_correctness_all_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0093579Z test_schema_correctness_all_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0094165Z test_schema_correctness_allclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:47:50.0094784Z test_schema_correctness_allclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:47:50.0095393Z test_schema_correctness_allclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-12-01T10:47:50.0096023Z test_schema_correctness_allclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.0096729Z test_schema_correctness_allclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0097481Z test_schema_correctness_allclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:47:50.0098077Z test_schema_correctness_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:47:50.0098667Z test_schema_correctness_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-12-01T10:47:50.0099247Z test_schema_correctness_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:47:50.0099908Z test_schema_correctness_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:47:50.0100507Z test_schema_correctness_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-12-01T10:47:50.0101105Z test_schema_correctness_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-12-01T10:47:50.0101674Z test_schema_correctness_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-12-01T10:47:50.0102244Z test_schema_correctness_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-12-01T10:47:50.0102829Z test_schema_correctness_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-12-01T10:47:50.0103414Z test_schema_correctness_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:47:50.0104000Z test_schema_correctness_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.147s) 2022-12-01T10:47:50.0104568Z test_schema_correctness_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-12-01T10:47:50.0105139Z test_schema_correctness_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-12-01T10:47:50.0105723Z test_schema_correctness_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.145s) 2022-12-01T10:47:50.0106310Z test_schema_correctness_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-12-01T10:47:50.0106900Z test_schema_correctness_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-12-01T10:47:50.0107482Z test_schema_correctness_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-12-01T10:47:50.0107974Z test_schema_correctness_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-12-01T10:47:50.0108571Z test_schema_correctness_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-12-01T10:47:50.0109148Z test_schema_correctness_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-12-01T10:47:50.0111291Z test_schema_correctness_aminmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-12-01T10:47:50.0112678Z return self.op(*args, **kwargs) 2022-12-01T10:47:50.0112964Z ok (0.009s) 2022-12-01T10:47:50.0113398Z test_schema_correctness_aminmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0113934Z test_schema_correctness_aminmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0114524Z test_schema_correctness_aminmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0115095Z test_schema_correctness_aminmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0115578Z test_schema_correctness_aminmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0116252Z test_schema_correctness_aminmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0116802Z test_schema_correctness_aminmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0117310Z test_schema_correctness_angle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0117874Z test_schema_correctness_angle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0118406Z test_schema_correctness_angle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0118936Z test_schema_correctness_angle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0119512Z test_schema_correctness_angle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0120078Z test_schema_correctness_angle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0120668Z test_schema_correctness_angle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0121227Z test_schema_correctness_angle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0121760Z test_schema_correctness_angle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0122338Z test_schema_correctness_angle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0122935Z test_schema_correctness_angle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0123516Z test_schema_correctness_angle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0124138Z test_schema_correctness_any_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0124755Z test_schema_correctness_any_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0125375Z test_schema_correctness_any_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0125981Z test_schema_correctness_any_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0126579Z test_schema_correctness_any_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0127193Z test_schema_correctness_any_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0127736Z test_schema_correctness_any_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0128275Z test_schema_correctness_any_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0128958Z test_schema_correctness_any_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0129526Z test_schema_correctness_any_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0130061Z test_schema_correctness_any_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0130632Z test_schema_correctness_any_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0131225Z test_schema_correctness_arange_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.204s) 2022-12-01T10:47:50.0131829Z test_schema_correctness_arange_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.212s) 2022-12-01T10:47:50.0132426Z test_schema_correctness_arange_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.204s) 2022-12-01T10:47:50.0133015Z test_schema_correctness_arange_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.213s) 2022-12-01T10:47:50.0133641Z test_schema_correctness_arange_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.207s) 2022-12-01T10:47:50.0134258Z test_schema_correctness_arange_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.207s) 2022-12-01T10:47:50.0134969Z test_schema_correctness_arange_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.212s) 2022-12-01T10:47:50.0135571Z test_schema_correctness_arange_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.196s) 2022-12-01T10:47:50.0136148Z test_schema_correctness_arange_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.225s) 2022-12-01T10:47:50.0136913Z test_schema_correctness_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0137552Z test_schema_correctness_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0138159Z test_schema_correctness_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0138754Z test_schema_correctness_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0139407Z test_schema_correctness_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0140012Z test_schema_correctness_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0140590Z test_schema_correctness_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0141168Z test_schema_correctness_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0141749Z test_schema_correctness_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0142360Z test_schema_correctness_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0142928Z test_schema_correctness_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0143504Z test_schema_correctness_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0144109Z test_schema_correctness_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0144709Z test_schema_correctness_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0145322Z test_schema_correctness_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0145920Z test_schema_correctness_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0146516Z test_schema_correctness_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0147122Z test_schema_correctness_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0147728Z test_schema_correctness_argsort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:47:50.0148467Z test_schema_correctness_argsort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.0149108Z test_schema_correctness_argsort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:47:50.0149722Z test_schema_correctness_argsort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-12-01T10:47:50.0150302Z test_schema_correctness_argsort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:47:50.0150915Z test_schema_correctness_argsort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.0151485Z test_schema_correctness_argsort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:47:50.0152080Z test_schema_correctness_argsort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:47:50.0152651Z test_schema_correctness_argsort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.0153191Z test_schema_correctness_argsort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.0153889Z test_schema_correctness_argwhere_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0154511Z test_schema_correctness_argwhere_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0155115Z test_schema_correctness_argwhere_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0155816Z test_schema_correctness_argwhere_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0156513Z test_schema_correctness_argwhere_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0157164Z test_schema_correctness_argwhere_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0157794Z test_schema_correctness_argwhere_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0158298Z test_schema_correctness_argwhere_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0158810Z test_schema_correctness_argwhere_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0159309Z test_schema_correctness_argwhere_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0159822Z test_schema_correctness_argwhere_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0160333Z test_schema_correctness_argwhere_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0160849Z test_schema_correctness_as_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0161359Z test_schema_correctness_as_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0161884Z test_schema_correctness_as_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0162431Z test_schema_correctness_as_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0162962Z test_schema_correctness_as_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0163467Z test_schema_correctness_as_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0163985Z test_schema_correctness_as_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0164503Z test_schema_correctness_as_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0164997Z test_schema_correctness_as_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0165498Z test_schema_correctness_as_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0166091Z test_schema_correctness_as_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0166600Z test_schema_correctness_as_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0167104Z test_schema_correctness_as_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0167641Z test_schema_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0199328Z test_schema_correctness_as_strided_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0199973Z test_schema_correctness_as_strided_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0200539Z test_schema_correctness_as_strided_scatter_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0201105Z test_schema_correctness_as_strided_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0201635Z test_schema_correctness_as_strided_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0202312Z test_schema_correctness_as_strided_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0202859Z test_schema_correctness_as_strided_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0203383Z test_schema_correctness_as_strided_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0203916Z test_schema_correctness_as_strided_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0204442Z test_schema_correctness_as_strided_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0204970Z test_schema_correctness_as_strided_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0205495Z test_schema_correctness_as_strided_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0206022Z test_schema_correctness_asin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0206532Z test_schema_correctness_asin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0207053Z test_schema_correctness_asin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0207566Z test_schema_correctness_asin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0208091Z test_schema_correctness_asin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0208597Z test_schema_correctness_asin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0209098Z test_schema_correctness_asin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0209576Z test_schema_correctness_asin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0210065Z test_schema_correctness_asin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0210561Z test_schema_correctness_asin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0211041Z test_schema_correctness_asin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0211545Z test_schema_correctness_asinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0212056Z test_schema_correctness_asinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0212559Z test_schema_correctness_asinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0213159Z test_schema_correctness_asinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0213675Z test_schema_correctness_asinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0214184Z test_schema_correctness_asinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0214691Z test_schema_correctness_asinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0215174Z test_schema_correctness_asinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0215673Z test_schema_correctness_asinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0216160Z test_schema_correctness_asinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0216635Z test_schema_correctness_asinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0217293Z test_schema_correctness_atan2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0217796Z test_schema_correctness_atan2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0218388Z test_schema_correctness_atan2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0218890Z test_schema_correctness_atan2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0219462Z test_schema_correctness_atan2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0219973Z test_schema_correctness_atan2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0220488Z test_schema_correctness_atan2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0220982Z test_schema_correctness_atan2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0221507Z test_schema_correctness_atan2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0222025Z test_schema_correctness_atan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0222526Z test_schema_correctness_atan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0223055Z test_schema_correctness_atan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0223594Z test_schema_correctness_atan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0224118Z test_schema_correctness_atan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0224626Z test_schema_correctness_atan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0225148Z test_schema_correctness_atan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0225663Z test_schema_correctness_atan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0226152Z test_schema_correctness_atan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0226676Z test_schema_correctness_atan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0227173Z test_schema_correctness_atan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0227684Z test_schema_correctness_atanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0228182Z test_schema_correctness_atanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0228700Z test_schema_correctness_atanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0229232Z test_schema_correctness_atanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0229847Z test_schema_correctness_atanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0230336Z test_schema_correctness_atanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0230863Z test_schema_correctness_atanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0231381Z test_schema_correctness_atanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0231882Z test_schema_correctness_atanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0232396Z test_schema_correctness_atanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0232905Z test_schema_correctness_atanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0233447Z test_schema_correctness_atleast_1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0233978Z test_schema_correctness_atleast_1d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0234525Z test_schema_correctness_atleast_1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0235138Z test_schema_correctness_atleast_1d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0235695Z test_schema_correctness_atleast_1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0236228Z test_schema_correctness_atleast_1d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0236777Z test_schema_correctness_atleast_1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0237315Z test_schema_correctness_atleast_1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0237861Z test_schema_correctness_atleast_1d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0238386Z test_schema_correctness_atleast_1d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0238912Z test_schema_correctness_atleast_1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0239448Z test_schema_correctness_atleast_1d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0239962Z test_schema_correctness_atleast_1d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0240501Z test_schema_correctness_atleast_2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0241041Z test_schema_correctness_atleast_2d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0241587Z test_schema_correctness_atleast_2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0242124Z test_schema_correctness_atleast_2d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0242678Z test_schema_correctness_atleast_2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0243214Z test_schema_correctness_atleast_2d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0243756Z test_schema_correctness_atleast_2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0244275Z test_schema_correctness_atleast_2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0244793Z test_schema_correctness_atleast_2d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0245325Z test_schema_correctness_atleast_2d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0245845Z test_schema_correctness_atleast_2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0246464Z test_schema_correctness_atleast_2d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0247001Z test_schema_correctness_atleast_2d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0247547Z test_schema_correctness_atleast_3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0248070Z test_schema_correctness_atleast_3d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0248613Z test_schema_correctness_atleast_3d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0249163Z test_schema_correctness_atleast_3d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0249726Z test_schema_correctness_atleast_3d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0250253Z test_schema_correctness_atleast_3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0250788Z test_schema_correctness_atleast_3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0251331Z test_schema_correctness_atleast_3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0251947Z test_schema_correctness_atleast_3d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0252460Z test_schema_correctness_atleast_3d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0252978Z test_schema_correctness_atleast_3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0253483Z test_schema_correctness_atleast_3d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0253973Z test_schema_correctness_atleast_3d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0254484Z test_schema_correctness_baddbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0255029Z test_schema_correctness_baddbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0255592Z test_schema_correctness_baddbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0256110Z test_schema_correctness_baddbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0256621Z test_schema_correctness_baddbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0257272Z test_schema_correctness_baddbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0257774Z test_schema_correctness_baddbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0258263Z test_schema_correctness_baddbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0258775Z test_schema_correctness_baddbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0259350Z test_schema_correctness_baddbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0259872Z test_schema_correctness_bernoulli_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0260380Z test_schema_correctness_bernoulli_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0260906Z test_schema_correctness_bernoulli_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0261435Z test_schema_correctness_bfloat16_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:47:50.0261929Z test_schema_correctness_bfloat16_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0262458Z test_schema_correctness_bfloat16_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:47:50.0263101Z test_schema_correctness_bfloat16_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0263624Z test_schema_correctness_bfloat16_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-12-01T10:47:50.0264128Z test_schema_correctness_bfloat16_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.0264643Z test_schema_correctness_bfloat16_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.0265155Z test_schema_correctness_bfloat16_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0265669Z test_schema_correctness_bfloat16_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0266155Z test_schema_correctness_bfloat16_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0266657Z test_schema_correctness_bfloat16_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0267171Z test_schema_correctness_bfloat16_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0267656Z test_schema_correctness_bfloat16_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0268258Z test_schema_correctness_bincount_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0268771Z test_schema_correctness_bincount_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.0269282Z test_schema_correctness_bincount_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0269770Z test_schema_correctness_bincount_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0270279Z test_schema_correctness_bincount_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0270794Z test_schema_correctness_bitwise_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0271329Z test_schema_correctness_bitwise_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0271834Z test_schema_correctness_bitwise_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0272362Z test_schema_correctness_bitwise_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0272878Z test_schema_correctness_bitwise_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0273374Z test_schema_correctness_bitwise_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0273899Z test_schema_correctness_bitwise_left_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0274433Z test_schema_correctness_bitwise_left_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0274969Z test_schema_correctness_bitwise_left_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0275486Z test_schema_correctness_bitwise_left_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0276024Z test_schema_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0276567Z test_schema_correctness_bitwise_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0277120Z test_schema_correctness_bitwise_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0277620Z test_schema_correctness_bitwise_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0278128Z test_schema_correctness_bitwise_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0278645Z test_schema_correctness_bitwise_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0279237Z test_schema_correctness_bitwise_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0279737Z test_schema_correctness_bitwise_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0280249Z test_schema_correctness_bitwise_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0280761Z test_schema_correctness_bitwise_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0281255Z test_schema_correctness_bitwise_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0281771Z test_schema_correctness_bitwise_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0282283Z test_schema_correctness_bitwise_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0282814Z test_schema_correctness_bitwise_right_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0283347Z test_schema_correctness_bitwise_right_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0283953Z test_schema_correctness_bitwise_right_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0284503Z test_schema_correctness_bitwise_right_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0285047Z test_schema_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0285548Z test_schema_correctness_bitwise_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0286057Z test_schema_correctness_bitwise_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0286572Z test_schema_correctness_bitwise_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0287094Z test_schema_correctness_bitwise_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0287597Z test_schema_correctness_bitwise_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0288124Z test_schema_correctness_bitwise_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0288645Z test_schema_correctness_block_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0289149Z test_schema_correctness_block_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0289675Z test_schema_correctness_block_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0290199Z test_schema_correctness_block_diag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0290733Z test_schema_correctness_block_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0291249Z test_schema_correctness_block_diag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0291780Z test_schema_correctness_block_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0292304Z test_schema_correctness_block_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0292820Z test_schema_correctness_block_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0293324Z test_schema_correctness_block_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0293847Z test_schema_correctness_block_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0294362Z test_schema_correctness_block_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0294937Z test_schema_correctness_block_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0295447Z test_schema_correctness_bmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0295971Z test_schema_correctness_bmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0296483Z test_schema_correctness_bmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0297100Z test_schema_correctness_bmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0297603Z test_schema_correctness_bmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0298105Z test_schema_correctness_bmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0298593Z test_schema_correctness_bmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0299064Z test_schema_correctness_bmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0299613Z test_schema_correctness_bmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0300197Z test_schema_correctness_bmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0300691Z test_schema_correctness_bool_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0301196Z test_schema_correctness_bool_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:47:50.0301697Z test_schema_correctness_bool_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-12-01T10:47:50.0302203Z test_schema_correctness_bool_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0302691Z test_schema_correctness_bool_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:47:50.0303203Z test_schema_correctness_bool_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-12-01T10:47:50.0303721Z test_schema_correctness_bool_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0304240Z test_schema_correctness_bool_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0304737Z test_schema_correctness_bool_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0305244Z test_schema_correctness_bool_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0305751Z test_schema_correctness_bool_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0306242Z test_schema_correctness_bool_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0306743Z test_schema_correctness_bool_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0307281Z test_schema_correctness_broadcast_shapes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0307853Z test_schema_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0308394Z test_schema_correctness_broadcast_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0308958Z test_schema_correctness_broadcast_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0309519Z test_schema_correctness_broadcast_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0314127Z test_schema_correctness_broadcast_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0314684Z test_schema_correctness_broadcast_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0315251Z test_schema_correctness_broadcast_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0315920Z test_schema_correctness_broadcast_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0316495Z test_schema_correctness_broadcast_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0317044Z test_schema_correctness_broadcast_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0317597Z test_schema_correctness_broadcast_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0318159Z test_schema_correctness_broadcast_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0318721Z test_schema_correctness_broadcast_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:47:50.0319259Z test_schema_correctness_broadcast_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:47:50.0319799Z test_schema_correctness_broadcast_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.0320330Z test_schema_correctness_broadcast_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:47:50.0320900Z test_schema_correctness_broadcast_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:47:50.0321438Z test_schema_correctness_broadcast_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:47:50.0321969Z test_schema_correctness_broadcast_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:47:50.0322489Z test_schema_correctness_broadcast_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:47:50.0322996Z test_schema_correctness_broadcast_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:47:50.0323519Z test_schema_correctness_broadcast_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:47:50.0324053Z test_schema_correctness_broadcast_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:47:50.0324577Z test_schema_correctness_broadcast_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:47:50.0325098Z test_schema_correctness_bucketize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:47:50.0325631Z test_schema_correctness_bucketize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:47:50.0326147Z test_schema_correctness_bucketize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:47:50.0326666Z test_schema_correctness_bucketize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:47:50.0327181Z test_schema_correctness_bucketize_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:47:50.0327691Z test_schema_correctness_bucketize_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0328201Z test_schema_correctness_bucketize_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0328693Z test_schema_correctness_bucketize_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:47:50.0329203Z test_schema_correctness_bucketize_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:47:50.0329708Z test_schema_correctness_byte_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0330201Z test_schema_correctness_byte_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0330698Z test_schema_correctness_byte_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:47:50.0331215Z test_schema_correctness_byte_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:47:50.0331819Z test_schema_correctness_byte_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:47:50.0332324Z test_schema_correctness_byte_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0332814Z test_schema_correctness_byte_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.0333326Z test_schema_correctness_byte_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0333824Z test_schema_correctness_byte_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-12-01T10:47:50.0334318Z test_schema_correctness_byte_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0334821Z test_schema_correctness_byte_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0335319Z test_schema_correctness_byte_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:47:50.0335856Z test_schema_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:47:50.0336380Z test_schema_correctness_cartesian_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:47:50.0337480Z test_schema_correctness_cartesian_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-12-01T10:47:50.0337998Z test_schema_correctness_cartesian_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-12-01T10:47:50.0338408Z test_schema_correctness_cartesian_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:47:50.0338792Z test_schema_correctness_cartesian_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:47:50.0339186Z test_schema_correctness_cartesian_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:47:50.0339645Z test_schema_correctness_cartesian_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:47:50.0340021Z test_schema_correctness_cartesian_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:47:50.0340402Z test_schema_correctness_cartesian_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:47:50.0340788Z test_schema_correctness_cartesian_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:47:50.0341171Z test_schema_correctness_cartesian_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-12-01T10:47:50.0341531Z test_schema_correctness_cat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0341894Z test_schema_correctness_cat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0342265Z test_schema_correctness_cat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0342638Z test_schema_correctness_cat_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0343000Z test_schema_correctness_cat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0343369Z test_schema_correctness_cat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0343733Z test_schema_correctness_cat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0344095Z test_schema_correctness_cat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0344442Z test_schema_correctness_cat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0344798Z test_schema_correctness_cat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0345157Z test_schema_correctness_cat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0345502Z test_schema_correctness_cat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0345925Z test_schema_correctness_cat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0346291Z test_schema_correctness_cdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.742s) 2022-12-01T10:47:50.0346659Z test_schema_correctness_cdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.676s) 2022-12-01T10:47:50.0347012Z test_schema_correctness_ceil_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0347386Z test_schema_correctness_ceil_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0347751Z test_schema_correctness_ceil_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0348112Z test_schema_correctness_ceil_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0348457Z test_schema_correctness_ceil_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0348819Z test_schema_correctness_ceil_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0349177Z test_schema_correctness_ceil_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0349558Z test_schema_correctness_ceil_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0350552Z test_schema_correctness_chalf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:14122: 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-12-01T10:47:50.0351148Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-12-01T10:47:50.0351357Z ok (0.145s) 2022-12-01T10:47:50.0351616Z test_schema_correctness_chalf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-12-01T10:47:50.0351993Z test_schema_correctness_chalf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.146s) 2022-12-01T10:47:50.0352379Z test_schema_correctness_chalf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0352758Z test_schema_correctness_chalf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.146s) 2022-12-01T10:47:50.0353114Z test_schema_correctness_chalf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-12-01T10:47:50.0353486Z test_schema_correctness_chalf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-12-01T10:47:50.0353855Z test_schema_correctness_chalf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-12-01T10:47:50.0354219Z test_schema_correctness_chalf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-12-01T10:47:50.0354571Z test_schema_correctness_chalf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-12-01T10:47:50.0354942Z test_schema_correctness_chalf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-12-01T10:47:50.0355313Z test_schema_correctness_chalf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-12-01T10:47:50.0355672Z test_schema_correctness_chalf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.143s) 2022-12-01T10:47:50.0356041Z test_schema_correctness_char_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0356409Z test_schema_correctness_char_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:47:50.0356776Z test_schema_correctness_char_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:47:50.0357138Z test_schema_correctness_char_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0357510Z test_schema_correctness_char_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:47:50.0357914Z test_schema_correctness_char_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.0358281Z test_schema_correctness_char_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.0358632Z test_schema_correctness_char_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0359002Z test_schema_correctness_char_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0359364Z test_schema_correctness_char_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0359713Z test_schema_correctness_char_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0360072Z test_schema_correctness_char_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:47:50.0360433Z test_schema_correctness_char_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0361271Z test_schema_correctness_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-12-01T10:47:50.0361740Z L = torch.cholesky(A) 2022-12-01T10:47:50.0361931Z should be replaced with 2022-12-01T10:47:50.0362135Z L = torch.linalg.cholesky(A) 2022-12-01T10:47:50.0362306Z and 2022-12-01T10:47:50.0362491Z U = torch.cholesky(A, upper=True) 2022-12-01T10:47:50.0362695Z should be replaced with 2022-12-01T10:47:50.0362892Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:47:50.0363304Z This transform will produce equivalent results for all valid (symmetric positive definite) inputs. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1626.) 2022-12-01T10:47:50.0363695Z return self.op(*args, **kwargs) 2022-12-01T10:47:50.0363880Z ok (0.029s) 2022-12-01T10:47:50.0364150Z test_schema_correctness_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.0364538Z test_schema_correctness_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0364918Z test_schema_correctness_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0365311Z test_schema_correctness_cholesky_inverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:47:50.0365699Z test_schema_correctness_cholesky_inverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:47:50.0366093Z test_schema_correctness_cholesky_inverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0366485Z test_schema_correctness_cholesky_inverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.0366872Z test_schema_correctness_cholesky_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:47:50.0367266Z test_schema_correctness_cholesky_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.0367666Z test_schema_correctness_cholesky_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.0368054Z test_schema_correctness_cholesky_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.0368418Z test_schema_correctness_chunk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0368784Z test_schema_correctness_chunk_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0369157Z test_schema_correctness_chunk_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0369529Z test_schema_correctness_chunk_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0369932Z test_schema_correctness_chunk_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0370306Z test_schema_correctness_chunk_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0370666Z test_schema_correctness_chunk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0371031Z test_schema_correctness_chunk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0371379Z test_schema_correctness_chunk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0371738Z test_schema_correctness_chunk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0372100Z test_schema_correctness_chunk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0372452Z test_schema_correctness_chunk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0372814Z test_schema_correctness_chunk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0373212Z test_schema_correctness_clamp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0373588Z test_schema_correctness_clamp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0373942Z test_schema_correctness_clamp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0374312Z test_schema_correctness_clamp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0374672Z test_schema_correctness_clamp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0375019Z test_schema_correctness_clamp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0375381Z test_schema_correctness_clamp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0375745Z test_schema_correctness_clamp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0376127Z test_schema_correctness_clamp_max_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0376487Z test_schema_correctness_clamp_max_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0377073Z test_schema_correctness_clamp_max_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0377452Z test_schema_correctness_clamp_max_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0377835Z test_schema_correctness_clamp_max_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0378199Z test_schema_correctness_clamp_max_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0378568Z test_schema_correctness_clamp_max_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0378932Z test_schema_correctness_clamp_max_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0379374Z test_schema_correctness_clamp_max_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0379742Z test_schema_correctness_clamp_max_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0380119Z test_schema_correctness_clamp_min_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0380493Z test_schema_correctness_clamp_min_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0380850Z test_schema_correctness_clamp_min_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0381223Z test_schema_correctness_clamp_min_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0381667Z test_schema_correctness_clamp_min_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0382041Z test_schema_correctness_clamp_min_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0382399Z test_schema_correctness_clamp_min_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0382772Z test_schema_correctness_clamp_min_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0383138Z test_schema_correctness_clamp_min_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0383507Z test_schema_correctness_clamp_min_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0383863Z test_schema_correctness_clone_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0384228Z test_schema_correctness_clone_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0384605Z test_schema_correctness_clone_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0384964Z test_schema_correctness_clone_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0385370Z test_schema_correctness_clone_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0385742Z test_schema_correctness_clone_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0386105Z test_schema_correctness_clone_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0386456Z test_schema_correctness_clone_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0386817Z test_schema_correctness_clone_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0387179Z test_schema_correctness_clone_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0387543Z test_schema_correctness_clone_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0387891Z test_schema_correctness_clone_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0388256Z test_schema_correctness_clone_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0388633Z test_schema_correctness_column_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0388999Z test_schema_correctness_column_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0389383Z test_schema_correctness_column_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0389777Z test_schema_correctness_column_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0390162Z test_schema_correctness_column_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0390530Z test_schema_correctness_column_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0390914Z test_schema_correctness_column_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0391294Z test_schema_correctness_column_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0391667Z test_schema_correctness_column_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0392030Z test_schema_correctness_column_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0392403Z test_schema_correctness_column_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0392776Z test_schema_correctness_column_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0393191Z test_schema_correctness_column_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0393563Z test_schema_correctness_combinations_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.921s) 2022-12-01T10:47:50.0393946Z test_schema_correctness_combinations_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.924s) 2022-12-01T10:47:50.0394334Z test_schema_correctness_combinations_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.919s) 2022-12-01T10:47:50.0394714Z test_schema_correctness_combinations_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.967s) 2022-12-01T10:47:50.0395102Z test_schema_correctness_combinations_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.962s) 2022-12-01T10:47:50.0395487Z test_schema_correctness_combinations_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.895s) 2022-12-01T10:47:50.0395864Z test_schema_correctness_combinations_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.900s) 2022-12-01T10:47:50.0396227Z test_schema_correctness_combinations_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.909s) 2022-12-01T10:47:50.0396606Z test_schema_correctness_combinations_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.918s) 2022-12-01T10:47:50.0397018Z test_schema_correctness_combinations_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.915s) 2022-12-01T10:47:50.0397400Z test_schema_correctness_combinations_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.908s) 2022-12-01T10:47:50.0397765Z test_schema_correctness_combinations_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.915s) 2022-12-01T10:47:50.0398140Z test_schema_correctness_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0398511Z test_schema_correctness_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0398858Z test_schema_correctness_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0399225Z test_schema_correctness_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0399591Z test_schema_correctness_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0399957Z test_schema_correctness_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0400319Z test_schema_correctness_conj_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0400692Z test_schema_correctness_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0401061Z test_schema_correctness_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0401419Z test_schema_correctness_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0401769Z test_schema_correctness_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0402134Z test_schema_correctness_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0402498Z test_schema_correctness_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0402843Z test_schema_correctness_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0403205Z test_schema_correctness_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0403560Z test_schema_correctness_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0403936Z test_schema_correctness_conj_physical_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0404310Z test_schema_correctness_conj_physical_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0404735Z test_schema_correctness_conj_physical_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0405129Z test_schema_correctness_conj_physical_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0405517Z test_schema_correctness_conj_physical_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0405894Z test_schema_correctness_conj_physical_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0406282Z test_schema_correctness_conj_physical_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0406661Z test_schema_correctness_conj_physical_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0407038Z test_schema_correctness_conj_physical_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0407395Z test_schema_correctness_conj_physical_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0407775Z test_schema_correctness_conj_physical_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0408156Z test_schema_correctness_conj_physical_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0408551Z test_schema_correctness_conj_physical_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0408935Z test_schema_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:47:50.0409332Z test_schema_correctness_constant_pad_nd_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-12-01T10:47:50.0409721Z test_schema_correctness_constant_pad_nd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-12-01T10:47:50.0410104Z test_schema_correctness_constant_pad_nd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-12-01T10:47:50.0410501Z test_schema_correctness_constant_pad_nd_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-12-01T10:47:50.0410889Z test_schema_correctness_constant_pad_nd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-12-01T10:47:50.0411275Z test_schema_correctness_constant_pad_nd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:47:50.0411644Z test_schema_correctness_constant_pad_nd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:47:50.0412029Z test_schema_correctness_constant_pad_nd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:47:50.0412405Z test_schema_correctness_constant_pad_nd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-12-01T10:47:50.0412781Z test_schema_correctness_constant_pad_nd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:47:50.0413150Z test_schema_correctness_constant_pad_nd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:47:50.0413534Z test_schema_correctness_contiguous_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0413914Z test_schema_correctness_contiguous_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0414282Z test_schema_correctness_contiguous_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0414665Z test_schema_correctness_contiguous_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0415051Z test_schema_correctness_contiguous_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0415432Z test_schema_correctness_contiguous_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0415802Z test_schema_correctness_contiguous_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0416230Z test_schema_correctness_contiguous_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0416610Z test_schema_correctness_contiguous_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0417118Z test_schema_correctness_contiguous_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0417481Z test_schema_correctness_contiguous_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0417855Z test_schema_correctness_contiguous_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0418231Z test_schema_correctness_contiguous_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0418606Z test_schema_correctness_copysign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0418969Z test_schema_correctness_copysign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0419426Z test_schema_correctness_copysign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0419802Z test_schema_correctness_copysign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0420238Z test_schema_correctness_copysign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0420614Z test_schema_correctness_copysign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0420983Z test_schema_correctness_copysign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0421353Z test_schema_correctness_copysign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0421710Z test_schema_correctness_copysign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0422080Z test_schema_correctness_copysign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0422461Z test_schema_correctness_corrcoef_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.442s) 2022-12-01T10:47:50.0422858Z test_schema_correctness_corrcoef_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0423260Z test_schema_correctness_corrcoef_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0423647Z test_schema_correctness_corrcoef_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.448s) 2022-12-01T10:47:50.0424018Z test_schema_correctness_corrcoef_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.443s) 2022-12-01T10:47:50.0424377Z test_schema_correctness_corrcoef_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.440s) 2022-12-01T10:47:50.0424739Z test_schema_correctness_corrcoef_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.448s) 2022-12-01T10:47:50.0425104Z test_schema_correctness_corrcoef_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.439s) 2022-12-01T10:47:50.0425475Z test_schema_correctness_corrcoef_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.449s) 2022-12-01T10:47:50.0425833Z test_schema_correctness_corrcoef_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.440s) 2022-12-01T10:47:50.0426201Z test_schema_correctness_cos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0426560Z test_schema_correctness_cos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0426923Z test_schema_correctness_cos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0427278Z test_schema_correctness_cos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0427646Z test_schema_correctness_cos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0428010Z test_schema_correctness_cos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0428402Z test_schema_correctness_cos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0428761Z test_schema_correctness_cos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0429115Z test_schema_correctness_cos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0429472Z test_schema_correctness_cos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0429812Z test_schema_correctness_cos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0430169Z test_schema_correctness_cosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0430529Z test_schema_correctness_cosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0430893Z test_schema_correctness_cosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0431253Z test_schema_correctness_cosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0431657Z test_schema_correctness_cosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0432024Z test_schema_correctness_cosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0432373Z test_schema_correctness_cosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0432732Z test_schema_correctness_cosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0433087Z test_schema_correctness_cosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0433446Z test_schema_correctness_cosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0433791Z test_schema_correctness_cosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0434166Z test_schema_correctness_count_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:47:50.0434552Z test_schema_correctness_count_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:47:50.0434935Z test_schema_correctness_count_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:47:50.0435312Z test_schema_correctness_count_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:47:50.0435701Z test_schema_correctness_count_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:47:50.0436094Z test_schema_correctness_count_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:47:50.0436473Z test_schema_correctness_count_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:47:50.0436839Z test_schema_correctness_count_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:47:50.0437221Z test_schema_correctness_count_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:47:50.0437601Z test_schema_correctness_count_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:47:50.0437971Z test_schema_correctness_count_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:47:50.0438346Z test_schema_correctness_count_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:47:50.0438712Z test_schema_correctness_cov_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.923s) 2022-12-01T10:47:50.0439094Z test_schema_correctness_cov_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0439476Z test_schema_correctness_cov_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:50.0439907Z test_schema_correctness_cov_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.920s) 2022-12-01T10:47:50.0440272Z test_schema_correctness_cov_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.873s) 2022-12-01T10:47:50.0440640Z test_schema_correctness_cov_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.908s) 2022-12-01T10:47:50.0440986Z test_schema_correctness_cov_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.903s) 2022-12-01T10:47:50.0441340Z test_schema_correctness_cov_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.914s) 2022-12-01T10:47:50.0441696Z test_schema_correctness_cov_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.900s) 2022-12-01T10:47:50.0442054Z test_schema_correctness_cov_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.890s) 2022-12-01T10:47:50.0442404Z test_schema_correctness_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0442783Z test_schema_correctness_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0443158Z test_schema_correctness_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0443548Z test_schema_correctness_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0443913Z test_schema_correctness_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0444278Z test_schema_correctness_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0444643Z test_schema_correctness_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0444984Z test_schema_correctness_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0445354Z test_schema_correctness_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0445718Z test_schema_correctness_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0446087Z test_schema_correctness_cummax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0446436Z test_schema_correctness_cummax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0446801Z test_schema_correctness_cummax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0447170Z test_schema_correctness_cummax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0447542Z test_schema_correctness_cummax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0447932Z test_schema_correctness_cummax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0448300Z test_schema_correctness_cummax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0448667Z test_schema_correctness_cummax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0449039Z test_schema_correctness_cummax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0449402Z test_schema_correctness_cummin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0449767Z test_schema_correctness_cummin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0450130Z test_schema_correctness_cummin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0450500Z test_schema_correctness_cummin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0450852Z test_schema_correctness_cummin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0451214Z test_schema_correctness_cummin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0451614Z test_schema_correctness_cummin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0451956Z test_schema_correctness_cummin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0452337Z test_schema_correctness_cummin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0452711Z test_schema_correctness_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0453099Z test_schema_correctness_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0453478Z test_schema_correctness_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0453839Z test_schema_correctness_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0454203Z test_schema_correctness_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0454570Z test_schema_correctness_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0454963Z test_schema_correctness_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0455323Z test_schema_correctness_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0455686Z test_schema_correctness_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0456048Z test_schema_correctness_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0456413Z test_schema_correctness_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0456881Z test_schema_correctness_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0457266Z test_schema_correctness_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0457641Z test_schema_correctness_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0458001Z test_schema_correctness_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0458373Z test_schema_correctness_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0458741Z test_schema_correctness_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0459104Z test_schema_correctness_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0459530Z test_schema_correctness_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0459900Z test_schema_correctness_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0460291Z test_schema_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-12-01T10:47:50.0460707Z test_schema_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-12-01T10:47:50.0461107Z test_schema_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0461519Z test_schema_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:47:50.0461922Z test_schema_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-12-01T10:47:50.0462309Z test_schema_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-12-01T10:47:50.0462713Z test_schema_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:47:50.0463105Z test_schema_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:47:50.0463575Z test_schema_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:47:50.0463964Z test_schema_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:47:50.0464356Z test_schema_correctness_deg2rad_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0464731Z test_schema_correctness_deg2rad_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0465109Z test_schema_correctness_deg2rad_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0465463Z test_schema_correctness_deg2rad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0465829Z test_schema_correctness_deg2rad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0466197Z test_schema_correctness_deg2rad_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0466562Z test_schema_correctness_deg2rad_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0466950Z test_schema_correctness_deg2rad_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0467337Z test_schema_correctness_deg2rad_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0467702Z test_schema_correctness_deg2rad_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0468058Z test_schema_correctness_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0468423Z test_schema_correctness_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0468790Z test_schema_correctness_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0469174Z test_schema_correctness_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0469545Z test_schema_correctness_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0469926Z test_schema_correctness_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0471785Z test_schema_correctness_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0472155Z test_schema_correctness_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0472524Z test_schema_correctness_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0472870Z test_schema_correctness_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0473228Z test_schema_correctness_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0473610Z test_schema_correctness_diag_embed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.0473974Z test_schema_correctness_diag_embed_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0474361Z test_schema_correctness_diag_embed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.0474749Z test_schema_correctness_diag_embed_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0475132Z test_schema_correctness_diag_embed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.0475498Z test_schema_correctness_diag_embed_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0475875Z test_schema_correctness_diag_embed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0476248Z test_schema_correctness_diag_embed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0476680Z test_schema_correctness_diag_embed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0477037Z test_schema_correctness_diag_embed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0477410Z test_schema_correctness_diag_embed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0477785Z test_schema_correctness_diag_embed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0478162Z test_schema_correctness_diag_embed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0478524Z test_schema_correctness_diagflat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0478901Z test_schema_correctness_diagflat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0479305Z test_schema_correctness_diagflat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0479707Z test_schema_correctness_diagflat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0480133Z test_schema_correctness_diagflat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0480497Z test_schema_correctness_diagflat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0480869Z test_schema_correctness_diagflat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0481237Z test_schema_correctness_diagflat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0481591Z test_schema_correctness_diagflat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0481952Z test_schema_correctness_diagflat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0482323Z test_schema_correctness_diagflat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0482696Z test_schema_correctness_diagonal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0483054Z test_schema_correctness_diagonal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0483426Z test_schema_correctness_diagonal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0483806Z test_schema_correctness_diagonal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0484184Z test_schema_correctness_diagonal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0484549Z test_schema_correctness_diagonal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0484922Z test_schema_correctness_diagonal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0485298Z test_schema_correctness_diagonal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0485656Z test_schema_correctness_diagonal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0486022Z test_schema_correctness_diagonal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0486389Z test_schema_correctness_diagonal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0486759Z test_schema_correctness_diagonal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0487117Z test_schema_correctness_diagonal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0487501Z test_schema_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:47:50.0487896Z test_schema_correctness_diagonal_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.0488367Z test_schema_correctness_diagonal_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:47:50.0488764Z test_schema_correctness_diagonal_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:47:50.0489163Z test_schema_correctness_diagonal_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.0489552Z test_schema_correctness_diagonal_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:47:50.0489959Z test_schema_correctness_diagonal_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.0490346Z test_schema_correctness_diagonal_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.0490710Z test_schema_correctness_diagonal_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.0491160Z test_schema_correctness_diagonal_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.0491560Z test_schema_correctness_diff_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.886s) 2022-12-01T10:47:50.0491999Z test_schema_correctness_diff_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.824s) 2022-12-01T10:47:50.0492362Z test_schema_correctness_diff_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.924s) 2022-12-01T10:47:50.0492740Z test_schema_correctness_diff_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.973s) 2022-12-01T10:47:50.0493113Z test_schema_correctness_diff_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.880s) 2022-12-01T10:47:50.0493485Z test_schema_correctness_diff_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.883s) 2022-12-01T10:47:50.0493832Z test_schema_correctness_diff_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.794s) 2022-12-01T10:47:50.0494194Z test_schema_correctness_diff_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.845s) 2022-12-01T10:47:50.0494559Z test_schema_correctness_diff_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.821s) 2022-12-01T10:47:50.0494907Z test_schema_correctness_diff_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.873s) 2022-12-01T10:47:50.0495412Z test_schema_correctness_diff_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.859s) 2022-12-01T10:47:50.0495954Z test_schema_correctness_diff_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.860s) 2022-12-01T10:47:50.0496482Z test_schema_correctness_digamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0497167Z test_schema_correctness_digamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0497543Z test_schema_correctness_digamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0497926Z test_schema_correctness_digamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0498297Z test_schema_correctness_digamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0498656Z test_schema_correctness_digamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0499022Z test_schema_correctness_digamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0499458Z test_schema_correctness_digamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0499816Z test_schema_correctness_digamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0500187Z test_schema_correctness_dist_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-12-01T10:47:50.0500561Z test_schema_correctness_dist_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-12-01T10:47:50.0501023Z test_schema_correctness_dist_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.138s) 2022-12-01T10:47:50.0501384Z test_schema_correctness_dist_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:47:50.0501754Z test_schema_correctness_dist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:47:50.0502118Z test_schema_correctness_dist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:47:50.0502501Z test_schema_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0502883Z test_schema_correctness_div_floor_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0503278Z test_schema_correctness_div_floor_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0503673Z test_schema_correctness_div_floor_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0504063Z test_schema_correctness_div_floor_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0504538Z test_schema_correctness_div_floor_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0505025Z test_schema_correctness_div_floor_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0505414Z test_schema_correctness_div_floor_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0505790Z test_schema_correctness_div_floor_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0506186Z test_schema_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0506585Z test_schema_correctness_div_no_rounding_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0506988Z test_schema_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0507385Z test_schema_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0507831Z test_schema_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0508440Z test_schema_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0509024Z test_schema_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0509598Z test_schema_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0510271Z test_schema_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0510674Z test_schema_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0511069Z test_schema_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0511478Z test_schema_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0511873Z test_schema_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0512270Z test_schema_correctness_div_trunc_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0512658Z test_schema_correctness_div_trunc_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0513037Z test_schema_correctness_div_trunc_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0513485Z test_schema_correctness_div_trunc_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0513875Z test_schema_correctness_div_trunc_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0514250Z test_schema_correctness_div_trunc_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0514640Z test_schema_correctness_div_trunc_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0515028Z test_schema_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0515409Z test_schema_correctness_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0515784Z test_schema_correctness_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0516183Z test_schema_correctness_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0516569Z test_schema_correctness_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0516967Z test_schema_correctness_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0517318Z test_schema_correctness_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0517676Z test_schema_correctness_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0518033Z test_schema_correctness_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0518394Z test_schema_correctness_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0518742Z test_schema_correctness_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0519109Z test_schema_correctness_double_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0519484Z test_schema_correctness_double_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0519847Z test_schema_correctness_double_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:47:50.0520225Z test_schema_correctness_double_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0520600Z test_schema_correctness_double_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:47:50.0520977Z test_schema_correctness_double_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.0521332Z test_schema_correctness_double_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0521768Z test_schema_correctness_double_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:47:50.0522249Z test_schema_correctness_double_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0522619Z test_schema_correctness_double_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0522967Z test_schema_correctness_double_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0523329Z test_schema_correctness_double_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:47:50.0523698Z test_schema_correctness_double_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0524053Z test_schema_correctness_dsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0524422Z test_schema_correctness_dsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0524802Z test_schema_correctness_dsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0525225Z test_schema_correctness_dsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0525587Z test_schema_correctness_dsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0525969Z test_schema_correctness_dsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0526335Z test_schema_correctness_dsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0526703Z test_schema_correctness_dsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0527056Z test_schema_correctness_dsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0527425Z test_schema_correctness_dsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0527787Z test_schema_correctness_dsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0528140Z test_schema_correctness_dsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0528506Z test_schema_correctness_dsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0528908Z test_schema_correctness_dstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0529280Z test_schema_correctness_dstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0529639Z test_schema_correctness_dstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0530019Z test_schema_correctness_dstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0530400Z test_schema_correctness_dstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0530774Z test_schema_correctness_dstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0531137Z test_schema_correctness_dstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0531506Z test_schema_correctness_dstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0531875Z test_schema_correctness_dstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0532223Z test_schema_correctness_dstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0532583Z test_schema_correctness_dstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0532947Z test_schema_correctness_dstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0533310Z test_schema_correctness_dstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0533662Z test_schema_correctness_einsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-12-01T10:47:50.0534041Z test_schema_correctness_einsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-12-01T10:47:50.0534419Z test_schema_correctness_einsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.0534799Z test_schema_correctness_einsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:47:50.0535149Z test_schema_correctness_einsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-12-01T10:47:50.0535567Z test_schema_correctness_einsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:47:50.0535935Z test_schema_correctness_einsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-12-01T10:47:50.0536279Z test_schema_correctness_einsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-12-01T10:47:50.0536641Z test_schema_correctness_einsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-12-01T10:47:50.0537235Z test_schema_correctness_einsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-12-01T10:47:50.0537611Z test_schema_correctness_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:47:50.0537971Z test_schema_correctness_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:47:50.0538342Z test_schema_correctness_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:47:50.0538722Z test_schema_correctness_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0539097Z test_schema_correctness_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:47:50.0539523Z test_schema_correctness_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.0539892Z test_schema_correctness_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.0540261Z test_schema_correctness_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:47:50.0540608Z test_schema_correctness_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:47:50.0541051Z test_schema_correctness_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.0541414Z test_schema_correctness_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:47:50.0541779Z test_schema_correctness_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:47:50.0542127Z test_schema_correctness_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:47:50.0542506Z test_schema_correctness_empty_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.0542884Z test_schema_correctness_empty_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.0543263Z test_schema_correctness_empty_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0543637Z test_schema_correctness_empty_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0544029Z test_schema_correctness_empty_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.0544410Z test_schema_correctness_empty_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.0544775Z test_schema_correctness_empty_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0545150Z test_schema_correctness_empty_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.0545526Z test_schema_correctness_empty_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:47:50.0545900Z test_schema_correctness_empty_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:47:50.0546258Z test_schema_correctness_empty_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:47:50.0546662Z test_schema_correctness_empty_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:47:50.0547183Z test_schema_correctness_empty_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:47:50.0547567Z test_schema_correctness_eq_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0547917Z test_schema_correctness_eq_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0548278Z test_schema_correctness_eq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0548649Z test_schema_correctness_eq_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0549014Z test_schema_correctness_eq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0549444Z test_schema_correctness_eq_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0549806Z test_schema_correctness_eq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0550167Z test_schema_correctness_eq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0550515Z test_schema_correctness_eq_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0550878Z test_schema_correctness_eq_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0551236Z test_schema_correctness_eq_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0551598Z test_schema_correctness_eq_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0551939Z test_schema_correctness_eq_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0552305Z test_schema_correctness_equal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0552675Z test_schema_correctness_equal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0553064Z test_schema_correctness_equal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0553439Z test_schema_correctness_equal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0553810Z test_schema_correctness_equal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0554174Z test_schema_correctness_equal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0554521Z test_schema_correctness_equal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0554884Z test_schema_correctness_equal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0555263Z test_schema_correctness_equal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0555628Z test_schema_correctness_equal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0555986Z test_schema_correctness_equal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0556349Z test_schema_correctness_equal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0556711Z test_schema_correctness_erf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0557062Z test_schema_correctness_erf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0557426Z test_schema_correctness_erf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0557789Z test_schema_correctness_erf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0558151Z test_schema_correctness_erf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0558500Z test_schema_correctness_erf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0558854Z test_schema_correctness_erf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0559208Z test_schema_correctness_erf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0559571Z test_schema_correctness_erf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0559920Z test_schema_correctness_erfc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0560284Z test_schema_correctness_erfc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0560646Z test_schema_correctness_erfc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0561044Z test_schema_correctness_erfc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0561410Z test_schema_correctness_erfc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0561774Z test_schema_correctness_erfc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0562133Z test_schema_correctness_erfc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0562478Z test_schema_correctness_erfc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0562835Z test_schema_correctness_erfc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0563200Z test_schema_correctness_erfinv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0563571Z test_schema_correctness_erfinv_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0563927Z test_schema_correctness_erfinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0564297Z test_schema_correctness_erfinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0564691Z test_schema_correctness_erfinv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0565040Z test_schema_correctness_erfinv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0565400Z test_schema_correctness_erfinv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0565762Z test_schema_correctness_erfinv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0566134Z test_schema_correctness_erfinv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0566488Z test_schema_correctness_exp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0566856Z test_schema_correctness_exp2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0567217Z test_schema_correctness_exp2_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0567578Z test_schema_correctness_exp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0567924Z test_schema_correctness_exp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0568284Z test_schema_correctness_exp2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0568644Z test_schema_correctness_exp2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0568988Z test_schema_correctness_exp2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0569344Z test_schema_correctness_exp2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0569705Z test_schema_correctness_exp2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0570065Z test_schema_correctness_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0570416Z test_schema_correctness_exp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0570788Z test_schema_correctness_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0571162Z test_schema_correctness_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0571532Z test_schema_correctness_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0571880Z test_schema_correctness_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0572241Z test_schema_correctness_exp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0572650Z test_schema_correctness_exp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0572994Z test_schema_correctness_exp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0573351Z test_schema_correctness_exp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0573707Z test_schema_correctness_exp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0574077Z test_schema_correctness_expand_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:47:50.0574442Z test_schema_correctness_expand_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0574822Z test_schema_correctness_expand_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:47:50.0575210Z test_schema_correctness_expand_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:47:50.0575595Z test_schema_correctness_expand_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0575959Z test_schema_correctness_expand_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:47:50.0576371Z test_schema_correctness_expand_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:47:50.0576746Z test_schema_correctness_expand_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0577283Z test_schema_correctness_expand_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0577647Z test_schema_correctness_expand_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0578024Z test_schema_correctness_expand_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:47:50.0578392Z test_schema_correctness_expand_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0578752Z test_schema_correctness_expand_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0579122Z test_schema_correctness_expand_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:47:50.0579569Z test_schema_correctness_expand_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:47:50.0579949Z test_schema_correctness_expand_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:47:50.0580317Z test_schema_correctness_expand_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0580687Z test_schema_correctness_expand_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:47:50.0581062Z test_schema_correctness_expand_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0581418Z test_schema_correctness_expand_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:47:50.0581785Z test_schema_correctness_expand_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:47:50.0582151Z test_schema_correctness_expand_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:47:50.0582517Z test_schema_correctness_expand_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:47:50.0582869Z test_schema_correctness_expand_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:47:50.0583234Z test_schema_correctness_expm1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0583602Z test_schema_correctness_expm1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0583966Z test_schema_correctness_expm1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0584317Z test_schema_correctness_expm1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0584761Z test_schema_correctness_expm1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0585123Z test_schema_correctness_expm1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0585475Z test_schema_correctness_expm1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0585836Z test_schema_correctness_expm1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0586196Z test_schema_correctness_expm1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0586562Z test_schema_correctness_eye_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.665s) 2022-12-01T10:47:50.0586914Z test_schema_correctness_eye_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.694s) 2022-12-01T10:47:50.0587283Z test_schema_correctness_eye_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.691s) 2022-12-01T10:47:50.0587649Z test_schema_correctness_eye_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.675s) 2022-12-01T10:47:50.0588009Z test_schema_correctness_eye_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.678s) 2022-12-01T10:47:50.0588422Z test_schema_correctness_eye_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.691s) 2022-12-01T10:47:50.0588781Z test_schema_correctness_eye_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.694s) 2022-12-01T10:47:50.0589136Z test_schema_correctness_eye_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.670s) 2022-12-01T10:47:50.0589481Z test_schema_correctness_eye_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.666s) 2022-12-01T10:47:50.0589837Z test_schema_correctness_eye_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.687s) 2022-12-01T10:47:50.0590196Z test_schema_correctness_eye_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.676s) 2022-12-01T10:47:50.0590570Z test_schema_correctness_fft_fft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:47:50.0590931Z test_schema_correctness_fft_fft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0591318Z test_schema_correctness_fft_fft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0591693Z test_schema_correctness_fft_fft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0592066Z test_schema_correctness_fft_fft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.0592424Z test_schema_correctness_fft_fft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.0592787Z test_schema_correctness_fft_fft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.0593149Z test_schema_correctness_fft_fft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.0593508Z test_schema_correctness_fft_fft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0593874Z test_schema_correctness_fft_fft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0594241Z test_schema_correctness_fft_fft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0594616Z test_schema_correctness_fft_fft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0594981Z test_schema_correctness_fft_fft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0595352Z test_schema_correctness_fft_fft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0595723Z test_schema_correctness_fft_fft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0596124Z test_schema_correctness_fft_fft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0596472Z test_schema_correctness_fft_fft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0596830Z test_schema_correctness_fft_fft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0597191Z test_schema_correctness_fft_fft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0597553Z test_schema_correctness_fft_fft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0597900Z test_schema_correctness_fft_fftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:47:50.0598276Z test_schema_correctness_fft_fftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0598655Z test_schema_correctness_fft_fftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0599022Z test_schema_correctness_fft_fftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.0599394Z test_schema_correctness_fft_fftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.0599796Z test_schema_correctness_fft_fftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:47:50.0600163Z test_schema_correctness_fft_fftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.0600509Z test_schema_correctness_fft_fftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.0600871Z test_schema_correctness_fft_fftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.0601245Z test_schema_correctness_fft_fftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:47:50.0601623Z test_schema_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0601992Z test_schema_correctness_fft_fftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0602376Z test_schema_correctness_fft_fftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0602784Z test_schema_correctness_fft_fftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0603206Z test_schema_correctness_fft_fftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0603591Z test_schema_correctness_fft_fftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0603978Z test_schema_correctness_fft_fftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0604355Z test_schema_correctness_fft_fftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0604717Z test_schema_correctness_fft_fftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0605095Z test_schema_correctness_fft_fftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0605474Z test_schema_correctness_fft_fftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0605849Z test_schema_correctness_fft_fftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0606208Z test_schema_correctness_fft_fftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0606595Z test_schema_correctness_fft_hfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0607001Z test_schema_correctness_fft_hfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0607412Z test_schema_correctness_fft_hfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0607853Z test_schema_correctness_fft_hfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0608246Z test_schema_correctness_fft_hfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0608647Z test_schema_correctness_fft_hfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0609028Z test_schema_correctness_fft_hfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0609421Z test_schema_correctness_fft_hfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0609815Z test_schema_correctness_fft_hfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0610206Z test_schema_correctness_fft_hfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0610575Z test_schema_correctness_fft_hfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:47:50.0610962Z test_schema_correctness_fft_hfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0611395Z test_schema_correctness_fft_hfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0611784Z test_schema_correctness_fft_hfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:47:50.0612150Z test_schema_correctness_fft_hfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:47:50.0612524Z test_schema_correctness_fft_hfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:47:50.0612890Z test_schema_correctness_fft_hfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:50.0613254Z test_schema_correctness_fft_hfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:47:50.0613610Z test_schema_correctness_fft_hfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:47:50.0613980Z test_schema_correctness_fft_hfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:50.0614368Z test_schema_correctness_fft_hfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0614753Z test_schema_correctness_fft_hfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0615161Z test_schema_correctness_fft_hfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0615633Z test_schema_correctness_fft_hfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0616076Z test_schema_correctness_fft_hfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0616461Z test_schema_correctness_fft_hfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0616979Z test_schema_correctness_fft_hfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:50.0617383Z test_schema_correctness_fft_hfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0617781Z test_schema_correctness_fft_hfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0618160Z test_schema_correctness_fft_hfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0618543Z test_schema_correctness_fft_ifft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0618924Z test_schema_correctness_fft_ifft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0619459Z test_schema_correctness_fft_ifft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0619826Z test_schema_correctness_fft_ifft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.0620207Z test_schema_correctness_fft_ifft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0620584Z test_schema_correctness_fft_ifft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0620952Z test_schema_correctness_fft_ifft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.0621300Z test_schema_correctness_fft_ifft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.0621660Z test_schema_correctness_fft_ifft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0622030Z test_schema_correctness_fft_ifft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.0622390Z test_schema_correctness_fft_ifft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.0622762Z test_schema_correctness_fft_ifft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0623197Z test_schema_correctness_fft_ifft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0623575Z test_schema_correctness_fft_ifft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0623937Z test_schema_correctness_fft_ifft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.0624310Z test_schema_correctness_fft_ifft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:47:50.0624677Z test_schema_correctness_fft_ifft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.0625045Z test_schema_correctness_fft_ifft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.0625401Z test_schema_correctness_fft_ifft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.0625769Z test_schema_correctness_fft_ifft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:47:50.0626143Z test_schema_correctness_fft_ifftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.0626526Z test_schema_correctness_fft_ifftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0626894Z test_schema_correctness_fft_ifftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0627275Z test_schema_correctness_fft_ifftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:47:50.0627651Z test_schema_correctness_fft_ifftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:47:50.0628005Z test_schema_correctness_fft_ifftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.0628370Z test_schema_correctness_fft_ifftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.0628744Z test_schema_correctness_fft_ifftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.0629117Z test_schema_correctness_fft_ifftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:47:50.0629487Z test_schema_correctness_fft_ifftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.0629844Z test_schema_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0630232Z test_schema_correctness_fft_ifftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0630620Z test_schema_correctness_fft_ifftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0631043Z test_schema_correctness_fft_ifftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0631417Z test_schema_correctness_fft_ifftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0631801Z test_schema_correctness_fft_ifftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0632188Z test_schema_correctness_fft_ifftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0632568Z test_schema_correctness_fft_ifftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0632932Z test_schema_correctness_fft_ifftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0633302Z test_schema_correctness_fft_ifftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0633674Z test_schema_correctness_fft_ifftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0634048Z test_schema_correctness_fft_ifftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0634428Z test_schema_correctness_fft_ifftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0634841Z test_schema_correctness_fft_ihfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:47:50.0635214Z test_schema_correctness_fft_ihfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.0635576Z test_schema_correctness_fft_ihfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.0635946Z test_schema_correctness_fft_ihfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:47:50.0636308Z test_schema_correctness_fft_ihfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:47:50.0636678Z test_schema_correctness_fft_ihfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0637031Z test_schema_correctness_fft_ihfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.0637399Z test_schema_correctness_fft_ihfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.0637768Z test_schema_correctness_fft_ihfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.0638140Z test_schema_correctness_fft_ihfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0638498Z test_schema_correctness_fft_ihfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0638875Z test_schema_correctness_fft_ihfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.0639242Z test_schema_correctness_fft_ihfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.0639588Z test_schema_correctness_fft_ihfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.0639949Z test_schema_correctness_fft_ihfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.0640315Z test_schema_correctness_fft_ihfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:47:50.0640686Z test_schema_correctness_fft_ihfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:47:50.0641040Z test_schema_correctness_fft_ihfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.0641415Z test_schema_correctness_fft_ihfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.0641790Z test_schema_correctness_fft_ihfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:47:50.0642159Z test_schema_correctness_fft_ihfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:47:50.0642549Z test_schema_correctness_fft_ihfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0642923Z test_schema_correctness_fft_ihfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0643294Z test_schema_correctness_fft_ihfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:47:50.0643657Z test_schema_correctness_fft_irfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0644020Z test_schema_correctness_fft_irfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0644407Z test_schema_correctness_fft_irfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0644790Z test_schema_correctness_fft_irfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.0645155Z test_schema_correctness_fft_irfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.0645528Z test_schema_correctness_fft_irfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0645894Z test_schema_correctness_fft_irfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0646290Z test_schema_correctness_fft_irfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.0646638Z test_schema_correctness_fft_irfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.0647008Z test_schema_correctness_fft_irfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.0647380Z test_schema_correctness_fft_irfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0647759Z test_schema_correctness_fft_irfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0648124Z test_schema_correctness_fft_irfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0648504Z test_schema_correctness_fft_irfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.0648881Z test_schema_correctness_fft_irfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0649249Z test_schema_correctness_fft_irfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0649597Z test_schema_correctness_fft_irfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.0649958Z test_schema_correctness_fft_irfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0650323Z test_schema_correctness_fft_irfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0650672Z test_schema_correctness_fft_irfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0651042Z test_schema_correctness_fft_irfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.0651421Z test_schema_correctness_fft_irfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.0651812Z test_schema_correctness_fft_irfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0652186Z test_schema_correctness_fft_irfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:47:50.0652563Z test_schema_correctness_fft_irfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.0652943Z test_schema_correctness_fft_irfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.0653317Z test_schema_correctness_fft_irfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:47:50.0653674Z test_schema_correctness_fft_irfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.0654104Z test_schema_correctness_fft_irfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.0654478Z test_schema_correctness_fft_irfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.0654847Z test_schema_correctness_fft_rfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:47:50.0655205Z test_schema_correctness_fft_rfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0655585Z test_schema_correctness_fft_rfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0655953Z test_schema_correctness_fft_rfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.0656300Z test_schema_correctness_fft_rfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0656666Z test_schema_correctness_fft_rfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0657226Z test_schema_correctness_fft_rfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0657597Z test_schema_correctness_fft_rfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.0658016Z test_schema_correctness_fft_rfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0658388Z test_schema_correctness_fft_rfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0658793Z test_schema_correctness_fft_rfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0659160Z test_schema_correctness_fft_rfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0659607Z test_schema_correctness_fft_rfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0659970Z test_schema_correctness_fft_rfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.0660149Z test_schema_correctness_fft_rfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0660330Z test_schema_correctness_fft_rfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0660502Z test_schema_correctness_fft_rfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.0660682Z test_schema_correctness_fft_rfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0660847Z test_schema_correctness_fft_rfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0661027Z test_schema_correctness_fft_rfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:47:50.0661201Z test_schema_correctness_fft_rfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.0661423Z test_schema_correctness_fft_rfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.0661650Z test_schema_correctness_fft_rfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.0661826Z test_schema_correctness_fft_rfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:47:50.0661996Z test_schema_correctness_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0662166Z test_schema_correctness_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0662341Z test_schema_correctness_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0662504Z test_schema_correctness_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0662682Z test_schema_correctness_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0662914Z test_schema_correctness_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0663093Z test_schema_correctness_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0663264Z test_schema_correctness_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0663433Z test_schema_correctness_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0663609Z test_schema_correctness_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0663780Z test_schema_correctness_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0663951Z test_schema_correctness_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0664108Z test_schema_correctness_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0664288Z test_schema_correctness_flatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0664467Z test_schema_correctness_flatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0664676Z test_schema_correctness_flatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0664859Z test_schema_correctness_flatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0665038Z test_schema_correctness_flatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0665214Z test_schema_correctness_flatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0665388Z test_schema_correctness_flatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0665560Z test_schema_correctness_flatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0665723Z test_schema_correctness_flatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0665895Z test_schema_correctness_flatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0666065Z test_schema_correctness_flatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0666235Z test_schema_correctness_flatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0666401Z test_schema_correctness_flatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0666577Z test_schema_correctness_flip_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:47:50.0666745Z test_schema_correctness_flip_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.0666924Z test_schema_correctness_flip_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.0667103Z test_schema_correctness_flip_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.0667263Z test_schema_correctness_flip_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:47:50.0667436Z test_schema_correctness_flip_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:47:50.0667606Z test_schema_correctness_flip_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:47:50.0667778Z test_schema_correctness_flip_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0667952Z test_schema_correctness_flip_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0668122Z test_schema_correctness_flip_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0668296Z test_schema_correctness_flip_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0668496Z test_schema_correctness_flip_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.0668672Z test_schema_correctness_fliplr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0668833Z test_schema_correctness_fliplr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0669015Z test_schema_correctness_fliplr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0669203Z test_schema_correctness_fliplr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0669378Z test_schema_correctness_fliplr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0669549Z test_schema_correctness_fliplr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0669720Z test_schema_correctness_fliplr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0669894Z test_schema_correctness_fliplr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0670067Z test_schema_correctness_fliplr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0670265Z test_schema_correctness_fliplr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0670424Z test_schema_correctness_fliplr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0670597Z test_schema_correctness_fliplr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0670775Z test_schema_correctness_flipud_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0670949Z test_schema_correctness_flipud_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0671131Z test_schema_correctness_flipud_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0671314Z test_schema_correctness_flipud_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0671490Z test_schema_correctness_flipud_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0671671Z test_schema_correctness_flipud_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0671848Z test_schema_correctness_flipud_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0672019Z test_schema_correctness_flipud_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0672263Z test_schema_correctness_flipud_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0672494Z test_schema_correctness_flipud_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0672666Z test_schema_correctness_flipud_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0672843Z test_schema_correctness_flipud_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0673021Z test_schema_correctness_float_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0673198Z test_schema_correctness_float_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0673380Z test_schema_correctness_float_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-12-01T10:47:50.0673555Z test_schema_correctness_float_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0673718Z test_schema_correctness_float_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:47:50.0673893Z test_schema_correctness_float_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0674063Z test_schema_correctness_float_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:47:50.0674278Z test_schema_correctness_float_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.0674447Z test_schema_correctness_float_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0674618Z test_schema_correctness_float_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:47:50.0674787Z test_schema_correctness_float_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0674955Z test_schema_correctness_float_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0675114Z test_schema_correctness_float_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0675297Z test_schema_correctness_float_power_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:47:50.0675474Z test_schema_correctness_float_power_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:47:50.0675667Z test_schema_correctness_float_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0675882Z test_schema_correctness_float_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:47:50.0676062Z test_schema_correctness_float_power_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:47:50.0676250Z test_schema_correctness_float_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:47:50.0676427Z test_schema_correctness_float_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0676604Z test_schema_correctness_float_power_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:47:50.0676784Z test_schema_correctness_float_power_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:50.0676951Z test_schema_correctness_float_power_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:47:50.0677128Z test_schema_correctness_float_power_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0677303Z test_schema_correctness_float_power_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:47:50.0677483Z test_schema_correctness_floor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0677655Z test_schema_correctness_floor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0677824Z test_schema_correctness_floor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0677993Z test_schema_correctness_floor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0678162Z test_schema_correctness_floor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0678332Z test_schema_correctness_floor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0678488Z test_schema_correctness_floor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0678660Z test_schema_correctness_floor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0678841Z test_schema_correctness_floor_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0679029Z test_schema_correctness_floor_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0679213Z test_schema_correctness_floor_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0679395Z test_schema_correctness_floor_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0679578Z test_schema_correctness_floor_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0679789Z test_schema_correctness_floor_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0679963Z test_schema_correctness_floor_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0680130Z test_schema_correctness_floor_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0680311Z test_schema_correctness_floor_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0680486Z test_schema_correctness_fmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0680655Z test_schema_correctness_fmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0680828Z test_schema_correctness_fmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0680998Z test_schema_correctness_fmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0681171Z test_schema_correctness_fmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0681341Z test_schema_correctness_fmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0681541Z test_schema_correctness_fmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0681699Z test_schema_correctness_fmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0681872Z test_schema_correctness_fmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0682042Z test_schema_correctness_fmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0682217Z test_schema_correctness_fmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0682381Z test_schema_correctness_fmin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0682552Z test_schema_correctness_fmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0682718Z test_schema_correctness_fmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0682887Z test_schema_correctness_fmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0683042Z test_schema_correctness_fmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0683208Z test_schema_correctness_fmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0683378Z test_schema_correctness_fmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0683545Z test_schema_correctness_fmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0683710Z test_schema_correctness_fmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0683891Z test_schema_correctness_fmod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0684066Z test_schema_correctness_fmod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0684240Z test_schema_correctness_fmod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0684412Z test_schema_correctness_fmod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0684566Z test_schema_correctness_fmod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0684732Z test_schema_correctness_fmod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0684896Z test_schema_correctness_fmod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0685067Z test_schema_correctness_fmod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0685266Z test_schema_correctness_fmod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0685443Z test_schema_correctness_frac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0685617Z test_schema_correctness_frac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0685784Z test_schema_correctness_frac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0685953Z test_schema_correctness_frac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0686115Z test_schema_correctness_frexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0686285Z test_schema_correctness_frexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0686461Z test_schema_correctness_frexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0686629Z test_schema_correctness_frexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0686807Z test_schema_correctness_full_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:47:50.0687016Z test_schema_correctness_full_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0687200Z test_schema_correctness_full_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.0687386Z test_schema_correctness_full_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.0687564Z test_schema_correctness_full_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:47:50.0687726Z test_schema_correctness_full_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:47:50.0687903Z test_schema_correctness_full_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.0688085Z test_schema_correctness_full_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.0688256Z test_schema_correctness_full_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.0688428Z test_schema_correctness_full_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0688600Z test_schema_correctness_full_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.0688774Z test_schema_correctness_full_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.0688955Z test_schema_correctness_gather_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0689128Z test_schema_correctness_gather_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0689294Z test_schema_correctness_gather_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0689475Z test_schema_correctness_gather_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0689658Z test_schema_correctness_gather_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0689831Z test_schema_correctness_gather_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0690002Z test_schema_correctness_gather_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0710406Z test_schema_correctness_gather_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0710656Z test_schema_correctness_gather_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0710828Z test_schema_correctness_gather_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0711003Z test_schema_correctness_gather_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0711288Z test_schema_correctness_gather_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0711464Z test_schema_correctness_gcd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0711635Z test_schema_correctness_gcd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0711808Z test_schema_correctness_gcd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0711980Z test_schema_correctness_gcd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0712153Z test_schema_correctness_gcd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0712325Z test_schema_correctness_ge_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0712496Z test_schema_correctness_ge_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0712671Z test_schema_correctness_ge_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0712829Z test_schema_correctness_ge_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0713039Z test_schema_correctness_ge_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0713212Z test_schema_correctness_ge_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0713379Z test_schema_correctness_ge_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0713550Z test_schema_correctness_ge_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0713715Z test_schema_correctness_ge_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0713903Z test_schema_correctness_ge_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0714149Z test_schema_correctness_geqrf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:47:50.0714314Z test_schema_correctness_geqrf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:47:50.0714487Z test_schema_correctness_geqrf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:47:50.0714654Z test_schema_correctness_geqrf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.0714836Z test_schema_correctness_gradient_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.634s) 2022-12-01T10:47:50.0715020Z test_schema_correctness_gradient_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.658s) 2022-12-01T10:47:50.0715204Z test_schema_correctness_gradient_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.675s) 2022-12-01T10:47:50.0715385Z test_schema_correctness_gradient_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.634s) 2022-12-01T10:47:50.0715568Z test_schema_correctness_gradient_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.593s) 2022-12-01T10:47:50.0715747Z test_schema_correctness_gradient_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.580s) 2022-12-01T10:47:50.0715914Z test_schema_correctness_gradient_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.632s) 2022-12-01T10:47:50.0716091Z test_schema_correctness_gradient_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.634s) 2022-12-01T10:47:50.0716263Z test_schema_correctness_gradient_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.568s) 2022-12-01T10:47:50.0716436Z test_schema_correctness_gradient_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.621s) 2022-12-01T10:47:50.0716606Z test_schema_correctness_gt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0716771Z test_schema_correctness_gt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0717007Z test_schema_correctness_gt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0717181Z test_schema_correctness_gt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0717352Z test_schema_correctness_gt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0717507Z test_schema_correctness_gt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0717676Z test_schema_correctness_gt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0717847Z test_schema_correctness_gt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0718014Z test_schema_correctness_gt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0718182Z test_schema_correctness_gt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0718362Z test_schema_correctness_half_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.0718539Z test_schema_correctness_half_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0718749Z test_schema_correctness_half_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-12-01T10:47:50.0718930Z test_schema_correctness_half_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-12-01T10:47:50.0719089Z test_schema_correctness_half_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:47:50.0719260Z test_schema_correctness_half_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.0719429Z test_schema_correctness_half_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.0719599Z test_schema_correctness_half_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0719771Z test_schema_correctness_half_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0719939Z test_schema_correctness_half_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0720116Z test_schema_correctness_half_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0720285Z test_schema_correctness_half_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0720470Z test_schema_correctness_heaviside_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0720634Z test_schema_correctness_heaviside_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0720817Z test_schema_correctness_heaviside_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0720998Z test_schema_correctness_heaviside_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0721180Z test_schema_correctness_heaviside_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0721356Z test_schema_correctness_heaviside_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0721531Z test_schema_correctness_heaviside_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0721701Z test_schema_correctness_heaviside_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0721878Z test_schema_correctness_heaviside_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0722049Z test_schema_correctness_heaviside_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0722213Z test_schema_correctness_histc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-12-01T10:47:50.0722387Z test_schema_correctness_histc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.152s) 2022-12-01T10:47:50.0722598Z test_schema_correctness_histc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.146s) 2022-12-01T10:47:50.0722779Z test_schema_correctness_histogram_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.439s) 2022-12-01T10:47:50.0722957Z test_schema_correctness_histogram_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.426s) 2022-12-01T10:47:50.0723141Z test_schema_correctness_histogramdd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.495s) 2022-12-01T10:47:50.0723325Z test_schema_correctness_histogramdd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.471s) 2022-12-01T10:47:50.0723503Z test_schema_correctness_hsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0723683Z test_schema_correctness_hsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0723853Z test_schema_correctness_hsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0724035Z test_schema_correctness_hsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0724244Z test_schema_correctness_hsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0724424Z test_schema_correctness_hsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0724598Z test_schema_correctness_hsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0724769Z test_schema_correctness_hsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0724947Z test_schema_correctness_hsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0725118Z test_schema_correctness_hsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0725285Z test_schema_correctness_hsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0725442Z test_schema_correctness_hsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0725620Z test_schema_correctness_hsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0725794Z test_schema_correctness_hstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0725966Z test_schema_correctness_hstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0726147Z test_schema_correctness_hstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0726331Z test_schema_correctness_hstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0726510Z test_schema_correctness_hstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0726688Z test_schema_correctness_hstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0726863Z test_schema_correctness_hstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0727024Z test_schema_correctness_hstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0727200Z test_schema_correctness_hstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0727370Z test_schema_correctness_hstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0727545Z test_schema_correctness_hstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0727715Z test_schema_correctness_hstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0727893Z test_schema_correctness_hstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0728101Z test_schema_correctness_hypot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0728277Z test_schema_correctness_hypot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0728453Z test_schema_correctness_hypot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0728612Z test_schema_correctness_i0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0728784Z test_schema_correctness_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0728958Z test_schema_correctness_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0729127Z test_schema_correctness_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0729296Z test_schema_correctness_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0729469Z test_schema_correctness_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0729636Z test_schema_correctness_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0729828Z test_schema_correctness_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0729995Z test_schema_correctness_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0730161Z test_schema_correctness_igamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0730343Z test_schema_correctness_igamma_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0730517Z test_schema_correctness_igamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0730689Z test_schema_correctness_igamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0730869Z test_schema_correctness_igammac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0731044Z test_schema_correctness_igammac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0731216Z test_schema_correctness_igammac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0731389Z test_schema_correctness_igammac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0731557Z test_schema_correctness_imag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0731720Z test_schema_correctness_imag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0731902Z test_schema_correctness_imag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0732084Z test_schema_correctness_index_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0732259Z test_schema_correctness_index_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0732446Z test_schema_correctness_index_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.0732631Z test_schema_correctness_index_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0732811Z test_schema_correctness_index_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.0732990Z test_schema_correctness_index_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0733167Z test_schema_correctness_index_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0733333Z test_schema_correctness_index_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0733507Z test_schema_correctness_index_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0733722Z test_schema_correctness_index_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0733901Z test_schema_correctness_index_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0734081Z test_schema_correctness_index_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0734256Z test_schema_correctness_index_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0734438Z test_schema_correctness_index_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0734611Z test_schema_correctness_index_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0734798Z test_schema_correctness_index_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0734971Z test_schema_correctness_index_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0735152Z test_schema_correctness_index_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0735365Z test_schema_correctness_index_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0735543Z test_schema_correctness_index_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0735725Z test_schema_correctness_index_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0735905Z test_schema_correctness_index_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0736091Z test_schema_correctness_index_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0736269Z test_schema_correctness_index_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0736448Z test_schema_correctness_index_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0736617Z test_schema_correctness_index_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0737032Z test_schema_correctness_index_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0737228Z test_schema_correctness_index_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0737411Z test_schema_correctness_index_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0737595Z test_schema_correctness_index_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0737772Z test_schema_correctness_index_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0737959Z test_schema_correctness_index_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0738136Z test_schema_correctness_index_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0738314Z test_schema_correctness_index_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0738474Z test_schema_correctness_index_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0738652Z test_schema_correctness_index_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0738834Z test_schema_correctness_index_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0739015Z test_schema_correctness_index_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0739197Z test_schema_correctness_index_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0739452Z test_schema_correctness_index_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0739702Z test_schema_correctness_index_put_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0739889Z test_schema_correctness_index_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0740069Z test_schema_correctness_index_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0740236Z test_schema_correctness_index_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0740417Z test_schema_correctness_index_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0740593Z test_schema_correctness_index_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0740764Z test_schema_correctness_index_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0740939Z test_schema_correctness_index_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0741117Z test_schema_correctness_index_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0741328Z test_schema_correctness_index_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0742151Z test_schema_correctness_index_reduce_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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:1008.) 2022-12-01T10:47:50.0742243Z return self.op(*args, **kwargs) 2022-12-01T10:47:50.0742312Z ok (0.097s) 2022-12-01T10:47:50.0742485Z test_schema_correctness_index_reduce_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:47:50.0742670Z test_schema_correctness_index_reduce_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-12-01T10:47:50.0742851Z test_schema_correctness_index_reduce_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-12-01T10:47:50.0743033Z test_schema_correctness_index_reduce_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-12-01T10:47:50.0743210Z test_schema_correctness_index_reduce_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-12-01T10:47:50.0743389Z test_schema_correctness_index_reduce_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-12-01T10:47:50.0743570Z test_schema_correctness_index_reduce_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-12-01T10:47:50.0743750Z test_schema_correctness_index_reduce_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:47:50.0743933Z test_schema_correctness_index_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0744102Z test_schema_correctness_index_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0744291Z test_schema_correctness_index_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0744477Z test_schema_correctness_index_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0744664Z test_schema_correctness_index_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0744845Z test_schema_correctness_index_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0745029Z test_schema_correctness_index_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0745215Z test_schema_correctness_index_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0745429Z test_schema_correctness_index_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0745608Z test_schema_correctness_index_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0745775Z test_schema_correctness_index_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0745956Z test_schema_correctness_index_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0746131Z test_schema_correctness_index_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0746311Z test_schema_correctness_inner_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:47:50.0746495Z test_schema_correctness_inner_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.133s) 2022-12-01T10:47:50.0746674Z test_schema_correctness_inner_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.133s) 2022-12-01T10:47:50.0746852Z test_schema_correctness_inner_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:47:50.0747024Z test_schema_correctness_inner_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:47:50.0747235Z test_schema_correctness_inner_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:47:50.0747396Z test_schema_correctness_inner_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:47:50.0747569Z test_schema_correctness_inner_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:47:50.0747739Z test_schema_correctness_inner_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-12-01T10:47:50.0747907Z test_schema_correctness_inner_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:47:50.0748084Z test_schema_correctness_int_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.0748257Z test_schema_correctness_int_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0748436Z test_schema_correctness_int_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-12-01T10:47:50.0748613Z test_schema_correctness_int_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-12-01T10:47:50.0748784Z test_schema_correctness_int_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.0748938Z test_schema_correctness_int_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.0749109Z test_schema_correctness_int_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.0749278Z test_schema_correctness_int_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0749447Z test_schema_correctness_int_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:47:50.0749617Z test_schema_correctness_int_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-12-01T10:47:50.0749786Z test_schema_correctness_int_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0749964Z test_schema_correctness_int_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0750142Z test_schema_correctness_isclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.282s) 2022-12-01T10:47:50.0750305Z test_schema_correctness_isclose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.321s) 2022-12-01T10:47:50.0750490Z test_schema_correctness_isclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.284s) 2022-12-01T10:47:50.0750669Z test_schema_correctness_isclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.284s) 2022-12-01T10:47:50.0750850Z test_schema_correctness_isclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.273s) 2022-12-01T10:47:50.0751059Z test_schema_correctness_isclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.284s) 2022-12-01T10:47:50.0751238Z test_schema_correctness_isclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.262s) 2022-12-01T10:47:50.0751415Z test_schema_correctness_isclose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.277s) 2022-12-01T10:47:50.0751588Z test_schema_correctness_isclose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.287s) 2022-12-01T10:47:50.0751754Z test_schema_correctness_isclose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.281s) 2022-12-01T10:47:50.0751914Z test_schema_correctness_isclose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.281s) 2022-12-01T10:47:50.0752087Z test_schema_correctness_isclose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.292s) 2022-12-01T10:47:50.0752270Z test_schema_correctness_isfinite_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0752449Z test_schema_correctness_isfinite_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:47:50.0752633Z test_schema_correctness_isfinite_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0752842Z test_schema_correctness_isfinite_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0753021Z test_schema_correctness_isfinite_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0753199Z test_schema_correctness_isfinite_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0753379Z test_schema_correctness_isfinite_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0753544Z test_schema_correctness_isfinite_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0753722Z test_schema_correctness_isfinite_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-12-01T10:47:50.0753900Z test_schema_correctness_isfinite_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:47:50.0754074Z test_schema_correctness_isfinite_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:47:50.0754246Z test_schema_correctness_isfinite_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:47:50.0754417Z test_schema_correctness_isfinite_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:47:50.0754593Z test_schema_correctness_isin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0754765Z test_schema_correctness_isin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0754935Z test_schema_correctness_isin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0755093Z test_schema_correctness_isin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0755266Z test_schema_correctness_isin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0755435Z test_schema_correctness_isin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0755606Z test_schema_correctness_isin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0755786Z test_schema_correctness_isinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0755955Z test_schema_correctness_isinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0756138Z test_schema_correctness_isinf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0756314Z test_schema_correctness_isinf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0756492Z test_schema_correctness_isinf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0756698Z test_schema_correctness_isinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0756874Z test_schema_correctness_isinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0757046Z test_schema_correctness_isinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0757216Z test_schema_correctness_isinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0757384Z test_schema_correctness_isinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0757553Z test_schema_correctness_isinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0757727Z test_schema_correctness_isinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0757897Z test_schema_correctness_isinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0758079Z test_schema_correctness_isnan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0758265Z test_schema_correctness_isnan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0758446Z test_schema_correctness_isnan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0758624Z test_schema_correctness_isnan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0758797Z test_schema_correctness_isnan_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0758966Z test_schema_correctness_isnan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0759135Z test_schema_correctness_isnan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0759303Z test_schema_correctness_isnan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0759473Z test_schema_correctness_isnan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0759647Z test_schema_correctness_isnan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0759806Z test_schema_correctness_isnan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0759976Z test_schema_correctness_isnan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0760156Z test_schema_correctness_isneginf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0760331Z test_schema_correctness_isneginf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0760513Z test_schema_correctness_isneginf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0760694Z test_schema_correctness_isneginf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0760870Z test_schema_correctness_isneginf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0761049Z test_schema_correctness_isneginf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0761209Z test_schema_correctness_isneginf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0761378Z test_schema_correctness_isneginf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0761551Z test_schema_correctness_isneginf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0761723Z test_schema_correctness_isneginf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0761903Z test_schema_correctness_isposinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0762108Z test_schema_correctness_isposinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0762284Z test_schema_correctness_isposinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0762461Z test_schema_correctness_isposinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0762630Z test_schema_correctness_isposinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0762794Z test_schema_correctness_isposinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0762970Z test_schema_correctness_isposinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0763138Z test_schema_correctness_isposinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0763311Z test_schema_correctness_isposinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0763488Z test_schema_correctness_isposinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0763663Z test_schema_correctness_isreal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-12-01T10:47:50.0763863Z test_schema_correctness_isreal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:47:50.0764045Z test_schema_correctness_isreal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0764222Z test_schema_correctness_isreal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0764382Z test_schema_correctness_isreal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0764558Z test_schema_correctness_isreal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:47:50.0764729Z test_schema_correctness_isreal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:47:50.0764902Z test_schema_correctness_isreal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:47:50.0765075Z test_schema_correctness_isreal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:47:50.0765246Z test_schema_correctness_isreal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:47:50.0765416Z test_schema_correctness_isreal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:47:50.0765586Z test_schema_correctness_isreal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:47:50.0765757Z test_schema_correctness_isreal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:47:50.0765921Z test_schema_correctness_istft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.999s) 2022-12-01T10:47:50.0766099Z test_schema_correctness_istft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.010s) 2022-12-01T10:47:50.0766889Z test_schema_correctness_istft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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-12-01T10:47:50.0766978Z return self.op(*args, **kwargs) 2022-12-01T10:47:50.0767045Z ok (1.007s) 2022-12-01T10:47:50.0767221Z test_schema_correctness_istft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.983s) 2022-12-01T10:47:50.0767443Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0767657Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T10:47:50.0767919Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0768140Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0768349Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0768565Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0768781Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0768994Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0769209Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0769447Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0769668Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0769880Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0770105Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0770373Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0770638Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0770959Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0771309Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0771692Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0771925Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0772144Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0772430Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0772677Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0772901Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0773125Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0773335Z test_schema_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0773545Z test_schema_correctness_jiterator_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0773795Z test_schema_correctness_jiterator_binary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0774008Z test_schema_correctness_jiterator_binary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0774219Z test_schema_correctness_jiterator_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0774427Z test_schema_correctness_jiterator_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0774629Z test_schema_correctness_jiterator_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0774832Z test_schema_correctness_jiterator_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0775040Z test_schema_correctness_jiterator_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0775281Z test_schema_correctness_jiterator_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0775486Z test_schema_correctness_jiterator_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0775689Z test_schema_correctness_jiterator_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0775898Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0776116Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0776342Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0776563Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0776886Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0777106Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0777324Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0777541Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0777764Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0777981Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0778197Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0778397Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0778606Z test_schema_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0778811Z test_schema_correctness_jiterator_unary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0779082Z test_schema_correctness_jiterator_unary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0779360Z test_schema_correctness_jiterator_unary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0779569Z test_schema_correctness_jiterator_unary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0779776Z test_schema_correctness_jiterator_unary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0779975Z test_schema_correctness_jiterator_unary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0780177Z test_schema_correctness_jiterator_unary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0780383Z test_schema_correctness_jiterator_unary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0780590Z test_schema_correctness_jiterator_unary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0780815Z test_schema_correctness_jiterator_unary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0781019Z test_schema_correctness_jiterator_unary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:47:50.0781198Z test_schema_correctness_kron_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0781370Z test_schema_correctness_kron_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0781551Z test_schema_correctness_kron_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0781729Z test_schema_correctness_kron_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0781906Z test_schema_correctness_kron_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0782077Z test_schema_correctness_kron_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0782251Z test_schema_correctness_kron_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0782409Z test_schema_correctness_kron_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0782580Z test_schema_correctness_kron_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0782750Z test_schema_correctness_kron_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0782918Z test_schema_correctness_kron_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0783087Z test_schema_correctness_kron_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0783273Z test_schema_correctness_kthvalue_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0783455Z test_schema_correctness_kthvalue_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0783636Z test_schema_correctness_kthvalue_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0783816Z test_schema_correctness_kthvalue_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0783977Z test_schema_correctness_kthvalue_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0784147Z test_schema_correctness_kthvalue_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0784322Z test_schema_correctness_kthvalue_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0784490Z test_schema_correctness_kthvalue_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0784692Z test_schema_correctness_lcm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0784859Z test_schema_correctness_lcm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0785080Z test_schema_correctness_lcm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0785320Z test_schema_correctness_lcm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0785505Z test_schema_correctness_lcm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0785683Z test_schema_correctness_ldexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0785856Z test_schema_correctness_ldexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.0786034Z test_schema_correctness_ldexp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:47:50.0786250Z test_schema_correctness_ldexp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.0786425Z test_schema_correctness_ldexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0786629Z test_schema_correctness_ldexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0786805Z test_schema_correctness_ldexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0786975Z test_schema_correctness_ldexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0787134Z test_schema_correctness_ldexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0787305Z test_schema_correctness_ldexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0787476Z test_schema_correctness_ldexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.0787647Z test_schema_correctness_ldexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0787816Z test_schema_correctness_le_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0787989Z test_schema_correctness_le_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0788160Z test_schema_correctness_le_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0788329Z test_schema_correctness_le_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0788497Z test_schema_correctness_le_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0788651Z test_schema_correctness_le_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0788819Z test_schema_correctness_le_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0788989Z test_schema_correctness_le_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0789154Z test_schema_correctness_le_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0789321Z test_schema_correctness_le_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0789497Z test_schema_correctness_lerp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.0789676Z test_schema_correctness_lerp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.0789850Z test_schema_correctness_lerp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.0790008Z test_schema_correctness_lerp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.0790182Z test_schema_correctness_lerp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.0790398Z test_schema_correctness_lgamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0790571Z test_schema_correctness_lgamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0790749Z test_schema_correctness_lgamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0790923Z test_schema_correctness_lgamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0791097Z test_schema_correctness_lgamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0791266Z test_schema_correctness_lgamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0791431Z test_schema_correctness_lgamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0791589Z test_schema_correctness_lgamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0791763Z test_schema_correctness_lgamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0791956Z test_schema_correctness_linalg_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:50.0792178Z test_schema_correctness_linalg_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:47:50.0792489Z test_schema_correctness_linalg_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.0792677Z test_schema_correctness_linalg_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:47:50.0792871Z test_schema_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0793066Z test_schema_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.0793258Z test_schema_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.0793448Z test_schema_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0793625Z test_schema_correctness_linalg_cond_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0793813Z test_schema_correctness_linalg_cond_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0793995Z test_schema_correctness_linalg_cond_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0794177Z test_schema_correctness_linalg_cond_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0794359Z test_schema_correctness_linalg_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0794547Z test_schema_correctness_linalg_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0794738Z test_schema_correctness_linalg_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0794925Z test_schema_correctness_linalg_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0795107Z test_schema_correctness_linalg_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0795274Z test_schema_correctness_linalg_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0795449Z test_schema_correctness_linalg_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0795628Z test_schema_correctness_linalg_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0795807Z test_schema_correctness_linalg_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0796034Z test_schema_correctness_linalg_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0796218Z test_schema_correctness_linalg_det_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0796404Z test_schema_correctness_linalg_det_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0796583Z test_schema_correctness_linalg_det_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0796761Z test_schema_correctness_linalg_det_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0796943Z test_schema_correctness_linalg_det_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-12-01T10:47:50.0797137Z test_schema_correctness_linalg_det_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-12-01T10:47:50.0797326Z test_schema_correctness_linalg_det_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-12-01T10:47:50.0797518Z test_schema_correctness_linalg_det_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-12-01T10:47:50.0797735Z test_schema_correctness_linalg_eig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0797920Z test_schema_correctness_linalg_eig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0798101Z test_schema_correctness_linalg_eig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0798281Z test_schema_correctness_linalg_eig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0798474Z test_schema_correctness_linalg_eigh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0798645Z test_schema_correctness_linalg_eigh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0798831Z test_schema_correctness_linalg_eigh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0799010Z test_schema_correctness_linalg_eigh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0799203Z test_schema_correctness_linalg_eigvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0799392Z test_schema_correctness_linalg_eigvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0799576Z test_schema_correctness_linalg_eigvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0799761Z test_schema_correctness_linalg_eigvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0799952Z test_schema_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0800147Z test_schema_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0800324Z test_schema_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0800513Z test_schema_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0800717Z test_schema_correctness_linalg_householder_product_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0800920Z test_schema_correctness_linalg_householder_product_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0801119Z test_schema_correctness_linalg_householder_product_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0801320Z test_schema_correctness_linalg_householder_product_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0801503Z test_schema_correctness_linalg_inv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.0801719Z test_schema_correctness_linalg_inv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:47:50.0801900Z test_schema_correctness_linalg_inv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.0802068Z test_schema_correctness_linalg_inv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0802256Z test_schema_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0802442Z test_schema_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0802623Z test_schema_correctness_linalg_inv_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0802804Z test_schema_correctness_linalg_inv_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0802998Z test_schema_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0803187Z test_schema_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0803405Z test_schema_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0803595Z test_schema_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0803788Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0803968Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0804158Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0804346Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0804532Z test_schema_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.0804756Z test_schema_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:47:50.0805020Z test_schema_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:47:50.0805308Z test_schema_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:47:50.0805607Z test_schema_correctness_linalg_lstsq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-12-01T10:47:50.0805805Z test_schema_correctness_linalg_lstsq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-12-01T10:47:50.0805977Z test_schema_correctness_linalg_lstsq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.132s) 2022-12-01T10:47:50.0806160Z test_schema_correctness_linalg_lstsq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-12-01T10:47:50.0806363Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.144s) 2022-12-01T10:47:50.0806564Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.149s) 2022-12-01T10:47:50.0806764Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:47:50.0806958Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-12-01T10:47:50.0807139Z test_schema_correctness_linalg_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:47:50.0807321Z test_schema_correctness_linalg_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.0807557Z test_schema_correctness_linalg_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:47:50.0807724Z test_schema_correctness_linalg_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0807915Z test_schema_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.0808103Z test_schema_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.0808292Z test_schema_correctness_linalg_lu_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.0808476Z test_schema_correctness_linalg_lu_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:47:50.0808667Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.0808860Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.0809079Z test_schema_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0809268Z test_schema_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.0809457Z test_schema_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.293s) 2022-12-01T10:47:50.0809631Z test_schema_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.311s) 2022-12-01T10:47:50.0809815Z test_schema_correctness_linalg_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.276s) 2022-12-01T10:47:50.0809999Z test_schema_correctness_linalg_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.271s) 2022-12-01T10:47:50.0810188Z test_schema_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:47:50.0810405Z test_schema_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.282s) 2022-12-01T10:47:50.0810657Z test_schema_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.283s) 2022-12-01T10:47:50.0810846Z test_schema_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-12-01T10:47:50.0811033Z test_schema_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.261s) 2022-12-01T10:47:50.0811219Z test_schema_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.243s) 2022-12-01T10:47:50.0811397Z test_schema_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.352s) 2022-12-01T10:47:50.0811661Z test_schema_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.355s) 2022-12-01T10:47:50.0811876Z test_schema_correctness_linalg_matrix_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.334s) 2022-12-01T10:47:50.0812065Z test_schema_correctness_linalg_matrix_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.328s) 2022-12-01T10:47:50.0812255Z test_schema_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.516s) 2022-12-01T10:47:50.0812445Z test_schema_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.575s) 2022-12-01T10:47:50.0812633Z test_schema_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.486s) 2022-12-01T10:47:50.0812824Z test_schema_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (6.460s) 2022-12-01T10:47:50.0813061Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.824s) 2022-12-01T10:47:50.0813262Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.825s) 2022-12-01T10:47:50.0813450Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.824s) 2022-12-01T10:47:50.0813647Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.827s) 2022-12-01T10:47:50.0813835Z test_schema_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.0814025Z test_schema_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:47:50.0814215Z test_schema_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:47:50.0814403Z test_schema_correctness_linalg_multi_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.0814589Z test_schema_correctness_linalg_multi_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.0814801Z test_schema_correctness_linalg_multi_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.0814986Z test_schema_correctness_linalg_multi_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0815153Z test_schema_correctness_linalg_multi_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:47:50.0815336Z test_schema_correctness_linalg_multi_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.0815517Z test_schema_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0815695Z test_schema_correctness_linalg_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-12-01T10:47:50.0815880Z test_schema_correctness_linalg_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.289s) 2022-12-01T10:47:50.0816063Z test_schema_correctness_linalg_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.303s) 2022-12-01T10:47:50.0816245Z test_schema_correctness_linalg_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.161s) 2022-12-01T10:47:50.0816420Z test_schema_correctness_linalg_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.266s) 2022-12-01T10:47:50.0816602Z test_schema_correctness_linalg_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.246s) 2022-12-01T10:47:50.0816913Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-12-01T10:47:50.0817180Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.185s) 2022-12-01T10:47:50.0817393Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.231s) 2022-12-01T10:47:50.0817597Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0817802Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-12-01T10:47:50.0818004Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-12-01T10:47:50.0818189Z test_schema_correctness_linalg_pinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.670s) 2022-12-01T10:47:50.0818374Z test_schema_correctness_linalg_pinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.665s) 2022-12-01T10:47:50.0818555Z test_schema_correctness_linalg_pinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.666s) 2022-12-01T10:47:50.0818799Z test_schema_correctness_linalg_pinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.671s) 2022-12-01T10:47:50.0818984Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0819179Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0819451Z test_schema_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0819640Z test_schema_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0819903Z test_schema_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:50.0820164Z test_schema_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:50.0820460Z test_schema_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:50.0820707Z test_schema_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T10:47:50.0820895Z test_schema_correctness_linalg_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:47:50.0821077Z test_schema_correctness_linalg_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-12-01T10:47:50.0821245Z test_schema_correctness_linalg_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.0821427Z test_schema_correctness_linalg_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:47:50.0821617Z test_schema_correctness_linalg_slogdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0821809Z test_schema_correctness_linalg_slogdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0821991Z test_schema_correctness_linalg_slogdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0822177Z test_schema_correctness_linalg_slogdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0822364Z test_schema_correctness_linalg_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-12-01T10:47:50.0822548Z test_schema_correctness_linalg_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-12-01T10:47:50.0822736Z test_schema_correctness_linalg_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-12-01T10:47:50.0822919Z test_schema_correctness_linalg_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:47:50.0823098Z test_schema_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.0823289Z test_schema_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:47:50.0823471Z test_schema_correctness_linalg_solve_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.0823654Z test_schema_correctness_linalg_solve_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:47:50.0823853Z test_schema_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.421s) 2022-12-01T10:47:50.0824052Z test_schema_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.444s) 2022-12-01T10:47:50.0824278Z test_schema_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.353s) 2022-12-01T10:47:50.0824466Z test_schema_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.336s) 2022-12-01T10:47:50.0824655Z test_schema_correctness_linalg_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.527s) 2022-12-01T10:47:50.0824825Z test_schema_correctness_linalg_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.542s) 2022-12-01T10:47:50.0825009Z test_schema_correctness_linalg_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.483s) 2022-12-01T10:47:50.0825190Z test_schema_correctness_linalg_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.454s) 2022-12-01T10:47:50.0825378Z test_schema_correctness_linalg_svdvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:47:50.0825568Z test_schema_correctness_linalg_svdvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:47:50.0825754Z test_schema_correctness_linalg_svdvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:47:50.0825966Z test_schema_correctness_linalg_svdvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0826159Z test_schema_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0826352Z test_schema_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0826523Z test_schema_correctness_linalg_tensorinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0826709Z test_schema_correctness_linalg_tensorinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0826902Z test_schema_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.132s) 2022-12-01T10:47:50.0827098Z test_schema_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.133s) 2022-12-01T10:47:50.0827291Z test_schema_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:47:50.0827478Z test_schema_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-12-01T10:47:50.0827666Z test_schema_correctness_linalg_vander_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:47:50.0827851Z test_schema_correctness_linalg_vander_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-12-01T10:47:50.0828033Z test_schema_correctness_linalg_vander_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-12-01T10:47:50.0828205Z test_schema_correctness_linalg_vander_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:47:50.0828392Z test_schema_correctness_linalg_vander_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:47:50.0828573Z test_schema_correctness_linalg_vander_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:47:50.0828755Z test_schema_correctness_linalg_vander_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:47:50.0828938Z test_schema_correctness_linalg_vander_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:47:50.0829117Z test_schema_correctness_linalg_vander_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:47:50.0829304Z test_schema_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-12-01T10:47:50.0829506Z test_schema_correctness_linalg_vecdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0829741Z test_schema_correctness_linalg_vecdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:50.0829924Z test_schema_correctness_linalg_vecdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-12-01T10:47:50.0830096Z test_schema_correctness_linalg_vecdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-12-01T10:47:50.0830286Z test_schema_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.498s) 2022-12-01T10:47:50.0830476Z test_schema_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.511s) 2022-12-01T10:47:50.0830668Z test_schema_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.525s) 2022-12-01T10:47:50.0830853Z test_schema_correctness_linalg_vector_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.500s) 2022-12-01T10:47:50.0831042Z test_schema_correctness_linalg_vector_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.505s) 2022-12-01T10:47:50.0831230Z test_schema_correctness_linalg_vector_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.484s) 2022-12-01T10:47:50.0831440Z test_schema_correctness_linspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.351s) 2022-12-01T10:47:50.0831627Z test_schema_correctness_linspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.367s) 2022-12-01T10:47:50.0831799Z test_schema_correctness_linspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.363s) 2022-12-01T10:47:50.0831980Z test_schema_correctness_linspace_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.366s) 2022-12-01T10:47:50.0832157Z test_schema_correctness_linspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.366s) 2022-12-01T10:47:50.0832331Z test_schema_correctness_linspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.367s) 2022-12-01T10:47:50.0832511Z test_schema_correctness_linspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.358s) 2022-12-01T10:47:50.0832683Z test_schema_correctness_linspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.363s) 2022-12-01T10:47:50.0832855Z test_schema_correctness_linspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.367s) 2022-12-01T10:47:50.0833028Z test_schema_correctness_linspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.367s) 2022-12-01T10:47:50.0833208Z test_schema_correctness_linspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.299s) 2022-12-01T10:47:50.0833367Z test_schema_correctness_log10_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0833539Z test_schema_correctness_log10_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0833715Z test_schema_correctness_log10_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0833893Z test_schema_correctness_log10_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0834067Z test_schema_correctness_log10_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0834238Z test_schema_correctness_log10_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0834411Z test_schema_correctness_log10_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0834581Z test_schema_correctness_log10_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0834749Z test_schema_correctness_log10_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0834907Z test_schema_correctness_log10_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0835074Z test_schema_correctness_log10_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0835295Z test_schema_correctness_log1p_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0835468Z test_schema_correctness_log1p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0835644Z test_schema_correctness_log1p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0835816Z test_schema_correctness_log1p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0835985Z test_schema_correctness_log1p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0836153Z test_schema_correctness_log1p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0836308Z test_schema_correctness_log1p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0836481Z test_schema_correctness_log1p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0836650Z test_schema_correctness_log1p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0836822Z test_schema_correctness_log2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0837021Z test_schema_correctness_log2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0837200Z test_schema_correctness_log2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0837376Z test_schema_correctness_log2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0837552Z test_schema_correctness_log2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0837720Z test_schema_correctness_log2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0837875Z test_schema_correctness_log2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0838048Z test_schema_correctness_log2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0838215Z test_schema_correctness_log2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0838384Z test_schema_correctness_log2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0838554Z test_schema_correctness_log2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0838728Z test_schema_correctness_log_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0838897Z test_schema_correctness_log_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0839074Z test_schema_correctness_log_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0839251Z test_schema_correctness_log_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0839412Z test_schema_correctness_log_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0839581Z test_schema_correctness_log_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0839751Z test_schema_correctness_log_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0839921Z test_schema_correctness_log_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0840088Z test_schema_correctness_log_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0840253Z test_schema_correctness_log_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0840418Z test_schema_correctness_log_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0840602Z test_schema_correctness_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0840823Z test_schema_correctness_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0840986Z test_schema_correctness_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0841179Z test_schema_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.173s) 2022-12-01T10:47:50.0841365Z test_schema_correctness_log_softmax_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.165s) 2022-12-01T10:47:50.0841556Z test_schema_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-12-01T10:47:50.0841747Z test_schema_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0841934Z test_schema_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.169s) 2022-12-01T10:47:50.0842123Z test_schema_correctness_log_softmax_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.165s) 2022-12-01T10:47:50.0842312Z test_schema_correctness_log_softmax_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-12-01T10:47:50.0842526Z test_schema_correctness_log_softmax_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0842699Z test_schema_correctness_log_softmax_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.169s) 2022-12-01T10:47:50.0842883Z test_schema_correctness_log_softmax_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.164s) 2022-12-01T10:47:50.0843062Z test_schema_correctness_log_softmax_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-12-01T10:47:50.0843249Z test_schema_correctness_log_softmax_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-12-01T10:47:50.0843432Z test_schema_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.165s) 2022-12-01T10:47:50.0843616Z test_schema_correctness_logaddexp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0843801Z test_schema_correctness_logaddexp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0843985Z test_schema_correctness_logaddexp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0844168Z test_schema_correctness_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0844335Z test_schema_correctness_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0844516Z test_schema_correctness_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0844702Z test_schema_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0844887Z test_schema_correctness_logcumsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0845073Z test_schema_correctness_logcumsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0845257Z test_schema_correctness_logdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0845437Z test_schema_correctness_logdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0845615Z test_schema_correctness_logdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.221s) 2022-12-01T10:47:50.0845787Z test_schema_correctness_logdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.224s) 2022-12-01T10:47:50.0845957Z test_schema_correctness_logical_and_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0846138Z test_schema_correctness_logical_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0846356Z test_schema_correctness_logical_and_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0846539Z test_schema_correctness_logical_and_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0846724Z test_schema_correctness_logical_and_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0846908Z test_schema_correctness_logical_and_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0847086Z test_schema_correctness_logical_and_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0847264Z test_schema_correctness_logical_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0847443Z test_schema_correctness_logical_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0847606Z test_schema_correctness_logical_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0847788Z test_schema_correctness_logical_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0847971Z test_schema_correctness_logical_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0848180Z test_schema_correctness_logical_not_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0848359Z test_schema_correctness_logical_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0848545Z test_schema_correctness_logical_not_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0848732Z test_schema_correctness_logical_not_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0848912Z test_schema_correctness_logical_not_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0849097Z test_schema_correctness_logical_not_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0849262Z test_schema_correctness_logical_not_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0849445Z test_schema_correctness_logical_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0849622Z test_schema_correctness_logical_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0849794Z test_schema_correctness_logical_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0849970Z test_schema_correctness_logical_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0850146Z test_schema_correctness_logical_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0850326Z test_schema_correctness_logical_or_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0850507Z test_schema_correctness_logical_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0850690Z test_schema_correctness_logical_or_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0850863Z test_schema_correctness_logical_or_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0851102Z test_schema_correctness_logical_or_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0851361Z test_schema_correctness_logical_or_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0851562Z test_schema_correctness_logical_or_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0851742Z test_schema_correctness_logical_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0851920Z test_schema_correctness_logical_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0852142Z test_schema_correctness_logical_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0852318Z test_schema_correctness_logical_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0852497Z test_schema_correctness_logical_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0852668Z test_schema_correctness_logical_xor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0852894Z test_schema_correctness_logical_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0853082Z test_schema_correctness_logical_xor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0853268Z test_schema_correctness_logical_xor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0853450Z test_schema_correctness_logical_xor_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:47:50.0853628Z test_schema_correctness_logical_xor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0853838Z test_schema_correctness_logical_xor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0854019Z test_schema_correctness_logical_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0854198Z test_schema_correctness_logical_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0854362Z test_schema_correctness_logical_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0854540Z test_schema_correctness_logical_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0854719Z test_schema_correctness_logical_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0854948Z test_schema_correctness_logit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0855193Z test_schema_correctness_logit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0855474Z test_schema_correctness_logit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0855677Z test_schema_correctness_logit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0855873Z test_schema_correctness_logit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0856071Z test_schema_correctness_logit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0856252Z test_schema_correctness_logit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0856447Z test_schema_correctness_logit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0856644Z test_schema_correctness_logit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0857017Z test_schema_correctness_logspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.252s) 2022-12-01T10:47:50.0857235Z test_schema_correctness_logspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.208s) 2022-12-01T10:47:50.0857446Z test_schema_correctness_logspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.207s) 2022-12-01T10:47:50.0857653Z test_schema_correctness_logspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.212s) 2022-12-01T10:47:50.0857856Z test_schema_correctness_logspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.188s) 2022-12-01T10:47:50.0858060Z test_schema_correctness_logspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.979s) 2022-12-01T10:47:50.0858245Z test_schema_correctness_logspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.980s) 2022-12-01T10:47:50.0858528Z test_schema_correctness_logspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.979s) 2022-12-01T10:47:50.0858734Z test_schema_correctness_logspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.206s) 2022-12-01T10:47:50.0858939Z test_schema_correctness_logspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.957s) 2022-12-01T10:47:50.0859146Z test_schema_correctness_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0859419Z test_schema_correctness_logsumexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0859628Z test_schema_correctness_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0859837Z test_schema_correctness_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0860046Z test_schema_correctness_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0860231Z test_schema_correctness_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0860476Z test_schema_correctness_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0860680Z test_schema_correctness_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0860874Z test_schema_correctness_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0861072Z test_schema_correctness_long_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0861270Z test_schema_correctness_long_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.0861474Z test_schema_correctness_long_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-12-01T10:47:50.0861678Z test_schema_correctness_long_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0861979Z test_schema_correctness_long_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-12-01T10:47:50.0862161Z test_schema_correctness_long_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:47:50.0862333Z test_schema_correctness_long_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0862501Z test_schema_correctness_long_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.0862673Z test_schema_correctness_long_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0862843Z test_schema_correctness_long_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0863015Z test_schema_correctness_long_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:47:50.0863184Z test_schema_correctness_long_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0863354Z test_schema_correctness_long_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.0863516Z test_schema_correctness_lt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0863684Z test_schema_correctness_lt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0863854Z test_schema_correctness_lt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0864022Z test_schema_correctness_lt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0864194Z test_schema_correctness_lt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0864360Z test_schema_correctness_lt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0864529Z test_schema_correctness_lt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0864728Z test_schema_correctness_lt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0864894Z test_schema_correctness_lt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0865050Z test_schema_correctness_lt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0865738Z test_schema_correctness_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1682: UserWarning: torch.lu is deprecated in favor of torch.linalg.lu_factor / torch.linalg.lu_factor_ex and will be removed in a future PyTorch release. 2022-12-01T10:47:50.0865850Z LU, pivots = torch.lu(A, compute_pivots) 2022-12-01T10:47:50.0865937Z should be replaced with 2022-12-01T10:47:50.0866060Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-12-01T10:47:50.0866123Z and 2022-12-01T10:47:50.0866255Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-12-01T10:47:50.0866335Z should be replaced with 2022-12-01T10:47:50.0866571Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-12-01T10:47:50.0866743Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-12-01T10:47:50.0866811Z ok (0.091s) 2022-12-01T10:47:50.0866990Z test_schema_correctness_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-12-01T10:47:50.0867162Z test_schema_correctness_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-12-01T10:47:50.0867332Z test_schema_correctness_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:47:50.0867916Z test_schema_correctness_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-12-01T10:47:50.0868046Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:47:50.0868136Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:47:50.0868206Z should be replaced with 2022-12-01T10:47:50.0868434Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-12-01T10:47:50.0868521Z return self.op(*args, **kwargs) 2022-12-01T10:47:50.0868593Z ok (0.109s) 2022-12-01T10:47:50.0868778Z test_schema_correctness_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-12-01T10:47:50.0868956Z test_schema_correctness_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-12-01T10:47:50.0869134Z test_schema_correctness_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-12-01T10:47:50.0869321Z test_schema_correctness_lu_unpack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:47:50.0869491Z test_schema_correctness_lu_unpack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:47:50.0869673Z test_schema_correctness_lu_unpack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:50.0869847Z test_schema_correctness_lu_unpack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:47:50.0870020Z test_schema_correctness_mH_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0870188Z test_schema_correctness_mH_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0870364Z test_schema_correctness_mH_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0870538Z test_schema_correctness_mH_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0870743Z test_schema_correctness_mH_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0870914Z test_schema_correctness_mH_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0871073Z test_schema_correctness_mH_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0871244Z test_schema_correctness_mH_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0871412Z test_schema_correctness_mH_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0871579Z test_schema_correctness_mH_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0871748Z test_schema_correctness_mH_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0871915Z test_schema_correctness_mH_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0872129Z test_schema_correctness_mH_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0872303Z test_schema_correctness_mT_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0872498Z test_schema_correctness_mT_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0872661Z test_schema_correctness_mT_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0872835Z test_schema_correctness_mT_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0873002Z test_schema_correctness_mT_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0873171Z test_schema_correctness_mT_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0873340Z test_schema_correctness_mT_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0873512Z test_schema_correctness_mT_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0873678Z test_schema_correctness_mT_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0873847Z test_schema_correctness_mT_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0874000Z test_schema_correctness_mT_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0874166Z test_schema_correctness_mT_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0874330Z test_schema_correctness_mT_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0874517Z test_schema_correctness_masked_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.517s) 2022-12-01T10:47:50.0874700Z test_schema_correctness_masked_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.535s) 2022-12-01T10:47:50.0874885Z test_schema_correctness_masked_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.542s) 2022-12-01T10:47:50.0875077Z test_schema_correctness_masked_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.511s) 2022-12-01T10:47:50.0875346Z test_schema_correctness_masked_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.461s) 2022-12-01T10:47:50.0875531Z test_schema_correctness_masked_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.452s) 2022-12-01T10:47:50.0875774Z test_schema_correctness_masked_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.449s) 2022-12-01T10:47:50.0875951Z test_schema_correctness_masked_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.470s) 2022-12-01T10:47:50.0876129Z test_schema_correctness_masked_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.446s) 2022-12-01T10:47:50.0876312Z test_schema_correctness_masked_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.540s) 2022-12-01T10:47:50.0876555Z test_schema_correctness_masked_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.534s) 2022-12-01T10:47:50.0876733Z test_schema_correctness_masked_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.515s) 2022-12-01T10:47:50.0876916Z test_schema_correctness_masked_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.500s) 2022-12-01T10:47:50.0877092Z test_schema_correctness_masked_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.456s) 2022-12-01T10:47:50.0877271Z test_schema_correctness_masked_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.476s) 2022-12-01T10:47:50.0877434Z test_schema_correctness_masked_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.466s) 2022-12-01T10:47:50.0877610Z test_schema_correctness_masked_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.452s) 2022-12-01T10:47:50.0877785Z test_schema_correctness_masked_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.469s) 2022-12-01T10:47:50.0877975Z test_schema_correctness_masked_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.347s) 2022-12-01T10:47:50.0878192Z test_schema_correctness_masked_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.340s) 2022-12-01T10:47:50.0878377Z test_schema_correctness_masked_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.360s) 2022-12-01T10:47:50.0878579Z test_schema_correctness_masked_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.333s) 2022-12-01T10:47:50.0878849Z test_schema_correctness_masked_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.290s) 2022-12-01T10:47:50.0879131Z test_schema_correctness_masked_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.284s) 2022-12-01T10:47:50.0879358Z test_schema_correctness_masked_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.206s) 2022-12-01T10:47:50.0879544Z test_schema_correctness_masked_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.287s) 2022-12-01T10:47:50.0879723Z test_schema_correctness_masked_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.293s) 2022-12-01T10:47:50.0879909Z test_schema_correctness_masked_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.339s) 2022-12-01T10:47:50.0880092Z test_schema_correctness_masked_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.345s) 2022-12-01T10:47:50.0880277Z test_schema_correctness_masked_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.346s) 2022-12-01T10:47:50.0880457Z test_schema_correctness_masked_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.329s) 2022-12-01T10:47:50.0880637Z test_schema_correctness_masked_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.289s) 2022-12-01T10:47:50.0880814Z test_schema_correctness_masked_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.290s) 2022-12-01T10:47:50.0880978Z test_schema_correctness_masked_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.210s) 2022-12-01T10:47:50.0881163Z test_schema_correctness_masked_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.287s) 2022-12-01T10:47:50.0881345Z test_schema_correctness_masked_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.290s) 2022-12-01T10:47:50.0881533Z test_schema_correctness_masked_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:47:50.0881724Z test_schema_correctness_masked_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:47:50.0881914Z test_schema_correctness_masked_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.0882103Z test_schema_correctness_masked_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:47:50.0882328Z test_schema_correctness_masked_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0882513Z test_schema_correctness_masked_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.0882697Z test_schema_correctness_masked_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.0882866Z test_schema_correctness_masked_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.0883047Z test_schema_correctness_masked_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:47:50.0883225Z test_schema_correctness_masked_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.0883410Z test_schema_correctness_masked_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:47:50.0883598Z test_schema_correctness_masked_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.0883785Z test_schema_correctness_masked_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:47:50.0883995Z test_schema_correctness_masked_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:47:50.0884181Z test_schema_correctness_masked_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.0884359Z test_schema_correctness_masked_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0884525Z test_schema_correctness_masked_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:47:50.0884700Z test_schema_correctness_masked_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:47:50.0884879Z test_schema_correctness_masked_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:47:50.0885063Z test_schema_correctness_masked_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:47:50.0885248Z test_schema_correctness_masked_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0885430Z test_schema_correctness_masked_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0885615Z test_schema_correctness_masked_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0885798Z test_schema_correctness_masked_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0885981Z test_schema_correctness_masked_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0886146Z test_schema_correctness_masked_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0886323Z test_schema_correctness_masked_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0886500Z test_schema_correctness_masked_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0886678Z test_schema_correctness_masked_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0886858Z test_schema_correctness_masked_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0887035Z test_schema_correctness_masked_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0887212Z test_schema_correctness_masked_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0887389Z test_schema_correctness_masked_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0887582Z test_schema_correctness_masked_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.0887789Z test_schema_correctness_masked_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:47:50.0887979Z test_schema_correctness_masked_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.0888173Z test_schema_correctness_masked_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:47:50.0888361Z test_schema_correctness_masked_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:47:50.0888549Z test_schema_correctness_masked_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:47:50.0888736Z test_schema_correctness_masked_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.545s) 2022-12-01T10:47:50.0888921Z test_schema_correctness_masked_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.566s) 2022-12-01T10:47:50.0889104Z test_schema_correctness_masked_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.520s) 2022-12-01T10:47:50.0889291Z test_schema_correctness_masked_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.619s) 2022-12-01T10:47:50.0889492Z test_schema_correctness_masked_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.624s) 2022-12-01T10:47:50.0889678Z test_schema_correctness_masked_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.619s) 2022-12-01T10:47:50.0889861Z test_schema_correctness_masked_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.645s) 2022-12-01T10:47:50.0890044Z test_schema_correctness_masked_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.587s) 2022-12-01T10:47:50.0890226Z test_schema_correctness_masked_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.471s) 2022-12-01T10:47:50.0890407Z test_schema_correctness_masked_mean_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.109s) 2022-12-01T10:47:50.0890591Z test_schema_correctness_masked_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.140s) 2022-12-01T10:47:50.0890773Z test_schema_correctness_masked_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.118s) 2022-12-01T10:47:50.0890954Z test_schema_correctness_masked_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.500s) 2022-12-01T10:47:50.0891121Z test_schema_correctness_masked_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.536s) 2022-12-01T10:47:50.0891300Z test_schema_correctness_masked_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.435s) 2022-12-01T10:47:50.0891480Z test_schema_correctness_masked_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.101s) 2022-12-01T10:47:50.0891659Z test_schema_correctness_masked_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.074s) 2022-12-01T10:47:50.0891842Z test_schema_correctness_masked_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.094s) 2022-12-01T10:47:50.0892020Z test_schema_correctness_masked_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.081s) 2022-12-01T10:47:50.0892196Z test_schema_correctness_masked_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.084s) 2022-12-01T10:47:50.0892379Z test_schema_correctness_masked_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-12-01T10:47:50.0892561Z test_schema_correctness_masked_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:47:50.0892729Z test_schema_correctness_masked_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.0892910Z test_schema_correctness_masked_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.795s) 2022-12-01T10:47:50.0893091Z test_schema_correctness_masked_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.830s) 2022-12-01T10:47:50.0893300Z test_schema_correctness_masked_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.838s) 2022-12-01T10:47:50.0893478Z test_schema_correctness_masked_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.719s) 2022-12-01T10:47:50.0893669Z test_schema_correctness_masked_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.297s) 2022-12-01T10:47:50.0893859Z test_schema_correctness_masked_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.289s) 2022-12-01T10:47:50.0894050Z test_schema_correctness_masked_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.321s) 2022-12-01T10:47:50.0894238Z test_schema_correctness_masked_normalize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.299s) 2022-12-01T10:47:50.0894411Z test_schema_correctness_masked_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.294s) 2022-12-01T10:47:50.0894595Z test_schema_correctness_masked_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.272s) 2022-12-01T10:47:50.0894777Z test_schema_correctness_masked_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.574s) 2022-12-01T10:47:50.0894990Z test_schema_correctness_masked_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.470s) 2022-12-01T10:47:50.0895176Z test_schema_correctness_masked_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.472s) 2022-12-01T10:47:50.0895356Z test_schema_correctness_masked_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.525s) 2022-12-01T10:47:50.0895534Z test_schema_correctness_masked_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.476s) 2022-12-01T10:47:50.0895710Z test_schema_correctness_masked_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.545s) 2022-12-01T10:47:50.0895883Z test_schema_correctness_masked_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.570s) 2022-12-01T10:47:50.0896065Z test_schema_correctness_masked_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.432s) 2022-12-01T10:47:50.0896229Z test_schema_correctness_masked_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.587s) 2022-12-01T10:47:50.0896408Z test_schema_correctness_masked_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.583s) 2022-12-01T10:47:50.0896596Z test_schema_correctness_masked_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0896907Z test_schema_correctness_masked_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0897173Z test_schema_correctness_masked_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0897361Z test_schema_correctness_masked_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0897546Z test_schema_correctness_masked_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0897732Z test_schema_correctness_masked_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0897921Z test_schema_correctness_masked_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0898090Z test_schema_correctness_masked_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0898273Z test_schema_correctness_masked_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0898451Z test_schema_correctness_masked_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0898631Z test_schema_correctness_masked_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0898812Z test_schema_correctness_masked_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0899073Z test_schema_correctness_masked_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0899255Z test_schema_correctness_masked_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0899519Z test_schema_correctness_masked_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0899707Z test_schema_correctness_masked_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0899877Z test_schema_correctness_masked_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0900063Z test_schema_correctness_masked_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0900240Z test_schema_correctness_masked_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0900422Z test_schema_correctness_masked_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0900602Z test_schema_correctness_masked_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0900823Z test_schema_correctness_masked_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0901005Z test_schema_correctness_masked_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0901186Z test_schema_correctness_masked_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0901370Z test_schema_correctness_masked_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:47:50.0901541Z test_schema_correctness_masked_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:47:50.0901725Z test_schema_correctness_masked_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:47:50.0901911Z test_schema_correctness_masked_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:47:50.0902093Z test_schema_correctness_masked_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:47:50.0902278Z test_schema_correctness_masked_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:47:50.0902461Z test_schema_correctness_masked_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (16.473s) 2022-12-01T10:47:50.0902660Z test_schema_correctness_masked_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0902861Z test_schema_correctness_masked_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0903042Z test_schema_correctness_masked_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (16.485s) 2022-12-01T10:47:50.0903211Z test_schema_correctness_masked_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (16.297s) 2022-12-01T10:47:50.0903392Z test_schema_correctness_masked_std_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (13.780s) 2022-12-01T10:47:50.0903570Z test_schema_correctness_masked_std_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (13.882s) 2022-12-01T10:47:50.0903748Z test_schema_correctness_masked_std_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (13.769s) 2022-12-01T10:47:50.0903925Z test_schema_correctness_masked_std_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (13.703s) 2022-12-01T10:47:50.0904100Z test_schema_correctness_masked_std_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (13.726s) 2022-12-01T10:47:50.0904280Z test_schema_correctness_masked_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.540s) 2022-12-01T10:47:50.0904458Z test_schema_correctness_masked_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.479s) 2022-12-01T10:47:50.0904675Z test_schema_correctness_masked_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.469s) 2022-12-01T10:47:50.0904845Z test_schema_correctness_masked_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.491s) 2022-12-01T10:47:50.0905028Z test_schema_correctness_masked_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.549s) 2022-12-01T10:47:50.0905203Z test_schema_correctness_masked_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.540s) 2022-12-01T10:47:50.0905384Z test_schema_correctness_masked_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.525s) 2022-12-01T10:47:50.0905560Z test_schema_correctness_masked_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.479s) 2022-12-01T10:47:50.0905737Z test_schema_correctness_masked_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.479s) 2022-12-01T10:47:50.0905913Z test_schema_correctness_masked_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.476s) 2022-12-01T10:47:50.0906091Z test_schema_correctness_masked_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.451s) 2022-12-01T10:47:50.0906264Z test_schema_correctness_masked_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.459s) 2022-12-01T10:47:50.0906461Z test_schema_correctness_masked_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (16.253s) 2022-12-01T10:47:50.0906661Z test_schema_correctness_masked_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0906858Z test_schema_correctness_masked_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0907037Z test_schema_correctness_masked_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (16.329s) 2022-12-01T10:47:50.0907217Z test_schema_correctness_masked_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (16.281s) 2022-12-01T10:47:50.0907398Z test_schema_correctness_masked_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (16.117s) 2022-12-01T10:47:50.0907576Z test_schema_correctness_masked_var_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (13.669s) 2022-12-01T10:47:50.0907754Z test_schema_correctness_masked_var_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (13.728s) 2022-12-01T10:47:50.0907926Z test_schema_correctness_masked_var_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (13.663s) 2022-12-01T10:47:50.0908088Z test_schema_correctness_masked_var_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (13.735s) 2022-12-01T10:47:50.0908265Z test_schema_correctness_masked_var_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (13.823s) 2022-12-01T10:47:50.0908442Z test_schema_correctness_matmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.272s) 2022-12-01T10:47:50.0908619Z test_schema_correctness_matmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.296s) 2022-12-01T10:47:50.0908799Z test_schema_correctness_matmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.288s) 2022-12-01T10:47:50.0908975Z test_schema_correctness_matmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.282s) 2022-12-01T10:47:50.0909148Z test_schema_correctness_matmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.270s) 2022-12-01T10:47:50.0909321Z test_schema_correctness_matmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.263s) 2022-12-01T10:47:50.0909490Z test_schema_correctness_matmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.271s) 2022-12-01T10:47:50.0909649Z test_schema_correctness_matmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.267s) 2022-12-01T10:47:50.0909821Z test_schema_correctness_matmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.271s) 2022-12-01T10:47:50.0909993Z test_schema_correctness_matmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.263s) 2022-12-01T10:47:50.0910204Z test_schema_correctness_matrix_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0910389Z test_schema_correctness_matrix_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0910577Z test_schema_correctness_matrix_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0910756Z test_schema_correctness_matrix_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0910935Z test_schema_correctness_matrix_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0911116Z test_schema_correctness_max_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0911279Z test_schema_correctness_max_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0911458Z test_schema_correctness_max_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0911638Z test_schema_correctness_max_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0911841Z test_schema_correctness_max_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0912019Z test_schema_correctness_max_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0912195Z test_schema_correctness_max_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0912374Z test_schema_correctness_max_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0912620Z test_schema_correctness_max_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0912841Z test_schema_correctness_max_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0913077Z test_schema_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0913326Z test_schema_correctness_max_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0913522Z test_schema_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0913710Z test_schema_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0913891Z test_schema_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0914077Z test_schema_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0914262Z test_schema_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0914452Z test_schema_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0914636Z test_schema_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0914814Z test_schema_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0915011Z test_schema_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0915201Z test_schema_correctness_max_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0915392Z test_schema_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0915578Z test_schema_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0915853Z test_schema_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0916141Z test_schema_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0916329Z test_schema_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0916516Z test_schema_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0916705Z test_schema_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0916882Z test_schema_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0917060Z test_schema_correctness_maximum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0917234Z test_schema_correctness_maximum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0917414Z test_schema_correctness_maximum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.0917590Z test_schema_correctness_maximum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.0917797Z test_schema_correctness_maximum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0917976Z test_schema_correctness_maximum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0918145Z test_schema_correctness_maximum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0918310Z test_schema_correctness_maximum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0918470Z test_schema_correctness_maximum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0918646Z test_schema_correctness_maximum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0918818Z test_schema_correctness_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:47:50.0918998Z test_schema_correctness_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.0919174Z test_schema_correctness_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.0919348Z test_schema_correctness_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:47:50.0919517Z test_schema_correctness_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:47:50.0919683Z test_schema_correctness_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:47:50.0919861Z test_schema_correctness_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0920025Z test_schema_correctness_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0920204Z test_schema_correctness_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0920378Z test_schema_correctness_median_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0920544Z test_schema_correctness_median_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0920710Z test_schema_correctness_median_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0920879Z test_schema_correctness_median_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0921052Z test_schema_correctness_median_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0921250Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:47:50.0921474Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-12-01T10:47:50.0921660Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-12-01T10:47:50.0921859Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:47:50.0922053Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.0922247Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.0922440Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0922630Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.0922818Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.0923000Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-12-01T10:47:50.0923218Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0923397Z test_schema_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.0923597Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:47:50.0923785Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:47:50.0923987Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:47:50.0924192Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:47:50.0924389Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0924587Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.0924781Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.0924971Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.0925159Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.0925329Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.0925522Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:47:50.0925718Z test_schema_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.0925901Z test_schema_correctness_min_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0926078Z test_schema_correctness_min_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0926258Z test_schema_correctness_min_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0926438Z test_schema_correctness_min_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0926616Z test_schema_correctness_min_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0926794Z test_schema_correctness_min_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0926989Z test_schema_correctness_min_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0927167Z test_schema_correctness_min_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0927343Z test_schema_correctness_min_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0927518Z test_schema_correctness_min_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0927711Z test_schema_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0927898Z test_schema_correctness_min_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0928089Z test_schema_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0928281Z test_schema_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0928466Z test_schema_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0928667Z test_schema_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0928857Z test_schema_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0929043Z test_schema_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0929230Z test_schema_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0929414Z test_schema_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0929610Z test_schema_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0929799Z test_schema_correctness_min_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0929993Z test_schema_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0930181Z test_schema_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0930364Z test_schema_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0930539Z test_schema_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0930723Z test_schema_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0930909Z test_schema_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0931096Z test_schema_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0931283Z test_schema_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.0931461Z test_schema_correctness_minimum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0931639Z test_schema_correctness_minimum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0931816Z test_schema_correctness_minimum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0931987Z test_schema_correctness_minimum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0932150Z test_schema_correctness_minimum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0932355Z test_schema_correctness_minimum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0932524Z test_schema_correctness_minimum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0932691Z test_schema_correctness_minimum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0932864Z test_schema_correctness_minimum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0933037Z test_schema_correctness_minimum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0933210Z test_schema_correctness_mm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0933400Z test_schema_correctness_mm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0933591Z test_schema_correctness_mm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.0933752Z test_schema_correctness_mm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0933923Z test_schema_correctness_mm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0934116Z test_schema_correctness_mm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0934284Z test_schema_correctness_mm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0934449Z test_schema_correctness_mm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0934619Z test_schema_correctness_mm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0934783Z test_schema_correctness_mm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0934956Z test_schema_correctness_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0935114Z test_schema_correctness_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0935289Z test_schema_correctness_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0935460Z test_schema_correctness_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0935633Z test_schema_correctness_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.0935804Z test_schema_correctness_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0935976Z test_schema_correctness_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0936150Z test_schema_correctness_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0936321Z test_schema_correctness_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0936492Z test_schema_correctness_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.0936657Z test_schema_correctness_movedim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0936958Z test_schema_correctness_movedim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.0937142Z test_schema_correctness_movedim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0937322Z test_schema_correctness_movedim_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0937499Z test_schema_correctness_movedim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0937676Z test_schema_correctness_movedim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0937848Z test_schema_correctness_movedim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0938066Z test_schema_correctness_movedim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0938240Z test_schema_correctness_movedim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0938403Z test_schema_correctness_movedim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0938573Z test_schema_correctness_movedim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0938750Z test_schema_correctness_movedim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0938918Z test_schema_correctness_movedim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0939093Z test_schema_correctness_msort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.0939354Z test_schema_correctness_msort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0939535Z test_schema_correctness_msort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.0939705Z test_schema_correctness_msort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.0939919Z test_schema_correctness_msort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.0940076Z test_schema_correctness_msort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.0940248Z test_schema_correctness_msort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.0940419Z test_schema_correctness_msort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.0940589Z test_schema_correctness_msort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0940760Z test_schema_correctness_msort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0940935Z test_schema_correctness_mul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0941106Z test_schema_correctness_mul_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0941283Z test_schema_correctness_mul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0941457Z test_schema_correctness_mul_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0941612Z test_schema_correctness_mul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0941784Z test_schema_correctness_mul_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0941954Z test_schema_correctness_mul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0942123Z test_schema_correctness_mul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0942294Z test_schema_correctness_mul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0942462Z test_schema_correctness_mul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0942631Z test_schema_correctness_mul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0942799Z test_schema_correctness_mul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0942950Z test_schema_correctness_mul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0943138Z test_schema_correctness_multinomial_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0943321Z test_schema_correctness_multinomial_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0943503Z test_schema_correctness_multinomial_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0943707Z test_schema_correctness_mv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0943883Z test_schema_correctness_mv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0944059Z test_schema_correctness_mv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.0944229Z test_schema_correctness_mv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0944399Z test_schema_correctness_mv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0944553Z test_schema_correctness_mv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0944718Z test_schema_correctness_mv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0944886Z test_schema_correctness_mv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0945056Z test_schema_correctness_mv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0945220Z test_schema_correctness_mv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0945444Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0945639Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0945825Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0946013Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0946186Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0946377Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0946563Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0946754Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0946947Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0947137Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0947322Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0947508Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0947695Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0947882Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0948059Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0948245Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0948439Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0948627Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0948814Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0948997Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0949209Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0949398Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0949587Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0949761Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0949942Z test_schema_correctness_nan_to_num_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0950117Z test_schema_correctness_nan_to_num_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0950295Z test_schema_correctness_nan_to_num_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0950476Z test_schema_correctness_nan_to_num_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0950651Z test_schema_correctness_nan_to_num_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.0950856Z test_schema_correctness_nan_to_num_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0951037Z test_schema_correctness_nan_to_num_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0951212Z test_schema_correctness_nan_to_num_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0951374Z test_schema_correctness_nan_to_num_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0951556Z test_schema_correctness_nan_to_num_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0951770Z test_schema_correctness_nanmean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.378s) 2022-12-01T10:47:50.0952030Z test_schema_correctness_nanmean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.380s) 2022-12-01T10:47:50.0952216Z test_schema_correctness_nanmean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.374s) 2022-12-01T10:47:50.0952383Z test_schema_correctness_nanmean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.365s) 2022-12-01T10:47:50.0952563Z test_schema_correctness_nanmedian_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0952741Z test_schema_correctness_nanmedian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0952926Z test_schema_correctness_nanmedian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0953089Z test_schema_correctness_nanmedian_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0953261Z test_schema_correctness_nanmedian_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0953435Z test_schema_correctness_nanmedian_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0953617Z test_schema_correctness_nanmedian_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.0953795Z test_schema_correctness_nanmedian_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.0953976Z test_schema_correctness_nanquantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.187s) 2022-12-01T10:47:50.0954157Z test_schema_correctness_nanquantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.207s) 2022-12-01T10:47:50.0954333Z test_schema_correctness_nansum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:47:50.0954504Z test_schema_correctness_nansum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.0954716Z test_schema_correctness_nansum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-12-01T10:47:50.0954887Z test_schema_correctness_nansum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-12-01T10:47:50.0955057Z test_schema_correctness_nansum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:47:50.0955276Z test_schema_correctness_nansum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0955495Z test_schema_correctness_nansum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.0955784Z test_schema_correctness_nansum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.0955983Z test_schema_correctness_nansum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0956180Z test_schema_correctness_nansum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0956394Z test_schema_correctness_narrow_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0956585Z test_schema_correctness_narrow_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0956838Z test_schema_correctness_narrow_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0957120Z test_schema_correctness_narrow_copy_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0957338Z test_schema_correctness_narrow_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.0957547Z test_schema_correctness_narrow_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.0957750Z test_schema_correctness_narrow_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0957958Z test_schema_correctness_narrow_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0958165Z test_schema_correctness_narrow_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0958373Z test_schema_correctness_narrow_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0958562Z test_schema_correctness_narrow_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.0958767Z test_schema_correctness_narrow_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0958971Z test_schema_correctness_narrow_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.0959175Z test_schema_correctness_narrow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0959373Z test_schema_correctness_narrow_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0959577Z test_schema_correctness_narrow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0959825Z test_schema_correctness_narrow_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0960031Z test_schema_correctness_narrow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0960233Z test_schema_correctness_narrow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.0960416Z test_schema_correctness_narrow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0960609Z test_schema_correctness_narrow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0960811Z test_schema_correctness_narrow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0961092Z test_schema_correctness_narrow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0961433Z test_schema_correctness_narrow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.0961760Z test_schema_correctness_narrow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0961987Z test_schema_correctness_narrow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.0962207Z test_schema_correctness_native_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:47:50.0962532Z test_schema_correctness_native_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:47:50.0962730Z test_schema_correctness_native_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:47:50.0962921Z test_schema_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:47:50.0963105Z test_schema_correctness_native_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:47:50.0963290Z test_schema_correctness_native_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:47:50.0963462Z test_schema_correctness_ne_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0963669Z test_schema_correctness_ne_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0963849Z test_schema_correctness_ne_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0964023Z test_schema_correctness_ne_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0964194Z test_schema_correctness_ne_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0964351Z test_schema_correctness_ne_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0964521Z test_schema_correctness_ne_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0964691Z test_schema_correctness_ne_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.0964859Z test_schema_correctness_ne_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0965028Z test_schema_correctness_ne_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0965195Z test_schema_correctness_ne_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0965358Z test_schema_correctness_ne_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.0965532Z test_schema_correctness_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0965696Z test_schema_correctness_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0965875Z test_schema_correctness_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0966048Z test_schema_correctness_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0966220Z test_schema_correctness_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0966391Z test_schema_correctness_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.0966560Z test_schema_correctness_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0966734Z test_schema_correctness_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0966905Z test_schema_correctness_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0967073Z test_schema_correctness_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0967227Z test_schema_correctness_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0967425Z test_schema_correctness_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.0967606Z test_schema_correctness_new_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-12-01T10:47:50.0967783Z test_schema_correctness_new_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:47:50.0967965Z test_schema_correctness_new_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-12-01T10:47:50.0968145Z test_schema_correctness_new_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0968321Z test_schema_correctness_new_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-12-01T10:47:50.0968499Z test_schema_correctness_new_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:47:50.0968677Z test_schema_correctness_new_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-12-01T10:47:50.0968845Z test_schema_correctness_new_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-12-01T10:47:50.0969044Z test_schema_correctness_new_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:47:50.0969221Z test_schema_correctness_new_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:47:50.0969393Z test_schema_correctness_new_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-12-01T10:47:50.0969569Z test_schema_correctness_new_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-12-01T10:47:50.0969738Z test_schema_correctness_new_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-12-01T10:47:50.0969928Z test_schema_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-12-01T10:47:50.0970117Z test_schema_correctness_new_empty_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-12-01T10:47:50.0970310Z test_schema_correctness_new_empty_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-12-01T10:47:50.0970490Z test_schema_correctness_new_empty_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0970682Z test_schema_correctness_new_empty_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-12-01T10:47:50.0970869Z test_schema_correctness_new_empty_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.153s) 2022-12-01T10:47:50.0971055Z test_schema_correctness_new_empty_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.153s) 2022-12-01T10:47:50.0971241Z test_schema_correctness_new_empty_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-12-01T10:47:50.0971424Z test_schema_correctness_new_empty_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-12-01T10:47:50.0971609Z test_schema_correctness_new_empty_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-12-01T10:47:50.0971794Z test_schema_correctness_new_empty_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-12-01T10:47:50.0971977Z test_schema_correctness_new_empty_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.150s) 2022-12-01T10:47:50.0972145Z test_schema_correctness_new_empty_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.152s) 2022-12-01T10:47:50.0972323Z test_schema_correctness_new_full_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:47:50.0972497Z test_schema_correctness_new_full_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-12-01T10:47:50.0972674Z test_schema_correctness_new_full_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-12-01T10:47:50.0972883Z test_schema_correctness_new_full_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0973064Z test_schema_correctness_new_full_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-12-01T10:47:50.0973245Z test_schema_correctness_new_full_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:47:50.0973418Z test_schema_correctness_new_full_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:47:50.0973593Z test_schema_correctness_new_full_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:47:50.0973755Z test_schema_correctness_new_full_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-12-01T10:47:50.0973927Z test_schema_correctness_new_full_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.135s) 2022-12-01T10:47:50.0974094Z test_schema_correctness_new_full_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-12-01T10:47:50.0974267Z test_schema_correctness_new_full_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-12-01T10:47:50.0974440Z test_schema_correctness_new_full_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:47:50.0974642Z test_schema_correctness_new_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-12-01T10:47:50.0974816Z test_schema_correctness_new_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-12-01T10:47:50.0974995Z test_schema_correctness_new_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:47:50.0975175Z test_schema_correctness_new_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0975341Z test_schema_correctness_new_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:47:50.0975517Z test_schema_correctness_new_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-12-01T10:47:50.0975696Z test_schema_correctness_new_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-12-01T10:47:50.0975874Z test_schema_correctness_new_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-12-01T10:47:50.0976046Z test_schema_correctness_new_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-12-01T10:47:50.0976215Z test_schema_correctness_new_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:47:50.0976381Z test_schema_correctness_new_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:47:50.0976552Z test_schema_correctness_new_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:47:50.0976720Z test_schema_correctness_new_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.133s) 2022-12-01T10:47:50.0977081Z test_schema_correctness_new_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-12-01T10:47:50.0977256Z test_schema_correctness_new_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.132s) 2022-12-01T10:47:50.0977443Z test_schema_correctness_new_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:47:50.0977625Z test_schema_correctness_new_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.0977807Z test_schema_correctness_new_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-12-01T10:47:50.0977982Z test_schema_correctness_new_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-12-01T10:47:50.0978159Z test_schema_correctness_new_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-12-01T10:47:50.0978339Z test_schema_correctness_new_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-12-01T10:47:50.0978573Z test_schema_correctness_new_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-12-01T10:47:50.0978730Z test_schema_correctness_new_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:47:50.0978908Z test_schema_correctness_new_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-12-01T10:47:50.0979083Z test_schema_correctness_new_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-12-01T10:47:50.0979255Z test_schema_correctness_new_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-12-01T10:47:50.0979507Z test_schema_correctness_nextafter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.0979687Z test_schema_correctness_nextafter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.0979862Z test_schema_correctness_nextafter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.0980085Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-12-01T10:47:50.0980340Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-12-01T10:47:50.0980544Z test_schema_correctness_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:47:50.0980753Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0980959Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.0981165Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.0981379Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.0981582Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0981787Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.0981991Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.0982196Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.0982395Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.0982586Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.0982792Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.0982996Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.0983198Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:47:50.0983400Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:47:50.0983597Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.0983798Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.0984025Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0984220Z test_schema_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:47:50.0984417Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:47:50.0984598Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:47:50.0984789Z test_schema_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:47:50.0984983Z test_schema_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:47:50.0985178Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:50.0985373Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:50.0985564Z test_schema_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:47:50.0985786Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:47:50.0985979Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:47:50.0986171Z test_schema_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.0986367Z test_schema_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.403s) 2022-12-01T10:47:50.0986546Z test_schema_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.405s) 2022-12-01T10:47:50.0986742Z test_schema_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.395s) 2022-12-01T10:47:50.0986937Z test_schema_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.194s) 2022-12-01T10:47:50.0987131Z test_schema_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.243s) 2022-12-01T10:47:50.0987318Z test_schema_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-12-01T10:47:50.0987507Z test_schema_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.180s) 2022-12-01T10:47:50.0987691Z test_schema_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-12-01T10:47:50.0987879Z test_schema_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-12-01T10:47:50.0988069Z test_schema_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-12-01T10:47:50.0988244Z test_schema_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-12-01T10:47:50.0988448Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.0988653Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.0988870Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:47:50.0989086Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-12-01T10:47:50.0989300Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-12-01T10:47:50.0989523Z test_schema_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0989714Z test_schema_correctness_nn_functional_celu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0989904Z test_schema_correctness_nn_functional_celu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.0990096Z test_schema_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.0990277Z test_schema_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.328s) 2022-12-01T10:47:50.0990471Z test_schema_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.340s) 2022-12-01T10:47:50.0990659Z test_schema_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.0990846Z test_schema_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.0991064Z test_schema_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:47:50.0991925Z test_schema_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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:896.) 2022-12-01T10:47:50.0992015Z return self.op(*args, **kwargs) 2022-12-01T10:47:50.0992085Z ok (0.184s) 2022-12-01T10:47:50.0992281Z test_schema_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.096s) 2022-12-01T10:47:50.0992479Z test_schema_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.179s) 2022-12-01T10:47:50.0992653Z test_schema_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.188s) 2022-12-01T10:47:50.0992844Z test_schema_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-12-01T10:47:50.0993028Z test_schema_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-12-01T10:47:50.0993236Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.312s) 2022-12-01T10:47:50.0993440Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.347s) 2022-12-01T10:47:50.0993644Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:47:50.0993847Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:47:50.0994048Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.0994242Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.0994441Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.0994625Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.0994826Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-12-01T10:47:50.0995025Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-12-01T10:47:50.0995264Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-12-01T10:47:50.0995475Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.631s) 2022-12-01T10:47:50.0995680Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.628s) 2022-12-01T10:47:50.0995886Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.671s) 2022-12-01T10:47:50.0996091Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.626s) 2022-12-01T10:47:50.0996296Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.629s) 2022-12-01T10:47:50.0996501Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.638s) 2022-12-01T10:47:50.0996723Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.628s) 2022-12-01T10:47:50.0996928Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.627s) 2022-12-01T10:47:50.0997126Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.633s) 2022-12-01T10:47:50.0997329Z test_schema_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.262s) 2022-12-01T10:47:50.0997531Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.258s) 2022-12-01T10:47:50.0997729Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.242s) 2022-12-01T10:47:50.0997930Z test_schema_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-12-01T10:47:50.0998127Z test_schema_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-12-01T10:47:50.0998323Z test_schema_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-12-01T10:47:50.0998516Z test_schema_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.228s) 2022-12-01T10:47:50.0998695Z test_schema_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.232s) 2022-12-01T10:47:50.0999692Z test_schema_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-12-01T10:47:50.0999941Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-12-01T10:47:50.1000009Z ok (0.110s) 2022-12-01T10:47:50.1000205Z test_schema_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-12-01T10:47:50.1000394Z test_schema_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-12-01T10:47:50.1000589Z test_schema_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.132s) 2022-12-01T10:47:50.1000805Z test_schema_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-12-01T10:47:50.1000989Z test_schema_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-12-01T10:47:50.1001185Z test_schema_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.301s) 2022-12-01T10:47:50.1001380Z test_schema_correctness_nn_functional_dropout_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.301s) 2022-12-01T10:47:50.1001562Z test_schema_correctness_nn_functional_dropout_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.308s) 2022-12-01T10:47:50.1001751Z test_schema_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1001937Z test_schema_correctness_nn_functional_elu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1002126Z test_schema_correctness_nn_functional_elu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1002325Z test_schema_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.088s) 2022-12-01T10:47:50.1002585Z test_schema_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.073s) 2022-12-01T10:47:50.1002784Z test_schema_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.070s) 2022-12-01T10:47:50.1002980Z test_schema_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:47:50.1003174Z test_schema_correctness_nn_functional_embedding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.1003360Z test_schema_correctness_nn_functional_embedding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.1003534Z test_schema_correctness_nn_functional_embedding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.1003751Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-12-01T10:47:50.1003974Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:47:50.1004191Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-12-01T10:47:50.1004415Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1004631Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1004857Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1005084Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1005305Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1005526Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1005731Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1005946Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1006194Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1006410Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1006626Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1006842Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1007048Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.380s) 2022-12-01T10:47:50.1007254Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.390s) 2022-12-01T10:47:50.1007461Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.517s) 2022-12-01T10:47:50.1007662Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.528s) 2022-12-01T10:47:50.1007906Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.064s) 2022-12-01T10:47:50.1008095Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.031s) 2022-12-01T10:47:50.1008293Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.806s) 2022-12-01T10:47:50.1008480Z test_schema_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1008672Z test_schema_correctness_nn_functional_gelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1008863Z test_schema_correctness_nn_functional_gelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1009050Z test_schema_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:47:50.1009240Z test_schema_correctness_nn_functional_glu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:47:50.1009426Z test_schema_correctness_nn_functional_glu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-12-01T10:47:50.1009624Z test_schema_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:47:50.1009802Z test_schema_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-12-01T10:47:50.1009995Z test_schema_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1010193Z test_schema_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1010385Z test_schema_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1010584Z test_schema_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1010777Z test_schema_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1010970Z test_schema_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1011168Z test_schema_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1011363Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1011586Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1011764Z test_schema_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1011960Z test_schema_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1012152Z test_schema_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1012341Z test_schema_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1012534Z test_schema_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1012721Z test_schema_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1012917Z test_schema_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1013103Z test_schema_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1013311Z test_schema_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1013499Z test_schema_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1013692Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.890s) 2022-12-01T10:47:50.1013899Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.890s) 2022-12-01T10:47:50.1014102Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.882s) 2022-12-01T10:47:50.1014300Z test_schema_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:47:50.1014495Z test_schema_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1014687Z test_schema_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1014877Z test_schema_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1015075Z test_schema_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.459s) 2022-12-01T10:47:50.1015272Z test_schema_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.483s) 2022-12-01T10:47:50.1015457Z test_schema_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.442s) 2022-12-01T10:47:50.1015661Z test_schema_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.1015868Z test_schema_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.1016074Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.1016278Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.1016482Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1016690Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1017074Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1017278Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1017486Z test_schema_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1017676Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.1017881Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.1018087Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.1018289Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1018496Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1018745Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1018955Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.1019161Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.1019439Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.1020231Z test_schema_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2917: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-12-01T10:47:50.1020458Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:47:50.1020514Z ok (0.102s) 2022-12-01T10:47:50.1020709Z test_schema_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:47:50.1020895Z test_schema_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-12-01T10:47:50.1021088Z test_schema_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.1021282Z test_schema_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.1021476Z test_schema_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:47:50.1021666Z test_schema_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1021853Z test_schema_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1022036Z test_schema_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1022230Z test_schema_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.1022413Z test_schema_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1022607Z test_schema_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1022850Z test_schema_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1023041Z test_schema_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1023236Z test_schema_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1023424Z test_schema_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-12-01T10:47:50.1023618Z test_schema_correctness_nn_functional_linear_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-12-01T10:47:50.1023811Z test_schema_correctness_nn_functional_linear_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:47:50.1023998Z test_schema_correctness_nn_functional_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-12-01T10:47:50.1024173Z test_schema_correctness_nn_functional_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:47:50.1024358Z test_schema_correctness_nn_functional_linear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:47:50.1024569Z test_schema_correctness_nn_functional_linear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:47:50.1024757Z test_schema_correctness_nn_functional_linear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.1024942Z test_schema_correctness_nn_functional_linear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:47:50.1025129Z test_schema_correctness_nn_functional_linear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:47:50.1025334Z test_schema_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:47:50.1025540Z test_schema_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-12-01T10:47:50.1025746Z test_schema_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:47:50.1025947Z test_schema_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.1026130Z test_schema_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1026326Z test_schema_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1026521Z test_schema_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1026728Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.180s) 2022-12-01T10:47:50.1026930Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.187s) 2022-12-01T10:47:50.1027134Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.180s) 2022-12-01T10:47:50.1027333Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-12-01T10:47:50.1027532Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.173s) 2022-12-01T10:47:50.1027731Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-12-01T10:47:50.1027929Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.173s) 2022-12-01T10:47:50.1028141Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-12-01T10:47:50.1028337Z test_schema_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.271s) 2022-12-01T10:47:50.1028533Z test_schema_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.255s) 2022-12-01T10:47:50.1028728Z test_schema_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.971s) 2022-12-01T10:47:50.1028924Z test_schema_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (24.320s) 2022-12-01T10:47:50.1029120Z test_schema_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (24.600s) 2022-12-01T10:47:50.1029309Z test_schema_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (24.578s) 2022-12-01T10:47:50.1029504Z test_schema_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (10.065s) 2022-12-01T10:47:50.1029693Z test_schema_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.855s) 2022-12-01T10:47:50.1029903Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.040s) 2022-12-01T10:47:50.1030096Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.989s) 2022-12-01T10:47:50.1030297Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.319s) 2022-12-01T10:47:50.1030496Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.343s) 2022-12-01T10:47:50.1030696Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.057s) 2022-12-01T10:47:50.1030890Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.020s) 2022-12-01T10:47:50.1031092Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.530s) 2022-12-01T10:47:50.1031294Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.510s) 2022-12-01T10:47:50.1031489Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.456s) 2022-12-01T10:47:50.1031682Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.487s) 2022-12-01T10:47:50.1031866Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.210s) 2022-12-01T10:47:50.1032066Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.217s) 2022-12-01T10:47:50.1032256Z test_schema_correctness_nn_functional_mish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1032446Z test_schema_correctness_nn_functional_mish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1033180Z test_schema_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3292: UserWarning: Applying the CPU mse kernel on half-type tensors. This may be slower than using float or double-type tensors. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp:822.) 2022-12-01T10:47:50.1033350Z return torch._C._nn.mse_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction)) 2022-12-01T10:47:50.1033416Z ok (0.014s) 2022-12-01T10:47:50.1033607Z test_schema_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1033841Z test_schema_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1034040Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1034241Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1034437Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1034638Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1034851Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:47:50.1035063Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:47:50.1035300Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:47:50.1035496Z test_schema_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-12-01T10:47:50.1035687Z test_schema_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.173s) 2022-12-01T10:47:50.1035875Z test_schema_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.165s) 2022-12-01T10:47:50.1036068Z test_schema_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:47:50.1036255Z test_schema_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-12-01T10:47:50.1036549Z test_schema_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:47:50.1036760Z test_schema_correctness_nn_functional_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:47:50.1036950Z test_schema_correctness_nn_functional_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-12-01T10:47:50.1037137Z test_schema_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-12-01T10:47:50.1037337Z test_schema_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.376s) 2022-12-01T10:47:50.1037530Z test_schema_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-12-01T10:47:50.1037730Z test_schema_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.386s) 2022-12-01T10:47:50.1037935Z test_schema_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.392s) 2022-12-01T10:47:50.1038135Z test_schema_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.375s) 2022-12-01T10:47:50.1038315Z test_schema_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.381s) 2022-12-01T10:47:50.1038514Z test_schema_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.358s) 2022-12-01T10:47:50.1038707Z test_schema_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.363s) 2022-12-01T10:47:50.1038899Z test_schema_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.389s) 2022-12-01T10:47:50.1039087Z test_schema_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.374s) 2022-12-01T10:47:50.1039316Z test_schema_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.363s) 2022-12-01T10:47:50.1039514Z test_schema_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.379s) 2022-12-01T10:47:50.1039713Z test_schema_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-12-01T10:47:50.1039907Z test_schema_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:47:50.1040105Z test_schema_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-12-01T10:47:50.1040293Z test_schema_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-12-01T10:47:50.1040487Z test_schema_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-12-01T10:47:50.1040680Z test_schema_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:47:50.1040904Z test_schema_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:47:50.1041096Z test_schema_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:47:50.1041290Z test_schema_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-12-01T10:47:50.1041479Z test_schema_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-12-01T10:47:50.1041670Z test_schema_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-12-01T10:47:50.1041864Z test_schema_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:47:50.1042049Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1042249Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1042446Z test_schema_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1042639Z test_schema_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.1042842Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.1043042Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:47:50.1043242Z test_schema_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.1043440Z test_schema_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.1043645Z test_schema_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:47:50.1043852Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.1044047Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:47:50.1044247Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.1044447Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.1044678Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:47:50.1044881Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.1045084Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:47:50.1045280Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.1045481Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.1045679Z test_schema_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.1045868Z test_schema_correctness_nn_functional_pdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1046049Z test_schema_correctness_nn_functional_pdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1046277Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1046472Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1046672Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1046867Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1047093Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1047369Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1047568Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1047765Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1047955Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1048134Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1048328Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1048524Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1048727Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1048927Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1049132Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1049334Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1049531Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1049728Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1049920Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1050140Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1050336Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1050531Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1050726Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1050922Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1051119Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.937s) 2022-12-01T10:47:50.1051319Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.880s) 2022-12-01T10:47:50.1051518Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.830s) 2022-12-01T10:47:50.1051752Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.875s) 2022-12-01T10:47:50.1051935Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.888s) 2022-12-01T10:47:50.1052131Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.903s) 2022-12-01T10:47:50.1052324Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.890s) 2022-12-01T10:47:50.1052519Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.875s) 2022-12-01T10:47:50.1052712Z test_schema_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:47:50.1052899Z test_schema_correctness_nn_functional_prelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:47:50.1053089Z test_schema_correctness_nn_functional_prelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.1053280Z test_schema_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1053467Z test_schema_correctness_nn_functional_relu6_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1053651Z test_schema_correctness_nn_functional_relu6_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1053825Z test_schema_correctness_nn_functional_relu6_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1054009Z test_schema_correctness_nn_functional_relu6_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1054192Z test_schema_correctness_nn_functional_relu6_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1054380Z test_schema_correctness_nn_functional_relu6_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1054562Z test_schema_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1054750Z test_schema_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1054935Z test_schema_correctness_nn_functional_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1055121Z test_schema_correctness_nn_functional_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1055308Z test_schema_correctness_nn_functional_relu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1055508Z test_schema_correctness_nn_functional_relu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1055694Z test_schema_correctness_nn_functional_relu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1055879Z test_schema_correctness_nn_functional_relu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1056063Z test_schema_correctness_nn_functional_relu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1056251Z test_schema_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-12-01T10:47:50.1056439Z test_schema_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:47:50.1056624Z test_schema_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:47:50.1056960Z test_schema_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1057150Z test_schema_correctness_nn_functional_selu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1057392Z test_schema_correctness_nn_functional_selu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1057580Z test_schema_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1057787Z test_schema_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1058052Z test_schema_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1058240Z test_schema_correctness_nn_functional_silu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1058429Z test_schema_correctness_nn_functional_silu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1058625Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1058823Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1059019Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1059216Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1059479Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1059682Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1059886Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1060081Z test_schema_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1060273Z test_schema_correctness_nn_functional_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1060459Z test_schema_correctness_nn_functional_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1060664Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.170s) 2022-12-01T10:47:50.1060875Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-12-01T10:47:50.1061080Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.182s) 2022-12-01T10:47:50.1061332Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-12-01T10:47:50.1061523Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.192s) 2022-12-01T10:47:50.1061726Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1061923Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.173s) 2022-12-01T10:47:50.1062122Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-12-01T10:47:50.1062319Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.178s) 2022-12-01T10:47:50.1062520Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.172s) 2022-12-01T10:47:50.1062718Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-12-01T10:47:50.1062936Z test_schema_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1063130Z test_schema_correctness_nn_functional_softplus_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1063323Z test_schema_correctness_nn_functional_softplus_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1063505Z test_schema_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1063698Z test_schema_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1063890Z test_schema_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1064086Z test_schema_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1064284Z test_schema_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1064479Z test_schema_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1064668Z test_schema_correctness_nn_functional_softsign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1064856Z test_schema_correctness_nn_functional_softsign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1065042Z test_schema_correctness_nn_functional_softsign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1065220Z test_schema_correctness_nn_functional_softsign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1065413Z test_schema_correctness_nn_functional_softsign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1065600Z test_schema_correctness_nn_functional_softsign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1065790Z test_schema_correctness_nn_functional_softsign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1065979Z test_schema_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1066176Z test_schema_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1066374Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1066608Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1066804Z test_schema_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1066994Z test_schema_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1067173Z test_schema_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1067360Z test_schema_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1067545Z test_schema_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1067735Z test_schema_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1067924Z test_schema_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1068114Z test_schema_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1068335Z test_schema_correctness_nn_functional_threshold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1068603Z test_schema_correctness_nn_functional_threshold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1068855Z test_schema_correctness_nn_functional_threshold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1069137Z test_schema_correctness_nn_functional_threshold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1069377Z test_schema_correctness_nn_functional_threshold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1069575Z test_schema_correctness_nn_functional_threshold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1069767Z test_schema_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1069974Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.1070184Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.1070392Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.1070647Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-12-01T10:47:50.1070852Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-12-01T10:47:50.1071056Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-12-01T10:47:50.1071244Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-12-01T10:47:50.1071445Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-12-01T10:47:50.1071647Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-12-01T10:47:50.1071845Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.121s) 2022-12-01T10:47:50.1072064Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:47:50.1072342Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-12-01T10:47:50.1072568Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:47:50.1072784Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-12-01T10:47:50.1073000Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-12-01T10:47:50.1073217Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:47:50.1073430Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-12-01T10:47:50.1073628Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-12-01T10:47:50.1073875Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.101s) 2022-12-01T10:47:50.1074090Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-12-01T10:47:50.1074285Z test_schema_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.551s) 2022-12-01T10:47:50.1074481Z test_schema_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.747s) 2022-12-01T10:47:50.1074675Z test_schema_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.625s) 2022-12-01T10:47:50.1074864Z test_schema_correctness_nn_functional_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.566s) 2022-12-01T10:47:50.1075053Z test_schema_correctness_nn_functional_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.536s) 2022-12-01T10:47:50.1075238Z test_schema_correctness_nn_functional_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.557s) 2022-12-01T10:47:50.1075867Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4070: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:47:50.1076052Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:47:50.1076120Z ok (0.013s) 2022-12-01T10:47:50.1076325Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1076533Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1077095Z test_schema_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:47:50.1077289Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:47:50.1077360Z ok (0.022s) 2022-12-01T10:47:50.1077566Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1077769Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1077972Z test_schema_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1078179Z test_schema_correctness_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:47:50.1078356Z test_schema_correctness_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.1078539Z test_schema_correctness_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:47:50.1078721Z test_schema_correctness_nonzero_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1078900Z test_schema_correctness_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.1079077Z test_schema_correctness_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:47:50.1079255Z test_schema_correctness_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:47:50.1079427Z test_schema_correctness_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:50.1079603Z test_schema_correctness_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:50.1079789Z test_schema_correctness_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:47:50.1079958Z test_schema_correctness_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.1080132Z test_schema_correctness_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.1080307Z test_schema_correctness_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:47:50.1080479Z test_schema_correctness_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:47:50.1080655Z test_schema_correctness_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-12-01T10:47:50.1080831Z test_schema_correctness_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:47:50.1081009Z test_schema_correctness_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-12-01T10:47:50.1081180Z test_schema_correctness_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-12-01T10:47:50.1081334Z test_schema_correctness_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-12-01T10:47:50.1081515Z test_schema_correctness_norm_fro_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-12-01T10:47:50.1081711Z test_schema_correctness_norm_fro_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.1081907Z test_schema_correctness_norm_fro_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.1082082Z test_schema_correctness_norm_fro_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:47:50.1082260Z test_schema_correctness_norm_fro_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:47:50.1082439Z test_schema_correctness_norm_inf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1082623Z test_schema_correctness_norm_inf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1082803Z test_schema_correctness_norm_inf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1082966Z test_schema_correctness_norm_inf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1083140Z test_schema_correctness_norm_inf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1083315Z test_schema_correctness_norm_inf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1083497Z test_schema_correctness_norm_nuc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.1083706Z test_schema_correctness_norm_nuc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1083879Z test_schema_correctness_norm_nuc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1084055Z test_schema_correctness_norm_nuc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1084232Z test_schema_correctness_normal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1084408Z test_schema_correctness_normal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1084570Z test_schema_correctness_normal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1084741Z test_schema_correctness_normal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1084933Z test_schema_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1085123Z test_schema_correctness_normal_number_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1085335Z test_schema_correctness_normal_number_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1085522Z test_schema_correctness_normal_number_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1085698Z test_schema_correctness_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1085869Z test_schema_correctness_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1086049Z test_schema_correctness_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1086212Z test_schema_correctness_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1086390Z test_schema_correctness_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1086563Z test_schema_correctness_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1086736Z test_schema_correctness_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1086902Z test_schema_correctness_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1087072Z test_schema_correctness_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1087241Z test_schema_correctness_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1087405Z test_schema_correctness_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1087574Z test_schema_correctness_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1087756Z test_schema_correctness_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1087935Z test_schema_correctness_ones_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.1088111Z test_schema_correctness_ones_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:47:50.1088292Z test_schema_correctness_ones_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.1088460Z test_schema_correctness_ones_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1088639Z test_schema_correctness_ones_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:47:50.1088815Z test_schema_correctness_ones_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.1088989Z test_schema_correctness_ones_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.1089229Z test_schema_correctness_ones_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.1089401Z test_schema_correctness_ones_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:47:50.1089574Z test_schema_correctness_ones_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:47:50.1089740Z test_schema_correctness_ones_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.1089912Z test_schema_correctness_ones_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.1090074Z test_schema_correctness_ones_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.1090251Z test_schema_correctness_ormqr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.518s) 2022-12-01T10:47:50.1090422Z test_schema_correctness_ormqr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.513s) 2022-12-01T10:47:50.1090600Z test_schema_correctness_ormqr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.414s) 2022-12-01T10:47:50.1090773Z test_schema_correctness_ormqr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.387s) 2022-12-01T10:47:50.1090973Z test_schema_correctness_outer_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1091146Z test_schema_correctness_outer_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1091324Z test_schema_correctness_outer_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1091497Z test_schema_correctness_outer_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1091658Z test_schema_correctness_outer_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1091826Z test_schema_correctness_outer_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1091995Z test_schema_correctness_outer_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1092165Z test_schema_correctness_outer_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1092336Z test_schema_correctness_outer_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1092502Z test_schema_correctness_outer_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1092672Z test_schema_correctness_outer_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1092842Z test_schema_correctness_outer_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1093027Z test_schema_correctness_pca_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (10.509s) 2022-12-01T10:47:50.1093196Z test_schema_correctness_pca_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.975s) 2022-12-01T10:47:50.1093373Z test_schema_correctness_permute_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:47:50.1093550Z test_schema_correctness_permute_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.1093728Z test_schema_correctness_permute_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-12-01T10:47:50.1093907Z test_schema_correctness_permute_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1094084Z test_schema_correctness_permute_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:47:50.1094259Z test_schema_correctness_permute_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.1094429Z test_schema_correctness_permute_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:47:50.1094624Z test_schema_correctness_permute_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-12-01T10:47:50.1094785Z test_schema_correctness_permute_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.1094954Z test_schema_correctness_permute_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.1095126Z test_schema_correctness_permute_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.1095296Z test_schema_correctness_permute_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.1095467Z test_schema_correctness_permute_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.1095648Z test_schema_correctness_pinverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.176s) 2022-12-01T10:47:50.1095830Z test_schema_correctness_pinverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.170s) 2022-12-01T10:47:50.1096011Z test_schema_correctness_pinverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.140s) 2022-12-01T10:47:50.1096188Z test_schema_correctness_pinverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.154s) 2022-12-01T10:47:50.1096373Z test_schema_correctness_polar_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1096543Z test_schema_correctness_polar_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1096739Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1097045Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1097240Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1097426Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1097620Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1097814Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1098003Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1098180Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1098365Z test_schema_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1098564Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1098752Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1098944Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1099135Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1099396Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1099586Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1099769Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1099960Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1100139Z test_schema_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1100397Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1100585Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1100774Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1100967Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1101160Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1101345Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1101528Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1101722Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1101932Z test_schema_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1102127Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1102320Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1102510Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1102697Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1102885Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1103071Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1103263Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1103455Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1103641Z test_schema_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1103822Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1104007Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1104194Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1104382Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1104571Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1104760Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1104944Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1105132Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1105316Z test_schema_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1105484Z test_schema_correctness_positive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1105694Z test_schema_correctness_positive_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1105875Z test_schema_correctness_positive_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1106056Z test_schema_correctness_positive_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1106235Z test_schema_correctness_positive_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1106407Z test_schema_correctness_positive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1106583Z test_schema_correctness_positive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1106757Z test_schema_correctness_positive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1106928Z test_schema_correctness_positive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1107087Z test_schema_correctness_positive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1107261Z test_schema_correctness_positive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1107465Z test_schema_correctness_positive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1107638Z test_schema_correctness_pow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1107809Z test_schema_correctness_pow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1107980Z test_schema_correctness_pow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1108151Z test_schema_correctness_pow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1108320Z test_schema_correctness_pow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1108491Z test_schema_correctness_pow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1108645Z test_schema_correctness_pow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1108814Z test_schema_correctness_pow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1108979Z test_schema_correctness_pow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1109148Z test_schema_correctness_pow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1109314Z test_schema_correctness_pow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1109482Z test_schema_correctness_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:47:50.1109659Z test_schema_correctness_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.1109838Z test_schema_correctness_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.1110011Z test_schema_correctness_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:47:50.1110169Z test_schema_correctness_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:47:50.1110338Z test_schema_correctness_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:47:50.1110507Z test_schema_correctness_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:47:50.1110676Z test_schema_correctness_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:47:50.1110843Z test_schema_correctness_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:47:50.1111009Z test_schema_correctness_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:47:50.1111227Z test_schema_correctness_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:47:50.1111394Z test_schema_correctness_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:47:50.1111557Z test_schema_correctness_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-12-01T10:47:50.1111729Z test_schema_correctness_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:47:50.1111898Z test_schema_correctness_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:47:50.1112067Z test_schema_correctness_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-12-01T10:47:50.1112236Z test_schema_correctness_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:47:50.1112400Z test_schema_correctness_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.1112573Z test_schema_correctness_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.1112739Z test_schema_correctness_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:47:50.1112930Z test_schema_correctness_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:47:50.1113083Z test_schema_correctness_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.1113670Z test_schema_correctness_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-12-01T10:47:50.1113885Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:47:50.1113966Z Q, R = torch.qr(A, some) 2022-12-01T10:47:50.1114050Z should be replaced with 2022-12-01T10:47:50.1114411Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-12-01T10:47:50.1114500Z return self.op(*args, **kwargs) 2022-12-01T10:47:50.1114569Z ok (0.084s) 2022-12-01T10:47:50.1114745Z test_schema_correctness_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:47:50.1114902Z test_schema_correctness_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:47:50.1115071Z test_schema_correctness_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:47:50.1115250Z test_schema_correctness_quantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.294s) 2022-12-01T10:47:50.1115424Z test_schema_correctness_quantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.140s) 2022-12-01T10:47:50.1115602Z test_schema_correctness_rad2deg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1115777Z test_schema_correctness_rad2deg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1115957Z test_schema_correctness_rad2deg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1116126Z test_schema_correctness_rad2deg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1116290Z test_schema_correctness_rad2deg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1116462Z test_schema_correctness_rad2deg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1116629Z test_schema_correctness_rad2deg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1116791Z test_schema_correctness_rad2deg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1116992Z test_schema_correctness_rad2deg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1117166Z test_schema_correctness_rad2deg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1117347Z test_schema_correctness_rand_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.1117529Z test_schema_correctness_rand_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:47:50.1117710Z test_schema_correctness_rand_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1117877Z test_schema_correctness_rand_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:47:50.1118054Z test_schema_correctness_rand_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.1118229Z test_schema_correctness_rand_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:47:50.1118410Z test_schema_correctness_rand_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:47:50.1118592Z test_schema_correctness_randint_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-12-01T10:47:50.1118798Z test_schema_correctness_randint_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:47:50.1118980Z test_schema_correctness_randint_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.133s) 2022-12-01T10:47:50.1119160Z test_schema_correctness_randint_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:47:50.1119338Z test_schema_correctness_randint_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.122s) 2022-12-01T10:47:50.1119504Z test_schema_correctness_randint_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.132s) 2022-12-01T10:47:50.1119682Z test_schema_correctness_randint_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-12-01T10:47:50.1119860Z test_schema_correctness_randint_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-12-01T10:47:50.1120040Z test_schema_correctness_randint_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-12-01T10:47:50.1120214Z test_schema_correctness_randn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1120391Z test_schema_correctness_randn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1120567Z test_schema_correctness_randn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1120742Z test_schema_correctness_randn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1120914Z test_schema_correctness_randn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1121071Z test_schema_correctness_randn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1121234Z test_schema_correctness_randn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1121415Z test_schema_correctness_randn_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:47:50.1121598Z test_schema_correctness_randn_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:47:50.1121779Z test_schema_correctness_randn_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1121958Z test_schema_correctness_randn_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:47:50.1122137Z test_schema_correctness_randn_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.1122313Z test_schema_correctness_randn_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:47:50.1122516Z test_schema_correctness_randn_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:47:50.1122679Z test_schema_correctness_ravel_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:47:50.1122852Z test_schema_correctness_ravel_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.1123029Z test_schema_correctness_ravel_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:47:50.1123202Z test_schema_correctness_ravel_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1123377Z test_schema_correctness_ravel_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:47:50.1123548Z test_schema_correctness_ravel_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:47:50.1123716Z test_schema_correctness_ravel_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:47:50.1123884Z test_schema_correctness_ravel_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.1124052Z test_schema_correctness_ravel_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.1124233Z test_schema_correctness_ravel_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.1124404Z test_schema_correctness_ravel_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.1124574Z test_schema_correctness_ravel_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.1124745Z test_schema_correctness_ravel_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.1124916Z test_schema_correctness_real_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1125084Z test_schema_correctness_real_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1125261Z test_schema_correctness_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1125438Z test_schema_correctness_real_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1125610Z test_schema_correctness_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1125769Z test_schema_correctness_real_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1125941Z test_schema_correctness_real_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1126108Z test_schema_correctness_real_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1126277Z test_schema_correctness_real_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1126445Z test_schema_correctness_real_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1126617Z test_schema_correctness_real_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1126785Z test_schema_correctness_real_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1126955Z test_schema_correctness_real_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1127138Z test_schema_correctness_reciprocal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1127304Z test_schema_correctness_reciprocal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1127488Z test_schema_correctness_reciprocal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1127671Z test_schema_correctness_reciprocal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1127852Z test_schema_correctness_reciprocal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1128061Z test_schema_correctness_reciprocal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1128239Z test_schema_correctness_reciprocal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1128417Z test_schema_correctness_reciprocal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1128590Z test_schema_correctness_reciprocal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1128768Z test_schema_correctness_reciprocal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1128932Z test_schema_correctness_reciprocal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1129109Z test_schema_correctness_reciprocal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1129286Z test_schema_correctness_remainder_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1129466Z test_schema_correctness_remainder_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1129673Z test_schema_correctness_remainder_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.1129854Z test_schema_correctness_remainder_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1130028Z test_schema_correctness_remainder_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1130196Z test_schema_correctness_remainder_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1130369Z test_schema_correctness_remainder_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1130532Z test_schema_correctness_remainder_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1130706Z test_schema_correctness_remainder_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1130874Z test_schema_correctness_renorm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1131055Z test_schema_correctness_renorm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1131229Z test_schema_correctness_renorm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1131405Z test_schema_correctness_renorm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1131578Z test_schema_correctness_renorm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1131743Z test_schema_correctness_renorm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1131916Z test_schema_correctness_repeat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-12-01T10:47:50.1132077Z test_schema_correctness_repeat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-12-01T10:47:50.1132256Z test_schema_correctness_repeat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-12-01T10:47:50.1132435Z test_schema_correctness_repeat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.1132605Z test_schema_correctness_repeat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-12-01T10:47:50.1132771Z test_schema_correctness_repeat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-12-01T10:47:50.1132944Z test_schema_correctness_repeat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.085s) 2022-12-01T10:47:50.1133117Z test_schema_correctness_repeat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:47:50.1133285Z test_schema_correctness_repeat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.073s) 2022-12-01T10:47:50.1133466Z test_schema_correctness_repeat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:47:50.1133636Z test_schema_correctness_repeat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-12-01T10:47:50.1133810Z test_schema_correctness_repeat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:47:50.1134001Z test_schema_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:47:50.1134186Z test_schema_correctness_repeat_interleave_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:47:50.1134380Z test_schema_correctness_repeat_interleave_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:47:50.1134572Z test_schema_correctness_repeat_interleave_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1134760Z test_schema_correctness_repeat_interleave_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-12-01T10:47:50.1134955Z test_schema_correctness_repeat_interleave_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:47:50.1135174Z test_schema_correctness_repeat_interleave_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:47:50.1135350Z test_schema_correctness_repeat_interleave_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:47:50.1135539Z test_schema_correctness_repeat_interleave_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:47:50.1135726Z test_schema_correctness_repeat_interleave_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:47:50.1135907Z test_schema_correctness_repeat_interleave_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:47:50.1136092Z test_schema_correctness_repeat_interleave_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:47:50.1136275Z test_schema_correctness_repeat_interleave_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:47:50.1136457Z test_schema_correctness_reshape_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1136634Z test_schema_correctness_reshape_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1136969Z test_schema_correctness_reshape_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1137181Z test_schema_correctness_reshape_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1137368Z test_schema_correctness_reshape_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1137549Z test_schema_correctness_reshape_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1137733Z test_schema_correctness_reshape_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1137912Z test_schema_correctness_reshape_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1138093Z test_schema_correctness_reshape_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1138270Z test_schema_correctness_reshape_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1138441Z test_schema_correctness_reshape_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1138621Z test_schema_correctness_reshape_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1138783Z test_schema_correctness_reshape_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1138962Z test_schema_correctness_reshape_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:47:50.1139194Z test_schema_correctness_reshape_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:47:50.1139431Z test_schema_correctness_reshape_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-12-01T10:47:50.1139617Z test_schema_correctness_reshape_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1139799Z test_schema_correctness_reshape_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-12-01T10:47:50.1139976Z test_schema_correctness_reshape_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-12-01T10:47:50.1140148Z test_schema_correctness_reshape_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-12-01T10:47:50.1140323Z test_schema_correctness_reshape_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-12-01T10:47:50.1140482Z test_schema_correctness_reshape_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-12-01T10:47:50.1140654Z test_schema_correctness_reshape_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-12-01T10:47:50.1140820Z test_schema_correctness_reshape_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:47:50.1141029Z test_schema_correctness_reshape_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:47:50.1141205Z test_schema_correctness_reshape_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-12-01T10:47:50.1141384Z test_schema_correctness_resize__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.1141554Z test_schema_correctness_resize__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.1141735Z test_schema_correctness_resize__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:47:50.1141912Z test_schema_correctness_resize__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:47:50.1142075Z test_schema_correctness_resize__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.1142243Z test_schema_correctness_resize__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.1142438Z test_schema_correctness_resize__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.1142660Z test_schema_correctness_resize__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.1142881Z test_schema_correctness_resize__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.1143115Z test_schema_correctness_resize__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.1143285Z test_schema_correctness_resize__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.1143452Z test_schema_correctness_resize__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.1143623Z test_schema_correctness_resize_as__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1143796Z test_schema_correctness_resize_as__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1143979Z test_schema_correctness_resize_as__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1144159Z test_schema_correctness_resize_as__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1144338Z test_schema_correctness_resize_as__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1144514Z test_schema_correctness_resize_as__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1144692Z test_schema_correctness_resize_as__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1144905Z test_schema_correctness_resize_as__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1145083Z test_schema_correctness_resize_as__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1145248Z test_schema_correctness_resize_as__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1145439Z test_schema_correctness_resize_as__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1145620Z test_schema_correctness_resize_as__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1145812Z test_schema_correctness_resolve_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1145995Z test_schema_correctness_resolve_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1146181Z test_schema_correctness_resolve_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1146369Z test_schema_correctness_resolve_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1146551Z test_schema_correctness_resolve_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1146761Z test_schema_correctness_resolve_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1146942Z test_schema_correctness_resolve_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1147107Z test_schema_correctness_resolve_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1147289Z test_schema_correctness_resolve_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1147464Z test_schema_correctness_resolve_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1147643Z test_schema_correctness_resolve_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1147825Z test_schema_correctness_resolve_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1148007Z test_schema_correctness_resolve_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1148186Z test_schema_correctness_resolve_neg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1148368Z test_schema_correctness_resolve_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1148551Z test_schema_correctness_resolve_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1148724Z test_schema_correctness_resolve_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1148902Z test_schema_correctness_resolve_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1149084Z test_schema_correctness_resolve_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1149261Z test_schema_correctness_resolve_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1149436Z test_schema_correctness_resolve_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1149612Z test_schema_correctness_resolve_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1149790Z test_schema_correctness_resolve_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1149964Z test_schema_correctness_resolve_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1150137Z test_schema_correctness_resolve_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1150298Z test_schema_correctness_roll_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-12-01T10:47:50.1150511Z test_schema_correctness_roll_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:47:50.1150685Z test_schema_correctness_roll_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-12-01T10:47:50.1150864Z test_schema_correctness_roll_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1151036Z test_schema_correctness_roll_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-12-01T10:47:50.1151209Z test_schema_correctness_roll_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-12-01T10:47:50.1151377Z test_schema_correctness_roll_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-12-01T10:47:50.1151542Z test_schema_correctness_roll_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-12-01T10:47:50.1151713Z test_schema_correctness_roll_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:47:50.1151873Z test_schema_correctness_roll_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:47:50.1152040Z test_schema_correctness_roll_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.072s) 2022-12-01T10:47:50.1152240Z test_schema_correctness_roll_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:47:50.1152411Z test_schema_correctness_roll_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:47:50.1152589Z test_schema_correctness_rot90_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.1152759Z test_schema_correctness_rot90_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:47:50.1152938Z test_schema_correctness_rot90_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:47:50.1153115Z test_schema_correctness_rot90_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.1153278Z test_schema_correctness_rot90_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.1153446Z test_schema_correctness_rot90_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:47:50.1153618Z test_schema_correctness_rot90_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.1153790Z test_schema_correctness_rot90_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:47:50.1153959Z test_schema_correctness_rot90_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-12-01T10:47:50.1154127Z test_schema_correctness_rot90_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:47:50.1154297Z test_schema_correctness_rot90_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:47:50.1154462Z test_schema_correctness_rot90_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.1154640Z test_schema_correctness_round_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1154805Z test_schema_correctness_round_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1154982Z test_schema_correctness_round_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1155153Z test_schema_correctness_round_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1155321Z test_schema_correctness_round_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1155487Z test_schema_correctness_round_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1155655Z test_schema_correctness_round_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1155822Z test_schema_correctness_round_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1156039Z test_schema_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1156227Z test_schema_correctness_round_decimals_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1156406Z test_schema_correctness_round_decimals_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1156595Z test_schema_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1156777Z test_schema_correctness_round_decimals_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1156961Z test_schema_correctness_round_decimals_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1157152Z test_schema_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1157342Z test_schema_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1157526Z test_schema_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1157734Z test_schema_correctness_rsqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1157907Z test_schema_correctness_rsqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1158076Z test_schema_correctness_rsqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1158255Z test_schema_correctness_rsqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1158427Z test_schema_correctness_rsqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1158599Z test_schema_correctness_rsqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1158771Z test_schema_correctness_rsqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1158940Z test_schema_correctness_rsqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1159115Z test_schema_correctness_rsqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1159285Z test_schema_correctness_rsqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1159456Z test_schema_correctness_rsqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1159619Z test_schema_correctness_rsub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1159797Z test_schema_correctness_rsub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.1159978Z test_schema_correctness_rsub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.1160151Z test_schema_correctness_rsub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1160318Z test_schema_correctness_rsub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.1160489Z test_schema_correctness_rsub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.1160658Z test_schema_correctness_rsub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1160827Z test_schema_correctness_rsub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1160994Z test_schema_correctness_rsub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1161151Z test_schema_correctness_rsub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1161322Z test_schema_correctness_rsub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1161538Z test_schema_correctness_scatter_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1161719Z test_schema_correctness_scatter_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1161908Z test_schema_correctness_scatter_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.1162095Z test_schema_correctness_scatter_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.1162281Z test_schema_correctness_scatter_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1162467Z test_schema_correctness_scatter_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.1162657Z test_schema_correctness_scatter_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.1162828Z test_schema_correctness_scatter_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1163015Z test_schema_correctness_scatter_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1163225Z test_schema_correctness_scatter_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1163475Z test_schema_correctness_scatter_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1163711Z test_schema_correctness_scatter_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1163893Z test_schema_correctness_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:47:50.1164068Z test_schema_correctness_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.1164248Z test_schema_correctness_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:47:50.1164434Z test_schema_correctness_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:47:50.1164600Z test_schema_correctness_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.1164775Z test_schema_correctness_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.1164945Z test_schema_correctness_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:47:50.1165119Z test_schema_correctness_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:47:50.1165294Z test_schema_correctness_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.1165470Z test_schema_correctness_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:47:50.1165644Z test_schema_correctness_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.1165817Z test_schema_correctness_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.1166582Z test_schema_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: 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:1615.) 2022-12-01T10:47:50.1166674Z return self.op(*args, **kwargs) 2022-12-01T10:47:50.1166727Z ok (0.093s) 2022-12-01T10:47:50.1166919Z test_schema_correctness_scatter_reduce_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.1167110Z test_schema_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:47:50.1167300Z test_schema_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:47:50.1167541Z test_schema_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:47:50.1167731Z test_schema_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.1167924Z test_schema_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.1168116Z test_schema_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:47:50.1168306Z test_schema_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:47:50.1168492Z test_schema_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.1168670Z test_schema_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:47:50.1168861Z test_schema_correctness_scatter_reduce_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.1169050Z test_schema_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:47:50.1169269Z test_schema_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:47:50.1169458Z test_schema_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:47:50.1169647Z test_schema_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.1169831Z test_schema_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.1170016Z test_schema_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.069s) 2022-12-01T10:47:50.1170207Z test_schema_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.1170375Z test_schema_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.1170570Z test_schema_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:47:50.1170757Z test_schema_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:47:50.1170943Z test_schema_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.1171129Z test_schema_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:47:50.1171318Z test_schema_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:47:50.1171503Z test_schema_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:47:50.1171697Z test_schema_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.1171886Z test_schema_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:47:50.1172059Z test_schema_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.1172258Z test_schema_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.1172449Z test_schema_correctness_scatter_reduce_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:47:50.1172639Z test_schema_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.1172828Z test_schema_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:47:50.1173051Z test_schema_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:47:50.1173243Z test_schema_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.1173433Z test_schema_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.1173622Z test_schema_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.1173809Z test_schema_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.1173981Z test_schema_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.1174254Z test_schema_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.071s) 2022-12-01T10:47:50.1174517Z test_schema_correctness_scatter_reduce_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.078s) 2022-12-01T10:47:50.1174709Z test_schema_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:47:50.1175011Z test_schema_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.1175233Z test_schema_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.1175463Z test_schema_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:47:50.1175682Z test_schema_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:47:50.1175894Z test_schema_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.1176069Z test_schema_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.1176392Z test_schema_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.1177576Z test_schema_correctness_searchsorted_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.searchsorted(): input value tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous input value tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:35.) 2022-12-01T10:47:50.1177697Z return self.op(*args, **kwargs) 2022-12-01T10:47:50.1178546Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.searchsorted(): boundary tensor is non-contiguous, this will lower the performance due to extra data copy when converting non-contiguous tensor to contiguous, please use contiguous boundary tensor if possible. This message will only appear once per program. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BucketizationUtils.h:41.) 2022-12-01T10:47:50.1178676Z return self.op(*args, **kwargs) 2022-12-01T10:47:50.1178773Z ok (0.511s) 2022-12-01T10:47:50.1178992Z test_schema_correctness_searchsorted_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.543s) 2022-12-01T10:47:50.1179168Z test_schema_correctness_searchsorted_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.515s) 2022-12-01T10:47:50.1179442Z test_schema_correctness_searchsorted_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.490s) 2022-12-01T10:47:50.1179695Z test_schema_correctness_searchsorted_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.479s) 2022-12-01T10:47:50.1179975Z test_schema_correctness_searchsorted_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.464s) 2022-12-01T10:47:50.1180218Z test_schema_correctness_searchsorted_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.465s) 2022-12-01T10:47:50.1180441Z test_schema_correctness_searchsorted_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.486s) 2022-12-01T10:47:50.1180654Z test_schema_correctness_searchsorted_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.491s) 2022-12-01T10:47:50.1189911Z test_schema_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.271s) 2022-12-01T10:47:50.1190198Z test_schema_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.259s) 2022-12-01T10:47:50.1190387Z test_schema_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.247s) 2022-12-01T10:47:50.1190577Z test_schema_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.245s) 2022-12-01T10:47:50.1190778Z test_schema_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.254s) 2022-12-01T10:47:50.1191081Z test_schema_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.299s) 2022-12-01T10:47:50.1191275Z test_schema_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.261s) 2022-12-01T10:47:50.1191460Z test_schema_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.244s) 2022-12-01T10:47:50.1191633Z test_schema_correctness_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1191808Z test_schema_correctness_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1191992Z test_schema_correctness_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1192167Z test_schema_correctness_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1192349Z test_schema_correctness_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1192533Z test_schema_correctness_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1192712Z test_schema_correctness_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.1192884Z test_schema_correctness_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1193058Z test_schema_correctness_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1193227Z test_schema_correctness_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1193392Z test_schema_correctness_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1193568Z test_schema_correctness_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1193727Z test_schema_correctness_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1193920Z test_schema_correctness_select_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1194106Z test_schema_correctness_select_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1194295Z test_schema_correctness_select_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1194480Z test_schema_correctness_select_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1194665Z test_schema_correctness_select_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1194882Z test_schema_correctness_select_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1195066Z test_schema_correctness_select_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1195248Z test_schema_correctness_select_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1195420Z test_schema_correctness_select_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1195599Z test_schema_correctness_select_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1195773Z test_schema_correctness_sgn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1195942Z test_schema_correctness_sgn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1196121Z test_schema_correctness_sgn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1196300Z test_schema_correctness_sgn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1196470Z test_schema_correctness_sgn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1196673Z test_schema_correctness_sgn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1196847Z test_schema_correctness_sgn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1197005Z test_schema_correctness_sgn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1197178Z test_schema_correctness_sgn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1197347Z test_schema_correctness_sgn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1197515Z test_schema_correctness_sgn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1197688Z test_schema_correctness_sgn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1197854Z test_schema_correctness_sgn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1198032Z test_schema_correctness_short_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:47:50.1198205Z test_schema_correctness_short_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.1198385Z test_schema_correctness_short_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-12-01T10:47:50.1198550Z test_schema_correctness_short_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-12-01T10:47:50.1198724Z test_schema_correctness_short_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.1198899Z test_schema_correctness_short_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:47:50.1199070Z test_schema_correctness_short_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-12-01T10:47:50.1199241Z test_schema_correctness_short_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.1199416Z test_schema_correctness_short_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.1199586Z test_schema_correctness_short_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.1199758Z test_schema_correctness_short_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-12-01T10:47:50.1199929Z test_schema_correctness_short_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-12-01T10:47:50.1200099Z test_schema_correctness_sigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1200273Z test_schema_correctness_sigmoid_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1200486Z test_schema_correctness_sigmoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1200666Z test_schema_correctness_sigmoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1200846Z test_schema_correctness_sigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1201021Z test_schema_correctness_sigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1201194Z test_schema_correctness_sigmoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1201362Z test_schema_correctness_sigmoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1201521Z test_schema_correctness_sigmoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1201692Z test_schema_correctness_sigmoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1201864Z test_schema_correctness_sigmoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1202031Z test_schema_correctness_sign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1202227Z test_schema_correctness_sign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1202403Z test_schema_correctness_sign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1202571Z test_schema_correctness_sign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1202738Z test_schema_correctness_sign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1202908Z test_schema_correctness_sign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1203065Z test_schema_correctness_sign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1203237Z test_schema_correctness_sign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1203403Z test_schema_correctness_sign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1203573Z test_schema_correctness_sign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1203752Z test_schema_correctness_signbit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1203928Z test_schema_correctness_signbit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1204107Z test_schema_correctness_signbit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1204279Z test_schema_correctness_signbit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1204451Z test_schema_correctness_signbit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1204613Z test_schema_correctness_signbit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1204782Z test_schema_correctness_signbit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1204959Z test_schema_correctness_signbit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1205132Z test_schema_correctness_signbit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1205304Z test_schema_correctness_signbit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1205476Z test_schema_correctness_sin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1205643Z test_schema_correctness_sin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1205820Z test_schema_correctness_sin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1206024Z test_schema_correctness_sin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1206181Z test_schema_correctness_sin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1206353Z test_schema_correctness_sin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1206524Z test_schema_correctness_sin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1206693Z test_schema_correctness_sin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1206859Z test_schema_correctness_sin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1207027Z test_schema_correctness_sin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1207193Z test_schema_correctness_sin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1207370Z test_schema_correctness_sinc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1207537Z test_schema_correctness_sinc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1207727Z test_schema_correctness_sinc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1207908Z test_schema_correctness_sinc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1208080Z test_schema_correctness_sinc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1208246Z test_schema_correctness_sinc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1208418Z test_schema_correctness_sinc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1208587Z test_schema_correctness_sinc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1208760Z test_schema_correctness_sinc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1208930Z test_schema_correctness_sinc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1209086Z test_schema_correctness_sinc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1209311Z test_schema_correctness_sinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1209555Z test_schema_correctness_sinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1209739Z test_schema_correctness_sinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1209916Z test_schema_correctness_sinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1210087Z test_schema_correctness_sinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1210264Z test_schema_correctness_sinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1210430Z test_schema_correctness_sinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1210600Z test_schema_correctness_sinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1210755Z test_schema_correctness_sinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1210925Z test_schema_correctness_sinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1211093Z test_schema_correctness_sinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1211269Z test_schema_correctness_slice_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:47:50.1211439Z test_schema_correctness_slice_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:47:50.1211657Z test_schema_correctness_slice_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-12-01T10:47:50.1211835Z test_schema_correctness_slice_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1212014Z test_schema_correctness_slice_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.1212188Z test_schema_correctness_slice_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:47:50.1212345Z test_schema_correctness_slice_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:47:50.1212514Z test_schema_correctness_slice_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:47:50.1212683Z test_schema_correctness_slice_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.1212852Z test_schema_correctness_slice_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.1213023Z test_schema_correctness_slice_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:47:50.1213197Z test_schema_correctness_slice_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.1213396Z test_schema_correctness_slice_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.1213584Z test_schema_correctness_slice_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-12-01T10:47:50.1213766Z test_schema_correctness_slice_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.075s) 2022-12-01T10:47:50.1213938Z test_schema_correctness_slice_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-12-01T10:47:50.1214121Z test_schema_correctness_slice_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.087s) 2022-12-01T10:47:50.1214299Z test_schema_correctness_slice_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-12-01T10:47:50.1214481Z test_schema_correctness_slice_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.1214658Z test_schema_correctness_slice_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.1214840Z test_schema_correctness_slice_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-12-01T10:47:50.1215021Z test_schema_correctness_slice_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.1215200Z test_schema_correctness_slice_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.1215379Z test_schema_correctness_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1215542Z test_schema_correctness_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1215716Z test_schema_correctness_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1215906Z test_schema_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.173s) 2022-12-01T10:47:50.1216095Z test_schema_correctness_softmax_with_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.165s) 2022-12-01T10:47:50.1216289Z test_schema_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-12-01T10:47:50.1216480Z test_schema_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.169s) 2022-12-01T10:47:50.1216667Z test_schema_correctness_softmax_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.173s) 2022-12-01T10:47:50.1216985Z test_schema_correctness_softmax_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-12-01T10:47:50.1217175Z test_schema_correctness_softmax_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1217397Z test_schema_correctness_softmax_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.187s) 2022-12-01T10:47:50.1217583Z test_schema_correctness_softmax_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.192s) 2022-12-01T10:47:50.1217768Z test_schema_correctness_softmax_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.165s) 2022-12-01T10:47:50.1217954Z test_schema_correctness_softmax_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-12-01T10:47:50.1218135Z test_schema_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.165s) 2022-12-01T10:47:50.1218310Z test_schema_correctness_sort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:47:50.1218481Z test_schema_correctness_sort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-12-01T10:47:50.1218656Z test_schema_correctness_sort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.119s) 2022-12-01T10:47:50.1218827Z test_schema_correctness_sort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.123s) 2022-12-01T10:47:50.1219037Z test_schema_correctness_sort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.117s) 2022-12-01T10:47:50.1219208Z test_schema_correctness_sort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.148s) 2022-12-01T10:47:50.1219472Z test_schema_correctness_sort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.120s) 2022-12-01T10:47:50.1219643Z test_schema_correctness_sort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-12-01T10:47:50.1219812Z test_schema_correctness_sort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.159s) 2022-12-01T10:47:50.1219993Z test_schema_correctness_sort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:47:50.1221085Z test_schema_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:968: 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-12-01T10:47:50.1221198Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:47:50.1221266Z ok (0.041s) 2022-12-01T10:47:50.1221469Z test_schema_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:47:50.1221651Z test_schema_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.1221841Z test_schema_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.1222029Z test_schema_correctness_special_airy_ai_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1222217Z test_schema_correctness_special_airy_ai_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1222403Z test_schema_correctness_special_airy_ai_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1222587Z test_schema_correctness_special_airy_ai_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1222771Z test_schema_correctness_special_airy_ai_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1222952Z test_schema_correctness_special_airy_ai_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1223138Z test_schema_correctness_special_airy_ai_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1223349Z test_schema_correctness_special_airy_ai_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1223536Z test_schema_correctness_special_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1223728Z test_schema_correctness_special_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1223918Z test_schema_correctness_special_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1224103Z test_schema_correctness_special_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1224285Z test_schema_correctness_special_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1224462Z test_schema_correctness_special_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1224645Z test_schema_correctness_special_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1224824Z test_schema_correctness_special_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1225025Z test_schema_correctness_special_bessel_j1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1225214Z test_schema_correctness_special_bessel_j1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1225402Z test_schema_correctness_special_bessel_j1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1225586Z test_schema_correctness_special_bessel_j1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1225765Z test_schema_correctness_special_bessel_j1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1225942Z test_schema_correctness_special_bessel_j1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1226125Z test_schema_correctness_special_bessel_j1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1226302Z test_schema_correctness_special_bessel_j1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1226483Z test_schema_correctness_special_bessel_y0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1226668Z test_schema_correctness_special_bessel_y0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1226840Z test_schema_correctness_special_bessel_y0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1227020Z test_schema_correctness_special_bessel_y0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1227202Z test_schema_correctness_special_bessel_y0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1227382Z test_schema_correctness_special_bessel_y0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1227558Z test_schema_correctness_special_bessel_y0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1227737Z test_schema_correctness_special_bessel_y0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1227915Z test_schema_correctness_special_bessel_y1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1228102Z test_schema_correctness_special_bessel_y1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1228283Z test_schema_correctness_special_bessel_y1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1228450Z test_schema_correctness_special_bessel_y1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1228631Z test_schema_correctness_special_bessel_y1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1228856Z test_schema_correctness_special_bessel_y1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1229041Z test_schema_correctness_special_bessel_y1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1229222Z test_schema_correctness_special_bessel_y1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1229423Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1229630Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1229834Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1230035Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1230226Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.1230462Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1230662Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1230860Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1231058Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1231259Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1231459Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1231657Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1231855Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1232050Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1232234Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.1232430Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1232831Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1233229Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1233621Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1234007Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1234391Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1234770Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:47:50.1235199Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:47:50.1235587Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1235967Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1236353Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1236739Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1237140Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1237524Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1237904Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1238286Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1238675Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1238868Z test_schema_correctness_special_entr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1239050Z test_schema_correctness_special_entr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1239235Z test_schema_correctness_special_entr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1239419Z test_schema_correctness_special_entr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1239601Z test_schema_correctness_special_entr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1239781Z test_schema_correctness_special_entr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1239947Z test_schema_correctness_special_entr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1240128Z test_schema_correctness_special_entr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1240309Z test_schema_correctness_special_entr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1240490Z test_schema_correctness_special_erfcx_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1240674Z test_schema_correctness_special_erfcx_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1240858Z test_schema_correctness_special_erfcx_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1241038Z test_schema_correctness_special_erfcx_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1241220Z test_schema_correctness_special_erfcx_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1241435Z test_schema_correctness_special_erfcx_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1241602Z test_schema_correctness_special_erfcx_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1241784Z test_schema_correctness_special_erfcx_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1241985Z test_schema_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1242186Z test_schema_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.1242387Z test_schema_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1242586Z test_schema_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1242787Z test_schema_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1242984Z test_schema_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1243211Z test_schema_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1243409Z test_schema_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1243597Z test_schema_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1243798Z test_schema_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1243995Z test_schema_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1244198Z test_schema_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1244396Z test_schema_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1244593Z test_schema_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1244789Z test_schema_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1244983Z test_schema_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1245166Z test_schema_correctness_special_i0e_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1245333Z test_schema_correctness_special_i0e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1245520Z test_schema_correctness_special_i0e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1245701Z test_schema_correctness_special_i0e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1245881Z test_schema_correctness_special_i0e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1246060Z test_schema_correctness_special_i0e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1246236Z test_schema_correctness_special_i0e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1246412Z test_schema_correctness_special_i0e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1246588Z test_schema_correctness_special_i0e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1246766Z test_schema_correctness_special_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1246966Z test_schema_correctness_special_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1247147Z test_schema_correctness_special_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1247326Z test_schema_correctness_special_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1247499Z test_schema_correctness_special_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1247669Z test_schema_correctness_special_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1247843Z test_schema_correctness_special_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1248020Z test_schema_correctness_special_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1248199Z test_schema_correctness_special_i1e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1248382Z test_schema_correctness_special_i1e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1248575Z test_schema_correctness_special_i1e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1248756Z test_schema_correctness_special_i1e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1248933Z test_schema_correctness_special_i1e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1249109Z test_schema_correctness_special_i1e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1249285Z test_schema_correctness_special_i1e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1249461Z test_schema_correctness_special_i1e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1249664Z test_schema_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1249870Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1250073Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1250257Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1250457Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1250654Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1250853Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1251058Z test_schema_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1251452Z test_schema_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1251848Z test_schema_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1252233Z test_schema_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:47:50.1252622Z test_schema_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1253039Z test_schema_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-12-01T10:47:50.1253421Z test_schema_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1253803Z test_schema_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1254174Z test_schema_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1254360Z test_schema_correctness_special_log_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1254552Z test_schema_correctness_special_log_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1254741Z test_schema_correctness_special_log_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1254954Z test_schema_correctness_special_log_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1255143Z test_schema_correctness_special_log_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1255327Z test_schema_correctness_special_log_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1255511Z test_schema_correctness_special_log_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1255694Z test_schema_correctness_special_log_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1255891Z test_schema_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1256079Z test_schema_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1256279Z test_schema_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1256474Z test_schema_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1256666Z test_schema_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1257042Z test_schema_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1257254Z test_schema_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1257451Z test_schema_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1257644Z test_schema_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1257842Z test_schema_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1258024Z test_schema_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1258217Z test_schema_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1258405Z test_schema_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1258593Z test_schema_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1258840Z test_schema_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1259032Z test_schema_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1259226Z test_schema_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1259511Z test_schema_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1259706Z test_schema_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1259896Z test_schema_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1260072Z test_schema_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1260261Z test_schema_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1260455Z test_schema_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1260709Z test_schema_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1260899Z test_schema_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1261094Z test_schema_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1261287Z test_schema_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1261477Z test_schema_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1261668Z test_schema_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1261858Z test_schema_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1262036Z test_schema_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1262228Z test_schema_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1262414Z test_schema_correctness_special_ndtr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1262598Z test_schema_correctness_special_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1262782Z test_schema_correctness_special_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1262968Z test_schema_correctness_special_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1263151Z test_schema_correctness_special_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1263335Z test_schema_correctness_special_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1263511Z test_schema_correctness_special_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1263679Z test_schema_correctness_special_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1263862Z test_schema_correctness_special_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1264043Z test_schema_correctness_special_ndtri_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1264228Z test_schema_correctness_special_ndtri_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1264470Z test_schema_correctness_special_ndtri_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1264650Z test_schema_correctness_special_ndtri_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1264832Z test_schema_correctness_special_ndtri_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1265013Z test_schema_correctness_special_ndtri_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1265193Z test_schema_correctness_special_ndtri_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1265361Z test_schema_correctness_special_ndtri_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1265578Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1265794Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1266008Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1266242Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1266452Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1266657Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1266857Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1267068Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1267280Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1267471Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1267678Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1267882Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1268082Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1268280Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1268478Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1268674Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1268878Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1269074Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1269276Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1269462Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1269659Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1269887Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1270082Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1270278Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1270477Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1270902Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1271311Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1271746Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1272148Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1272544Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1272938Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1273324Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1273723Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1274119Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1274519Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1274912Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1275302Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1275700Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1276093Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1276487Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1276880Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1277310Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1277709Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1278104Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1278497Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1278893Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1279308Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1279706Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1280098Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1280491Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1280892Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1281296Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1281688Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1282079Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1282475Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1282869Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1283258Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-12-01T10:47:50.1283456Z test_schema_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1283659Z test_schema_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1283845Z test_schema_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1284071Z test_schema_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1284264Z test_schema_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1284458Z test_schema_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1284656Z test_schema_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1284853Z test_schema_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1285041Z test_schema_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1285227Z test_schema_correctness_special_xlog1py_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1285416Z test_schema_correctness_special_xlog1py_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1285629Z test_schema_correctness_special_xlog1py_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1285798Z test_schema_correctness_special_xlog1py_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1285982Z test_schema_correctness_special_xlog1py_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1286163Z test_schema_correctness_special_xlog1py_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1286342Z test_schema_correctness_special_xlog1py_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1286526Z test_schema_correctness_special_xlog1py_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1286707Z test_schema_correctness_special_xlog1py_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1286888Z test_schema_correctness_special_zeta_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1287069Z test_schema_correctness_special_zeta_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1287250Z test_schema_correctness_special_zeta_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1287416Z test_schema_correctness_special_zeta_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1287600Z test_schema_correctness_special_zeta_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.1287774Z test_schema_correctness_special_zeta_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.1287953Z test_schema_correctness_special_zeta_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1288135Z test_schema_correctness_special_zeta_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1288311Z test_schema_correctness_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1288485Z test_schema_correctness_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1288664Z test_schema_correctness_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1288841Z test_schema_correctness_split_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1289003Z test_schema_correctness_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1289177Z test_schema_correctness_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1289348Z test_schema_correctness_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1289551Z test_schema_correctness_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1289720Z test_schema_correctness_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1289895Z test_schema_correctness_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1290066Z test_schema_correctness_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1290239Z test_schema_correctness_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1290395Z test_schema_correctness_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1290584Z test_schema_correctness_split_list_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1290765Z test_schema_correctness_split_list_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1290956Z test_schema_correctness_split_list_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1291176Z test_schema_correctness_split_list_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1291362Z test_schema_correctness_split_list_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1291546Z test_schema_correctness_split_list_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1291728Z test_schema_correctness_split_list_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1291911Z test_schema_correctness_split_list_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1292093Z test_schema_correctness_split_list_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1292264Z test_schema_correctness_split_list_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:47:50.1292445Z test_schema_correctness_split_list_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1292625Z test_schema_correctness_split_list_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1292814Z test_schema_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1292993Z test_schema_correctness_split_with_sizes_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1293182Z test_schema_correctness_split_with_sizes_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1293371Z test_schema_correctness_split_with_sizes_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1293562Z test_schema_correctness_split_with_sizes_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1293744Z test_schema_correctness_split_with_sizes_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1293917Z test_schema_correctness_split_with_sizes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1294102Z test_schema_correctness_split_with_sizes_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1294285Z test_schema_correctness_split_with_sizes_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1294463Z test_schema_correctness_split_with_sizes_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1294648Z test_schema_correctness_split_with_sizes_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1294828Z test_schema_correctness_split_with_sizes_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1295037Z test_schema_correctness_split_with_sizes_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1295216Z test_schema_correctness_sqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1295387Z test_schema_correctness_sqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1295551Z test_schema_correctness_sqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1295730Z test_schema_correctness_sqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1295902Z test_schema_correctness_sqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1296070Z test_schema_correctness_sqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1296239Z test_schema_correctness_sqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1296413Z test_schema_correctness_sqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1296612Z test_schema_correctness_sqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1296978Z test_schema_correctness_sqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1297162Z test_schema_correctness_sqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1297329Z test_schema_correctness_square_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1297501Z test_schema_correctness_square_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1297685Z test_schema_correctness_square_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1297865Z test_schema_correctness_square_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1298047Z test_schema_correctness_square_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1298222Z test_schema_correctness_square_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1298398Z test_schema_correctness_square_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1298570Z test_schema_correctness_square_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1298739Z test_schema_correctness_square_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1298890Z test_schema_correctness_square_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1299060Z test_schema_correctness_square_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1299233Z test_schema_correctness_square_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1299486Z test_schema_correctness_squeeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1299667Z test_schema_correctness_squeeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1299850Z test_schema_correctness_squeeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1300034Z test_schema_correctness_squeeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1300212Z test_schema_correctness_squeeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1300376Z test_schema_correctness_squeeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1300553Z test_schema_correctness_squeeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1300775Z test_schema_correctness_squeeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1300950Z test_schema_correctness_squeeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1301127Z test_schema_correctness_squeeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1301297Z test_schema_correctness_squeeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1301469Z test_schema_correctness_squeeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1301640Z test_schema_correctness_squeeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1301814Z test_schema_correctness_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1301974Z test_schema_correctness_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1302156Z test_schema_correctness_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1302334Z test_schema_correctness_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1302556Z test_schema_correctness_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1302731Z test_schema_correctness_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1302905Z test_schema_correctness_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1303075Z test_schema_correctness_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1303245Z test_schema_correctness_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1303417Z test_schema_correctness_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1303576Z test_schema_correctness_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1303747Z test_schema_correctness_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1303918Z test_schema_correctness_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1304091Z test_schema_correctness_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1304267Z test_schema_correctness_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1304440Z test_schema_correctness_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1304613Z test_schema_correctness_std_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1304782Z test_schema_correctness_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1304953Z test_schema_correctness_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1305118Z test_schema_correctness_std_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1305303Z test_schema_correctness_std_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.1305485Z test_schema_correctness_std_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.1305661Z test_schema_correctness_std_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1305840Z test_schema_correctness_std_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1306015Z test_schema_correctness_std_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1306197Z test_schema_correctness_stft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-12-01T10:47:50.1306406Z test_schema_correctness_stft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-12-01T10:47:50.1307189Z test_schema_correctness_stft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:633: 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-12-01T10:47:50.1307291Z normalized, onesided, return_complex) 2022-12-01T10:47:50.1307345Z ok (0.105s) 2022-12-01T10:47:50.1307520Z test_schema_correctness_stft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-12-01T10:47:50.1307691Z test_schema_correctness_sub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1307869Z test_schema_correctness_sub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.1308046Z test_schema_correctness_sub_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1308251Z test_schema_correctness_sub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:47:50.1308422Z test_schema_correctness_sub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:47:50.1308594Z test_schema_correctness_sub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:47:50.1308751Z test_schema_correctness_sub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-12-01T10:47:50.1308921Z test_schema_correctness_sub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.1309090Z test_schema_correctness_sub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1309258Z test_schema_correctness_sub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1309432Z test_schema_correctness_sub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1309600Z test_schema_correctness_sub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1309776Z test_schema_correctness_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-12-01T10:47:50.1309946Z test_schema_correctness_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:47:50.1310122Z test_schema_correctness_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.1310282Z test_schema_correctness_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:47:50.1310453Z test_schema_correctness_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.1310622Z test_schema_correctness_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.1310812Z test_schema_correctness_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.1311062Z test_schema_correctness_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:47:50.1311237Z test_schema_correctness_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:47:50.1311408Z test_schema_correctness_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:47:50.1311578Z test_schema_correctness_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:47:50.1311741Z test_schema_correctness_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-12-01T10:47:50.1311911Z test_schema_correctness_sum_to_size_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.1312090Z test_schema_correctness_sum_to_size_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1312313Z test_schema_correctness_sum_to_size_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.1312501Z test_schema_correctness_sum_to_size_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.1312682Z test_schema_correctness_sum_to_size_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.1312861Z test_schema_correctness_sum_to_size_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1313041Z test_schema_correctness_sum_to_size_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.1313219Z test_schema_correctness_sum_to_size_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.1313397Z test_schema_correctness_sum_to_size_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.1313561Z test_schema_correctness_sum_to_size_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1313737Z test_schema_correctness_sum_to_size_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1313942Z test_schema_correctness_sum_to_size_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1314138Z test_schema_correctness_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.1314330Z test_schema_correctness_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:47:50.1314502Z test_schema_correctness_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.767s) 2022-12-01T10:47:50.1314673Z test_schema_correctness_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.713s) 2022-12-01T10:47:50.1314857Z test_schema_correctness_svd_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (13.620s) 2022-12-01T10:47:50.1315040Z test_schema_correctness_svd_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (12.871s) 2022-12-01T10:47:50.1315614Z test_schema_correctness_symeig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-12-01T10:47:50.1315828Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-12-01T10:47:50.1315923Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:47:50.1316005Z should be replaced with 2022-12-01T10:47:50.1316181Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:47:50.1316243Z and 2022-12-01T10:47:50.1316345Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:47:50.1316425Z should be replaced with 2022-12-01T10:47:50.1316764Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2806.) 2022-12-01T10:47:50.1316854Z return self.op(*args, **kwargs) 2022-12-01T10:47:50.1316921Z ok (0.030s) 2022-12-01T10:47:50.1317107Z test_schema_correctness_symeig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1317285Z test_schema_correctness_symeig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1317458Z test_schema_correctness_symeig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1317629Z test_schema_correctness_t_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1317796Z test_schema_correctness_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1317957Z test_schema_correctness_t_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1318161Z test_schema_correctness_t_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1318331Z test_schema_correctness_t_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1318503Z test_schema_correctness_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1318670Z test_schema_correctness_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1318836Z test_schema_correctness_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1319002Z test_schema_correctness_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1319166Z test_schema_correctness_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1319332Z test_schema_correctness_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1319488Z test_schema_correctness_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1319673Z test_schema_correctness_take_along_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.1319883Z test_schema_correctness_take_along_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1320076Z test_schema_correctness_take_along_dim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-12-01T10:47:50.1320263Z test_schema_correctness_take_along_dim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.1320447Z test_schema_correctness_take_along_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.1320634Z test_schema_correctness_take_along_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1320813Z test_schema_correctness_take_along_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1320998Z test_schema_correctness_take_along_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1321167Z test_schema_correctness_take_along_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1321350Z test_schema_correctness_take_along_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1321566Z test_schema_correctness_take_along_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1321835Z test_schema_correctness_take_along_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1322063Z test_schema_correctness_take_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1322234Z test_schema_correctness_take_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1322414Z test_schema_correctness_take_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1322589Z test_schema_correctness_take_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1322765Z test_schema_correctness_take_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1322921Z test_schema_correctness_take_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.1323089Z test_schema_correctness_take_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.1323261Z test_schema_correctness_take_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1323432Z test_schema_correctness_take_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.1323601Z test_schema_correctness_take_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1323818Z test_schema_correctness_take_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1323986Z test_schema_correctness_take_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1324163Z test_schema_correctness_tan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1324335Z test_schema_correctness_tan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1324497Z test_schema_correctness_tan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1324672Z test_schema_correctness_tan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1324840Z test_schema_correctness_tan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1325010Z test_schema_correctness_tan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1325177Z test_schema_correctness_tan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1325346Z test_schema_correctness_tan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1325542Z test_schema_correctness_tan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1325714Z test_schema_correctness_tan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1325866Z test_schema_correctness_tan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1326043Z test_schema_correctness_tanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1326208Z test_schema_correctness_tanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1326385Z test_schema_correctness_tanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1326562Z test_schema_correctness_tanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1326736Z test_schema_correctness_tanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1326908Z test_schema_correctness_tanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1327077Z test_schema_correctness_tanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1327247Z test_schema_correctness_tanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1327404Z test_schema_correctness_tanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1327573Z test_schema_correctness_tanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1327739Z test_schema_correctness_tanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1327926Z test_schema_correctness_tensor_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.066s) 2022-12-01T10:47:50.1328108Z test_schema_correctness_tensor_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.052s) 2022-12-01T10:47:50.1328298Z test_schema_correctness_tensor_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.068s) 2022-12-01T10:47:50.1328485Z test_schema_correctness_tensor_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-12-01T10:47:50.1328667Z test_schema_correctness_tensor_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.1328848Z test_schema_correctness_tensor_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.1329012Z test_schema_correctness_tensor_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-12-01T10:47:50.1329192Z test_schema_correctness_tensor_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:47:50.1329395Z test_schema_correctness_tensor_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.1329572Z test_schema_correctness_tensor_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:47:50.1329752Z test_schema_correctness_tensor_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-12-01T10:47:50.1329932Z test_schema_correctness_tensor_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-12-01T10:47:50.1330108Z test_schema_correctness_tensordot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:47:50.1330292Z test_schema_correctness_tensordot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.1330476Z test_schema_correctness_tensordot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.067s) 2022-12-01T10:47:50.1330643Z test_schema_correctness_tensordot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.1330826Z test_schema_correctness_tensordot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:47:50.1331002Z test_schema_correctness_tensordot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.1331207Z test_schema_correctness_tensordot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:47:50.1331379Z test_schema_correctness_tensordot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-12-01T10:47:50.1331554Z test_schema_correctness_tensordot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.1331727Z test_schema_correctness_tensordot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.1331899Z test_schema_correctness_tile_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.1332069Z test_schema_correctness_tile_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-12-01T10:47:50.1332235Z test_schema_correctness_tile_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-12-01T10:47:50.1332415Z test_schema_correctness_tile_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-12-01T10:47:50.1332588Z test_schema_correctness_tile_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.1332756Z test_schema_correctness_tile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-12-01T10:47:50.1332927Z test_schema_correctness_tile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:47:50.1333097Z test_schema_correctness_tile_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-12-01T10:47:50.1333266Z test_schema_correctness_tile_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-12-01T10:47:50.1333435Z test_schema_correctness_tile_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-12-01T10:47:50.1333608Z test_schema_correctness_tile_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-12-01T10:47:50.1333760Z test_schema_correctness_tile_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-12-01T10:47:50.1333935Z test_schema_correctness_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.189s) 2022-12-01T10:47:50.1334104Z test_schema_correctness_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.157s) 2022-12-01T10:47:50.1334280Z test_schema_correctness_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.187s) 2022-12-01T10:47:50.1334452Z test_schema_correctness_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.168s) 2022-12-01T10:47:50.1334620Z test_schema_correctness_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.166s) 2022-12-01T10:47:50.1334790Z test_schema_correctness_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.172s) 2022-12-01T10:47:50.1334988Z test_schema_correctness_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.879s) 2022-12-01T10:47:50.1335144Z test_schema_correctness_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.161s) 2022-12-01T10:47:50.1335314Z test_schema_correctness_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.158s) 2022-12-01T10:47:50.1335481Z test_schema_correctness_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.147s) 2022-12-01T10:47:50.1335647Z test_schema_correctness_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.194s) 2022-12-01T10:47:50.1335815Z test_schema_correctness_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.161s) 2022-12-01T10:47:50.1335995Z test_schema_correctness_to_sparse_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1336173Z test_schema_correctness_to_sparse_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1336359Z test_schema_correctness_to_sparse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1336542Z test_schema_correctness_to_sparse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-12-01T10:47:50.1336741Z test_schema_correctness_to_sparse_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1337045Z test_schema_correctness_to_sparse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1337223Z test_schema_correctness_to_sparse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1337399Z test_schema_correctness_to_sparse_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1337571Z test_schema_correctness_to_sparse_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1337739Z test_schema_correctness_to_sparse_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1337918Z test_schema_correctness_to_sparse_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1338089Z test_schema_correctness_to_sparse_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-12-01T10:47:50.1338263Z test_schema_correctness_topk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-12-01T10:47:50.1338423Z test_schema_correctness_topk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.1338593Z test_schema_correctness_topk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1338764Z test_schema_correctness_topk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1338933Z test_schema_correctness_topk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1339105Z test_schema_correctness_topk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-12-01T10:47:50.1339335Z test_schema_correctness_topk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1339511Z test_schema_correctness_topk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1339693Z test_schema_correctness_trace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1339877Z test_schema_correctness_trace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1340038Z test_schema_correctness_trace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1340208Z test_schema_correctness_trace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1340381Z test_schema_correctness_trace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1340551Z test_schema_correctness_trace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1340775Z test_schema_correctness_trace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1340948Z test_schema_correctness_trace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1341120Z test_schema_correctness_trace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1341302Z test_schema_correctness_transpose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1341481Z test_schema_correctness_transpose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1341652Z test_schema_correctness_transpose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1341836Z test_schema_correctness_transpose_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1342023Z test_schema_correctness_transpose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1342204Z test_schema_correctness_transpose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1342435Z test_schema_correctness_transpose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1342615Z test_schema_correctness_transpose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1342792Z test_schema_correctness_transpose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1342963Z test_schema_correctness_transpose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1343131Z test_schema_correctness_transpose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1343295Z test_schema_correctness_transpose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1343471Z test_schema_correctness_transpose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1343653Z test_schema_correctness_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.1343841Z test_schema_correctness_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.132s) 2022-12-01T10:47:50.1344023Z test_schema_correctness_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-12-01T10:47:50.1344202Z test_schema_correctness_trapezoid_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-12-01T10:47:50.1344381Z test_schema_correctness_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-12-01T10:47:50.1344555Z test_schema_correctness_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-12-01T10:47:50.1344734Z test_schema_correctness_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-12-01T10:47:50.1344895Z test_schema_correctness_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-12-01T10:47:50.1345064Z test_schema_correctness_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.1345244Z test_schema_correctness_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-12-01T10:47:50.1345419Z test_schema_correctness_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.1345594Z test_schema_correctness_trapz_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.1345774Z test_schema_correctness_trapz_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-12-01T10:47:50.1345946Z test_schema_correctness_trapz_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:47:50.1346121Z test_schema_correctness_trapz_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.118s) 2022-12-01T10:47:50.1346326Z test_schema_correctness_trapz_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-12-01T10:47:50.1346487Z test_schema_correctness_trapz_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-12-01T10:47:50.1346662Z test_schema_correctness_trapz_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-12-01T10:47:50.1346832Z test_schema_correctness_trapz_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-12-01T10:47:50.1347001Z test_schema_correctness_trapz_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.132s) 2022-12-01T10:47:50.1347172Z test_schema_correctness_trapz_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-12-01T10:47:50.1347342Z test_schema_correctness_trapz_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.116s) 2022-12-01T10:47:50.1347992Z test_schema_correctness_triangular_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1068: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-12-01T10:47:50.1348207Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:47:50.1348312Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:47:50.1348379Z should be replaced with 2022-12-01T10:47:50.1348612Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:47:50.1348703Z return self.op(*args, **kwargs) 2022-12-01T10:47:50.1348771Z ok (0.047s) 2022-12-01T10:47:50.1348965Z test_schema_correctness_triangular_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.070s) 2022-12-01T10:47:50.1349156Z test_schema_correctness_triangular_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.1349347Z test_schema_correctness_triangular_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:47:50.1349522Z test_schema_correctness_tril_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1349680Z test_schema_correctness_tril_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1349860Z test_schema_correctness_tril_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1350038Z test_schema_correctness_tril_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1350210Z test_schema_correctness_tril_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1350380Z test_schema_correctness_tril_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1350547Z test_schema_correctness_tril_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1350718Z test_schema_correctness_tril_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1350889Z test_schema_correctness_tril_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1351060Z test_schema_correctness_tril_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1351216Z test_schema_correctness_tril_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1351385Z test_schema_correctness_tril_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1351565Z test_schema_correctness_tril_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:47:50.1351739Z test_schema_correctness_tril_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.1351949Z test_schema_correctness_triu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1352118Z test_schema_correctness_triu_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1352296Z test_schema_correctness_triu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1352472Z test_schema_correctness_triu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1352646Z test_schema_correctness_triu_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1352801Z test_schema_correctness_triu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.1352967Z test_schema_correctness_triu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:47:50.1353137Z test_schema_correctness_triu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1353306Z test_schema_correctness_triu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-12-01T10:47:50.1353476Z test_schema_correctness_triu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1353719Z test_schema_correctness_triu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:47:50.1353886Z test_schema_correctness_triu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1354071Z test_schema_correctness_triu_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.1354251Z test_schema_correctness_triu_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-12-01T10:47:50.1354421Z test_schema_correctness_true_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-12-01T10:47:50.1354601Z test_schema_correctness_true_divide_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1354789Z test_schema_correctness_true_divide_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-12-01T10:47:50.1354975Z test_schema_correctness_true_divide_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.1355160Z test_schema_correctness_true_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.1355337Z test_schema_correctness_true_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1355515Z test_schema_correctness_true_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1355696Z test_schema_correctness_true_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1355874Z test_schema_correctness_true_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-12-01T10:47:50.1356037Z test_schema_correctness_true_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1356216Z test_schema_correctness_true_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1356394Z test_schema_correctness_true_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1356575Z test_schema_correctness_trunc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1356748Z test_schema_correctness_trunc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1356918Z test_schema_correctness_trunc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1357090Z test_schema_correctness_trunc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1357258Z test_schema_correctness_trunc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1357426Z test_schema_correctness_trunc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1357614Z test_schema_correctness_trunc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1357781Z test_schema_correctness_trunc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1357962Z test_schema_correctness_unbind_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1358133Z test_schema_correctness_unbind_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1358312Z test_schema_correctness_unbind_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.1358491Z test_schema_correctness_unbind_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1358671Z test_schema_correctness_unbind_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1358847Z test_schema_correctness_unbind_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1359008Z test_schema_correctness_unbind_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1359178Z test_schema_correctness_unbind_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1359377Z test_schema_correctness_unbind_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1359551Z test_schema_correctness_unbind_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1359724Z test_schema_correctness_unbind_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1359893Z test_schema_correctness_unbind_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1360065Z test_schema_correctness_unbind_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1360249Z test_schema_correctness_unflatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1360428Z test_schema_correctness_unflatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1360602Z test_schema_correctness_unflatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1360786Z test_schema_correctness_unflatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1360968Z test_schema_correctness_unflatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-12-01T10:47:50.1361149Z test_schema_correctness_unflatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1361327Z test_schema_correctness_unflatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1361502Z test_schema_correctness_unflatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1361681Z test_schema_correctness_unflatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1361853Z test_schema_correctness_unflatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1362023Z test_schema_correctness_unflatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1362185Z test_schema_correctness_unflatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1362363Z test_schema_correctness_unflatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-12-01T10:47:50.1362534Z test_schema_correctness_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-12-01T10:47:50.1362707Z test_schema_correctness_unfold_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.1362885Z test_schema_correctness_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-12-01T10:47:50.1363095Z test_schema_correctness_unfold_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1363268Z test_schema_correctness_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-12-01T10:47:50.1363446Z test_schema_correctness_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:47:50.1363617Z test_schema_correctness_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:47:50.1363774Z test_schema_correctness_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:47:50.1363947Z test_schema_correctness_unfold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-12-01T10:47:50.1364118Z test_schema_correctness_unfold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-12-01T10:47:50.1364284Z test_schema_correctness_unfold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.1364456Z test_schema_correctness_unfold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-12-01T10:47:50.1364628Z test_schema_correctness_unfold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.1364832Z test_schema_correctness_uniform_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1365014Z test_schema_correctness_uniform_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1365193Z test_schema_correctness_uniform_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1365355Z test_schema_correctness_uniform_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1365526Z test_schema_correctness_uniform_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1365698Z test_schema_correctness_uniform_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1365894Z test_schema_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.509s) 2022-12-01T10:47:50.1366080Z test_schema_correctness_unique_consecutive_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.507s) 2022-12-01T10:47:50.1366273Z test_schema_correctness_unique_consecutive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.506s) 2022-12-01T10:47:50.1366461Z test_schema_correctness_unique_consecutive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.478s) 2022-12-01T10:47:50.1366651Z test_schema_correctness_unique_consecutive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.480s) 2022-12-01T10:47:50.1366838Z test_schema_correctness_unique_consecutive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.460s) 2022-12-01T10:47:50.1367009Z test_schema_correctness_unique_consecutive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.443s) 2022-12-01T10:47:50.1367200Z test_schema_correctness_unique_consecutive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.459s) 2022-12-01T10:47:50.1367384Z test_schema_correctness_unique_consecutive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.440s) 2022-12-01T10:47:50.1367564Z test_schema_correctness_unique_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.013s) 2022-12-01T10:47:50.1367735Z test_schema_correctness_unique_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.921s) 2022-12-01T10:47:50.1367911Z test_schema_correctness_unique_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.968s) 2022-12-01T10:47:50.1368083Z test_schema_correctness_unique_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.942s) 2022-12-01T10:47:50.1368255Z test_schema_correctness_unique_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.999s) 2022-12-01T10:47:50.1368424Z test_schema_correctness_unique_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.924s) 2022-12-01T10:47:50.1368607Z test_schema_correctness_unique_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.934s) 2022-12-01T10:47:50.1368777Z test_schema_correctness_unique_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.943s) 2022-12-01T10:47:50.1368950Z test_schema_correctness_unique_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.960s) 2022-12-01T10:47:50.1369130Z test_schema_correctness_unsqueeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1369306Z test_schema_correctness_unsqueeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1369488Z test_schema_correctness_unsqueeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1369672Z test_schema_correctness_unsqueeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1369854Z test_schema_correctness_unsqueeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1370035Z test_schema_correctness_unsqueeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1370227Z test_schema_correctness_unsqueeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1370408Z test_schema_correctness_unsqueeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1370584Z test_schema_correctness_unsqueeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1370755Z test_schema_correctness_unsqueeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1370929Z test_schema_correctness_unsqueeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1371104Z test_schema_correctness_unsqueeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1371277Z test_schema_correctness_unsqueeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1371453Z test_schema_correctness_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1371629Z test_schema_correctness_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-12-01T10:47:50.1371791Z test_schema_correctness_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1371962Z test_schema_correctness_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1372133Z test_schema_correctness_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1372304Z test_schema_correctness_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1372481Z test_schema_correctness_var_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1372663Z test_schema_correctness_var_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-12-01T10:47:50.1372843Z test_schema_correctness_var_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-12-01T10:47:50.1373026Z test_schema_correctness_var_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-12-01T10:47:50.1373202Z test_schema_correctness_var_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1373364Z test_schema_correctness_var_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1373541Z test_schema_correctness_vdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1373731Z test_schema_correctness_vdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.1373922Z test_schema_correctness_vdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:47:50.1374125Z test_schema_correctness_vdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1374295Z test_schema_correctness_vdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1374469Z test_schema_correctness_vdot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1374639Z test_schema_correctness_vdot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1374808Z test_schema_correctness_vdot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1374966Z test_schema_correctness_vdot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1375134Z test_schema_correctness_vdot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1375321Z test_schema_correctness_view_as_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1375509Z test_schema_correctness_view_as_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-12-01T10:47:50.1375688Z test_schema_correctness_view_as_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-12-01T10:47:50.1375893Z test_schema_correctness_view_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1376066Z test_schema_correctness_view_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1376245Z test_schema_correctness_view_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1376425Z test_schema_correctness_view_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1376590Z test_schema_correctness_view_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1376907Z test_schema_correctness_view_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1377171Z test_schema_correctness_view_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1377368Z test_schema_correctness_view_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1377541Z test_schema_correctness_view_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1377711Z test_schema_correctness_view_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1377878Z test_schema_correctness_view_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1378049Z test_schema_correctness_view_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1378224Z test_schema_correctness_view_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-12-01T10:47:50.1378396Z test_schema_correctness_view_as_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1378585Z test_schema_correctness_view_as_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-12-01T10:47:50.1378761Z test_schema_correctness_view_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:47:50.1378931Z test_schema_correctness_view_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-12-01T10:47:50.1379106Z test_schema_correctness_view_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:47:50.1379341Z test_schema_correctness_view_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1379517Z test_schema_correctness_view_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-12-01T10:47:50.1379689Z test_schema_correctness_view_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:47:50.1379900Z test_schema_correctness_view_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-12-01T10:47:50.1380071Z test_schema_correctness_view_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-12-01T10:47:50.1380243Z test_schema_correctness_view_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.1380414Z test_schema_correctness_view_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.1380583Z test_schema_correctness_view_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.1380753Z test_schema_correctness_view_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.1380921Z test_schema_correctness_view_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-12-01T10:47:50.1381100Z test_schema_correctness_vsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1381273Z test_schema_correctness_vsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1381442Z test_schema_correctness_vsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1381688Z test_schema_correctness_vsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1381861Z test_schema_correctness_vsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1382037Z test_schema_correctness_vsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1382211Z test_schema_correctness_vsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-12-01T10:47:50.1382380Z test_schema_correctness_vsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1382554Z test_schema_correctness_vsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1382731Z test_schema_correctness_vsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1382898Z test_schema_correctness_vsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1383056Z test_schema_correctness_vsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1383229Z test_schema_correctness_vsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-12-01T10:47:50.1383404Z test_schema_correctness_vstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1383578Z test_schema_correctness_vstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1383759Z test_schema_correctness_vstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1383939Z test_schema_correctness_vstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1384122Z test_schema_correctness_vstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1384297Z test_schema_correctness_vstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1384475Z test_schema_correctness_vstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1384632Z test_schema_correctness_vstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-12-01T10:47:50.1384804Z test_schema_correctness_vstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1384971Z test_schema_correctness_vstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1385136Z test_schema_correctness_vstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1385310Z test_schema_correctness_vstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1385511Z test_schema_correctness_vstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1385685Z test_schema_correctness_where_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1385857Z test_schema_correctness_where_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1386035Z test_schema_correctness_where_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.1386198Z test_schema_correctness_where_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1386369Z test_schema_correctness_where_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1386548Z test_schema_correctness_where_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1386719Z test_schema_correctness_where_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-12-01T10:47:50.1386887Z test_schema_correctness_where_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-12-01T10:47:50.1387058Z test_schema_correctness_where_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1387251Z test_schema_correctness_where_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1387424Z test_schema_correctness_where_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1387595Z test_schema_correctness_where_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1387751Z test_schema_correctness_where_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-12-01T10:47:50.1387928Z test_schema_correctness_xlogy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1388096Z test_schema_correctness_xlogy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1388268Z test_schema_correctness_xlogy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-12-01T10:47:50.1388435Z test_schema_correctness_xlogy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-12-01T10:47:50.1388604Z test_schema_correctness_xlogy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-12-01T10:47:50.1388773Z test_schema_correctness_xlogy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1388941Z test_schema_correctness_xlogy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1389098Z test_schema_correctness_xlogy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-12-01T10:47:50.1389268Z test_schema_correctness_xlogy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1389436Z test_schema_correctness_xlogy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-12-01T10:47:50.1389613Z test_schema_correctness_zero__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1389782Z test_schema_correctness_zero__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1389964Z test_schema_correctness_zero__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1390141Z test_schema_correctness_zero__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-12-01T10:47:50.1390314Z test_schema_correctness_zero__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1390483Z test_schema_correctness_zero__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1390636Z test_schema_correctness_zero__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1390806Z test_schema_correctness_zero__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1391005Z test_schema_correctness_zero__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1391171Z test_schema_correctness_zero__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1391343Z test_schema_correctness_zero__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1391510Z test_schema_correctness_zero__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-12-01T10:47:50.1391686Z test_schema_correctness_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1391856Z test_schema_correctness_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1392036Z test_schema_correctness_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1392200Z test_schema_correctness_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1392376Z test_schema_correctness_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1392550Z test_schema_correctness_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1392749Z test_schema_correctness_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1392919Z test_schema_correctness_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1393088Z test_schema_correctness_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1393254Z test_schema_correctness_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1393421Z test_schema_correctness_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1393589Z test_schema_correctness_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1393746Z test_schema_correctness_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-12-01T10:47:50.1393927Z test_schema_correctness_zeros_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.1394105Z test_schema_correctness_zeros_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:47:50.1394289Z test_schema_correctness_zeros_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-12-01T10:47:50.1394472Z test_schema_correctness_zeros_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-12-01T10:47:50.1394654Z test_schema_correctness_zeros_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.1394833Z test_schema_correctness_zeros_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.1395011Z test_schema_correctness_zeros_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-12-01T10:47:50.1395192Z test_schema_correctness_zeros_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-12-01T10:47:50.1395357Z test_schema_correctness_zeros_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-12-01T10:47:50.1395533Z test_schema_correctness_zeros_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.1395704Z test_schema_correctness_zeros_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-12-01T10:47:50.1395879Z test_schema_correctness_zeros_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-12-01T10:47:50.1396055Z test_schema_correctness_zeros_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-12-01T10:47:50.1396068Z 2022-12-01T10:47:50.1396292Z ---------------------------------------------------------------------- 2022-12-01T10:47:50.1396403Z Ran 5132 tests in 957.841s 2022-12-01T10:47:50.1396409Z 2022-12-01T10:47:50.1396483Z OK (skipped=168) 2022-12-01T10:47:50.1396488Z 2022-12-01T10:47:50.1396573Z Generating XML reports... 2022-12-01T10:47:50.1396857Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20221201103150.xml 2022-12-01T10:47:50.1397194Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20221201103150.xml 2022-12-01T10:47:50.1397200Z 2022-12-01T10:47:50.1397606Z ##[endgroup] 2022-12-01T10:47:50.1397897Z FINISHED PRINTING LOG FILE of test_schema_check (/var/lib/jenkins/workspace/test/test-reports/test_schema_check_ex175dwc) 2022-12-01T10:47:50.1397902Z 2022-12-01T10:47:54.5562756Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:47:54.6595435Z Ignoring disabled issues: [] 2022-12-01T10:47:54.6823899Z Running test_package ... [2022-12-01 10:47:54.682068] 2022-12-01T10:47:54.6825905Z Executing ['/opt/conda/bin/python', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:47:54.682374] 2022-12-01T10:48:00.6423572Z 2022-12-01T10:48:00.6424741Z Expand the folded group to see the log file of test_package 2022-12-01T10:48:00.6426424Z ##[group]PRINTING LOG FILE of test_package (/var/lib/jenkins/workspace/test/test-reports/test_package_y1lr7ebe) 2022-12-01T10:48:00.6427314Z Test results will be stored in test-reports/python-unittest/test_package 2022-12-01T10:48:00.6427593Z 2022-12-01T10:48:00.6427714Z Running tests... 2022-12-01T10:48:00.6428212Z ---------------------------------------------------------------------- 2022-12-01T10:48:00.6429684Z 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-12-01T10:48:00.6430668Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-12-01T10:48:00.6431216Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.003s) 2022-12-01T10:48:00.6431780Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-12-01T10:48:00.6432369Z A unpackageable dependency should raise a PackagingError. ... ok (0.003s) 2022-12-01T10:48:00.6432916Z test_deny (test_dependency_api.TestDependencyAPI) 2022-12-01T10:48:00.6433441Z Test marking packages as "deny" during export. ... ok (0.002s) 2022-12-01T10:48:00.6433961Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-12-01T10:48:00.6434412Z Test marking packages as "deny" using globs instead of package names. ... ok (0.003s) 2022-12-01T10:48:00.6435125Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-12-01T10:48:00.6435579Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-12-01T10:48:00.6436461Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-12-01T10:48:00.6437047Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.002s) 2022-12-01T10:48:00.6437671Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2022-12-01T10:48:00.6438361Z Externing c extensions modules should allow us to still access them especially those found in torch._C. ... ok (0.013s) 2022-12-01T10:48:00.6439027Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-12-01T10:48:00.6439627Z The save_module APIs should implicitly intern the module being saved. ... ok (0.001s) 2022-12-01T10:48:00.6440201Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-12-01T10:48:00.6440770Z Failure to handle all dependencies should lead to an error. ... ok (0.003s) 2022-12-01T10:48:00.6441350Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-12-01T10:48:00.6442109Z An incorrectly-formed import should raise a PackagingError. ... ok (0.001s) 2022-12-01T10:48:00.6442897Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-12-01T10:48:00.6443480Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-12-01T10:48:00.6444058Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-12-01T10:48:00.6444695Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.001s) 2022-12-01T10:48:00.6445332Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-12-01T10:48:00.6445957Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-12-01T10:48:00.6446571Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-12-01T10:48:00.6447367Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.005s) 2022-12-01T10:48:00.6448035Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-12-01T10:48:00.6448702Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-12-01T10:48:00.6449373Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-12-01T10:48:00.6450099Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-12-01T10:48:00.6450730Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.002s) 2022-12-01T10:48:00.6451289Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.002s) 2022-12-01T10:48:00.6451803Z test_contains (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:48:00.6452347Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:48:00.6452868Z test_edges (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:48:00.6453388Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:48:00.6453912Z test_iter (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:48:00.6454430Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:48:00.6454949Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:48:00.6455505Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:48:00.6456074Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:48:00.6456629Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:48:00.6457416Z test_successors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-12-01T10:48:00.6458017Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... ok (0.005s) 2022-12-01T10:48:00.6458630Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:48:00.6459355Z Test DirectoryReader's has_record(). ... ok (0.003s) 2022-12-01T10:48:00.6459896Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:48:00.6460507Z Test basic saving and loading of a packages from a DirectoryReader. ... ok (0.003s) 2022-12-01T10:48:00.6461107Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:48:00.6461759Z Test basic saving and loading of modules and pickles from a DirectoryReader. ... skip: no torchvision (0.001s) 2022-12-01T10:48:00.6462453Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:48:00.6463093Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.004s) 2022-12-01T10:48:00.6463752Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:48:00.6464378Z Tests that packaged code can used importlib.resources.path. ... ok (0.004s) 2022-12-01T10:48:00.6465000Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:48:00.6465572Z Tests DirectoryReader as the base for get_resource_reader. ... ok (0.008s) 2022-12-01T10:48:00.6466188Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-12-01T10:48:00.6466980Z Test basic saving and loading of a ScriptModule in a directory. ... ok (0.048s) 2022-12-01T10:48:00.6467530Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:48:00.6468080Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:48:00.6468648Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:48:00.6469226Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:48:00.6469774Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:48:00.6470325Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:48:00.6470916Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:48:00.6471499Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:48:00.6472099Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:48:00.6472685Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:48:00.6473208Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:48:00.6473739Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:48:00.6474388Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:48:00.6474969Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-12-01T10:48:00.6475536Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.002s) 2022-12-01T10:48:00.6476121Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-12-01T10:48:00.6476879Z OrderedImporter's implementation of whichmodule should try each ... ok (0.002s) 2022-12-01T10:48:00.6477503Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-12-01T10:48:00.6478127Z Exercise corner case where we try to pickle an object whose ... ok (0.016s) 2022-12-01T10:48:00.6478726Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.002s) 2022-12-01T10:48:00.6479298Z test_sys_importer (test_importer.TestImporter) ... ok (0.001s) 2022-12-01T10:48:00.6479859Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.001s) 2022-12-01T10:48:00.6480489Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-12-01T10:48:00.6481071Z Tests for backwards compatible fx module ... ok (0.014s) 2022-12-01T10:48:00.6481634Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-12-01T10:48:00.6482197Z Tests for backwards compatible nn module ... ok (0.011s) 2022-12-01T10:48:00.6482790Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-12-01T10:48:00.6483414Z Tests for backwards compatible torchscript module ... ok (0.309s) 2022-12-01T10:48:00.6483934Z test_demangle_base (test_mangling.TestMangling) 2022-12-01T10:48:00.6484533Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.001s) 2022-12-01T10:48:00.6485153Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-12-01T10:48:00.6485775Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.001s) 2022-12-01T10:48:00.6486397Z test_is_mangled (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:48:00.6486964Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:48:00.6487508Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:48:00.6488057Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-12-01T10:48:00.6488620Z Mangling the same name twice should produce the same result. ... ok (0.001s) 2022-12-01T10:48:00.6489197Z test_package_mangler (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:48:00.6489744Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.001s) 2022-12-01T10:48:00.6490295Z test_unique_manglers (test_mangling.TestMangling) 2022-12-01T10:48:00.6490974Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.001s) 2022-12-01T10:48:00.6491578Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.004s) 2022-12-01T10:48:00.6492100Z test_dunder_package_present (test_misc.TestMisc) 2022-12-01T10:48:00.6492840Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.002s) 2022-12-01T10:48:00.6493439Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-12-01T10:48:00.6494139Z The attribute '__torch_package__' should be accessible from within ... ok (0.003s) 2022-12-01T10:48:00.6494689Z test_exporter_content_lists (test_misc.TestMisc) 2022-12-01T10:48:00.6495365Z Test content list API for PackageExporter's contained modules. ... ok (0.004s) 2022-12-01T10:48:00.6495874Z test_file_structure (test_misc.TestMisc) 2022-12-01T10:48:00.6496575Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.004s) 2022-12-01T10:48:00.6497299Z test_file_structure_has_file (test_misc.TestMisc) 2022-12-01T10:48:00.6497866Z Test Directory's has_file() method. ... ok (0.002s) 2022-12-01T10:48:00.6498316Z test_inspect_class (test_misc.TestMisc) 2022-12-01T10:48:00.6498811Z Should be able to retrieve source for a packaged class. ... ok (0.003s) 2022-12-01T10:48:00.6499505Z test_is_from_package (test_misc.TestMisc) 2022-12-01T10:48:00.6499998Z is_from_package should work for objects and modules ... ok (0.003s) 2022-12-01T10:48:00.6500540Z test_load_python_version_from_package (test_misc.TestMisc) 2022-12-01T10:48:00.6501080Z Tests loading a package with a python version embdded ... ok (0.003s) 2022-12-01T10:48:00.6501575Z test_python_version (test_misc.TestMisc) 2022-12-01T10:48:00.6502146Z Tests that the current python version is stored in the package and is available ... ok (0.003s) 2022-12-01T10:48:00.6502718Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-12-01T10:48:00.6503385Z The standard library performs sys.module assignment hackery which ... ok (0.004s) 2022-12-01T10:48:00.6504158Z test_model_save (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.002s) 2022-12-01T10:48:00.6505051Z test_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-12-01T10:48:00.6505934Z test_script_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-12-01T10:48:00.6506679Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.014s) 2022-12-01T10:48:00.6507258Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.023s) 2022-12-01T10:48:00.6507838Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.008s) 2022-12-01T10:48:00.6508421Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.007s) 2022-12-01T10:48:00.6509003Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.006s) 2022-12-01T10:48:00.6509587Z test_different_package_interface (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6510185Z Test a case where the interface defined in the package is ... ok (0.034s) 2022-12-01T10:48:00.6510793Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6511383Z Test a case where the script class defined in the package is ... ok (0.014s) 2022-12-01T10:48:00.6511984Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6512589Z Test loading of single ScriptModule shared by multiple eager ... ok (0.019s) 2022-12-01T10:48:00.6513183Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6513754Z Test tensors shared across eager and ScriptModules on load ... ok (0.023s) 2022-12-01T10:48:00.6514368Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6515097Z Test tensors shared across eager and ScriptModules on load ... ok (0.036s) 2022-12-01T10:48:00.6515701Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6516319Z Test saving inline and imported modules in same package with ... ok (0.363s) 2022-12-01T10:48:00.6516970Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6517652Z Test saving inline and imported modules in same package that ... skip: no torchvision (0.001s) 2022-12-01T10:48:00.6518257Z test_package_interface (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6518832Z Packaging an interface class should work correctly. ... ok (0.040s) 2022-12-01T10:48:00.6519435Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.012s) 2022-12-01T10:48:00.6520119Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.034s) 2022-12-01T10:48:00.6520816Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6521442Z Test saving of single ScriptModule shared by multiple ... ok (0.009s) 2022-12-01T10:48:00.6522050Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6522739Z Test to verify saving multiple ScriptModules with completely ... ok (0.032s) 2022-12-01T10:48:00.6523370Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6523957Z Test to verify saving multiple different modules and ... ok (0.061s) 2022-12-01T10:48:00.6524506Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6525045Z Test basic saving of ScriptModule. ... ok (0.014s) 2022-12-01T10:48:00.6525579Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6526119Z Test basic saving of ScriptModule in file. ... ok (0.021s) 2022-12-01T10:48:00.6526700Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6527371Z Test to verify when saving multiple packages with same CU ... skip: no torchvision (0.001s) 2022-12-01T10:48:00.6528019Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6528612Z Test basic saving of ScriptModule with submodule. ... ok (0.023s) 2022-12-01T10:48:00.6529212Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6529858Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.033s) 2022-12-01T10:48:00.6530508Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6531148Z Test to verify saving multiple ScriptModules with same top module ... ok (0.045s) 2022-12-01T10:48:00.6531752Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6532369Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.017s) 2022-12-01T10:48:00.6533005Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6533601Z Test scripting a module loaded from a package ... ok (0.023s) 2022-12-01T10:48:00.6534176Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6534783Z Test to verify saving and loading same ScriptModule object works ... ok (0.081s) 2022-12-01T10:48:00.6535387Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-12-01T10:48:00.6535993Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.013s) 2022-12-01T10:48:00.6536670Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.007s) 2022-12-01T10:48:00.6537421Z test_importer_access (test_resources.TestResources) ... ok (0.003s) 2022-12-01T10:48:00.6538001Z test_package_resource_access (test_resources.TestResources) 2022-12-01T10:48:00.6538623Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.002s) 2022-12-01T10:48:00.6539409Z test_resource_access_by_path (test_resources.TestResources) 2022-12-01T10:48:00.6540001Z Tests that packaged code can used importlib.resources.path. ... ok (0.002s) 2022-12-01T10:48:00.6540565Z test_resource_reader (test_resources.TestResources) 2022-12-01T10:48:00.6541129Z Test compliance with the get_resource_reader importlib API. ... ok (0.005s) 2022-12-01T10:48:00.6541658Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-12-01T10:48:00.6542388Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.001s) 2022-12-01T10:48:00.6542971Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.005s) 2022-12-01T10:48:00.6543500Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-12-01T10:48:00.6544074Z If an object with the same qualified name is loaded from different ... ok (0.006s) 2022-12-01T10:48:00.6544632Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.003s) 2022-12-01T10:48:00.6545135Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-12-01T10:48:00.6545704Z Saving a module that came from another PackageImporter should work. ... ok (0.003s) 2022-12-01T10:48:00.6546325Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-12-01T10:48:00.6547226Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.003s) 2022-12-01T10:48:00.6547813Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.004s) 2022-12-01T10:48:00.6548361Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-12-01T10:48:00.6548896Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.006s) 2022-12-01T10:48:00.6549403Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-12-01T10:48:00.6549698Z 2022-12-01T10:48:00.6550076Z ---------------------------------------------------------------------- 2022-12-01T10:48:00.6550536Z Ran 132 tests in 1.914s 2022-12-01T10:48:00.6550752Z 2022-12-01T10:48:00.6550898Z OK (skipped=7) 2022-12-01T10:48:00.6551086Z 2022-12-01T10:48:00.6551248Z Generating XML reports... 2022-12-01T10:48:00.6552074Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20221201104758.xml 2022-12-01T10:48:00.6553203Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20221201104758.xml 2022-12-01T10:48:00.6554230Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20221201104758.xml 2022-12-01T10:48:00.6555310Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20221201104758.xml 2022-12-01T10:48:00.6556358Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20221201104758.xml 2022-12-01T10:48:00.6557353Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20221201104758.xml 2022-12-01T10:48:00.6558419Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20221201104758.xml 2022-12-01T10:48:00.6559491Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20221201104758.xml 2022-12-01T10:48:00.6560438Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20221201104758.xml 2022-12-01T10:48:00.6561383Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20221201104758.xml 2022-12-01T10:48:00.6562395Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20221201104758.xml 2022-12-01T10:48:00.6563424Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20221201104758.xml 2022-12-01T10:48:00.6564459Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20221201104758.xml 2022-12-01T10:48:00.6565540Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20221201104758.xml 2022-12-01T10:48:00.6566503Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20221201104758.xml 2022-12-01T10:48:00.6567449Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20221201104758.xml 2022-12-01T10:48:00.6567871Z 2022-12-01T10:48:00.6568425Z ##[endgroup] 2022-12-01T10:48:00.6569110Z FINISHED PRINTING LOG FILE of test_package (/var/lib/jenkins/workspace/test/test-reports/test_package_y1lr7ebe) 2022-12-01T10:48:00.6569508Z 2022-12-01T10:48:05.0263415Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:48:05.1282573Z Ignoring disabled issues: [] 2022-12-01T10:48:05.1516907Z Running nn/test_packed_sequence ... [2022-12-01 10:48:05.151317] 2022-12-01T10:48:05.1518456Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:05.151640] 2022-12-01T10:48:11.1017672Z 2022-12-01T10:48:11.1018228Z Expand the folded group to see the log file of nn/test_packed_sequence 2022-12-01T10:48:11.1019576Z ##[group]PRINTING LOG FILE of nn/test_packed_sequence (/var/lib/jenkins/workspace/test/test-reports/nn-test_packed_sequence_ktm9fyac) 2022-12-01T10:48:11.1020567Z Test results will be stored in test-reports/python-unittest/nn.test_packed_sequence 2022-12-01T10:48:11.1020887Z 2022-12-01T10:48:11.1021025Z Running tests... 2022-12-01T10:48:11.1021575Z ---------------------------------------------------------------------- 2022-12-01T10:48:11.1021906Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (0.452s) 2022-12-01T10:48:11.1022354Z test_pack_sequence (__main__.PackedSequenceTest) ... ok (0.957s) 2022-12-01T10:48:11.1022887Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.202s) 2022-12-01T10:48:11.1023273Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.001s) 2022-12-01T10:48:11.1023621Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.002s) 2022-12-01T10:48:11.1023915Z test_to (__main__.PackedSequenceTest) ... ok (0.005s) 2022-12-01T10:48:11.1024178Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.002s) 2022-12-01T10:48:11.1024464Z test_total_length (__main__.PackedSequenceTest) ... ok (0.012s) 2022-12-01T10:48:11.1024730Z test_type_casts (__main__.PackedSequenceTest) 2022-12-01T10:48:11.1025026Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.111s) 2022-12-01T10:48:11.1025321Z test_unpack_sequence (__main__.PackedSequenceTest) ... ok (0.104s) 2022-12-01T10:48:11.1025610Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.086s) 2022-12-01T10:48:11.1025894Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.009s) 2022-12-01T10:48:11.1026052Z 2022-12-01T10:48:11.1026242Z ---------------------------------------------------------------------- 2022-12-01T10:48:11.1026483Z Ran 12 tests in 1.946s 2022-12-01T10:48:11.1026605Z 2022-12-01T10:48:11.1026668Z OK 2022-12-01T10:48:11.1026760Z 2022-12-01T10:48:11.1026846Z Generating XML reports... 2022-12-01T10:48:11.1027281Z Generated XML report: test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20221201104808.xml 2022-12-01T10:48:11.1027526Z 2022-12-01T10:48:11.1027769Z ##[endgroup] 2022-12-01T10:48:11.1028179Z FINISHED PRINTING LOG FILE of nn/test_packed_sequence (/var/lib/jenkins/workspace/test/test-reports/nn-test_packed_sequence_ktm9fyac) 2022-12-01T10:48:11.1028393Z 2022-12-01T10:48:15.4908697Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:48:15.5923001Z Ignoring disabled issues: [] 2022-12-01T10:48:15.6155110Z Running benchmark_utils/test_benchmark_utils ... [2022-12-01 10:48:15.615107] 2022-12-01T10:48:15.6156505Z Executing ['/opt/conda/bin/python', '-bb', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:15.615438] 2022-12-01T10:48:20.9226939Z 2022-12-01T10:48:20.9227518Z Expand the folded group to see the log file of benchmark_utils/test_benchmark_utils 2022-12-01T10:48:20.9228657Z ##[group]PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (/var/lib/jenkins/workspace/test/test-reports/benchmark_utils-test_benchmark_utils__rfkrftc) 2022-12-01T10:48:20.9229693Z Test results will be stored in test-reports/python-unittest/benchmark_utils.test_benchmark_utils 2022-12-01T10:48:20.9230311Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:48:20.9230558Z 2022-12-01T10:48:20.9230670Z Running tests... 2022-12-01T10:48:20.9231158Z ---------------------------------------------------------------------- 2022-12-01T10:48:20.9231965Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-12-01T10:48:20.9233162Z [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-12-01T10:48:20.9234465Z [W ParallelNative.cpp:229] Warning: Cannot set number of intraop threads after parallel work has started or after set_num_threads call when using native parallel backend (function set_num_threads) 2022-12-01T10:48:20.9235134Z ok (0.342s) 2022-12-01T10:48:20.9236669Z test_collect_callgrind (__main__.TestBenchmarkUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76932 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-12-01T10:48:20.9237820Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-12-01T10:48:20.9238432Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.379s) 2022-12-01T10:48:20.9238996Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-12-01T10:48:20.9239558Z test_fuzzer (__main__.TestBenchmarkUtils) ... ok (0.005s) 2022-12-01T10:48:20.9240094Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.062s) 2022-12-01T10:48:20.9240635Z test_timer (__main__.TestBenchmarkUtils) ... ok (0.067s) 2022-12-01T10:48:20.9241231Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-12-01T10:48:20.9241606Z 2022-12-01T10:48:20.9241976Z ---------------------------------------------------------------------- 2022-12-01T10:48:20.9242427Z Ran 9 tests in 0.861s 2022-12-01T10:48:20.9242637Z 2022-12-01T10:48:20.9242771Z OK (skipped=4) 2022-12-01T10:48:20.9242971Z 2022-12-01T10:48:20.9243137Z Generating XML reports... 2022-12-01T10:48:20.9244000Z Generated XML report: test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20221201104819.xml 2022-12-01T10:48:20.9244495Z 2022-12-01T10:48:20.9244978Z ##[endgroup] 2022-12-01T10:48:20.9245861Z FINISHED PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (/var/lib/jenkins/workspace/test/test-reports/benchmark_utils-test_benchmark_utils__rfkrftc) 2022-12-01T10:48:20.9246356Z 2022-12-01T10:48:25.3122362Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:48:25.4215270Z Ignoring disabled issues: [] 2022-12-01T10:48:25.4454426Z Running test_subclass ... [2022-12-01 10:48:25.445076] 2022-12-01T10:48:25.4456263Z Executing ['/opt/conda/bin/python', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:25.445403] 2022-12-01T10:48:30.0373753Z 2022-12-01T10:48:30.0374375Z Expand the folded group to see the log file of test_subclass 2022-12-01T10:48:30.0375782Z ##[group]PRINTING LOG FILE of test_subclass (/var/lib/jenkins/workspace/test/test-reports/test_subclass_xrrna8cc) 2022-12-01T10:48:30.0376347Z Test results will be stored in test-reports/python-unittest/test_subclass 2022-12-01T10:48:30.0376526Z 2022-12-01T10:48:30.0376586Z Running tests... 2022-12-01T10:48:30.0377126Z ---------------------------------------------------------------------- 2022-12-01T10:48:30.0377449Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.296s) 2022-12-01T10:48:30.0377763Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:48:30.0378069Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.007s) 2022-12-01T10:48:30.0378392Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.007s) 2022-12-01T10:48:30.0378711Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.005s) 2022-12-01T10:48:30.0379018Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.005s) 2022-12-01T10:48:30.0379399Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:48:30.0379727Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:48:30.0380152Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.011s) 2022-12-01T10:48:30.0380453Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.012s) 2022-12-01T10:48:30.0380767Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.002s) 2022-12-01T10:48:30.0381464Z test_lazy_module_diag_tensor_below (__main__.TestSubclass) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-12-01T10:48:30.0382016Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:48:30.0382257Z expected failure (0.005s) 2022-12-01T10:48:30.0382519Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-12-01T10:48:30.0382844Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-12-01T10:48:30.0383166Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.004s) 2022-12-01T10:48:30.0383459Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.006s) 2022-12-01T10:48:30.0383764Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.019s) 2022-12-01T10:48:30.0384072Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.011s) 2022-12-01T10:48:30.0384371Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.006s) 2022-12-01T10:48:30.0384682Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.026s) 2022-12-01T10:48:30.0385032Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0385397Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0385732Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:48:30.0386085Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0386444Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0386797Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:48:30.0387130Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0387485Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:48:30.0387903Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:48:30.0388241Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0388594Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0388948Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:48:30.0389298Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0389644Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0390005Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0390364Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0390725Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0391108Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:48:30.0391474Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:48:30.0391830Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.006s) 2022-12-01T10:48:30.0392179Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.007s) 2022-12-01T10:48:30.0392491Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0392787Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0393088Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0393385Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:48:30.0393690Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0393994Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0394299Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0394598Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0394901Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:48:30.0395201Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:48:30.0395498Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:48:30.0395812Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:48:30.0396139Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.006s) 2022-12-01T10:48:30.0396471Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.007s) 2022-12-01T10:48:30.0396785Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.005s) 2022-12-01T10:48:30.0397110Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.005s) 2022-12-01T10:48:30.0397437Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:48:30.0397756Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:48:30.0398077Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.010s) 2022-12-01T10:48:30.0398399Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.012s) 2022-12-01T10:48:30.0398754Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0399066Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:48:30.0399403Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0399744Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0400060Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:48:30.0400390Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0400722Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:48:30.0401059Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-12-01T10:48:30.0401380Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-12-01T10:48:30.0401713Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-12-01T10:48:30.0401893Z 2022-12-01T10:48:30.0402106Z ---------------------------------------------------------------------- 2022-12-01T10:48:30.0402387Z Ran 71 tests in 0.586s 2022-12-01T10:48:30.0402491Z 2022-12-01T10:48:30.0402575Z OK (expected failures=5) 2022-12-01T10:48:30.0402694Z 2022-12-01T10:48:30.0402778Z Generating XML reports... 2022-12-01T10:48:30.0403177Z Generated XML report: test-reports/python-unittest/test_subclass/TEST-TestSubclass-20221201104828.xml 2022-12-01T10:48:30.0403398Z 2022-12-01T10:48:30.0403656Z ##[endgroup] 2022-12-01T10:48:30.0404030Z FINISHED PRINTING LOG FILE of test_subclass (/var/lib/jenkins/workspace/test/test-reports/test_subclass_xrrna8cc) 2022-12-01T10:48:30.0404242Z 2022-12-01T10:48:34.4790333Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:48:34.5845622Z Ignoring disabled issues: [] 2022-12-01T10:48:34.6079532Z Running test_per_overload_api ... [2022-12-01 10:48:34.607641] 2022-12-01T10:48:34.6082538Z Executing ['/opt/conda/bin/python', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:34.607967] 2022-12-01T10:48:38.8821919Z 2022-12-01T10:48:38.8822415Z Expand the folded group to see the log file of test_per_overload_api 2022-12-01T10:48:38.8823421Z ##[group]PRINTING LOG FILE of test_per_overload_api (/var/lib/jenkins/workspace/test/test-reports/test_per_overload_api_cw3035by) 2022-12-01T10:48:38.8824254Z Test results will be stored in test-reports/python-unittest/test_per_overload_api 2022-12-01T10:48:38.8824531Z 2022-12-01T10:48:38.8824638Z Running tests... 2022-12-01T10:48:38.8825107Z ---------------------------------------------------------------------- 2022-12-01T10:48:38.8825561Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (0.303s) 2022-12-01T10:48:38.8826069Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.002s) 2022-12-01T10:48:38.8826523Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.015s) 2022-12-01T10:48:38.8826761Z 2022-12-01T10:48:38.8827064Z ---------------------------------------------------------------------- 2022-12-01T10:48:38.8827416Z Ran 3 tests in 0.321s 2022-12-01T10:48:38.8827578Z 2022-12-01T10:48:38.8827665Z OK 2022-12-01T10:48:38.8827793Z 2022-12-01T10:48:38.8827912Z Generating XML reports... 2022-12-01T10:48:38.8829362Z Generated XML report: test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20221201104837.xml 2022-12-01T10:48:38.8829602Z 2022-12-01T10:48:38.8829888Z ##[endgroup] 2022-12-01T10:48:38.8830588Z FINISHED PRINTING LOG FILE of test_per_overload_api (/var/lib/jenkins/workspace/test/test-reports/test_per_overload_api_cw3035by) 2022-12-01T10:48:38.8830971Z 2022-12-01T10:48:43.3179601Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:48:43.4532697Z Ignoring disabled issues: [] 2022-12-01T10:48:43.4770641Z Running test_type_info ... [2022-12-01 10:48:43.476698] 2022-12-01T10:48:43.4772355Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:43.477012] 2022-12-01T10:48:47.7455509Z 2022-12-01T10:48:47.7457092Z Expand the folded group to see the log file of test_type_info 2022-12-01T10:48:47.7458248Z ##[group]PRINTING LOG FILE of test_type_info (/var/lib/jenkins/workspace/test/test-reports/test_type_info_2_jmrfo3) 2022-12-01T10:48:47.7459112Z Test results will be stored in test-reports/python-unittest/test_type_info 2022-12-01T10:48:47.7459366Z 2022-12-01T10:48:47.7459443Z Running tests... 2022-12-01T10:48:47.7459752Z ---------------------------------------------------------------------- 2022-12-01T10:48:47.7460020Z test_finfo (__main__.TestDTypeInfo) ... ok (0.298s) 2022-12-01T10:48:47.7460269Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.003s) 2022-12-01T10:48:47.7460527Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.002s) 2022-12-01T10:48:47.7460665Z 2022-12-01T10:48:47.7460859Z ---------------------------------------------------------------------- 2022-12-01T10:48:47.7461097Z Ran 3 tests in 0.303s 2022-12-01T10:48:47.7461206Z 2022-12-01T10:48:47.7461265Z OK 2022-12-01T10:48:47.7461543Z 2022-12-01T10:48:47.7461618Z Generating XML reports... 2022-12-01T10:48:47.7462030Z Generated XML report: test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20221201104846.xml 2022-12-01T10:48:47.7462262Z 2022-12-01T10:48:47.7462494Z ##[endgroup] 2022-12-01T10:48:47.7462856Z FINISHED PRINTING LOG FILE of test_type_info (/var/lib/jenkins/workspace/test/test-reports/test_type_info_2_jmrfo3) 2022-12-01T10:48:47.7463063Z 2022-12-01T10:48:52.0590239Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:48:52.1609283Z Ignoring disabled issues: [] 2022-12-01T10:48:52.1845876Z Running test_license ... [2022-12-01 10:48:52.184159] 2022-12-01T10:48:52.1847418Z Executing ['/opt/conda/bin/python', '-bb', 'test_license.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:48:52.184466] 2022-12-01T10:48:56.4701809Z 2022-12-01T10:48:56.4702344Z Expand the folded group to see the log file of test_license 2022-12-01T10:48:56.4703551Z ##[group]PRINTING LOG FILE of test_license (/var/lib/jenkins/workspace/test/test-reports/test_license_0e4_vlgb) 2022-12-01T10:48:56.4704446Z Test results will be stored in test-reports/python-unittest/test_license 2022-12-01T10:48:56.4704640Z 2022-12-01T10:48:56.4704717Z Running tests... 2022-12-01T10:48:56.4705008Z ---------------------------------------------------------------------- 2022-12-01T10:48:56.4705283Z test_distinfo_license (__main__.TestLicense) 2022-12-01T10:48:56.4705563Z If run when pytorch is installed via a wheel, the license will be in ... ok (0.291s) 2022-12-01T10:48:56.4705879Z test_license_for_wheel (__main__.TestLicense) ... skip: can only be run in a source tree (0.001s) 2022-12-01T10:48:56.4706073Z 2022-12-01T10:48:56.4706267Z ---------------------------------------------------------------------- 2022-12-01T10:48:56.4706505Z Ran 2 tests in 0.292s 2022-12-01T10:48:56.4706616Z 2022-12-01T10:48:56.4706675Z OK (skipped=1) 2022-12-01T10:48:56.4706783Z 2022-12-01T10:48:56.4706869Z Generating XML reports... 2022-12-01T10:48:56.4707265Z Generated XML report: test-reports/python-unittest/test_license/TEST-TestLicense-20221201104855.xml 2022-12-01T10:48:56.4707480Z 2022-12-01T10:48:56.4707683Z ##[endgroup] 2022-12-01T10:48:56.4708049Z FINISHED PRINTING LOG FILE of test_license (/var/lib/jenkins/workspace/test/test-reports/test_license_0e4_vlgb) 2022-12-01T10:48:56.4708253Z 2022-12-01T10:49:00.8451143Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:49:00.9491262Z Ignoring disabled issues: [] 2022-12-01T10:49:00.9731284Z Running test_itt ... [2022-12-01 10:49:00.972747] 2022-12-01T10:49:00.9732742Z Executing ['/opt/conda/bin/python', '-bb', 'test_itt.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:00.973060] 2022-12-01T10:49:05.3034772Z 2022-12-01T10:49:05.3037884Z Expand the folded group to see the log file of test_itt 2022-12-01T10:49:05.3038820Z ##[group]PRINTING LOG FILE of test_itt (/var/lib/jenkins/workspace/test/test-reports/test_itt_kctbqvbj) 2022-12-01T10:49:05.3039323Z Test results will be stored in test-reports/python-unittest/test_itt 2022-12-01T10:49:05.3039500Z 2022-12-01T10:49:05.3039576Z Running tests... 2022-12-01T10:49:05.3039886Z ---------------------------------------------------------------------- 2022-12-01T10:49:05.3040143Z test_itt (__main__.TestItt) ... ok (0.295s) 2022-12-01T10:49:05.3040276Z 2022-12-01T10:49:05.3040471Z ---------------------------------------------------------------------- 2022-12-01T10:49:05.3040714Z Ran 1 test in 0.295s 2022-12-01T10:49:05.3057897Z 2022-12-01T10:49:05.3058001Z OK 2022-12-01T10:49:05.3058166Z 2022-12-01T10:49:05.3059417Z Generating XML reports... 2022-12-01T10:49:05.3059855Z Generated XML report: test-reports/python-unittest/test_itt/TEST-TestItt-20221201104904.xml 2022-12-01T10:49:05.3060066Z 2022-12-01T10:49:05.3060308Z ##[endgroup] 2022-12-01T10:49:05.3060665Z FINISHED PRINTING LOG FILE of test_itt (/var/lib/jenkins/workspace/test/test-reports/test_itt_kctbqvbj) 2022-12-01T10:49:05.3061066Z 2022-12-01T10:49:09.6714055Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:49:09.7803865Z Ignoring disabled issues: [] 2022-12-01T10:49:09.8043422Z Running test_numpy_interop ... [2022-12-01 10:49:09.803917] 2022-12-01T10:49:09.8044700Z Executing ['/opt/conda/bin/python', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:09.804239] 2022-12-01T10:49:14.3482026Z 2022-12-01T10:49:14.3482497Z Expand the folded group to see the log file of test_numpy_interop 2022-12-01T10:49:14.3483626Z ##[group]PRINTING LOG FILE of test_numpy_interop (/var/lib/jenkins/workspace/test/test-reports/test_numpy_interop_msvv66to) 2022-12-01T10:49:14.3484513Z Test results will be stored in test-reports/python-unittest/test_numpy_interop 2022-12-01T10:49:14.3484851Z 2022-12-01T10:49:14.3484977Z Running tests... 2022-12-01T10:49:14.3485523Z ---------------------------------------------------------------------- 2022-12-01T10:49:14.3486671Z test_ctor_with_invalid_numpy_array_sequence_cpu (__main__.TestNumPyInteropCPU) ... test_numpy_interop.py:265: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:233.) 2022-12-01T10:49:14.3487839Z torch.tensor([np.random.random(size=(3, 3)), np.random.random(size=(3, 0))], device=device) 2022-12-01T10:49:14.3488283Z ok (0.005s) 2022-12-01T10:49:14.3488719Z test_ctor_with_numpy_scalar_ctor_cpu (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:49:14.3489310Z test_from_list_of_ndarray_warning_cpu (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-12-01T10:49:14.3489775Z test_from_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.015s) 2022-12-01T10:49:14.3490314Z test_has_storage_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:49:14.3490895Z test_multiplication_numpy_scalar_cpu (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:49:14.3491491Z test_numpy_array_interface_cpu (__main__.TestNumPyInteropCPU) ... ok (0.020s) 2022-12-01T10:49:14.3492044Z test_numpy_index_cpu (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:49:14.3492535Z test_numpy_non_writeable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:49:14.3493110Z test_numpy_scalar_cmp_cpu_bfloat16 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-12-01T10:49:14.3493689Z test_numpy_scalar_cmp_cpu_bool (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:49:14.3494276Z test_numpy_scalar_cmp_cpu_complex128 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:49:14.3495255Z test_numpy_scalar_cmp_cpu_complex64 (__main__.TestNumPyInteropCPU) ... test_numpy_interop.py:471: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T10:49:14.3495775Z self.assertFalse(t == a) 2022-12-01T10:49:14.3496054Z ok (0.004s) 2022-12-01T10:49:14.3496392Z test_numpy_scalar_cmp_cpu_float16 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:49:14.3497119Z test_numpy_scalar_cmp_cpu_float32 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:49:14.3497616Z test_numpy_scalar_cmp_cpu_float64 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:49:14.3498103Z test_numpy_scalar_cmp_cpu_int16 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:49:14.3498582Z test_numpy_scalar_cmp_cpu_int32 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:49:14.3499049Z test_numpy_scalar_cmp_cpu_int64 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:49:14.3499627Z test_numpy_scalar_cmp_cpu_int8 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:49:14.3500179Z test_numpy_scalar_cmp_cpu_uint8 (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-12-01T10:49:14.3500657Z test_numpy_unresizable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.012s) 2022-12-01T10:49:14.3501343Z test_parse_numpy_int_cpu (__main__.TestNumPyInteropCPU) ... ok (0.014s) 2022-12-01T10:49:14.3501819Z test_to_numpy_bool_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-12-01T10:49:14.3502249Z test_to_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.073s) 2022-12-01T10:49:14.3502722Z test_to_numpy_force_argument_cpu (__main__.TestNumPyInteropCPU) ... ok (0.040s) 2022-12-01T10:49:14.3502999Z 2022-12-01T10:49:14.3503374Z ---------------------------------------------------------------------- 2022-12-01T10:49:14.3503720Z Ran 26 tests in 0.247s 2022-12-01T10:49:14.3503865Z 2022-12-01T10:49:14.3503958Z OK 2022-12-01T10:49:14.3504093Z 2022-12-01T10:49:14.3504221Z Generating XML reports... 2022-12-01T10:49:14.3504931Z Generated XML report: test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCPU-20221201104913.xml 2022-12-01T10:49:14.3505321Z 2022-12-01T10:49:14.3505728Z ##[endgroup] 2022-12-01T10:49:14.3506383Z FINISHED PRINTING LOG FILE of test_numpy_interop (/var/lib/jenkins/workspace/test/test-reports/test_numpy_interop_msvv66to) 2022-12-01T10:49:14.3506733Z 2022-12-01T10:49:18.6664429Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:49:18.7680432Z Ignoring disabled issues: [] 2022-12-01T10:49:18.7918334Z Running test_dlpack ... [2022-12-01 10:49:18.791491] 2022-12-01T10:49:18.7920145Z Executing ['/opt/conda/bin/python', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:18.791785] 2022-12-01T10:49:23.2994229Z 2022-12-01T10:49:23.2994761Z Expand the folded group to see the log file of test_dlpack 2022-12-01T10:49:23.2995750Z ##[group]PRINTING LOG FILE of test_dlpack (/var/lib/jenkins/workspace/test/test-reports/test_dlpack_cwjh64rp) 2022-12-01T10:49:23.2996664Z Test results will be stored in test-reports/python-unittest/test_dlpack 2022-12-01T10:49:23.2996829Z 2022-12-01T10:49:23.2996900Z Running tests... 2022-12-01T10:49:23.2997212Z ---------------------------------------------------------------------- 2022-12-01T10:49:23.2997544Z test_dlpack_capsule_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.006s) 2022-12-01T10:49:23.2997878Z test_dlpack_capsule_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:49:23.2998220Z test_dlpack_capsule_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.2998553Z test_dlpack_capsule_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.2998881Z test_dlpack_capsule_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.2999191Z test_dlpack_capsule_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.2999718Z test_dlpack_capsule_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3000045Z test_dlpack_capsule_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3000357Z test_dlpack_capsule_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3000683Z test_dlpack_capsule_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3001009Z test_dlpack_capsule_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3001370Z test_dlpack_conversion_with_diff_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3001753Z test_dlpack_conversion_with_diff_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3002145Z test_dlpack_conversion_with_diff_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3002531Z test_dlpack_conversion_with_diff_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3002970Z test_dlpack_conversion_with_diff_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3003340Z test_dlpack_conversion_with_diff_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3003715Z test_dlpack_conversion_with_diff_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3004089Z test_dlpack_conversion_with_diff_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3004468Z test_dlpack_conversion_with_diff_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3004832Z test_dlpack_conversion_with_diff_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3005210Z test_dlpack_conversion_with_diff_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3005592Z test_dlpack_conversion_with_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3005973Z test_dlpack_conversion_with_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3006367Z test_dlpack_conversion_with_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3006745Z test_dlpack_conversion_with_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3007123Z test_dlpack_conversion_with_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3007505Z test_dlpack_conversion_with_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3007864Z test_dlpack_conversion_with_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3008234Z test_dlpack_conversion_with_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3008606Z test_dlpack_conversion_with_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3008960Z test_dlpack_conversion_with_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3009327Z test_dlpack_conversion_with_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3009684Z test_dlpack_default_stream_cpu (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:49:23.3010016Z test_dlpack_error_on_bool_tensor_cpu (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-12-01T10:49:23.3010353Z test_dlpack_export_is_conj_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3010665Z test_dlpack_export_non_strided_cpu (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3010987Z test_dlpack_export_requires_grad_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3011306Z test_dlpack_normalize_strides_cpu (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3011620Z test_dlpack_protocol_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3011959Z test_dlpack_protocol_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3012298Z test_dlpack_protocol_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3012622Z test_dlpack_protocol_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3012949Z test_dlpack_protocol_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3013277Z test_dlpack_protocol_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3013595Z test_dlpack_protocol_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3013937Z test_dlpack_protocol_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3014253Z test_dlpack_protocol_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3014580Z test_dlpack_protocol_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3014887Z test_dlpack_protocol_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3015205Z test_dlpack_shared_storage_cpu (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3015534Z test_dlpack_tensor_invalid_stream_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3015874Z test_dlpack_tensor_invalid_stream_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3016202Z test_dlpack_tensor_invalid_stream_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3016537Z test_dlpack_tensor_invalid_stream_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3017090Z test_dlpack_tensor_invalid_stream_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3017433Z test_dlpack_tensor_invalid_stream_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3017748Z test_dlpack_tensor_invalid_stream_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3018072Z test_dlpack_tensor_invalid_stream_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3018394Z test_dlpack_tensor_invalid_stream_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3018701Z test_dlpack_tensor_invalid_stream_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3019024Z test_dlpack_tensor_invalid_stream_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3019397Z test_from_dlpack_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3019704Z test_from_dlpack_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3019992Z test_from_dlpack_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3020290Z test_from_dlpack_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3020591Z test_from_dlpack_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3020874Z test_from_dlpack_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3021165Z test_from_dlpack_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3030261Z test_from_dlpack_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3030789Z test_from_dlpack_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3031080Z test_from_dlpack_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3031384Z test_from_dlpack_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3031690Z test_from_dlpack_dtype_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3032011Z test_from_dlpack_dtype_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3032321Z test_from_dlpack_dtype_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-12-01T10:49:23.3032637Z test_from_dlpack_dtype_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3032946Z test_from_dlpack_dtype_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3033242Z test_from_dlpack_dtype_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3033554Z test_from_dlpack_dtype_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3033862Z test_from_dlpack_dtype_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3034165Z test_from_dlpack_dtype_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3034518Z test_from_dlpack_dtype_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3034825Z test_from_dlpack_dtype_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-12-01T10:49:23.3035147Z test_from_dlpack_noncontinguous_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-12-01T10:49:23.3035476Z test_from_dlpack_noncontinguous_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.006s) 2022-12-01T10:49:23.3035814Z test_from_dlpack_noncontinguous_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.006s) 2022-12-01T10:49:23.3036155Z test_from_dlpack_noncontinguous_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-12-01T10:49:23.3036494Z test_from_dlpack_noncontinguous_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-12-01T10:49:23.3036807Z test_from_dlpack_noncontinguous_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-12-01T10:49:23.3037140Z test_from_dlpack_noncontinguous_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:49:23.3037467Z test_from_dlpack_noncontinguous_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:49:23.3037782Z test_from_dlpack_noncontinguous_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:49:23.3038111Z test_from_dlpack_noncontinguous_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:49:23.3038434Z test_from_dlpack_noncontinguous_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-12-01T10:49:23.3038614Z 2022-12-01T10:49:23.3038878Z ---------------------------------------------------------------------- 2022-12-01T10:49:23.3039108Z Ran 95 tests in 0.186s 2022-12-01T10:49:23.3039223Z 2022-12-01T10:49:23.3039295Z OK (skipped=23) 2022-12-01T10:49:23.3039402Z 2022-12-01T10:49:23.3039485Z Generating XML reports... 2022-12-01T10:49:23.3039894Z Generated XML report: test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20221201104922.xml 2022-12-01T10:49:23.3040131Z 2022-12-01T10:49:23.3040429Z ##[endgroup] 2022-12-01T10:49:23.3040799Z FINISHED PRINTING LOG FILE of test_dlpack (/var/lib/jenkins/workspace/test/test-reports/test_dlpack_cwjh64rp) 2022-12-01T10:49:23.3041009Z 2022-12-01T10:49:27.6400438Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:49:27.7431056Z Ignoring disabled issues: [] 2022-12-01T10:49:27.7668208Z Running test_numba_integration ... [2022-12-01 10:49:27.766449] 2022-12-01T10:49:27.7669738Z Executing ['/opt/conda/bin/python', '-bb', 'test_numba_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:27.766753] 2022-12-01T10:49:32.0485506Z 2022-12-01T10:49:32.0486379Z Expand the folded group to see the log file of test_numba_integration 2022-12-01T10:49:32.0487671Z ##[group]PRINTING LOG FILE of test_numba_integration (/var/lib/jenkins/workspace/test/test-reports/test_numba_integration__7c_8l7t) 2022-12-01T10:49:32.0488600Z Test results will be stored in test-reports/python-unittest/test_numba_integration 2022-12-01T10:49:32.0488792Z 2022-12-01T10:49:32.0488864Z Running tests... 2022-12-01T10:49:32.0489171Z ---------------------------------------------------------------------- 2022-12-01T10:49:32.0489448Z test_active_device (__main__.TestNumbaIntegration) 2022-12-01T10:49:32.0489825Z 'as_cuda_array' tensor device must match active numba context. ... skip: No cuda (0.001s) 2022-12-01T10:49:32.0490121Z test_array_adaptor (__main__.TestNumbaIntegration) 2022-12-01T10:49:32.0490416Z Torch __cuda_array_adaptor__ exposes tensor data to numba.cuda. ... skip: No cuda (0.002s) 2022-12-01T10:49:32.0490701Z test_conversion_errors (__main__.TestNumbaIntegration) 2022-12-01T10:49:32.0491015Z Numba properly detects array interface for tensor.Tensor variants. ... skip: No cuda (0.002s) 2022-12-01T10:49:32.0491323Z test_cuda_array_interface (__main__.TestNumbaIntegration) 2022-12-01T10:49:32.0491612Z torch.Tensor exposes __cuda_array_interface__ for cuda tensors. ... skip: No cuda (0.002s) 2022-12-01T10:49:32.0492029Z test_from_cuda_array_interface (__main__.TestNumbaIntegration) 2022-12-01T10:49:32.0492460Z torch.as_tensor() and torch.tensor() supports the __cuda_array_interface__ protocol. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.003s) 2022-12-01T10:49:32.0492877Z test_from_cuda_array_interface_active_device (__main__.TestNumbaIntegration) 2022-12-01T10:49:32.0493268Z torch.as_tensor() tensor device must match active numba context. ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-12-01T10:49:32.0493663Z test_from_cuda_array_interface_inferred_strides (__main__.TestNumbaIntegration) 2022-12-01T10:49:32.0494010Z torch.as_tensor(numba_ary) should have correct inferred (contiguous) strides ... skip: No cuda (0.001s) 2022-12-01T10:49:32.0494341Z test_from_cuda_array_interface_lifetime (__main__.TestNumbaIntegration) 2022-12-01T10:49:32.0494762Z torch.as_tensor(obj) tensor grabs a reference to obj so that the lifetime of obj exceeds the tensor ... skip: Test is temporary disabled, see https://github.com/pytorch/pytorch/issues/54418 (0.001s) 2022-12-01T10:49:32.0495042Z 2022-12-01T10:49:32.0495245Z ---------------------------------------------------------------------- 2022-12-01T10:49:32.0495484Z Ran 8 tests in 0.014s 2022-12-01T10:49:32.0495595Z 2022-12-01T10:49:32.0495654Z OK (skipped=8) 2022-12-01T10:49:32.0495760Z 2022-12-01T10:49:32.0495842Z Generating XML reports... 2022-12-01T10:49:32.0496284Z Generated XML report: test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20221201104931.xml 2022-12-01T10:49:32.0496533Z 2022-12-01T10:49:32.0496759Z ##[endgroup] 2022-12-01T10:49:32.0497487Z FINISHED PRINTING LOG FILE of test_numba_integration (/var/lib/jenkins/workspace/test/test-reports/test_numba_integration__7c_8l7t) 2022-12-01T10:49:32.0497714Z 2022-12-01T10:49:36.4539595Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:49:36.5560710Z Ignoring disabled issues: [] 2022-12-01T10:49:36.5797807Z Running test_complex ... [2022-12-01 10:49:36.579451] 2022-12-01T10:49:36.5800804Z Executing ['/opt/conda/bin/python', '-bb', 'test_complex.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:36.579769] 2022-12-01T10:49:40.8437908Z 2022-12-01T10:49:40.8438405Z Expand the folded group to see the log file of test_complex 2022-12-01T10:49:40.8439334Z ##[group]PRINTING LOG FILE of test_complex (/var/lib/jenkins/workspace/test/test-reports/test_complex_zre18nze) 2022-12-01T10:49:40.8440151Z Test results will be stored in test-reports/python-unittest/test_complex 2022-12-01T10:49:40.8440432Z 2022-12-01T10:49:40.8440787Z Running tests... 2022-12-01T10:49:40.8441266Z ---------------------------------------------------------------------- 2022-12-01T10:49:40.8441746Z test_dtype_inference_cpu_float32 (__main__.TestComplexTensorCPU) ... ok (0.003s) 2022-12-01T10:49:40.8442269Z test_dtype_inference_cpu_float64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-12-01T10:49:40.8442774Z test_to_list_cpu_complex128 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-12-01T10:49:40.8443265Z test_to_list_cpu_complex64 (__main__.TestComplexTensorCPU) ... ok (0.001s) 2022-12-01T10:49:40.8443528Z 2022-12-01T10:49:40.8443856Z ---------------------------------------------------------------------- 2022-12-01T10:49:40.8444229Z Ran 4 tests in 0.007s 2022-12-01T10:49:40.8444405Z 2022-12-01T10:49:40.8444485Z OK 2022-12-01T10:49:40.8444603Z 2022-12-01T10:49:40.8444696Z Generating XML reports... 2022-12-01T10:49:40.8445256Z Generated XML report: test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20221201104940.xml 2022-12-01T10:49:40.8445572Z 2022-12-01T10:49:40.8445877Z ##[endgroup] 2022-12-01T10:49:40.8446346Z FINISHED PRINTING LOG FILE of test_complex (/var/lib/jenkins/workspace/test/test-reports/test_complex_zre18nze) 2022-12-01T10:49:40.8446619Z 2022-12-01T10:49:45.2055611Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:49:45.3080307Z Ignoring disabled issues: [] 2022-12-01T10:49:45.3320794Z Running test_vulkan ... [2022-12-01 10:49:45.331739] 2022-12-01T10:49:45.3323078Z Executing ['/opt/conda/bin/python', '-bb', 'test_vulkan.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:45.332064] 2022-12-01T10:49:49.2045150Z 2022-12-01T10:49:49.2045944Z Expand the folded group to see the log file of test_vulkan 2022-12-01T10:49:49.2046923Z ##[group]PRINTING LOG FILE of test_vulkan (/var/lib/jenkins/workspace/test/test-reports/test_vulkan_141nppv8) 2022-12-01T10:49:49.2047280Z 2022-12-01T10:49:49.2047408Z Running tests... 2022-12-01T10:49:49.2048070Z ---------------------------------------------------------------------- 2022-12-01T10:49:49.2048831Z test_conv (__main__.TestVulkanRewritePass) ... Test results will be stored in test-reports/python-unittest/test_vulkan 2022-12-01T10:49:49.2049376Z skip: Vulkan backend must be available for these tests. (0.005s) 2022-12-01T10:49:49.2049633Z 2022-12-01T10:49:49.2049970Z ---------------------------------------------------------------------- 2022-12-01T10:49:49.2050361Z Ran 1 test in 0.005s 2022-12-01T10:49:49.2050547Z 2022-12-01T10:49:49.2050684Z OK (skipped=1) 2022-12-01T10:49:49.2050883Z 2022-12-01T10:49:49.2051039Z Generating XML reports... 2022-12-01T10:49:49.2051837Z Generated XML report: test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20221201104948.xml 2022-12-01T10:49:49.2052293Z 2022-12-01T10:49:49.2052740Z ##[endgroup] 2022-12-01T10:49:49.2053444Z FINISHED PRINTING LOG FILE of test_vulkan (/var/lib/jenkins/workspace/test/test-reports/test_vulkan_141nppv8) 2022-12-01T10:49:49.2053849Z 2022-12-01T10:49:53.5790037Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:49:53.6799125Z Ignoring disabled issues: [] 2022-12-01T10:49:53.7036238Z Running test_openmp ... [2022-12-01 10:49:53.703270] 2022-12-01T10:49:53.7038715Z Executing ['/opt/conda/bin/python', '-bb', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:49:53.703601] 2022-12-01T10:49:57.5951971Z 2022-12-01T10:49:57.5952457Z Expand the folded group to see the log file of test_openmp 2022-12-01T10:49:57.5953578Z ##[group]PRINTING LOG FILE of test_openmp (/var/lib/jenkins/workspace/test/test-reports/test_openmp_pmnjmuvg) 2022-12-01T10:49:57.5954044Z 2022-12-01T10:49:57.5954236Z Running tests... 2022-12-01T10:49:57.5955028Z ---------------------------------------------------------------------- 2022-12-01T10:49:57.5955622Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-12-01T10:49:57.5956560Z Make sure there is no memory leak with many threads ... Test results will be stored in test-reports/python-unittest/test_openmp 2022-12-01T10:49:57.5957572Z skip: Cannot test with ASAN (0.001s) 2022-12-01T10:49:57.5958074Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-12-01T10:49:57.5958964Z Make sure there is no memory leak with one thread: issue gh-32284 ... skip: Cannot test with ASAN (0.000s) 2022-12-01T10:49:57.5959357Z 2022-12-01T10:49:57.5959782Z ---------------------------------------------------------------------- 2022-12-01T10:49:57.5960287Z Ran 2 tests in 0.001s 2022-12-01T10:49:57.5960523Z 2022-12-01T10:49:57.5960669Z OK (skipped=2) 2022-12-01T10:49:57.5960888Z 2022-12-01T10:49:57.5961052Z Generating XML reports... 2022-12-01T10:49:57.5961921Z Generated XML report: test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20221201104957.xml 2022-12-01T10:49:57.5962406Z 2022-12-01T10:49:57.5962853Z ##[endgroup] 2022-12-01T10:49:57.5963613Z FINISHED PRINTING LOG FILE of test_openmp (/var/lib/jenkins/workspace/test/test-reports/test_openmp_pmnjmuvg) 2022-12-01T10:49:57.5964060Z 2022-12-01T10:49:59.9906748Z 2022-12-01T10:49:59.9907254Z Expand the folded group to see the log file of test_quantization 2022-12-01T10:49:59.9908003Z ##[group]PRINTING LOG FILE of test_quantization (/var/lib/jenkins/workspace/test/test-reports/test_quantization_qjmjck86) 2022-12-01T10:49:59.9912579Z Test results will be stored in test-reports/python-unittest/test_quantization 2022-12-01T10:49:59.9913826Z /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-12-01T10:49:59.9914691Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T10:49:59.9915001Z 2022-12-01T10:49:59.9915121Z Running tests... 2022-12-01T10:49:59.9915648Z ---------------------------------------------------------------------- 2022-12-01T10:49:59.9916300Z test_modules_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.014s) 2022-12-01T10:49:59.9917051Z test_modules_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-12-01T10:49:59.9917838Z test_package_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-12-01T10:49:59.9918655Z test_package_import_nn_intrinsic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-12-01T10:49:59.9919322Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.001s) 2022-12-01T10:49:59.9919925Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:49:59.9920577Z Tests the migration of the torch.nn.quantized.functional ... ok (0.001s) 2022-12-01T10:49:59.9921252Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9922021Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9922804Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9923596Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9924401Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9925164Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9925981Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9926766Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9927749Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9928463Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9929199Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9929967Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9930753Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9931488Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9932228Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9932999Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9933758Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9934602Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9935388Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:49:59.9936002Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-12-01T10:49:59.9936644Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:49:59.9937594Z Tests the migration of the torch.nn.qat.modules ... ok (0.001s) 2022-12-01T10:49:59.9938242Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9939130Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:49:59.9939782Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.001s) 2022-12-01T10:49:59.9940451Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9941251Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-12-01T10:49:59.9942067Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:49:59.9942705Z Tests the migration of the torch.nn.quantized.modules ... ok (0.002s) 2022-12-01T10:49:59.9943372Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-12-01T10:49:59.9944015Z Tests the migration of the torch.nn.quantized.modules ... ok (0.002s) 2022-12-01T10:49:59.9944703Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9945526Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9946333Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9947179Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9947956Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9948733Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9949544Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9950522Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9951307Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9952093Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9952885Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9953711Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9954503Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9955351Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9956188Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9957099Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9957922Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9958770Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9959578Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9960393Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9961208Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9961965Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-12-01T10:49:59.9962776Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9963565Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9964333Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9965114Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9965913Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9966721Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9967525Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9968337Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9969167Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9969971Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9970792Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9971691Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9972452Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9973263Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9974043Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9974813Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9975621Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9976446Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9977402Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9978342Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9979209Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9980033Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9980834Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9981605Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-12-01T10:49:59.9982344Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.006s) 2022-12-01T10:49:59.9983079Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:49:59.9983762Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:49:59.9984435Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-12-01T10:49:59.9985130Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:49:59.9985834Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.004s) 2022-12-01T10:49:59.9986541Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:49:59.9987264Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:49:59.9988001Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:49:59.9988732Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:49:59.9989447Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:49:59.9990226Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:49:59.9990982Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:49:59.9991721Z test_backend_op_config_set_overwrite_output_fake_quantize (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:49:59.9992622Z test_backend_op_config_set_overwrite_output_observer (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:49:59.9993349Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:49:59.9994084Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:49:59.9994834Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:49:59.9995539Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:49:59.9996258Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.003s) 2022-12-01T10:49:59.9996936Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:49:59.9997631Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.002s) 2022-12-01T10:49:59.9998408Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (4.178s) 2022-12-01T10:49:59.9999097Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... ok (0.566s) 2022-12-01T10:49:59.9999824Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (1.724s) 2022-12-01T10:50:00.0000483Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.775s) 2022-12-01T10:50:00.0001203Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.050s) 2022-12-01T10:50:00.0001973Z test_quantization_modules (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... ok (0.688s) 2022-12-01T10:50:00.0003530Z 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-12-01T10:50:00.0004553Z warnings.warn("quantize_rnn_cell_modules function has been deprecated. " 2022-12-01T10:50:00.0005751Z /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-12-01T10:50:00.0006695Z "torch.jit.QuantizedRNNCellBase is deprecated and will be removed in an upcoming " 2022-12-01T10:50:00.0007951Z /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-12-01T10:50:00.0008844Z "torch.jit.QuantizedLSTMCell is deprecated and will be removed in an upcoming " 2022-12-01T10:50:00.0010079Z /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-12-01T10:50:00.0010942Z "torch.jit.QuantizedGRUCell is deprecated and will be removed in an upcoming " 2022-12-01T10:50:00.0012149Z /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-12-01T10:50:00.0013940Z "torch.jit.QuantizedRNNCell is deprecated and will be removed in an upcoming " 2022-12-01T10:50:00.0014378Z ok (0.718s) 2022-12-01T10:50:00.0015637Z 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-12-01T10:50:00.0016899Z warnings.warn("quantize_rnn_modules function has been deprecated. " 2022-12-01T10:50:00.0018031Z /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-12-01T10:50:00.0018904Z "torch.jit.QuantizedRNNBase is deprecated and will be removed in an upcoming " 2022-12-01T10:50:00.0020172Z /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-12-01T10:50:00.0021030Z "torch.jit.QuantizedLSTM is deprecated and will be removed in an upcoming " 2022-12-01T10:50:00.0022320Z /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-12-01T10:50:00.0023190Z "torch.jit.QuantizedGRU is deprecated and will be removed in an upcoming " 2022-12-01T10:50:00.0023596Z ok (0.481s) 2022-12-01T10:50:00.0024305Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:50:00.0024980Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:50:00.0025588Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.009s) 2022-12-01T10:50:00.0026180Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:50:00.0026803Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.038s) 2022-12-01T10:50:00.0027446Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:50:00.0028832Z 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-12-01T10:50:00.0029724Z reduce_range will be deprecated in a future release of PyTorch." 2022-12-01T10:50:00.0030118Z ok (0.010s) 2022-12-01T10:50:00.0030569Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:50:00.0031340Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.002s) 2022-12-01T10:50:00.0031980Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-12-01T10:50:00.0032549Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.003s) 2022-12-01T10:50:00.0033157Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.189s) 2022-12-01T10:50:00.0034657Z 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-12-01T10:50:00.0035556Z self._get_name() 2022-12-01T10:50:00.0035850Z ok (0.943s) 2022-12-01T10:50:00.0037141Z 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-12-01T10:50:00.0038154Z self._get_name() 2022-12-01T10:50:00.0038440Z ok (0.877s) 2022-12-01T10:50:00.0039766Z 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-12-01T10:50:00.0040612Z self._get_name() 2022-12-01T10:50:00.0040887Z ok (0.960s) 2022-12-01T10:50:00.0042267Z 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-12-01T10:50:00.0043230Z self._get_name() 2022-12-01T10:50:00.0043497Z ok (0.767s) 2022-12-01T10:50:00.0044947Z 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-12-01T10:50:00.0045902Z self._get_name() 2022-12-01T10:50:00.0046189Z ok (0.752s) 2022-12-01T10:50:00.0047539Z 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-12-01T10:50:00.0048438Z self._get_name() 2022-12-01T10:50:00.0048736Z ok (0.831s) 2022-12-01T10:50:00.0049222Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.037s) 2022-12-01T10:50:00.0049920Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (16.141s) 2022-12-01T10:50:00.0050659Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.637s) 2022-12-01T10:50:00.0051341Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.006s) 2022-12-01T10:50:00.0052015Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.006s) 2022-12-01T10:50:00.0052679Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.006s) 2022-12-01T10:50:00.0053374Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.006s) 2022-12-01T10:50:00.0054118Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.006s) 2022-12-01T10:50:00.0054820Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.017s) 2022-12-01T10:50:00.0055675Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0056511Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0057249Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0057853Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0058417Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0059008Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0059707Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0060473Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0061076Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0061691Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0062294Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0062846Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0063430Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0064028Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0064595Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0065200Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0065815Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0066424Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0067107Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0067550Z ok (0.068s) 2022-12-01T10:50:00.0068018Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.939s) 2022-12-01T10:50:00.0068670Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.097s) 2022-12-01T10:50:00.0069355Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.344s) 2022-12-01T10:50:00.0070029Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (2.042s) 2022-12-01T10:50:00.0070640Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (3.632s) 2022-12-01T10:50:00.0071259Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:50:00.0071785Z Sanity checks on _equalize.converged working ... ok (0.003s) 2022-12-01T10:50:00.0072365Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:50:00.0072971Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.006s) 2022-12-01T10:50:00.0073542Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:50:00.0074090Z First checks to see if _equalize.equalize can handle multiple ... ok (0.047s) 2022-12-01T10:50:00.0074672Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:50:00.0075265Z Checks to see if eager mode equalization supports fused ... ok (0.079s) 2022-12-01T10:50:00.0075856Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-12-01T10:50:00.0076464Z Checks to see if eager mode equalization supports fused ... ok (0.064s) 2022-12-01T10:50:00.0077019Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.671s) 2022-12-01T10:50:00.0077663Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:50:00.0079078Z After applying the equalization functions check if the input ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1531: 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-12-01T10:50:00.0080045Z "Passing a QConfig dictionary to prepare is deprecated and will not be supported " 2022-12-01T10:50:00.0081284Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:1537: 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-12-01T10:50:00.0082253Z "Passing a QConfig dictionary to prepare for equalization is deprecated and will not " 2022-12-01T10:50:00.0082692Z ok (0.083s) 2022-12-01T10:50:00.0083169Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:50:00.0084308Z Tests that graphs containing branches are prepared correctly. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:760: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-12-01T10:50:00.0085032Z f"Cannot equalize {node} because it is part of a branch." 2022-12-01T10:50:00.0085839Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/prepare.py:760: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-12-01T10:50:00.0086455Z f"Cannot equalize {node} because it is part of a branch." 2022-12-01T10:50:00.0086808Z ok (0.031s) 2022-12-01T10:50:00.0087272Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:50:00.0088878Z 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-12-01T10:50:00.0089985Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:50:00.0091216Z /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-12-01T10:50:00.0092199Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:50:00.0093430Z /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-12-01T10:50:00.0094394Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:50:00.0095587Z /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-12-01T10:50:00.0096545Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:50:00.0097902Z /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-12-01T10:50:00.0098867Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:50:00.0100124Z /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-12-01T10:50:00.0101084Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:50:00.0101471Z ok (10.566s) 2022-12-01T10:50:00.0101953Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:50:00.0102574Z After applying the equalization functions, check if the equalization ... ok (0.090s) 2022-12-01T10:50:00.0103161Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:50:00.0104360Z 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-12-01T10:50:00.0105276Z "must run observer before calling calculate_qparams. " + 2022-12-01T10:50:00.0106315Z /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-12-01T10:50:00.0107065Z "Must run observer before calling calculate_equalization_scale. " + 2022-12-01T10:50:00.0108102Z /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-12-01T10:50:00.0108919Z "Must call calculate_equalization_scale before calling calculate_scaled_minmax. " + 2022-12-01T10:50:00.0109863Z /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-12-01T10:50:00.0110452Z "must run observer before calling calculate_qparams. " + 2022-12-01T10:50:00.0110812Z ok (0.614s) 2022-12-01T10:50:00.0111428Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:50:00.0112011Z Tests that graphs created after prepare_fx is as expected ... ok (0.239s) 2022-12-01T10:50:00.0112578Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:50:00.0113144Z Tests that for small models, the results of quantized models that ... ok (0.391s) 2022-12-01T10:50:00.0113729Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:50:00.0114328Z After applying the equalization functions check if the weights and ... ok (0.093s) 2022-12-01T10:50:00.0114908Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-12-01T10:50:00.0115470Z Tests that we are able to run numeric suite on the equalized model ... ok (0.179s) 2022-12-01T10:50:00.0116071Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.172s) 2022-12-01T10:50:00.0116728Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.059s) 2022-12-01T10:50:00.0117383Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.044s) 2022-12-01T10:50:00.0118003Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-12-01T10:50:00.0118508Z Verify that graph matching works on methods ... ok (0.061s) 2022-12-01T10:50:00.0119080Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.170s) 2022-12-01T10:50:00.0120494Z 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-12-01T10:50:00.0121356Z Returning default scale and zero point " 2022-12-01T10:50:00.0121693Z ok (0.151s) 2022-12-01T10:50:00.0122149Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-12-01T10:50:00.0122737Z Tests that the mapping of op relationships is complete. ... ok (0.011s) 2022-12-01T10:50:00.0123290Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.164s) 2022-12-01T10:50:00.0124751Z 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-12-01T10:50:00.0125969Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:50:00.0126376Z ok (0.100s) 2022-12-01T10:50:00.0126834Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.172s) 2022-12-01T10:50:00.0127437Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.075s) 2022-12-01T10:50:00.0128075Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.092s) 2022-12-01T10:50:00.0128706Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... ok (0.173s) 2022-12-01T10:50:00.0129338Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-12-01T10:50:00.0129883Z Verify that graph matching works on user defined functions ... ok (0.054s) 2022-12-01T10:50:00.0130525Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-12-01T10:50:00.0131275Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.001s) 2022-12-01T10:50:00.0132136Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:50:00.0133888Z 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-12-01T10:50:00.0135078Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:50:00.0135466Z ok (12.579s) 2022-12-01T10:50:00.0135983Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:50:00.0137786Z 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-12-01T10:50:00.0138970Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:50:00.0139444Z ok (2.183s) 2022-12-01T10:50:00.0139924Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.818s) 2022-12-01T10:50:00.0140613Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:50:00.0141286Z Verify that add_loggers works on methods ... skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-12-01T10:50:00.0142084Z skipping shadow loggers for node_b: torch.ao.quantization.observer.FixedQParamsObserver, start_node_a: str, unknown dtype cast 2022-12-01T10:50:00.0142762Z skipping shadow loggers for node_b: str, start_node_a: str, unknown dtype cast 2022-12-01T10:50:00.0143168Z ok (0.229s) 2022-12-01T10:50:00.0143690Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (3.610s) 2022-12-01T10:50:00.0144396Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.874s) 2022-12-01T10:50:00.0145118Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.098s) 2022-12-01T10:50:00.0146750Z 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-12-01T10:50:00.0148053Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:50:00.0149195Z /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-12-01T10:50:00.0150161Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:50:00.0151284Z /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-12-01T10:50:00.0152220Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:50:00.0153380Z /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-12-01T10:50:00.0154464Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:50:00.0154845Z ok (1.171s) 2022-12-01T10:50:00.0155342Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.066s) 2022-12-01T10:50:00.0156118Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.045s) 2022-12-01T10:50:00.0156858Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.246s) 2022-12-01T10:50:00.0157559Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.169s) 2022-12-01T10:50:00.0158301Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.447s) 2022-12-01T10:50:00.0159054Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.576s) 2022-12-01T10:50:00.0159733Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.340s) 2022-12-01T10:50:00.0160456Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (1.435s) 2022-12-01T10:50:00.0161155Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.063s) 2022-12-01T10:50:00.0162241Z 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-12-01T10:50:00.0163501Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch.nn.modules.pooling.AdaptiveAvgPool2d, unknown dtype cast 2022-12-01T10:50:00.0164429Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._ops.quantized.PyCapsule.mul, unsupported 2022-12-01T10:50:00.0165312Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.mul, unknown dtype cast 2022-12-01T10:50:00.0166230Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unsupported 2022-12-01T10:50:00.0167128Z skipping shadow loggers for node_b: torch.ao.quantization.observer.MinMaxObserver, start_node_a: torch._ops.quantized.PyCapsule.add_relu, unknown dtype cast 2022-12-01T10:50:00.0167736Z ok (0.238s) 2022-12-01T10:50:00.0168244Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.211s) 2022-12-01T10:50:00.0169044Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.122s) 2022-12-01T10:50:00.0169737Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.180s) 2022-12-01T10:50:00.0170437Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.375s) 2022-12-01T10:50:00.0171111Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.436s) 2022-12-01T10:50:00.0171826Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.541s) 2022-12-01T10:50:00.0172592Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.135s) 2022-12-01T10:50:00.0173344Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.266s) 2022-12-01T10:50:00.0174048Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.054s) 2022-12-01T10:50:00.0174790Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.120s) 2022-12-01T10:50:00.0175579Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:50:00.0176383Z Verifies that logging inputs works correctly ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:50:00.0177463Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:50:00.0177990Z ok (5.047s) 2022-12-01T10:50:00.0178473Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.098s) 2022-12-01T10:50:00.0179279Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (2.025s) 2022-12-01T10:50:00.0180013Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.651s) 2022-12-01T10:50:00.0180705Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:50:00.0181249Z Verify that add_loggers works on methods ... ok (0.290s) 2022-12-01T10:50:00.0181856Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (2.185s) 2022-12-01T10:50:00.0182568Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.686s) 2022-12-01T10:50:00.0183464Z 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-12-01T10:50:00.0184385Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-12-01T10:50:00.0185243Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-12-01T10:50:00.0186156Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-12-01T10:50:00.0186872Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-12-01T10:50:00.0187591Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-12-01T10:50:00.0188433Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:50:00.0189304Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:50:00.0190329Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:50:00.0191144Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:50:00.0191922Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-12-01T10:50:00.0192697Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-12-01T10:50:00.0193442Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-12-01T10:50:00.0194206Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-12-01T10:50:00.0195049Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:50:00.0195857Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:50:00.0196389Z ok (6.560s) 2022-12-01T10:50:00.0197003Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:50:00.0197616Z Tests that all the ops quantization cares about have input and output ... ok (0.012s) 2022-12-01T10:50:00.0198233Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:50:00.0199117Z 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-12-01T10:50:00.0200141Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-12-01T10:50:00.0200978Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-12-01T10:50:00.0201840Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-12-01T10:50:00.0202697Z skipping shadow loggers for node_b: torch.nn.modules.activation.ReLU, start_node_a: torch.nn.modules.activation.ReLU, unknown dtype cast 2022-12-01T10:50:00.0203494Z skipping shadow loggers for node_b: torch.nn.functional.relu, start_node_a: torch.nn.functional.relu, unknown dtype cast 2022-12-01T10:50:00.0204015Z ok (2.648s) 2022-12-01T10:50:00.0204804Z 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-12-01T10:50:00.0205868Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:50:00.0206703Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:50:00.0207543Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-12-01T10:50:00.0208076Z ok (1.130s) 2022-12-01T10:50:00.0208565Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:50:00.0209190Z Verifies that we can match pairs of ops which have the same aten ... ok (0.963s) 2022-12-01T10:50:00.0209826Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.105s) 2022-12-01T10:50:00.0210551Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.148s) 2022-12-01T10:50:00.0211463Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:50:00.0212376Z 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-12-01T10:50:00.0213374Z 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-12-01T10:50:00.0214339Z 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-12-01T10:50:00.0214899Z ok (1.238s) 2022-12-01T10:50:00.0215391Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:50:00.0216215Z Verify that NS APIs work on user defined functions ... 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-12-01T10:50:00.0217473Z 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-12-01T10:50:00.0218581Z /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-12-01T10:50:00.0219358Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-12-01T10:50:00.0219788Z ok (0.359s) 2022-12-01T10:50:00.0220232Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-12-01T10:50:00.0221503Z 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-12-01T10:50:00.0222456Z "Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported " 2022-12-01T10:50:00.0222883Z ok (0.301s) 2022-12-01T10:50:00.0223382Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.122s) 2022-12-01T10:50:00.0224135Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (3.467s) 2022-12-01T10:50:00.0224904Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.739s) 2022-12-01T10:50:00.0226687Z 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-12-01T10:50:00.0227844Z torch.tensor(weight_qparams["scale"], dtype=torch.float, device=device)) 2022-12-01T10:50:00.0229084Z /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-12-01T10:50:00.0229991Z torch.tensor(weight_qparams["zero_point"], dtype=torch.int, device=device)) 2022-12-01T10:50:00.0230390Z ok (0.167s) 2022-12-01T10:50:00.0230940Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (3.714s) 2022-12-01T10:50:00.0231726Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (1.850s) 2022-12-01T10:50:00.0232709Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.159s) 2022-12-01T10:50:00.0233512Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.879s) 2022-12-01T10:50:00.0234306Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.542s) 2022-12-01T10:50:00.0235084Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (0.363s) 2022-12-01T10:50:00.0235883Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-12-01T10:50:00.0236617Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.001s) 2022-12-01T10:50:00.0237404Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... ok (24.071s) 2022-12-01T10:50:00.0238600Z 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-12-01T10:50:00.0239817Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:50:00.0240757Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:50:00.0241626Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:50:00.0242471Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:50:00.0243371Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:50:00.0244324Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:50:00.0245235Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:50:00.0246097Z skipping shadow loggers for node_b: torch.nn.modules.sparse.EmbeddingBag, start_node_a: torch.nn.modules.sparse.EmbeddingBag, unknown dtype cast 2022-12-01T10:50:00.0246965Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-12-01T10:50:00.0247419Z ok (24.003s) 2022-12-01T10:50:00.0247919Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.443s) 2022-12-01T10:50:00.0248625Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.008s) 2022-12-01T10:50:00.0249321Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.002s) 2022-12-01T10:50:00.0249963Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:50:00.0250627Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.090s) 2022-12-01T10:50:00.0251348Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.055s) 2022-12-01T10:50:00.0252141Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-12-01T10:50:00.0252820Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:50:00.0253400Z Tests the backward method. ... skip: temporarily disable the test (0.007s) 2022-12-01T10:50:00.0254185Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.045s) 2022-12-01T10:50:00.0254985Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-12-01T10:50:00.0255685Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.027s) 2022-12-01T10:50:00.0256350Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.820s) 2022-12-01T10:50:00.0257244Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.024s) 2022-12-01T10:50:00.0257961Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.182s) 2022-12-01T10:50:00.0259323Z 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-12-01T10:50:00.0260494Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-12-01T10:50:00.0260936Z ok (0.011s) 2022-12-01T10:50:00.0261397Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:50:00.0261972Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.215s) 2022-12-01T10:50:00.0262591Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.041s) 2022-12-01T10:50:00.0263359Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-12-01T10:50:00.0264137Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.055s) 2022-12-01T10:50:00.0264834Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-12-01T10:50:00.0265423Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.137s) 2022-12-01T10:50:00.0266066Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.043s) 2022-12-01T10:50:00.0266832Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-12-01T10:50:00.0267597Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.022s) 2022-12-01T10:50:00.0268294Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.273s) 2022-12-01T10:50:00.0268957Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.021s) 2022-12-01T10:50:00.0269812Z 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.006s) 2022-12-01T10:50:00.0270744Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.005s) 2022-12-01T10:50:00.0271516Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (1.292s) 2022-12-01T10:50:00.0272288Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.006s) 2022-12-01T10:50:00.0273025Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.448s) 2022-12-01T10:50:00.0273806Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.006s) 2022-12-01T10:50:00.0274933Z 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.005s) 2022-12-01T10:50:00.0275904Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.005s) 2022-12-01T10:50:00.0276658Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.414s) 2022-12-01T10:50:00.0277370Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.135s) 2022-12-01T10:50:00.0278019Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-12-01T10:50:00.0278596Z Test case that checks whether forward pre hooks of the first module and ... ok (0.028s) 2022-12-01T10:50:00.0279172Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.096s) 2022-12-01T10:50:00.0279790Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (1.071s) 2022-12-01T10:50:00.0280416Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.073s) 2022-12-01T10:50:00.0281166Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.015s) 2022-12-01T10:50:00.0281810Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.007s) 2022-12-01T10:50:00.0282390Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (2.941s) 2022-12-01T10:50:00.0283033Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... ok (0.198s) 2022-12-01T10:50:00.0283858Z 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-12-01T10:50:00.0284628Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.037s) 2022-12-01T10:50:00.0285218Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.010s) 2022-12-01T10:50:00.0285795Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.011s) 2022-12-01T10:50:00.0286369Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.007s) 2022-12-01T10:50:00.0286914Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.011s) 2022-12-01T10:50:00.0287460Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-12-01T10:50:00.0288065Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.007s) 2022-12-01T10:50:00.0288659Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-12-01T10:50:00.0289168Z This test tests two keys in backend_config: root_node_getter and ... ok (0.007s) 2022-12-01T10:50:00.0289749Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.020s) 2022-12-01T10:50:00.0290317Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-12-01T10:50:00.0290794Z TODO: add test for all fused modules ... ok (0.054s) 2022-12-01T10:50:00.0292428Z 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-12-01T10:50:00.0293512Z warnings.warn(msg, FutureWarning) 2022-12-01T10:50:00.0293846Z ok (0.010s) 2022-12-01T10:50:00.0294352Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.010s) 2022-12-01T10:50:00.0295145Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-12-01T10:50:00.0295746Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.032s) 2022-12-01T10:50:00.0296366Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-12-01T10:50:00.0297368Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.143s) 2022-12-01T10:50:00.0297895Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.032s) 2022-12-01T10:50:00.0298355Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.029s) 2022-12-01T10:50:00.0298796Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.041s) 2022-12-01T10:50:00.0299262Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.081s) 2022-12-01T10:50:00.0299698Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.083s) 2022-12-01T10:50:00.0300273Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.002s) 2022-12-01T10:50:00.0300708Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.008s) 2022-12-01T10:50:00.0301126Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.023s) 2022-12-01T10:50:00.0301543Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.058s) 2022-12-01T10:50:00.0301995Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.087s) 2022-12-01T10:50:00.0302484Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.206s) 2022-12-01T10:50:00.0302966Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... ok (0.018s) 2022-12-01T10:50:00.0303405Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.073s) 2022-12-01T10:50:00.0303818Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.479s) 2022-12-01T10:50:00.0304228Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.129s) 2022-12-01T10:50:00.0304615Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... ok (0.101s) 2022-12-01T10:50:00.0304997Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:50:00.0305314Z Tests the constructor of the ModelReport class. ... ok (0.022s) 2022-12-01T10:50:00.0305643Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:50:00.0305984Z Tests for generation of qconfigs by ModelReport API ... ok (0.090s) 2022-12-01T10:50:00.0306309Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:50:00.0306925Z 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-12-01T10:50:00.0307476Z example_input = torch.tensor(torch.randint(100, (1, 3, 3, 3)), dtype=torch.float) 2022-12-01T10:50:00.0307703Z ok (0.820s) 2022-12-01T10:50:00.0307972Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:50:00.0308412Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... ok (0.061s) 2022-12-01T10:50:00.0308779Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:50:00.0309160Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... ok (0.041s) 2022-12-01T10:50:00.0309545Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-12-01T10:50:00.0309865Z Tests for generation of qconfigs by ModelReport API ... ok (0.091s) 2022-12-01T10:50:00.0310247Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... ok (0.201s) 2022-12-01T10:50:00.0310689Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.036s) 2022-12-01T10:50:00.0311106Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.033s) 2022-12-01T10:50:00.0311517Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.024s) 2022-12-01T10:50:00.0311938Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.035s) 2022-12-01T10:50:00.0312376Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.021s) 2022-12-01T10:50:00.0312788Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.034s) 2022-12-01T10:50:00.0313165Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.078s) 2022-12-01T10:50:00.0313554Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.080s) 2022-12-01T10:50:00.0313953Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.675s) 2022-12-01T10:50:00.0314352Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.010s) 2022-12-01T10:50:00.0314735Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.053s) 2022-12-01T10:50:00.0315140Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:50:00.0315463Z Tests the generate_table_view() ... ok (0.063s) 2022-12-01T10:50:00.0315770Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:50:00.0316083Z Tests the generate_table_view() ... ok (0.060s) 2022-12-01T10:50:00.0316413Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:50:00.0316730Z Tests the generate_table_view() ... ok (0.062s) 2022-12-01T10:50:00.0317036Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-12-01T10:50:00.0317402Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... ok (0.078s) 2022-12-01T10:50:00.0317775Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (117.221s) 2022-12-01T10:50:00.0318192Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (26.316s) 2022-12-01T10:50:00.0318604Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (2.021s) 2022-12-01T10:50:00.0319022Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (3.776s) 2022-12-01T10:50:00.0319430Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (4.209s) 2022-12-01T10:50:00.0319835Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.305s) 2022-12-01T10:50:00.0320263Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.095s) 2022-12-01T10:50:00.0320729Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.135s) 2022-12-01T10:50:00.0321171Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.393s) 2022-12-01T10:50:00.0321599Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.409s) 2022-12-01T10:50:00.0322042Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.485s) 2022-12-01T10:50:00.0322487Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.009s) 2022-12-01T10:50:00.0322921Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (1.684s) 2022-12-01T10:50:00.0323342Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.017s) 2022-12-01T10:50:00.0323773Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.529s) 2022-12-01T10:50:00.0324235Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.502s) 2022-12-01T10:50:00.0324671Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.009s) 2022-12-01T10:50:00.0325093Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (1.627s) 2022-12-01T10:50:00.0325521Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.015s) 2022-12-01T10:50:00.0325942Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (1.450s) 2022-12-01T10:50:00.0326378Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.022s) 2022-12-01T10:50:00.0326795Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.393s) 2022-12-01T10:50:00.0327223Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.008s) 2022-12-01T10:50:00.0327652Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (1.604s) 2022-12-01T10:50:00.0328079Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.013s) 2022-12-01T10:50:00.0328499Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.001s) 2022-12-01T10:50:00.0328932Z test_mobilenet_v3 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-12-01T10:50:00.0329345Z test_output_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.004s) 2022-12-01T10:50:00.0329741Z test_shadow_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.002s) 2022-12-01T10:50:00.0330120Z test_histogram_observer_consistent_buffer_shape (quantization.core.test_workflow_module.TestObserver) 2022-12-01T10:50:00.0330475Z Ensures that the buffer shapes do not change from uninitialized to ... ok (0.014s) 2022-12-01T10:50:00.0330827Z test_histogram_observer_save_load_state_dict (quantization.core.test_workflow_module.TestObserver) 2022-12-01T10:50:00.0331128Z Smoke test on saving/loading state_dict ... ok (0.003s) 2022-12-01T10:50:00.0331451Z test_memoryless_minmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.082s) 2022-12-01T10:50:00.0331850Z test_memoryless_perchannelminmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.087s) 2022-12-01T10:50:00.0332296Z test_observer_qparams_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) 2022-12-01T10:50:00.0332788Z Ensure that the scale and zero_point returned by the observer ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:50:00.0333160Z test_observer_scriptable (quantization.core.test_workflow_module.TestObserver) ... ok (0.499s) 2022-12-01T10:50:00.0333534Z test_per_channel_observers (quantization.core.test_workflow_module.TestObserver) ... ok (1.009s) 2022-12-01T10:50:00.0333902Z test_per_tensor_observers (quantization.core.test_workflow_module.TestObserver) ... ok (0.224s) 2022-12-01T10:50:00.0334246Z test_save_load_state_dict_script (quantization.core.test_workflow_module.TestObserver) 2022-12-01T10:50:00.0334591Z Tests that we can save and load state_dict for observers that are scripted ... ok (0.820s) 2022-12-01T10:50:00.0335101Z test_state_dict_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:50:00.0335491Z test_zero_numel (quantization.core.test_workflow_module.TestObserver) ... ok (0.004s) 2022-12-01T10:50:00.0336101Z test_constant_padNd (quantization.core.test_quantized_op.TestPadding) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:760: UserWarning: non-inplace resize is deprecated 2022-12-01T10:50:00.0336543Z warnings.warn("non-inplace resize is deprecated") 2022-12-01T10:50:00.0336755Z ok (49.773s) 2022-12-01T10:50:00.0337201Z test_reflection_pad1d (quantization.core.test_quantized_op.TestPadding) ... ok (2.932s) 2022-12-01T10:50:00.0337555Z test_reflection_pad2d (quantization.core.test_quantized_op.TestPadding) ... ok (171.879s) 2022-12-01T10:50:00.0338003Z 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-12-01T10:50:00.0338514Z test_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-12-01T10:50:00.0338990Z 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-12-01T10:50:00.0339553Z 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-12-01T10:50:00.0340037Z test_qnnpack_add (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.003s) 2022-12-01T10:50:00.0340543Z 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.002s) 2022-12-01T10:50:00.0341042Z 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-12-01T10:50:00.0341548Z test_qnnpack_mul (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.003s) 2022-12-01T10:50:00.0342046Z 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-12-01T10:50:00.0342544Z 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-12-01T10:50:00.0343045Z 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-12-01T10:50:00.0343530Z 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-12-01T10:50:00.0344497Z 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-12-01T10:50:00.0345094Z "Passing a convert_custom_config_dict to convert is deprecated and will not be supported " 2022-12-01T10:50:00.0345342Z ok (0.031s) 2022-12-01T10:50:00.0345600Z test_quantization_doc_fx (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.157s) 2022-12-01T10:50:00.0345972Z test_quantization_doc_ptdq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.005s) 2022-12-01T10:50:00.0346342Z test_quantization_doc_ptsq (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.486s) 2022-12-01T10:50:00.0346709Z test_quantization_doc_qat (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.029s) 2022-12-01T10:50:00.0348101Z 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:485.) 2022-12-01T10:50:00.0348946Z if param.grad is not None: 2022-12-01T10:50:00.0349118Z ok (0.376s) 2022-12-01T10:50:00.0349424Z test_embedding_bag_padding_idx_error (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (0.308s) 2022-12-01T10:50:00.0349827Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (2.936s) 2022-12-01T10:50:00.0350216Z test_convert_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.081s) 2022-12-01T10:50:00.0350992Z 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-12-01T10:50:00.0351429Z ok (1.173s) 2022-12-01T10:50:00.0351723Z test_dynamic_quant_multi_uses (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (1.132s) 2022-12-01T10:50:00.0352130Z test_dynamic_shared_weights (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (1.616s) 2022-12-01T10:50:00.0352551Z test_dynamic_weight_observer (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.459s) 2022-12-01T10:50:00.0352963Z test_dynamic_with_if (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (2.422s) 2022-12-01T10:50:00.0353393Z test_insert_quant_dequant_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.439s) 2022-12-01T10:50:00.0353807Z test_prepare_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.125s) 2022-12-01T10:50:00.0354227Z test_prepare_dynamic_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.146s) 2022-12-01T10:50:00.0354650Z test_quantize_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.069s) 2022-12-01T10:50:00.0355102Z test_lower_graph_conv2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: Caffe2 is not available (0.529s) 2022-12-01T10:50:00.0355635Z 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-12-01T10:50:00.0356213Z test_lower_graph_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport) ... skip: Caffe2 is not available (0.001s) 2022-12-01T10:50:00.0356649Z test_conv_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.041s) 2022-12-01T10:50:00.0357018Z test_conv_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.043s) 2022-12-01T10:50:00.0357377Z test_conv_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.059s) 2022-12-01T10:50:00.0357753Z test_conv_transpose_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.041s) 2022-12-01T10:50:00.0358146Z test_conv_transpose_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.044s) 2022-12-01T10:50:00.0358537Z test_conv_transpose_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.063s) 2022-12-01T10:50:00.0358916Z test_functional_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (2.030s) 2022-12-01T10:50:00.0359323Z test_int16_reference_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.027s) 2022-12-01T10:50:00.0359746Z test_leaky_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.006s) 2022-12-01T10:50:00.0360117Z test_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.041s) 2022-12-01T10:50:00.0360475Z test_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.005s) 2022-12-01T10:50:00.0360884Z test_embedding_ops_dynamic (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.010s) 2022-12-01T10:50:00.0361316Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:50:00.0361733Z Test post-training dynamic quantization on preserving ... ok (0.007s) 2022-12-01T10:50:00.0362106Z test_linear_relu_fusion (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... ok (0.421s) 2022-12-01T10:50:00.0362508Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:50:00.0362907Z Test quantization for nested model, top level 'fc3' and ... ok (3.099s) 2022-12-01T10:50:00.0363227Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:50:00.0363578Z Another test case for quantized, we will quantize all submodules ... ok (3.617s) 2022-12-01T10:50:00.0363923Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:50:00.0364252Z More complicated nested test case with child qconfig overrides ... ok (3.643s) 2022-12-01T10:50:00.0364624Z test_per_channel_linear_quantize (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:50:00.0364989Z Test quantization for per_channel dynamic quantization ... ok (1.401s) 2022-12-01T10:50:00.0365346Z test_quantized_rnn (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:50:00.0365741Z Test dynamic quantization, scriptability and serialization for dynamic quantized lstm modules on int8 and fp16 ... ok (6.754s) 2022-12-01T10:50:00.0366148Z test_quantized_rnn_cell (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:50:00.0366564Z Test dynamic quantization, scriptability and serialization for dynamic quantized rnn cell modules on int8 and fp16 ... ok (3.009s) 2022-12-01T10:50:00.0366967Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:50:00.0367338Z Dynamic Quantize SingleLayerLinearDynamicModel which has one Linear module, ... ok (1.629s) 2022-12-01T10:50:00.0367710Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:50:00.0368072Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (1.571s) 2022-12-01T10:50:00.0368473Z test_type_match_rule (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-12-01T10:50:00.0368878Z Test quantization for nested model, top level 'fc3' and ... ok (2.160s) 2022-12-01T10:50:00.0369215Z test_activations (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:50:00.0369527Z Test quantization of activations ... ok (3.740s) 2022-12-01T10:50:00.0369861Z test_convtranspose_per_channel_fails_early (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:50:00.0370328Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.003s) 2022-12-01T10:50:00.0370725Z test_convtranspose_per_channel_qconfig_none (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:50:00.0371099Z Verifies that having qconfig==None for conv transpose does not crash ... ok (0.003s) 2022-12-01T10:50:00.0371464Z test_custom_module_class (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.033s) 2022-12-01T10:50:00.0371880Z test_dequant_stub (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.012s) 2022-12-01T10:50:00.0372336Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (1.736s) 2022-12-01T10:50:00.0372728Z test_manual (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:50:00.0373057Z User inserts QuantStub and DeQuantStub in model code ... ok (2.037s) 2022-12-01T10:50:00.0373401Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:50:00.0373789Z Test quantization for nested model, top level 'fc3' and ... ok (2.231s) 2022-12-01T10:50:00.0374125Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (1.260s) 2022-12-01T10:50:00.0374511Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:50:00.0374852Z More complicated nested test case with child qconfig overrides ... ok (2.738s) 2022-12-01T10:50:00.0375190Z test_normalization (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:50:00.0375977Z 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-12-01T10:50:00.0376501Z warnings.warn("None of the submodule got qconfig applied. Make sure you " 2022-12-01T10:50:00.0376726Z ok (2.157s) 2022-12-01T10:50:00.0377162Z test_quantized_embedding (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:50:00.0377605Z Test the post-training quantization flow, serialization and scripting ... ok (0.338s) 2022-12-01T10:50:00.0377990Z test_quantized_embedding_bag (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:50:00.0378433Z Test the post-training quantization flow, serialization and scripting ... ok (0.323s) 2022-12-01T10:50:00.0378836Z test_quantwrapper_attaches_qconfig_to_dequant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.009s) 2022-12-01T10:50:00.0379327Z test_resnet_base (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:50:00.0379681Z Test quantization for bottleneck topology used in resnet/resnext ... ok (0.706s) 2022-12-01T10:50:00.0380047Z test_save_load_state_dict (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:50:00.0380417Z Test PTQ flow of creating a model and quantizing it and saving the quantized state_dict ... ok (3.161s) 2022-12-01T10:50:00.0380794Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:50:00.0381270Z Quantize SingleLayerLinearModel which has one Linear module, make sure it is swapped ... ok (7.822s) 2022-12-01T10:50:00.0381636Z test_skip_quant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:50:00.0381974Z The case when we want to skip quantizing some layers ... ok (7.981s) 2022-12-01T10:50:00.0382308Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-12-01T10:50:00.0382673Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... ok (2.053s) 2022-12-01T10:50:00.0383046Z test_add_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.010s) 2022-12-01T10:50:00.0383446Z test_conv_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (2.751s) 2022-12-01T10:50:00.0383821Z test_conv_linear_symm (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-12-01T10:50:00.0384142Z Same as test_conv_linear but with Symmetric quantization. ... ok (0.003s) 2022-12-01T10:50:00.0384498Z test_defused_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.969s) 2022-12-01T10:50:00.0384929Z test_dropout (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (1.187s) 2022-12-01T10:50:00.0385315Z test_dynamic_qat_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.944s) 2022-12-01T10:50:00.0385696Z test_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.895s) 2022-12-01T10:50:00.0386099Z test_embedding_qat_qconfig_equal (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.013s) 2022-12-01T10:50:00.0386482Z test_eval_only_fake_quant (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-12-01T10:50:00.0386793Z Using FakeQuant in evaluation only mode, ... ok (0.039s) 2022-12-01T10:50:00.0387122Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.032s) 2022-12-01T10:50:00.0387502Z test_manual (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (1.717s) 2022-12-01T10:50:00.0387898Z test_mul_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.009s) 2022-12-01T10:50:00.0388304Z test_qat_embedding_bag_errors (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.005s) 2022-12-01T10:50:00.0388681Z test_train_save_load_eval (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-12-01T10:50:00.0389036Z Test QAT flow of creating a model, doing QAT and saving the quantized state_dict ... ok (0.322s) 2022-12-01T10:50:00.0389425Z test_conv_bn_folded_vs_unfolded (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (4.786s) 2022-12-01T10:50:00.0389846Z test_conv_bn_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (1.814s) 2022-12-01T10:50:00.0390262Z test_fixed_qparam_ops (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.027s) 2022-12-01T10:50:00.0390681Z test_leaky_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.016s) 2022-12-01T10:50:00.0391099Z test_linear_bn_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.014s) 2022-12-01T10:50:00.0391513Z test_linear_bn_symm_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.002s) 2022-12-01T10:50:00.0391941Z test_linear_bn_workflow (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.051s) 2022-12-01T10:50:00.0392350Z test_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.004s) 2022-12-01T10:50:00.0392718Z test_assert_on_size_after_quant_layer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0393067Z Verifies that calculating a size of a quantized tensor works ... ok (0.030s) 2022-12-01T10:50:00.0393381Z test_attention (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.077s) 2022-12-01T10:50:00.0393723Z test_backend_config_quantization_range (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0394418Z Check that quantization ranges specified through the BackendConfig are reflected in ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1007: UserWarning: QConfig activation quantization range must fall within the backend's: 2022-12-01T10:50:00.0395818Z QConfig range = (0, 63), BackendConfig range = (0, 31), ignoring QConfig(activation=functools.partial(, quant_min=0, quant_max=63, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fadf2e84d40>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fadf2e84d40>}) 2022-12-01T10:50:00.0396616Z backend_quant_min, backend_quant_max, qconfig)) 2022-12-01T10:50:00.0397142Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1007: UserWarning: QConfig activation quantization range must fall within the backend's: 2022-12-01T10:50:00.0398461Z QConfig range = (0, 255), BackendConfig range = (0, 31), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fadf4093290>}, weight=functools.partial(, quant_min=-128, quant_max=127, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fadf4093290>}) 2022-12-01T10:50:00.0399261Z backend_quant_min, backend_quant_max, qconfig)) 2022-12-01T10:50:00.0400050Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1001: UserWarning: QConfig activation must specify 'quant_min' and 'quant_max', ignoring QConfig(activation=, weight=) 2022-12-01T10:50:00.0400596Z (debug_string, qconfig)) 2022-12-01T10:50:00.0400764Z ok (0.079s) 2022-12-01T10:50:00.0401015Z test_backend_config_scale_min (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0402633Z Test QConfig eps validation against the BackendConfig's min scale value. ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1017: UserWarning: QConfig activation eps (tensor([6.1035e-05])) must be greater than or equal to the backend's min scale value (0.000244140625), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8, eps=6.103515625e-05){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fadf347e7a0>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fadf347e7a0>}) 2022-12-01T10:50:00.0403650Z (debug_string, app_scale_min, backend_scale_min, qconfig)) 2022-12-01T10:50:00.0405101Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1017: UserWarning: QConfig activation eps (tensor([1.1921e-07])) must be greater than or equal to the backend's min scale value (0.000244140625), ignoring QConfig(activation=functools.partial(, dtype=torch.quint8){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fadf3605560>}, weight=functools.partial(, dtype=torch.qint8, qscheme=torch.per_tensor_symmetric, eps=6.103515625e-05){'factory_kwargs': .get_factory_kwargs_based_on_module_device at 0x7fadf3605560>}) 2022-12-01T10:50:00.0406083Z (debug_string, app_scale_min, backend_scale_min, qconfig)) 2022-12-01T10:50:00.0407002Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:1012: UserWarning: QConfig activation must specify 'eps', ignoring QConfig(activation=functools.partial(, scale=1.0, zero_point=0){}, weight=functools.partial(, scale=1.0, zero_point=0){}) 2022-12-01T10:50:00.0407752Z warnings.warn("QConfig %s must specify 'eps', ignoring %s" % (debug_string, qconfig)) 2022-12-01T10:50:00.0407995Z ok (0.062s) 2022-12-01T10:50:00.0408237Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0408606Z Tests fusion and quantization for "Conv - Bn" and "Conv - Bn - ReLU" ... ok (5.444s) 2022-12-01T10:50:00.0408959Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0409246Z Test quantizing conv and linear ... ok (10.002s) 2022-12-01T10:50:00.0409528Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0409840Z Test quantizing functional conv and linear with reference option ... ok (9.953s) 2022-12-01T10:50:00.0410163Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.105s) 2022-12-01T10:50:00.0410519Z test_convert_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:50:00.0410911Z test_convert_custom_config_set_observed_to_quantized_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.003s) 2022-12-01T10:50:00.0411328Z test_convert_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:50:00.0411717Z test_convert_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:50:00.0412514Z test_convert_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/convert.py:583: 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-12-01T10:50:00.0413081Z "Passing a QConfig dictionary to convert is deprecated and will not be supported " 2022-12-01T10:50:00.0413756Z /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-12-01T10:50:00.0414315Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:50:00.0414979Z /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-12-01T10:50:00.0415527Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:50:00.0415743Z ok (0.209s) 2022-12-01T10:50:00.0416013Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0416441Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... ok (0.013s) 2022-12-01T10:50:00.0416921Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0417310Z Test the output of CopyNode to have the same ... ok (0.057s) 2022-12-01T10:50:00.0417619Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.116s) 2022-12-01T10:50:00.0417985Z test_custom_module_class_input_has_multiple_users (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0418314Z Tests that the flow still works when the input of custom module ... ok (0.037s) 2022-12-01T10:50:00.0418655Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.017s) 2022-12-01T10:50:00.0419016Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0419393Z Make sure default quant is inserted properly ... ok (0.028s) 2022-12-01T10:50:00.0419673Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0419963Z Test to make sure dequantize node are placed before ... ok (1.071s) 2022-12-01T10:50:00.0420257Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0420555Z Make sure quantization runs for models with dictionary output ... ok (0.027s) 2022-12-01T10:50:00.0420891Z test_dynamic_linear_input_multiple_use (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0421267Z Tests input for dynamic linear being used by multiple ops ... ok (0.052s) 2022-12-01T10:50:00.0421594Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.154s) 2022-12-01T10:50:00.0421927Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0422237Z Test that weight observer is run in convert step ... ok (0.020s) 2022-12-01T10:50:00.0422532Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0423320Z 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-12-01T10:50:00.0423934Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:50:00.0424168Z ok (0.068s) 2022-12-01T10:50:00.0424429Z test_dynamic_with_fusion_multiple_uses (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0424751Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... ok (0.049s) 2022-12-01T10:50:00.0425064Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0425425Z Test that the sequence of quant-dequant nodes in the ... ok (0.032s) 2022-12-01T10:50:00.0425743Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.035s) 2022-12-01T10:50:00.0426086Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.035s) 2022-12-01T10:50:00.0426418Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0426782Z Verifies that fp32 sum works correctly if it's before or after ... ok (0.076s) 2022-12-01T10:50:00.0427102Z test_fuse_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:50:00.0427486Z test_fuse_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:50:00.0427870Z test_fuse_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:50:00.0428222Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.042s) 2022-12-01T10:50:00.0428554Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0428883Z Ensure that leaving a possible fusion pattern of multiple nodes ... ok (0.030s) 2022-12-01T10:50:00.0429211Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0429569Z Verifies that binary ops get quantized correctly if some ... ok (0.071s) 2022-12-01T10:50:00.0429876Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (5.201s) 2022-12-01T10:50:00.0430202Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0430511Z Test support for qint8 activation in reference pattern ... ok (0.020s) 2022-12-01T10:50:00.0430840Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.039s) 2022-12-01T10:50:00.0431205Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.033s) 2022-12-01T10:50:00.0431562Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0431902Z Verifies that an observer is not inserted between an unmatched ... ok (0.024s) 2022-12-01T10:50:00.0432216Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.016s) 2022-12-01T10:50:00.0432542Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0432805Z Test quantizing a not used value ... ok (0.019s) 2022-12-01T10:50:00.0433103Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0433438Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... ok (0.036s) 2022-12-01T10:50:00.0433777Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0434081Z Verify that specifying complicated output types does not crash. ... ok (0.026s) 2022-12-01T10:50:00.0434413Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.061s) 2022-12-01T10:50:00.0434740Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0434999Z test MatchAllNode with ... ok (0.008s) 2022-12-01T10:50:00.0435293Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.040s) 2022-12-01T10:50:00.0435671Z test_prepare_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:50:00.0436068Z test_prepare_custom_config_set_float_to_observed_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:50:00.0436486Z test_prepare_custom_config_set_input_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:50:00.0436884Z test_prepare_custom_config_set_non_traceable_module_classes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:50:00.0437297Z test_prepare_custom_config_set_non_traceable_module_names (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:50:00.0437707Z test_prepare_custom_config_set_output_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:50:00.0438114Z test_prepare_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:50:00.0438505Z test_prepare_custom_config_set_standalone_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:50:00.0438910Z test_prepare_custom_config_set_standalone_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:50:00.0439293Z test_prepare_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.005s) 2022-12-01T10:50:00.0439633Z test_prepare_mode (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.164s) 2022-12-01T10:50:00.0439968Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0440295Z Ensures that copy.deepcopy works correctly on a prepared model. ... ok (0.029s) 2022-12-01T10:50:00.0440625Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.023s) 2022-12-01T10:50:00.0440990Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0441316Z Test to make sure the temporary config option to preserve qconfig attributes ... ok (0.027s) 2022-12-01T10:50:00.0441638Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0441904Z Test tuple input type is preserved ... ok (0.018s) 2022-12-01T10:50:00.0442234Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.058s) 2022-12-01T10:50:00.0442641Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.046s) 2022-12-01T10:50:00.0443050Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.065s) 2022-12-01T10:50:00.0443435Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.044s) 2022-12-01T10:50:00.0443832Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.042s) 2022-12-01T10:50:00.0444239Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.052s) 2022-12-01T10:50:00.0444677Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.044s) 2022-12-01T10:50:00.0445031Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.658s) 2022-12-01T10:50:00.0445524Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: multi-GPU not supported (0.000s) 2022-12-01T10:50:00.0445905Z test_qat_skip_untraced (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.032s) 2022-12-01T10:50:00.0446249Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.333s) 2022-12-01T10:50:00.0446594Z test_qconfig_dict_with_fused_modules (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.153s) 2022-12-01T10:50:00.0446955Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.046s) 2022-12-01T10:50:00.0447305Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.100s) 2022-12-01T10:50:00.0447643Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-12-01T10:50:00.0447992Z test_qconfig_mapping_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:50:00.0448348Z test_qconfig_mapping_set_global (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.002s) 2022-12-01T10:50:00.0448714Z test_qconfig_mapping_set_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:50:00.0449090Z test_qconfig_mapping_set_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.006s) 2022-12-01T10:50:00.0449478Z test_qconfig_mapping_set_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:50:00.0449854Z test_qconfig_mapping_set_object_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.004s) 2022-12-01T10:50:00.0450226Z test_qconfig_mapping_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-12-01T10:50:00.0450579Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.205s) 2022-12-01T10:50:00.0450941Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.033s) 2022-12-01T10:50:00.0451291Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.034s) 2022-12-01T10:50:00.0451633Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-12-01T10:50:00.0451959Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-12-01T10:50:00.0452307Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.053s) 2022-12-01T10:50:00.0452687Z test_qnnpack_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0453033Z Test whether default QNNPACK QConfigs are compatible with the QNNPACK BackendConfig. ... ok (6.056s) 2022-12-01T10:50:00.0453388Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.074s) 2022-12-01T10:50:00.0453708Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0453997Z Test that the FQN of input_scale/zero_point is set ... ok (0.041s) 2022-12-01T10:50:00.0454291Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0454604Z If the output is hardcoded to be quantized, ensure that ... ok (0.175s) 2022-12-01T10:50:00.0454933Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.031s) 2022-12-01T10:50:00.0455289Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.029s) 2022-12-01T10:50:00.0455639Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0455962Z Test state_dict and deepcopy works properly in the quantized model ... ok (0.052s) 2022-12-01T10:50:00.0456330Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0456616Z Make sure the numerics for models with ref conv module ... ok (0.198s) 2022-12-01T10:50:00.0457186Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0457491Z Make sure the numerics for models with ref linear module ... ok (0.065s) 2022-12-01T10:50:00.0457794Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.005s) 2022-12-01T10:50:00.0458133Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.033s) 2022-12-01T10:50:00.0458466Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.024s) 2022-12-01T10:50:00.0458833Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.042s) 2022-12-01T10:50:00.0459237Z test_reroute_tuple_getitem_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0459585Z The following graph should redirect the output to `b`. After the transformation, ... ok (0.004s) 2022-12-01T10:50:00.0459955Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.041s) 2022-12-01T10:50:00.0460296Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.015s) 2022-12-01T10:50:00.0460637Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.239s) 2022-12-01T10:50:00.0460987Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (2.881s) 2022-12-01T10:50:00.0461331Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (1.601s) 2022-12-01T10:50:00.0461657Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0461962Z Make sure that shape does not dequantize ... ok (0.037s) 2022-12-01T10:50:00.0462284Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.030s) 2022-12-01T10:50:00.0462645Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.035s) 2022-12-01T10:50:00.0463017Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.167s) 2022-12-01T10:50:00.0463397Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.269s) 2022-12-01T10:50:00.0463739Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0464014Z Make sure packed params appear in state_dict ... ok (0.114s) 2022-12-01T10:50:00.0464300Z test_static_lstm (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0464736Z Test statically quantized custom module LSTM followed by ops that consume individual ... ok (1.374s) 2022-12-01T10:50:00.0465085Z test_static_lstm_consume_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-12-01T10:50:00.0465424Z Test statically quantized custom module LSTM followed by a module that consumes the ... ok (1.119s) 2022-12-01T10:50:00.0465764Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.027s) 2022-12-01T10:50:00.0466130Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.042s) 2022-12-01T10:50:00.0466512Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.040s) 2022-12-01T10:50:00.0466891Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.026s) 2022-12-01T10:50:00.0467268Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.043s) 2022-12-01T10:50:00.0467651Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.084s) 2022-12-01T10:50:00.0468018Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.043s) 2022-12-01T10:50:00.0468434Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... ok (0.055s) 2022-12-01T10:50:00.0468817Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.001s) 2022-12-01T10:50:00.0469252Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.002s) 2022-12-01T10:50:00.0469654Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.834s) 2022-12-01T10:50:00.0470031Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.971s) 2022-12-01T10:50:00.0470410Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.228s) 2022-12-01T10:50:00.0470790Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.001s) 2022-12-01T10:50:00.0471144Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (1.614s) 2022-12-01T10:50:00.0471539Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.002s) 2022-12-01T10:50:00.0471972Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.002s) 2022-12-01T10:50:00.0472375Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.003s) 2022-12-01T10:50:00.0472734Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (22.353s) 2022-12-01T10:50:00.0473066Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (22.239s) 2022-12-01T10:50:00.0473429Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.063s) 2022-12-01T10:50:00.0473773Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:50:00.0474098Z A test that checks correct patterns are produced for ... ok (0.022s) 2022-12-01T10:50:00.0474475Z 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-12-01T10:50:00.0474864Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:50:00.0475263Z int8 is not supported for bmm so we won't produce reference ... ok (0.015s) 2022-12-01T10:50:00.0475575Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:50:00.0475936Z Make sure we don't insert observer for boolean Tensors ... ok (0.018s) 2022-12-01T10:50:00.0476213Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:50:00.0476556Z quantization of the output of cat will depend on the ... ok (1.755s) 2022-12-01T10:50:00.0476863Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.027s) 2022-12-01T10:50:00.0477191Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (6.856s) 2022-12-01T10:50:00.0477512Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.740s) 2022-12-01T10:50:00.0477935Z 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.000s) 2022-12-01T10:50:00.0478433Z 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-12-01T10:50:00.0478832Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:50:00.0479160Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... ok (0.015s) 2022-12-01T10:50:00.0479552Z 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-12-01T10:50:00.0479979Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.989s) 2022-12-01T10:50:00.0480301Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.097s) 2022-12-01T10:50:00.0480641Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.194s) 2022-12-01T10:50:00.0480994Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.518s) 2022-12-01T10:50:00.0481353Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.045s) 2022-12-01T10:50:00.0481698Z test_fixed_qparams_ops_qconfig_error (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:50:00.0482120Z Test that a proper error message is shown when user don't specify the correct ... ok (0.016s) 2022-12-01T10:50:00.0482472Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.085s) 2022-12-01T10:50:00.0482815Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.175s) 2022-12-01T10:50:00.0483170Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (41.783s) 2022-12-01T10:50:00.0483521Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (64.994s) 2022-12-01T10:50:00.0483910Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-12-01T10:50:00.0484350Z test_gelu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: This is no longer needed right now, can enable later with new api (0.001s) 2022-12-01T10:50:00.0484747Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:50:00.0485052Z A test that checks dequantize will be swapped for ... ok (0.377s) 2022-12-01T10:50:00.0485353Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:50:00.0485647Z A test that checks correct patterns are produced for ... ok (0.128s) 2022-12-01T10:50:00.0485944Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:50:00.0486267Z Make sure we only insert observer for getitem if the following node is matched ... ok (0.056s) 2022-12-01T10:50:00.0486590Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.575s) 2022-12-01T10:50:00.0486928Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (7.165s) 2022-12-01T10:50:00.0487272Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:50:00.0487592Z If the inputs to the graph are quantized and the only node ... ok (0.018s) 2022-12-01T10:50:00.0487894Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.655s) 2022-12-01T10:50:00.0488405Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.166s) 2022-12-01T10:50:00.0488759Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.503s) 2022-12-01T10:50:00.0489102Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (21.331s) 2022-12-01T10:50:00.0489452Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.549s) 2022-12-01T10:50:00.0489875Z 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-12-01T10:50:00.0490270Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (22.064s) 2022-12-01T10:50:00.0490588Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (22.154s) 2022-12-01T10:50:00.0490944Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:50:00.0491258Z Test multiple qconfigs for a single value ... ok (0.029s) 2022-12-01T10:50:00.0491964Z test_norm_weight_bias (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/utils.py:200: UserWarning: Unsupported activation_post_process in get_quantize_node_info: PlaceholderObserver() 2022-12-01T10:50:00.0492499Z warnings.warn(f"Unsupported activation_post_process in get_quantize_node_info: {activation_post_process}") 2022-12-01T10:50:00.0493204Z /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-12-01T10:50:00.0493757Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:50:00.0493997Z ok (1.947s) 2022-12-01T10:50:00.0494239Z test_prelu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.147s) 2022-12-01T10:50:00.0494580Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (1.371s) 2022-12-01T10:50:00.0494932Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (5.210s) 2022-12-01T10:50:00.0495262Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.399s) 2022-12-01T10:50:00.0495606Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.043s) 2022-12-01T10:50:00.0495953Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-12-01T10:50:00.0496253Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (7.285s) 2022-12-01T10:50:00.0496546Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.043s) 2022-12-01T10:50:00.0497066Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.036s) 2022-12-01T10:50:00.0497427Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (0.037s) 2022-12-01T10:50:00.0497745Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.064s) 2022-12-01T10:50:00.0498075Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... ok (2.665s) 2022-12-01T10:50:00.0498489Z 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-12-01T10:50:00.0498944Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: TODO: reenable with backend_config api (0.001s) 2022-12-01T10:50:00.0499535Z 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-12-01T10:50:00.0500063Z 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-12-01T10:50:00.0500608Z 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-12-01T10:50:00.0500999Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (3.792s) 2022-12-01T10:50:00.0501320Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.781s) 2022-12-01T10:50:00.0501665Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.002s) 2022-12-01T10:50:00.0502112Z test_linear_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeJit) ... [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0502549Z [W QuantUtils.h:204] Warning: FOUND weight out of range (function HandleWeightsSaturation) 2022-12-01T10:50:00.0502789Z ok (0.159s) 2022-12-01T10:50:00.0504067Z 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:485.) 2022-12-01T10:50:00.0504864Z if param.grad is not None: 2022-12-01T10:50:00.0505045Z ok (2.736s) 2022-12-01T10:50:00.0505306Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2022-12-01T10:50:00.0505624Z Test observers with ignored function and make sure it works in ... ok (5.256s) 2022-12-01T10:50:00.0506376Z 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-12-01T10:50:00.0506903Z reduce_range will be deprecated in a future release of PyTorch." 2022-12-01T10:50:00.0507126Z ok (9.317s) 2022-12-01T10:50:00.0507383Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.002s) 2022-12-01T10:50:00.0507736Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (15.739s) 2022-12-01T10:50:00.0508083Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.301s) 2022-12-01T10:50:00.0508417Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (18.611s) 2022-12-01T10:50:00.0508778Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.002s) 2022-12-01T10:50:00.0509142Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:50:00.0509453Z Make sure dequantize can support Tuple of tensor ... ok (4.538s) 2022-12-01T10:50:00.0509747Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (10.143s) 2022-12-01T10:50:00.0510089Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:50:00.0510398Z A test that checks dequantize will be swapped for ... ok (0.632s) 2022-12-01T10:50:00.0510694Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:50:00.0510829Z A test that checks correct patterns are produced for ... ok (1.753s) 2022-12-01T10:50:00.0510992Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (15.573s) 2022-12-01T10:50:00.0511157Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.429s) 2022-12-01T10:50:00.0511459Z 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-12-01T10:50:00.0511709Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:50:00.0511918Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:50:00.0512126Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:50:00.0512335Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:50:00.0512540Z [W observer.py:1204] Warning: must run observer before calling calculate_qparams. Returning default scale and zero point (function ) 2022-12-01T10:50:00.0512596Z ok (14.640s) 2022-12-01T10:50:00.0512761Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (16.596s) 2022-12-01T10:50:00.0512958Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (85.827s) 2022-12-01T10:50:00.0513129Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (48.045s) 2022-12-01T10:50:00.0513324Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (32.040s) 2022-12-01T10:50:00.0513510Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (31.837s) 2022-12-01T10:50:00.0513687Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (64.142s) 2022-12-01T10:50:00.0513855Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (29.257s) 2022-12-01T10:50:00.0514023Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:50:00.0514164Z Test quant fusion for multiple aten::add using same ... ok (7.280s) 2022-12-01T10:50:00.0514344Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (45.275s) 2022-12-01T10:50:00.0514513Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:50:00.0514643Z Test quant fusion for multiple aten::add using same ... ok (97.697s) 2022-12-01T10:50:00.0514822Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (15.849s) 2022-12-01T10:50:00.0515004Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (24.734s) 2022-12-01T10:50:00.0515160Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:50:00.0515293Z quantization of the output of cat will be depend on the ... ok (6.923s) 2022-12-01T10:50:00.0515449Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (11.165s) 2022-12-01T10:50:00.0515608Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-12-01T10:50:00.0515729Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... ok (46.359s) 2022-12-01T10:50:00.0515897Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.341s) 2022-12-01T10:50:00.0516069Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (45.265s) 2022-12-01T10:50:00.0516245Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (7.554s) 2022-12-01T10:50:00.0516428Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (22.886s) 2022-12-01T10:50:00.0516596Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.310s) 2022-12-01T10:50:00.0516805Z test_convtranspose_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.435s) 2022-12-01T10:50:00.0516983Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.021s) 2022-12-01T10:50:00.0517162Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.275s) 2022-12-01T10:50:00.0517343Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.305s) 2022-12-01T10:50:00.0517529Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (4.160s) 2022-12-01T10:50:00.0517705Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.443s) 2022-12-01T10:50:00.0517870Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:50:00.0518083Z Test that we don't fuse the cases when module type does not match ... ok (0.018s) 2022-12-01T10:50:00.0518271Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (1.039s) 2022-12-01T10:50:00.0518433Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.250s) 2022-12-01T10:50:00.0518646Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.231s) 2022-12-01T10:50:00.0518816Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.214s) 2022-12-01T10:50:00.0518990Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.787s) 2022-12-01T10:50:00.0519168Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.134s) 2022-12-01T10:50:00.0519363Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.172s) 2022-12-01T10:50:00.0519548Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:50:00.0519743Z Make sure we skip observers for ops that doesn't require ... ok (0.133s) 2022-12-01T10:50:00.0519925Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.716s) 2022-12-01T10:50:00.0520114Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:50:00.0520231Z check quantization for if works as long as ... ok (1.437s) 2022-12-01T10:50:00.0520421Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.622s) 2022-12-01T10:50:00.0520616Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.112s) 2022-12-01T10:50:00.0520806Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.256s) 2022-12-01T10:50:00.0521010Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.512s) 2022-12-01T10:50:00.0521202Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:50:00.0521351Z Make sure we propagate observed property through general ops ... ok (0.177s) 2022-12-01T10:50:00.0521567Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.181s) 2022-12-01T10:50:00.0521759Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:50:00.0521905Z Make sure we propagate observed property through general ops ... ok (0.201s) 2022-12-01T10:50:00.0522103Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.159s) 2022-12-01T10:50:00.0522291Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.617s) 2022-12-01T10:50:00.0522484Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.127s) 2022-12-01T10:50:00.0522696Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.563s) 2022-12-01T10:50:00.0522899Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.683s) 2022-12-01T10:50:00.0523078Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.243s) 2022-12-01T10:50:00.0523247Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.499s) 2022-12-01T10:50:00.0523401Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:50:00.0523653Z 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-12-01T10:50:00.0523719Z ok (0.261s) 2022-12-01T10:50:00.0523911Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.309s) 2022-12-01T10:50:00.0524101Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.028s) 2022-12-01T10:50:00.0524324Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.043s) 2022-12-01T10:50:00.0524502Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-12-01T10:50:00.0524738Z 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-12-01T10:50:00.0524921Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:50:00.0525087Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:50:00.0525266Z [W utils.py:287] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-12-01T10:50:00.0525334Z ok (0.689s) 2022-12-01T10:50:00.0525523Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.302s) 2022-12-01T10:50:00.0525713Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.040s) 2022-12-01T10:50:00.0525942Z test_benchmark (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: used for local benchmarking, comment when we want to run it (0.003s) 2022-12-01T10:50:00.0526104Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.721s) 2022-12-01T10:50:00.0526299Z test_qconv1d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.009s) 2022-12-01T10:50:00.0526468Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.488s) 2022-12-01T10:50:00.0526619Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (13.851s) 2022-12-01T10:50:00.0526816Z test_qconv2d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: cudnn is not enabled. (0.011s) 2022-12-01T10:50:00.0526985Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.512s) 2022-12-01T10:50:00.0527146Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (1.048s) 2022-12-01T10:50:00.0527315Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.623s) 2022-12-01T10:50:00.0527487Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.001s) 2022-12-01T10:50:00.0527756Z 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-12-01T10:50:00.0528027Z 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-12-01T10:50:00.0528265Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.322s) 2022-12-01T10:50:00.0528450Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-12-01T10:50:00.0528578Z Tests the case where 2D indices are passed into the operator ... ok (0.004s) 2022-12-01T10:50:00.0528771Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.225s) 2022-12-01T10:50:00.0528991Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-12-01T10:50:00.0529182Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-12-01T10:50:00.0529320Z Tests the case where 2D indices are passed into the operator ... ok (0.007s) 2022-12-01T10:50:00.0529514Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.374s) 2022-12-01T10:50:00.0529733Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-12-01T10:50:00.0529958Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... ok (0.317s) 2022-12-01T10:50:00.0530180Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Test needs Caffe2 (0.001s) 2022-12-01T10:50:00.0530375Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.141s) 2022-12-01T10:50:00.0530581Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.157s) 2022-12-01T10:50:00.0530784Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.282s) 2022-12-01T10:50:00.0531516Z test_grid_sample (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4228: 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-12-01T10:50:00.0531643Z "Default grid_sample and affine_grid behavior has changed " 2022-12-01T10:50:00.0531710Z ok (0.222s) 2022-12-01T10:50:00.0531910Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.003s) 2022-12-01T10:50:00.0532075Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.973s) 2022-12-01T10:50:00.0532277Z test_qlinear_cudnn (quantization.core.test_quantized_op.TestQuantizedLinear) ... skip: cudnn is not enabled. (0.011s) 2022-12-01T10:50:00.0532437Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.182s) 2022-12-01T10:50:00.0532609Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.880s) 2022-12-01T10:50:00.0532789Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.258s) 2022-12-01T10:50:00.0532972Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.260s) 2022-12-01T10:50:00.0533139Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.641s) 2022-12-01T10:50:00.0533299Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:50:00.0533437Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... ok (0.019s) 2022-12-01T10:50:00.0533590Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:50:00.0533773Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (3.811s) 2022-12-01T10:50:00.0533952Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:50:00.0534132Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (5.651s) 2022-12-01T10:50:00.0534283Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:50:00.0534461Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (18.279s) 2022-12-01T10:50:00.0534613Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:50:00.0534791Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (37.006s) 2022-12-01T10:50:00.0534954Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.743s) 2022-12-01T10:50:00.0535121Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (2.554s) 2022-12-01T10:50:00.0535262Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.689s) 2022-12-01T10:50:00.0535423Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.768s) 2022-12-01T10:50:00.0535589Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (3.392s) 2022-12-01T10:50:00.0535826Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (106.774s) 2022-12-01T10:50:00.0536414Z 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-12-01T10:50:00.0536522Z Returning default scale and zero point " 2022-12-01T10:50:00.0536589Z ok (31.129s) 2022-12-01T10:50:00.0537214Z test_empty_batch (quantization.core.test_quantized_op.TestQuantizedOps) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4014: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-12-01T10:50:00.0537411Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:50:00.0537479Z ok (0.011s) 2022-12-01T10:50:00.0537629Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.264s) 2022-12-01T10:50:00.0537792Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (57.681s) 2022-12-01T10:50:00.0537954Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.065s) 2022-12-01T10:50:00.0538118Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.948s) 2022-12-01T10:50:00.0538283Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (7.592s) 2022-12-01T10:50:00.0538440Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:50:00.0538584Z This test cover upsample_nearest2d and upsample_bilinear2d ... ok (18.346s) 2022-12-01T10:50:00.0538741Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-12-01T10:50:00.0538838Z This test cover upsample_nearest3d ... ok (93.330s) 2022-12-01T10:50:00.0539007Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.065s) 2022-12-01T10:50:00.0539259Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.607s) 2022-12-01T10:50:00.0539436Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.004s) 2022-12-01T10:50:00.0539598Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.450s) 2022-12-01T10:50:00.0539760Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.923s) 2022-12-01T10:50:00.0539958Z test_max_pool2d_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.008s) 2022-12-01T10:50:00.0540186Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.753s) 2022-12-01T10:50:00.0540331Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.697s) 2022-12-01T10:50:00.0540500Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.760s) 2022-12-01T10:50:00.0541052Z 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-12-01T10:50:00.0541122Z ok (0.004s) 2022-12-01T10:50:00.0541320Z test_qadd_relu_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.002s) 2022-12-01T10:50:00.0541525Z test_qadd_relu_cudnn_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.002s) 2022-12-01T10:50:00.0541745Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.013s) 2022-12-01T10:50:00.0541924Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.013s) 2022-12-01T10:50:00.0542088Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.299s) 2022-12-01T10:50:00.0542246Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.058s) 2022-12-01T10:50:00.0542404Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.539s) 2022-12-01T10:50:00.0542548Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.150s) 2022-12-01T10:50:00.0542717Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.691s) 2022-12-01T10:50:00.0542882Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.556s) 2022-12-01T10:50:00.0543041Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.468s) 2022-12-01T10:50:00.0558296Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.003s) 2022-12-01T10:50:00.0558613Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.013s) 2022-12-01T10:50:00.0558789Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.709s) 2022-12-01T10:50:00.0558956Z test_qprelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.278s) 2022-12-01T10:50:00.0559118Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (3.057s) 2022-12-01T10:50:00.0559276Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.905s) 2022-12-01T10:50:00.0559442Z test_qsoftmax (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.374s) 2022-12-01T10:50:00.0559615Z test_qsoftmax_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.964s) 2022-12-01T10:50:00.0559882Z 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-12-01T10:50:00.0560051Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.381s) 2022-12-01T10:50:00.0560489Z test_qtopk (quantization.core.test_quantized_op.TestQuantizedOps) ... /var/lib/jenkins/workspace/test/quantization/core/test_quantized_op.py:2001: 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-12-01T10:50:00.0560585Z indices = torch.tensor(X).long() 2022-12-01T10:50:00.0560640Z ok (0.285s) 2022-12-01T10:50:00.0560941Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.025s) 2022-12-01T10:50:00.0561105Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.428s) 2022-12-01T10:50:00.0561285Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (1.028s) 2022-12-01T10:50:00.0561442Z test_std (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (3.364s) 2022-12-01T10:50:00.0562240Z 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-12-01T10:50:00.0562341Z warnings.warn(msg, FutureWarning) 2022-12-01T10:50:00.0562409Z ok (0.002s) 2022-12-01T10:50:00.0562696Z 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-12-01T10:50:00.0562931Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.019s) 2022-12-01T10:50:00.0563105Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-12-01T10:50:00.0563338Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.002s) 2022-12-01T10:50:00.0563571Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-12-01T10:50:00.0563804Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-12-01T10:50:00.0564001Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-12-01T10:50:00.0564216Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:50:00.0564624Z test_fp16_saturate_op (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /var/lib/jenkins/workspace/test/quantization/core/test_quantized_tensor.py:1393: UserWarning: FOUND weight out of range (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cpu/QuantUtils.h:204.) 2022-12-01T10:50:00.0564724Z y = torch._saturate_weight_to_fp16(x) 2022-12-01T10:50:00.0564792Z ok (0.002s) 2022-12-01T10:50:00.0564967Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.032s) 2022-12-01T10:50:00.0565170Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-12-01T10:50:00.0565401Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:50:00.0565605Z test_per_channel_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-12-01T10:50:00.0565826Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.002s) 2022-12-01T10:50:00.0566030Z test_per_tensor_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-12-01T10:50:00.0566244Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-12-01T10:50:00.0566445Z test_pickle_checkpoint_qtensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.013s) 2022-12-01T10:50:00.0566630Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:50:00.0566853Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.278s) 2022-12-01T10:50:00.0567033Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.051s) 2022-12-01T10:50:00.0567217Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.029s) 2022-12-01T10:50:00.0567403Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.010s) 2022-12-01T10:50:00.0567609Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:50:00.0567793Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:50:00.0567987Z test_qtensor_fill_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.018s) 2022-12-01T10:50:00.0568187Z test_qtensor_fill_per_channel_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.037s) 2022-12-01T10:50:00.0568382Z test_qtensor_fill_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.028s) 2022-12-01T10:50:00.0568608Z test_qtensor_fill_per_tensor_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.034s) 2022-12-01T10:50:00.0568788Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.009s) 2022-12-01T10:50:00.0568979Z test_qtensor_index_put_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.051s) 2022-12-01T10:50:00.0569198Z test_qtensor_index_put_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:50:00.0569392Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:50:00.0569612Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:50:00.0569798Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-12-01T10:50:00.0569998Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.015s) 2022-12-01T10:50:00.0570183Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.011s) 2022-12-01T10:50:00.0570374Z test_qtensor_masked_fill_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.047s) 2022-12-01T10:50:00.0570579Z test_qtensor_masked_fill_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-12-01T10:50:00.0570778Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-12-01T10:50:00.0570978Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.021s) 2022-12-01T10:50:00.0571167Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.025s) 2022-12-01T10:50:00.0571358Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-12-01T10:50:00.0571558Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (3.497s) 2022-12-01T10:50:00.0571744Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-12-01T10:50:00.0572172Z test_qtensor_resize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:760: UserWarning: non-inplace resize is deprecated 2022-12-01T10:50:00.0572341Z warnings.warn("non-inplace resize is deprecated") 2022-12-01T10:50:00.0572395Z ok (0.005s) 2022-12-01T10:50:00.0572591Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-12-01T10:50:00.0572825Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-12-01T10:50:00.0573011Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.037s) 2022-12-01T10:50:00.0573192Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.017s) 2022-12-01T10:50:00.0573404Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-12-01T10:50:00.0573612Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (3.486s) 2022-12-01T10:50:00.0573799Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2022-12-01T10:50:00.0574008Z Tests the per channel quantization scheme for 4-bit qtensors. ... ok (0.101s) 2022-12-01T10:50:00.0574171Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-12-01T10:50:00.0574363Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-12-01T10:50:00.0574603Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.058s) 2022-12-01T10:50:00.0574805Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.010s) 2022-12-01T10:50:00.0574986Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-12-01T10:50:00.0575132Z Checks the rnn reference quantized modules has correct numerics ... ok (0.072s) 2022-12-01T10:50:00.0575318Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-12-01T10:50:00.0575469Z Checks the rnn cell reference quantized modules has correct numerics ... ok (0.020s) 2022-12-01T10:50:00.0575650Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-12-01T10:50:00.0575741Z Embedding and EmbeddingBag ... ok (0.011s) 2022-12-01T10:50:00.0575921Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.149s) 2022-12-01T10:50:00.0576112Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.047s) 2022-12-01T10:50:00.0576300Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.047s) 2022-12-01T10:50:00.0576490Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.050s) 2022-12-01T10:50:00.0576678Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.131s) 2022-12-01T10:50:00.0577002Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.049s) 2022-12-01T10:50:00.0577199Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.047s) 2022-12-01T10:50:00.0577383Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.068s) 2022-12-01T10:50:00.0577568Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.142s) 2022-12-01T10:50:00.0577748Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.077s) 2022-12-01T10:50:00.0577933Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.230s) 2022-12-01T10:50:00.0578126Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.020s) 2022-12-01T10:50:00.0578303Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.132s) 2022-12-01T10:50:00.0578492Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.236s) 2022-12-01T10:50:00.0578676Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.133s) 2022-12-01T10:50:00.0579488Z 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:1531: 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-12-01T10:50:00.0579653Z "Passing a QConfig dictionary to prepare is deprecated and will not be supported " 2022-12-01T10:50:00.0580148Z /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-12-01T10:50:00.0580362Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:50:00.0580846Z /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-12-01T10:50:00.0581059Z warnings.warn(f'Node {node} target {node.target} {atom} of {seen_qualname} does ' 2022-12-01T10:50:00.0581172Z ok (1.686s) 2022-12-01T10:50:00.0581357Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.236s) 2022-12-01T10:50:00.0581559Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.006s) 2022-12-01T10:50:00.0581755Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.004s) 2022-12-01T10:50:00.0581941Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:50:00.0582068Z Tests the correctness of the batchnorm2d module. ... ok (0.004s) 2022-12-01T10:50:00.0582598Z 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-12-01T10:50:00.0582722Z "must run observer before calling calculate_qparams. " + 2022-12-01T10:50:00.0582793Z ok (0.019s) 2022-12-01T10:50:00.0582978Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:50:00.0583106Z Tests the correctness of the batchnorm3d module. ... ok (0.005s) 2022-12-01T10:50:00.0583320Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.019s) 2022-12-01T10:50:00.0583515Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (8.796s) 2022-12-01T10:50:00.0583705Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (9.267s) 2022-12-01T10:50:00.0583891Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (2.465s) 2022-12-01T10:50:00.0584060Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:50:00.0584185Z Tests the correctness of the dropout module. ... ok (0.003s) 2022-12-01T10:50:00.0584396Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.011s) 2022-12-01T10:50:00.0584568Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:50:00.0584686Z Tests the correctness of the ELU module. ... ok (0.005s) 2022-12-01T10:50:00.0584889Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (15.785s) 2022-12-01T10:50:00.0585076Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:50:00.0585252Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... ok (17.556s) 2022-12-01T10:50:00.0585464Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:50:00.0585590Z Tests the correctness of the groupnorm module. ... ok (0.008s) 2022-12-01T10:50:00.0585771Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:50:00.0585910Z Tests the correctness of the instancenorm{n}d modules. ... ok (0.022s) 2022-12-01T10:50:00.0586087Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:50:00.0586210Z Tests the correctness of the layernorm module. ... ok (0.008s) 2022-12-01T10:50:00.0586404Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.007s) 2022-12-01T10:50:00.0586597Z test_linear_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (64.434s) 2022-12-01T10:50:00.0586758Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-12-01T10:50:00.0586879Z Tests the correctness of the pool module. ... ok (0.072s) 2022-12-01T10:50:00.0587069Z test_prelu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.006s) 2022-12-01T10:50:00.0587270Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.004s) 2022-12-01T10:50:00.0587486Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.004s) 2022-12-01T10:50:00.0587680Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.006s) 2022-12-01T10:50:00.0587890Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (9.892s) 2022-12-01T10:50:00.0588115Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.049s) 2022-12-01T10:50:00.0588329Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.031s) 2022-12-01T10:50:00.0588571Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.025s) 2022-12-01T10:50:00.0588788Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.034s) 2022-12-01T10:50:00.0589002Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.032s) 2022-12-01T10:50:00.0589254Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.031s) 2022-12-01T10:50:00.0589460Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-12-01T10:50:00.0589608Z This tests that a placeholder Node can be matched to a Node with ... ok (0.031s) 2022-12-01T10:50:00.0589814Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.031s) 2022-12-01T10:50:00.0590044Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.031s) 2022-12-01T10:50:00.0590259Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.032s) 2022-12-01T10:50:00.0590467Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.046s) 2022-12-01T10:50:00.0590667Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.032s) 2022-12-01T10:50:00.0590890Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.036s) 2022-12-01T10:50:00.0591056Z test_get_fqn_to_example_inputs_complex_args (quantization.core.test_utils.TestUtils) 2022-12-01T10:50:00.0591205Z Test that we can record complex example inputs such as lists and dicts ... ok (0.009s) 2022-12-01T10:50:00.0591402Z test_get_fqn_to_example_inputs_default_kwargs (quantization.core.test_utils.TestUtils) 2022-12-01T10:50:00.0591569Z Test that we can get example inputs for functions with default keyword arguments ... ok (0.008s) 2022-12-01T10:50:00.0591742Z test_get_fqn_to_example_inputs_simple (quantization.core.test_utils.TestUtils) ... ok (0.008s) 2022-12-01T10:50:00.0591909Z test_quantize_weight_clamping_per_channel (quantization.core.test_utils.TestUtils) 2022-12-01T10:50:00.0592078Z Test quant_{min, max} from per channel observer is honored by `_quantize_weight` method ... ok (0.005s) 2022-12-01T10:50:00.0592227Z test_quantize_weight_clamping_per_tensor (quantization.core.test_utils.TestUtils) 2022-12-01T10:50:00.0592391Z Test quant_{min, max} from per tensor observer is honored by `_quantize_weight` method ... ok (0.004s) 2022-12-01T10:50:00.0592401Z 2022-12-01T10:50:00.0592604Z ---------------------------------------------------------------------- 2022-12-01T10:50:00.0592688Z Ran 942 tests in 2351.056s 2022-12-01T10:50:00.0592693Z 2022-12-01T10:50:00.0592767Z OK (skipped=86) 2022-12-01T10:50:00.0592772Z 2022-12-01T10:50:00.0592857Z Generating XML reports... 2022-12-01T10:50:00.0593308Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20221201101047.xml 2022-12-01T10:50:00.0593712Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20221201101047.xml 2022-12-01T10:50:00.0594126Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20221201101047.xml 2022-12-01T10:50:00.0594541Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20221201101047.xml 2022-12-01T10:50:00.0594894Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20221201101047.xml 2022-12-01T10:50:00.0595288Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20221201101047.xml 2022-12-01T10:50:00.0595647Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20221201101047.xml 2022-12-01T10:50:00.0596046Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20221201101047.xml 2022-12-01T10:50:00.0596411Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20221201101047.xml 2022-12-01T10:50:00.0596814Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20221201101047.xml 2022-12-01T10:50:00.0597190Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20221201101047.xml 2022-12-01T10:50:00.0597560Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20221201101047.xml 2022-12-01T10:50:00.0597900Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20221201101047.xml 2022-12-01T10:50:00.0598254Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20221201101047.xml 2022-12-01T10:50:00.0598635Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20221201101047.xml 2022-12-01T10:50:00.0599022Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20221201101047.xml 2022-12-01T10:50:00.0599417Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20221201101047.xml 2022-12-01T10:50:00.0599777Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20221201101047.xml 2022-12-01T10:50:00.0600121Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20221201101047.xml 2022-12-01T10:50:00.0600453Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20221201101047.xml 2022-12-01T10:50:00.0600826Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20221201101047.xml 2022-12-01T10:50:00.0601227Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20221201101047.xml 2022-12-01T10:50:00.0601611Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20221201101047.xml 2022-12-01T10:50:00.0602023Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20221201101047.xml 2022-12-01T10:50:00.0602385Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20221201101047.xml 2022-12-01T10:50:00.0602759Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20221201101047.xml 2022-12-01T10:50:00.0603158Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20221201101047.xml 2022-12-01T10:50:00.0603541Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20221201101047.xml 2022-12-01T10:50:00.0603914Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20221201101047.xml 2022-12-01T10:50:00.0604300Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20221201101047.xml 2022-12-01T10:50:00.0604675Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20221201101047.xml 2022-12-01T10:50:00.0605059Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20221201101047.xml 2022-12-01T10:50:00.0605447Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20221201101047.xml 2022-12-01T10:50:00.0605796Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20221201101047.xml 2022-12-01T10:50:00.0606132Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20221201101047.xml 2022-12-01T10:50:00.0606486Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20221201101047.xml 2022-12-01T10:50:00.0606866Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20221201101047.xml 2022-12-01T10:50:00.0607250Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20221201101047.xml 2022-12-01T10:50:00.0607641Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20221201101047.xml 2022-12-01T10:50:00.0608048Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20221201101047.xml 2022-12-01T10:50:00.0608443Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20221201101047.xml 2022-12-01T10:50:00.0608815Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20221201101047.xml 2022-12-01T10:50:00.0609217Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20221201101047.xml 2022-12-01T10:50:00.0609554Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20221201101047.xml 2022-12-01T10:50:00.0609915Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20221201101047.xml 2022-12-01T10:50:00.0610295Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20221201101047.xml 2022-12-01T10:50:00.0610643Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20221201101047.xml 2022-12-01T10:50:00.0610997Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20221201101047.xml 2022-12-01T10:50:00.0611360Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20221201101047.xml 2022-12-01T10:50:00.0611697Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20221201101047.xml 2022-12-01T10:50:00.0612075Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20221201101047.xml 2022-12-01T10:50:00.0612489Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20221201101047.xml 2022-12-01T10:50:00.0612847Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20221201101047.xml 2022-12-01T10:50:00.0613197Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20221201101047.xml 2022-12-01T10:50:00.0613575Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20221201101047.xml 2022-12-01T10:50:00.0613979Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20221201101047.xml 2022-12-01T10:50:00.0614387Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20221201101047.xml 2022-12-01T10:50:00.0614771Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20221201101047.xml 2022-12-01T10:50:00.0615165Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20221201101047.xml 2022-12-01T10:50:00.0615542Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201101047.xml 2022-12-01T10:50:00.0615864Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20221201101047.xml 2022-12-01T10:50:00.0616265Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20221201101047.xml 2022-12-01T10:50:00.0616616Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20221201101047.xml 2022-12-01T10:50:00.0617139Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20221201101047.xml 2022-12-01T10:50:00.0617145Z 2022-12-01T10:50:00.0617493Z ##[endgroup] 2022-12-01T10:50:00.0617784Z FINISHED PRINTING LOG FILE of test_quantization (/var/lib/jenkins/workspace/test/test-reports/test_quantization_qjmjck86) 2022-12-01T10:50:00.0617790Z 2022-12-01T10:50:01.8918063Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:50:02.0121673Z Ignoring disabled issues: [] 2022-12-01T10:50:02.6522794Z Running test_modules ... [2022-12-01 10:50:02.651921] 2022-12-01T10:50:02.6526005Z Executing ['/opt/conda/bin/python', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:50:02.652398] 2022-12-01T11:03:11.1062668Z 2022-12-01T11:03:11.1063154Z Expand the folded group to see the log file of test_modules 2022-12-01T11:03:11.1064655Z ##[group]PRINTING LOG FILE of test_modules (/var/lib/jenkins/workspace/test/test-reports/test_modules_8nbdtp1v) 2022-12-01T11:03:11.1067949Z Test results will be stored in test-reports/python-unittest/test_modules 2022-12-01T11:03:11.1068490Z 2022-12-01T11:03:11.1068791Z Running tests... 2022-12-01T11:03:11.1069616Z ---------------------------------------------------------------------- 2022-12-01T11:03:11.1069991Z test_check_inplace_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T11:03:11.1070415Z test_check_inplace_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1070947Z test_check_inplace_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.042s) 2022-12-01T11:03:11.1071395Z test_check_inplace_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:03:11.1071888Z test_check_inplace_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:03:11.1072299Z test_check_inplace_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T11:03:11.1072810Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1073718Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1074252Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1074848Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1075454Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1076991Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1077735Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1078196Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1078586Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1079029Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1079398Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1079992Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1080381Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1080802Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1081174Z test_cpu_gpu_parity_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1101050Z test_cpu_gpu_parity_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1102983Z test_cpu_gpu_parity_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1103554Z test_cpu_gpu_parity_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1104209Z test_cpu_gpu_parity_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1104601Z test_cpu_gpu_parity_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1105044Z test_cpu_gpu_parity_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1105387Z test_cpu_gpu_parity_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1105754Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1106131Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1106497Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1106876Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1107253Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1107621Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1107974Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1108338Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1108704Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1109063Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1109437Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1109794Z test_cpu_gpu_parity_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1110135Z test_cpu_gpu_parity_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.015s) 2022-12-01T11:03:11.1110472Z test_cpu_gpu_parity_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1110824Z test_cpu_gpu_parity_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1111172Z test_cpu_gpu_parity_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1111514Z test_cpu_gpu_parity_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1111851Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1112260Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1112621Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1112973Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1113325Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1113691Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1114054Z test_cpu_gpu_parity_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1114410Z test_cpu_gpu_parity_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1114745Z test_cpu_gpu_parity_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1115090Z test_cpu_gpu_parity_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1115470Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1115813Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1116163Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1116516Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1116877Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1117222Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1117581Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1117939Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1118293Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1139370Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1139959Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1140556Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1141152Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1141851Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1142340Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1142719Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1143100Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1143479Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1143830Z test_cpu_gpu_parity_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1144174Z test_cpu_gpu_parity_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1144647Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1145046Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1145433Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.006s) 2022-12-01T11:03:11.1145827Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1146207Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1146552Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1146880Z test_cpu_gpu_parity_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1147229Z test_cpu_gpu_parity_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1147620Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1147962Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1148318Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1148672Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1149022Z test_cpu_gpu_parity_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1149387Z test_cpu_gpu_parity_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1149725Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1150069Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1150443Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1150829Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1151234Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1151650Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1152067Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1152488Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1152858Z test_cpu_gpu_parity_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1153214Z test_cpu_gpu_parity_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-12-01T11:03:11.1153562Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1153895Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1154236Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1154569Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1154934Z test_factory_kwargs_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1155238Z test_factory_kwargs_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1155563Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1155900Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1156240Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1156564Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1156901Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1157232Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.082s) 2022-12-01T11:03:11.1157560Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1157897Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1158246Z test_factory_kwargs_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:03:11.1158562Z test_factory_kwargs_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:03:11.1158856Z test_factory_kwargs_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T11:03:11.1159161Z test_factory_kwargs_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:03:11.1159463Z test_factory_kwargs_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:03:11.1159753Z test_factory_kwargs_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:03:11.1160050Z test_factory_kwargs_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:03:11.1160355Z test_factory_kwargs_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:03:11.1178070Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1179641Z 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-12-01T11:03:11.1183741Z result = torch.complex(real, imag) 2022-12-01T11:03:11.1183985Z ok (0.007s) 2022-12-01T11:03:11.1184399Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1187804Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1188358Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1188692Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1189201Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1189636Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1189949Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1190280Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1190703Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:03:11.1191199Z test_factory_kwargs_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1191849Z test_factory_kwargs_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1199551Z test_factory_kwargs_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1200127Z test_factory_kwargs_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1200701Z test_factory_kwargs_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:03:11.1201284Z test_factory_kwargs_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1201701Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.060s) 2022-12-01T11:03:11.1202019Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.061s) 2022-12-01T11:03:11.1202325Z test_factory_kwargs_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.062s) 2022-12-01T11:03:11.1202643Z test_factory_kwargs_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.101s) 2022-12-01T11:03:11.1202964Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1203298Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1203605Z test_factory_kwargs_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1203970Z test_factory_kwargs_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1204283Z test_factory_kwargs_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1204575Z test_factory_kwargs_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1204883Z test_factory_kwargs_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:03:11.1205191Z test_factory_kwargs_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:03:11.1205617Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.130s) 2022-12-01T11:03:11.1205921Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.131s) 2022-12-01T11:03:11.1206245Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.140s) 2022-12-01T11:03:11.1206570Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.130s) 2022-12-01T11:03:11.1207316Z 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-12-01T11:03:11.1207879Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1208112Z ok (0.011s) 2022-12-01T11:03:11.1208358Z test_factory_kwargs_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:03:11.1208665Z test_factory_kwargs_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:03:11.1208982Z test_factory_kwargs_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:03:11.1209298Z test_factory_kwargs_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:03:11.1209611Z test_factory_kwargs_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:03:11.1209931Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1210275Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1210616Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1210943Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:03:11.1211287Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1211623Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1211988Z test_factory_kwargs_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1212280Z test_factory_kwargs_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1212617Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.171s) 2022-12-01T11:03:11.1212978Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.209s) 2022-12-01T11:03:11.1213335Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.173s) 2022-12-01T11:03:11.1213685Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.174s) 2022-12-01T11:03:11.1214021Z test_factory_kwargs_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:03:11.1214334Z test_factory_kwargs_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:03:11.1214627Z test_factory_kwargs_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:03:11.1214924Z test_factory_kwargs_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:03:11.1215272Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.118s) 2022-12-01T11:03:11.1215589Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.119s) 2022-12-01T11:03:11.1215891Z test_factory_kwargs_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.119s) 2022-12-01T11:03:11.1216208Z test_factory_kwargs_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.118s) 2022-12-01T11:03:11.1216514Z test_factory_kwargs_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1216985Z test_factory_kwargs_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1217297Z test_factory_kwargs_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1217664Z test_factory_kwargs_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1218004Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.126s) 2022-12-01T11:03:11.1218358Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.167s) 2022-12-01T11:03:11.1218728Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.101s) 2022-12-01T11:03:11.1219108Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.099s) 2022-12-01T11:03:11.1219493Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.091s) 2022-12-01T11:03:11.1219862Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.089s) 2022-12-01T11:03:11.1220210Z test_factory_kwargs_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.317s) 2022-12-01T11:03:11.1220529Z test_factory_kwargs_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.437s) 2022-12-01T11:03:11.1220840Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1221163Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1221484Z test_forward_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1221808Z test_forward_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1222111Z test_forward_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1222407Z test_forward_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1222717Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1223091Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1223413Z test_forward_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1223738Z test_forward_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1224059Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1224368Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1224690Z test_forward_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1225009Z test_forward_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1225318Z test_forward_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T11:03:11.1225603Z test_forward_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:03:11.1225896Z test_forward_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1226187Z test_forward_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:03:11.1226496Z test_forward_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1226786Z test_forward_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1227074Z test_forward_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1227358Z test_forward_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1228394Z 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-12-01T11:03:11.1229126Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T11:03:11.1229674Z ok (0.010s) 2022-12-01T11:03:11.1229945Z test_forward_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.026s) 2022-12-01T11:03:11.1230275Z test_forward_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:03:11.1230596Z test_forward_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1230916Z test_forward_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1231232Z test_forward_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1231538Z test_forward_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1231850Z test_forward_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:03:11.1232161Z test_forward_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:03:11.1232468Z test_forward_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.033s) 2022-12-01T11:03:11.1232796Z test_forward_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.030s) 2022-12-01T11:03:11.1233101Z test_forward_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1233388Z test_forward_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1233670Z test_forward_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1233972Z test_forward_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1234272Z test_forward_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1234591Z test_forward_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1234894Z test_forward_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.286s) 2022-12-01T11:03:11.1235202Z test_forward_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.318s) 2022-12-01T11:03:11.1235515Z test_forward_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.278s) 2022-12-01T11:03:11.1235807Z test_forward_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.278s) 2022-12-01T11:03:11.1236120Z test_forward_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:03:11.1236442Z test_forward_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:03:11.1236739Z test_forward_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1237041Z test_forward_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1237338Z test_forward_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:03:11.1237628Z test_forward_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:03:11.1237940Z test_forward_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1238242Z test_forward_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1238551Z test_forward_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.596s) 2022-12-01T11:03:11.1238846Z test_forward_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.542s) 2022-12-01T11:03:11.1239157Z test_forward_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.587s) 2022-12-01T11:03:11.1239466Z test_forward_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.541s) 2022-12-01T11:03:11.1239776Z test_forward_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1240069Z test_forward_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1240372Z test_forward_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1240673Z test_forward_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1240955Z test_forward_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1241251Z test_forward_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1241571Z test_forward_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1241908Z test_forward_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1242222Z test_forward_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1242555Z test_forward_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1242885Z test_forward_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:03:11.1243216Z test_forward_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:03:11.1243511Z test_forward_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:03:11.1243807Z test_forward_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:03:11.1244133Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.673s) 2022-12-01T11:03:11.1244467Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.673s) 2022-12-01T11:03:11.1244818Z test_forward_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.636s) 2022-12-01T11:03:11.1245170Z test_forward_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.655s) 2022-12-01T11:03:11.1245522Z test_forward_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.052s) 2022-12-01T11:03:11.1245802Z test_forward_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.027s) 2022-12-01T11:03:11.1246089Z test_forward_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1246382Z test_forward_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1246671Z test_forward_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.299s) 2022-12-01T11:03:11.1246978Z test_forward_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.324s) 2022-12-01T11:03:11.1247284Z test_forward_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.297s) 2022-12-01T11:03:11.1247596Z test_forward_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.318s) 2022-12-01T11:03:11.1247875Z test_forward_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1248170Z test_forward_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1248461Z test_forward_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1248741Z test_forward_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1249094Z test_forward_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.300s) 2022-12-01T11:03:11.1249444Z test_forward_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.338s) 2022-12-01T11:03:11.1249807Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.213s) 2022-12-01T11:03:11.1250167Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.239s) 2022-12-01T11:03:11.1250535Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.204s) 2022-12-01T11:03:11.1250906Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.197s) 2022-12-01T11:03:11.1251244Z test_forward_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.550s) 2022-12-01T11:03:11.1251543Z test_forward_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.512s) 2022-12-01T11:03:11.1251860Z test_grad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T11:03:11.1252185Z test_grad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1252482Z test_grad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:03:11.1252795Z test_grad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1253117Z test_grad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1253439Z test_grad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1253746Z test_grad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T11:03:11.1254052Z test_grad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.103s) 2022-12-01T11:03:11.1254342Z test_grad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.063s) 2022-12-01T11:03:11.1254617Z test_grad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.068s) 2022-12-01T11:03:11.1254901Z test_grad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.080s) 2022-12-01T11:03:11.1255198Z test_grad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.032s) 2022-12-01T11:03:11.1255508Z test_grad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.045s) 2022-12-01T11:03:11.1255808Z test_grad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.045s) 2022-12-01T11:03:11.1256125Z test_grad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.097s) 2022-12-01T11:03:11.1256424Z test_grad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T11:03:11.1256732Z test_grad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.037s) 2022-12-01T11:03:11.1257190Z test_grad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.067s) 2022-12-01T11:03:11.1257549Z test_grad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.028s) 2022-12-01T11:03:11.1257854Z test_grad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.099s) 2022-12-01T11:03:11.1258151Z test_grad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.052s) 2022-12-01T11:03:11.1258456Z test_grad_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:03:11.1258748Z test_grad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.043s) 2022-12-01T11:03:11.1259027Z test_grad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.116s) 2022-12-01T11:03:11.1259330Z test_grad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (11.011s) 2022-12-01T11:03:11.1259640Z test_grad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (11.082s) 2022-12-01T11:03:11.1260404Z 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-12-01T11:03:11.1260946Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1261516Z /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-12-01T11:03:11.1262002Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1262563Z /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-12-01T11:03:11.1263032Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1263592Z /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-12-01T11:03:11.1264068Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1264297Z ok (0.066s) 2022-12-01T11:03:11.1264890Z 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-12-01T11:03:11.1265425Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1265980Z /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-12-01T11:03:11.1266464Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1267011Z /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-12-01T11:03:11.1267486Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1268045Z /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-12-01T11:03:11.1268524Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1268739Z ok (0.067s) 2022-12-01T11:03:11.1269345Z 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-12-01T11:03:11.1269945Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1270508Z /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-12-01T11:03:11.1270971Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1271525Z /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-12-01T11:03:11.1272000Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1272561Z /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-12-01T11:03:11.1273027Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1273256Z ok (0.077s) 2022-12-01T11:03:11.1273903Z 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-12-01T11:03:11.1274452Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1274998Z /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-12-01T11:03:11.1275471Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1275702Z ok (0.033s) 2022-12-01T11:03:11.1276320Z 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-12-01T11:03:11.1276852Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1277411Z /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-12-01T11:03:11.1277889Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1278115Z ok (0.034s) 2022-12-01T11:03:11.1278715Z 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-12-01T11:03:11.1279263Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1279821Z /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-12-01T11:03:11.1280294Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1280509Z ok (0.046s) 2022-12-01T11:03:11.1280742Z test_grad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.036s) 2022-12-01T11:03:11.1281066Z test_grad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.984s) 2022-12-01T11:03:11.1281404Z test_grad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.776s) 2022-12-01T11:03:11.1281723Z test_grad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.040s) 2022-12-01T11:03:11.1282055Z test_grad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.088s) 2022-12-01T11:03:11.1282351Z test_grad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.370s) 2022-12-01T11:03:11.1282641Z test_grad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.466s) 2022-12-01T11:03:11.1282939Z test_grad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:03:11.1283230Z test_grad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:03:11.1283540Z test_grad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (4.445s) 2022-12-01T11:03:11.1283901Z test_grad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.316s) 2022-12-01T11:03:11.1284267Z test_grad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.142s) 2022-12-01T11:03:11.1284599Z test_grad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (9.751s) 2022-12-01T11:03:11.1284915Z test_gradgrad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.033s) 2022-12-01T11:03:11.1285252Z test_gradgrad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:03:11.1285607Z test_gradgrad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1285934Z test_gradgrad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.050s) 2022-12-01T11:03:11.1286255Z test_gradgrad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.068s) 2022-12-01T11:03:11.1286589Z test_gradgrad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.055s) 2022-12-01T11:03:11.1286922Z test_gradgrad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.073s) 2022-12-01T11:03:11.1287224Z test_gradgrad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.468s) 2022-12-01T11:03:11.1287529Z test_gradgrad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.195s) 2022-12-01T11:03:11.1287823Z test_gradgrad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.200s) 2022-12-01T11:03:11.1288123Z test_gradgrad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.254s) 2022-12-01T11:03:11.1288425Z test_gradgrad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.094s) 2022-12-01T11:03:11.1288757Z test_gradgrad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.102s) 2022-12-01T11:03:11.1289081Z test_gradgrad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.165s) 2022-12-01T11:03:11.1289396Z test_gradgrad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.224s) 2022-12-01T11:03:11.1289706Z test_gradgrad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.041s) 2022-12-01T11:03:11.1290008Z test_gradgrad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.067s) 2022-12-01T11:03:11.1290317Z test_gradgrad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.446s) 2022-12-01T11:03:11.1290610Z test_gradgrad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (30.533s) 2022-12-01T11:03:11.1290929Z test_gradgrad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (30.589s) 2022-12-01T11:03:11.1291249Z test_gradgrad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.154s) 2022-12-01T11:03:11.1291549Z test_gradgrad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.124s) 2022-12-01T11:03:11.1291852Z test_gradgrad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.585s) 2022-12-01T11:03:11.1292160Z test_gradgrad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (85.505s) 2022-12-01T11:03:11.1292479Z test_gradgrad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (86.656s) 2022-12-01T11:03:11.1293153Z 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-12-01T11:03:11.1293737Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1294312Z /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-12-01T11:03:11.1294793Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1295344Z /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-12-01T11:03:11.1295828Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1296389Z /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-12-01T11:03:11.1297019Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1297241Z ok (0.202s) 2022-12-01T11:03:11.1297984Z 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-12-01T11:03:11.1298523Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1299091Z /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-12-01T11:03:11.1299556Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1300123Z /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-12-01T11:03:11.1300609Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1301169Z /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-12-01T11:03:11.1301629Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1301861Z ok (0.246s) 2022-12-01T11:03:11.1302480Z 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-12-01T11:03:11.1303028Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1303581Z /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-12-01T11:03:11.1304060Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1304617Z /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-12-01T11:03:11.1305095Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1305646Z /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-12-01T11:03:11.1306171Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1306403Z ok (0.276s) 2022-12-01T11:03:11.1307038Z 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-12-01T11:03:11.1307576Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1308133Z /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-12-01T11:03:11.1308611Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1308841Z ok (0.103s) 2022-12-01T11:03:11.1309455Z 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-12-01T11:03:11.1310015Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1310610Z /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-12-01T11:03:11.1311090Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1311310Z ok (0.108s) 2022-12-01T11:03:11.1311933Z 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-12-01T11:03:11.1312490Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1313051Z /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-12-01T11:03:11.1313532Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1313749Z ok (0.179s) 2022-12-01T11:03:11.1313985Z test_gradgrad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.114s) 2022-12-01T11:03:11.1314320Z test_gradgrad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (28.004s) 2022-12-01T11:03:11.1314662Z test_gradgrad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (28.320s) 2022-12-01T11:03:11.1314987Z test_gradgrad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.075s) 2022-12-01T11:03:11.1315287Z test_gradgrad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.472s) 2022-12-01T11:03:11.1315582Z test_gradgrad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (32.971s) 2022-12-01T11:03:11.1315892Z test_gradgrad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (33.163s) 2022-12-01T11:03:11.1316202Z test_gradgrad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.033s) 2022-12-01T11:03:11.1316500Z test_gradgrad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T11:03:11.1316817Z test_gradgrad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (52.903s) 2022-12-01T11:03:11.1317183Z test_gradgrad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (23.481s) 2022-12-01T11:03:11.1317560Z test_gradgrad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (21.253s) 2022-12-01T11:03:11.1317905Z test_gradgrad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (144.096s) 2022-12-01T11:03:11.1318238Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1318658Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1319032Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1319386Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1319742Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1320087Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1320433Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1320767Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1321110Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1321454Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1321832Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:03:11.1322160Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:03:11.1322494Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1322827Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1323161Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1323480Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1323810Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1324136Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1325222Z 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-12-01T11:03:11.1325939Z "Complex modules are a new feature under active development whose design may change, " 2022-12-01T11:03:11.1326179Z ok (0.006s) 2022-12-01T11:03:11.1326466Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.023s) 2022-12-01T11:03:11.1326849Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1327207Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1327561Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.028s) 2022-12-01T11:03:11.1327917Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1328265Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1328605Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1328959Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1329359Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:03:11.1329711Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:03:11.1330050Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1330374Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1330711Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1331042Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1331381Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1331724Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1332053Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.025s) 2022-12-01T11:03:11.1332394Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.028s) 2022-12-01T11:03:11.1332736Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1333093Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1333442Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1333770Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1334111Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1334446Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1334774Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1335117Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1335454Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... ok (0.053s) 2022-12-01T11:03:11.1335782Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... ok (0.062s) 2022-12-01T11:03:11.1336498Z 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-12-01T11:03:11.1337197Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-12-01T11:03:11.1337503Z ok (0.008s) 2022-12-01T11:03:11.1337769Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:03:11.1338109Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1338455Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:03:11.1338799Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:03:11.1339142Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:03:11.1339492Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1339869Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1340312Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1340667Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1341034Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1341399Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1341757Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1342082Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1342433Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... ok (0.078s) 2022-12-01T11:03:11.1342797Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... ok (0.083s) 2022-12-01T11:03:11.1343151Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1343528Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1343866Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1344196Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1344518Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... ok (0.046s) 2022-12-01T11:03:11.1344828Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... ok (0.054s) 2022-12-01T11:03:11.1345157Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1345490Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1345814Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1346150Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1346514Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.122s) 2022-12-01T11:03:11.1346900Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.154s) 2022-12-01T11:03:11.1347271Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.068s) 2022-12-01T11:03:11.1347655Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.074s) 2022-12-01T11:03:11.1348017Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.239s) 2022-12-01T11:03:11.1348361Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.249s) 2022-12-01T11:03:11.1348696Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T11:03:11.1349039Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T11:03:11.1349377Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:03:11.1349701Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:03:11.1350040Z test_memory_format_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1350381Z test_memory_format_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1350766Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1351086Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:03:11.1351422Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.039s) 2022-12-01T11:03:11.1351761Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1352096Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1352415Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1352749Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1353082Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1353404Z test_memory_format_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1353740Z test_memory_format_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1354087Z test_memory_format_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T11:03:11.1354396Z test_memory_format_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:03:11.1354684Z test_memory_format_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.027s) 2022-12-01T11:03:11.1354980Z test_memory_format_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.028s) 2022-12-01T11:03:11.1355298Z test_memory_format_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.011s) 2022-12-01T11:03:11.1355626Z test_memory_format_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-12-01T11:03:11.1355946Z test_memory_format_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:03:11.1356295Z test_memory_format_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.026s) 2022-12-01T11:03:11.1356642Z test_memory_format_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T11:03:11.1356957Z test_memory_format_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:03:11.1357280Z test_memory_format_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:03:11.1357622Z test_memory_format_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-12-01T11:03:11.1357978Z test_memory_format_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-12-01T11:03:11.1358317Z test_memory_format_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.014s) 2022-12-01T11:03:11.1358673Z test_memory_format_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.014s) 2022-12-01T11:03:11.1359021Z test_memory_format_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.034s) 2022-12-01T11:03:11.1359359Z test_memory_format_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.056s) 2022-12-01T11:03:11.1359662Z test_memory_format_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1359956Z test_memory_format_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1360275Z test_memory_format_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1360599Z test_memory_format_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1360918Z test_memory_format_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:03:11.1361223Z test_memory_format_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:03:11.1361563Z test_memory_format_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.283s) 2022-12-01T11:03:11.1361866Z test_memory_format_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.321s) 2022-12-01T11:03:11.1362181Z test_memory_format_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.291s) 2022-12-01T11:03:11.1362496Z test_memory_format_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.274s) 2022-12-01T11:03:11.1362817Z test_memory_format_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1363169Z test_memory_format_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1363498Z test_memory_format_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:03:11.1363815Z test_memory_format_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:03:11.1364130Z test_memory_format_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1364454Z test_memory_format_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1364800Z test_memory_format_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.041s) 2022-12-01T11:03:11.1365107Z test_memory_format_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:03:11.1365401Z test_memory_format_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.590s) 2022-12-01T11:03:11.1365718Z test_memory_format_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.614s) 2022-12-01T11:03:11.1366030Z test_memory_format_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.645s) 2022-12-01T11:03:11.1366334Z test_memory_format_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.633s) 2022-12-01T11:03:11.1366645Z test_memory_format_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.020s) 2022-12-01T11:03:11.1366959Z test_memory_format_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T11:03:11.1367266Z test_memory_format_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.029s) 2022-12-01T11:03:11.1367562Z test_memory_format_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.027s) 2022-12-01T11:03:11.1367889Z test_memory_format_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.011s) 2022-12-01T11:03:11.1368233Z test_memory_format_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-12-01T11:03:11.1368562Z test_memory_format_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:03:11.1368899Z test_memory_format_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:03:11.1369253Z test_memory_format_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-12-01T11:03:11.1369624Z test_memory_format_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.010s) 2022-12-01T11:03:11.1369978Z test_memory_format_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.014s) 2022-12-01T11:03:11.1370335Z test_memory_format_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.014s) 2022-12-01T11:03:11.1370687Z test_memory_format_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1371014Z test_memory_format_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1371356Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1371733Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1372106Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1372528Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1372873Z test_memory_format_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1373202Z test_memory_format_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.019s) 2022-12-01T11:03:11.1373517Z test_memory_format_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:03:11.1373809Z test_memory_format_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:03:11.1374116Z test_memory_format_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.306s) 2022-12-01T11:03:11.1374433Z test_memory_format_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.326s) 2022-12-01T11:03:11.1374745Z test_memory_format_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.349s) 2022-12-01T11:03:11.1375050Z test_memory_format_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.331s) 2022-12-01T11:03:11.1375355Z test_memory_format_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:03:11.1375693Z test_memory_format_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:03:11.1375986Z test_memory_format_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1376288Z test_memory_format_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1376636Z test_memory_format_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:03:11.1377157Z test_memory_format_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:03:11.1377611Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:03:11.1378023Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.017s) 2022-12-01T11:03:11.1378429Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:03:11.1378833Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:03:11.1379191Z test_memory_format_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:03:11.1379534Z test_memory_format_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.003s) 2022-12-01T11:03:11.1379910Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1380316Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1380707Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1381104Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1381490Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1381864Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1382236Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1382628Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1383090Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1383487Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1383873Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1384273Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1384672Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1385067Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1385438Z test_multiple_device_transfer_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1385811Z test_multiple_device_transfer_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1386244Z test_multiple_device_transfer_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1386614Z test_multiple_device_transfer_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1386967Z test_multiple_device_transfer_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1387336Z test_multiple_device_transfer_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1387704Z test_multiple_device_transfer_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1388069Z test_multiple_device_transfer_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1388443Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1388852Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1389246Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1389627Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1390014Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1390407Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1390796Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1391167Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1391551Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1391946Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1392335Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1392697Z test_multiple_device_transfer_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1393054Z test_multiple_device_transfer_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1393455Z test_multiple_device_transfer_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1393829Z test_multiple_device_transfer_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1394188Z test_multiple_device_transfer_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1394557Z test_multiple_device_transfer_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1394928Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1395306Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1395669Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1396047Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1396429Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1396844Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1397210Z test_multiple_device_transfer_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1397581Z test_multiple_device_transfer_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1397946Z test_multiple_device_transfer_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1398312Z test_multiple_device_transfer_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1398670Z test_multiple_device_transfer_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.010s) 2022-12-01T11:03:11.1399039Z test_multiple_device_transfer_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1399409Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1399783Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1400147Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1400528Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1400902Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1401280Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1401640Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1402010Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1402379Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1402744Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1403120Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1403581Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1404095Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1404596Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1405080Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1405546Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1405958Z test_multiple_device_transfer_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1406384Z test_multiple_device_transfer_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1406867Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1407398Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1407846Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1408328Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1408799Z test_multiple_device_transfer_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1409226Z test_multiple_device_transfer_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1409619Z test_multiple_device_transfer_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1410043Z test_multiple_device_transfer_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1410478Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1424619Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1425031Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1425405Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1425782Z test_multiple_device_transfer_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1426158Z test_multiple_device_transfer_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1426535Z test_multiple_device_transfer_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1426892Z test_multiple_device_transfer_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1427294Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1427720Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1428157Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1428586Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1429149Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:03:11.1429596Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1430012Z test_multiple_device_transfer_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1430381Z test_multiple_device_transfer_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:03:11.1430767Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1431151Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.004s) 2022-12-01T11:03:11.1431530Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:03:11.1431876Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:03:11.1432305Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:03:11.1432643Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.040s) 2022-12-01T11:03:11.1432975Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T11:03:11.1433335Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T11:03:11.1433694Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T11:03:11.1434053Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T11:03:11.1434393Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T11:03:11.1434751Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T11:03:11.1435102Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T11:03:11.1435454Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T11:03:11.1435771Z test_non_contiguous_tensors_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.104s) 2022-12-01T11:03:11.1436095Z test_non_contiguous_tensors_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.097s) 2022-12-01T11:03:11.1436418Z test_non_contiguous_tensors_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.075s) 2022-12-01T11:03:11.1436724Z test_non_contiguous_tensors_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.074s) 2022-12-01T11:03:11.1437039Z test_non_contiguous_tensors_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.099s) 2022-12-01T11:03:11.1437354Z test_non_contiguous_tensors_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.076s) 2022-12-01T11:03:11.1437668Z test_non_contiguous_tensors_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.090s) 2022-12-01T11:03:11.1437967Z test_non_contiguous_tensors_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.090s) 2022-12-01T11:03:11.1438306Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.070s) 2022-12-01T11:03:11.1438675Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.026s) 2022-12-01T11:03:11.1439042Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.073s) 2022-12-01T11:03:11.1439374Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.039s) 2022-12-01T11:03:11.1439765Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.041s) 2022-12-01T11:03:11.1440103Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.129s) 2022-12-01T11:03:11.1440424Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.042s) 2022-12-01T11:03:11.1440752Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.058s) 2022-12-01T11:03:11.1441088Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.057s) 2022-12-01T11:03:11.1441435Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.145s) 2022-12-01T11:03:11.1441773Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.139s) 2022-12-01T11:03:11.1442106Z test_non_contiguous_tensors_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.033s) 2022-12-01T11:03:11.1442424Z test_non_contiguous_tensors_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.033s) 2022-12-01T11:03:11.1442748Z test_non_contiguous_tensors_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.088s) 2022-12-01T11:03:11.1443094Z test_non_contiguous_tensors_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.064s) 2022-12-01T11:03:11.1443420Z test_non_contiguous_tensors_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.071s) 2022-12-01T11:03:11.1443740Z test_non_contiguous_tensors_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.064s) 2022-12-01T11:03:11.1444054Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (2.073s) 2022-12-01T11:03:11.1444386Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.045s) 2022-12-01T11:03:11.1444718Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (2.034s) 2022-12-01T11:03:11.1445053Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.032s) 2022-12-01T11:03:11.1445377Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.069s) 2022-12-01T11:03:11.1445719Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.064s) 2022-12-01T11:03:11.1446053Z test_non_contiguous_tensors_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T11:03:11.1446381Z test_non_contiguous_tensors_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.021s) 2022-12-01T11:03:11.1446690Z test_non_contiguous_tensors_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.055s) 2022-12-01T11:03:11.1447007Z test_non_contiguous_tensors_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.051s) 2022-12-01T11:03:11.1447326Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.095s) 2022-12-01T11:03:11.1447640Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.114s) 2022-12-01T11:03:11.1447970Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (5.757s) 2022-12-01T11:03:11.1448304Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.705s) 2022-12-01T11:03:11.1448642Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (5.793s) 2022-12-01T11:03:11.1448962Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.775s) 2022-12-01T11:03:11.1449293Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.079s) 2022-12-01T11:03:11.1449621Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.103s) 2022-12-01T11:03:11.1449949Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.087s) 2022-12-01T11:03:11.1450297Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.083s) 2022-12-01T11:03:11.1450626Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.096s) 2022-12-01T11:03:11.1450958Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.093s) 2022-12-01T11:03:11.1451288Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.045s) 2022-12-01T11:03:11.1451649Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.043s) 2022-12-01T11:03:11.1452003Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.048s) 2022-12-01T11:03:11.1452360Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.045s) 2022-12-01T11:03:11.1452707Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.089s) 2022-12-01T11:03:11.1453058Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.057s) 2022-12-01T11:03:11.1453395Z test_non_contiguous_tensors_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.049s) 2022-12-01T11:03:11.1453743Z test_non_contiguous_tensors_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.047s) 2022-12-01T11:03:11.1454081Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (3.841s) 2022-12-01T11:03:11.1454451Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.657s) 2022-12-01T11:03:11.1454826Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (3.796s) 2022-12-01T11:03:11.1455197Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.695s) 2022-12-01T11:03:11.1455530Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.076s) 2022-12-01T11:03:11.1455849Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.074s) 2022-12-01T11:03:11.1456170Z test_non_contiguous_tensors_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.078s) 2022-12-01T11:03:11.1456477Z test_non_contiguous_tensors_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.077s) 2022-12-01T11:03:11.1456971Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (2.611s) 2022-12-01T11:03:11.1457319Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.491s) 2022-12-01T11:03:11.1457722Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (2.553s) 2022-12-01T11:03:11.1458042Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (2.472s) 2022-12-01T11:03:11.1458374Z test_non_contiguous_tensors_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.034s) 2022-12-01T11:03:11.1458695Z test_non_contiguous_tensors_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.032s) 2022-12-01T11:03:11.1459016Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T11:03:11.1459324Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.024s) 2022-12-01T11:03:11.1459677Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (1.928s) 2022-12-01T11:03:11.1460055Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (1.823s) 2022-12-01T11:03:11.1460430Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (1.327s) 2022-12-01T11:03:11.1460821Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.273s) 2022-12-01T11:03:11.1461276Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (1.231s) 2022-12-01T11:03:11.1461676Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.163s) 2022-12-01T11:03:11.1462030Z test_non_contiguous_tensors_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (2.838s) 2022-12-01T11:03:11.1462367Z test_non_contiguous_tensors_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (2.653s) 2022-12-01T11:03:11.1462703Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:03:11.1463032Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:03:11.1463346Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1463673Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1463991Z test_pickle_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1464278Z test_pickle_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1464627Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.030s) 2022-12-01T11:03:11.1464948Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1465265Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1465570Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1465892Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1466208Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1466515Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1466837Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1467145Z test_pickle_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T11:03:11.1467440Z test_pickle_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:03:11.1467722Z test_pickle_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:03:11.1468010Z test_pickle_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:03:11.1468301Z test_pickle_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:03:11.1468571Z test_pickle_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:03:11.1468849Z test_pickle_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:03:11.1469132Z test_pickle_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T11:03:11.1469438Z test_pickle_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1469768Z test_pickle_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.023s) 2022-12-01T11:03:11.1470104Z test_pickle_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1470426Z test_pickle_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:03:11.1470726Z test_pickle_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:03:11.1471033Z test_pickle_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:03:11.1471338Z test_pickle_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.009s) 2022-12-01T11:03:11.1471640Z test_pickle_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:03:11.1471932Z test_pickle_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:03:11.1472278Z test_pickle_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.030s) 2022-12-01T11:03:11.1472597Z test_pickle_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.028s) 2022-12-01T11:03:11.1472895Z test_pickle_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:03:11.1473164Z test_pickle_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.008s) 2022-12-01T11:03:11.1473452Z test_pickle_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:03:11.1473748Z test_pickle_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:03:11.1474029Z test_pickle_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:03:11.1474317Z test_pickle_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:03:11.1474613Z test_pickle_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.264s) 2022-12-01T11:03:11.1474917Z test_pickle_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.247s) 2022-12-01T11:03:11.1475206Z test_pickle_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.240s) 2022-12-01T11:03:11.1475535Z test_pickle_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.243s) 2022-12-01T11:03:11.1475846Z test_pickle_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1476145Z test_pickle_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1476450Z test_pickle_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.033s) 2022-12-01T11:03:11.1476746Z test_pickle_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1477037Z test_pickle_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:03:11.1477310Z test_pickle_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.012s) 2022-12-01T11:03:11.1477604Z test_pickle_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1477899Z test_pickle_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1478186Z test_pickle_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.478s) 2022-12-01T11:03:11.1478488Z test_pickle_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.518s) 2022-12-01T11:03:11.1478797Z test_pickle_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.492s) 2022-12-01T11:03:11.1479102Z test_pickle_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.501s) 2022-12-01T11:03:11.1479389Z test_pickle_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:03:11.1479687Z test_pickle_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:03:11.1479984Z test_pickle_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:03:11.1480269Z test_pickle_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-12-01T11:03:11.1480567Z test_pickle_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.018s) 2022-12-01T11:03:11.1480864Z test_pickle_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-12-01T11:03:11.1481180Z test_pickle_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:03:11.1481494Z test_pickle_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:03:11.1481816Z test_pickle_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:03:11.1482143Z test_pickle_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:03:11.1482456Z test_pickle_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1482777Z test_pickle_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.013s) 2022-12-01T11:03:11.1483117Z test_pickle_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-12-01T11:03:11.1483408Z test_pickle_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-12-01T11:03:11.1483713Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.591s) 2022-12-01T11:03:11.1484061Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.555s) 2022-12-01T11:03:11.1484410Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.525s) 2022-12-01T11:03:11.1484740Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.549s) 2022-12-01T11:03:11.1485057Z test_pickle_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-12-01T11:03:11.1485367Z test_pickle_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.015s) 2022-12-01T11:03:11.1485659Z test_pickle_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1485936Z test_pickle_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.014s) 2022-12-01T11:03:11.1486231Z test_pickle_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.278s) 2022-12-01T11:03:11.1486558Z test_pickle_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.317s) 2022-12-01T11:03:11.1486849Z test_pickle_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.299s) 2022-12-01T11:03:11.1487149Z test_pickle_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.299s) 2022-12-01T11:03:11.1487442Z test_pickle_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1487729Z test_pickle_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1488000Z test_pickle_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1488289Z test_pickle_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1488610Z test_pickle_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.332s) 2022-12-01T11:03:11.1488944Z test_pickle_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.301s) 2022-12-01T11:03:11.1489302Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.221s) 2022-12-01T11:03:11.1489668Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.245s) 2022-12-01T11:03:11.1490032Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.201s) 2022-12-01T11:03:11.1490384Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.210s) 2022-12-01T11:03:11.1490713Z test_pickle_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.525s) 2022-12-01T11:03:11.1491012Z test_pickle_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.605s) 2022-12-01T11:03:11.1491322Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1491631Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1491950Z test_repr_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1492270Z test_repr_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1492558Z test_repr_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1492848Z test_repr_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1493152Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1493467Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1493774Z test_repr_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1494091Z test_repr_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1494447Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1494748Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1495065Z test_repr_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1495381Z test_repr_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1495684Z test_repr_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1495958Z test_repr_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1496243Z test_repr_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1496530Z test_repr_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1496971Z test_repr_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1497255Z test_repr_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1497643Z test_repr_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1497986Z test_repr_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1498274Z test_repr_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1498599Z test_repr_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1498916Z test_repr_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1499213Z test_repr_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1499521Z test_repr_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1499835Z test_repr_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1500148Z test_repr_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1500438Z test_repr_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1500742Z test_repr_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1501051Z test_repr_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1501350Z test_repr_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.007s) 2022-12-01T11:03:11.1501647Z test_repr_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1501923Z test_repr_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1502206Z test_repr_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1502486Z test_repr_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1502773Z test_repr_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1503056Z test_repr_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1503332Z test_repr_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.022s) 2022-12-01T11:03:11.1503626Z test_repr_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T11:03:11.1503922Z test_repr_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.023s) 2022-12-01T11:03:11.1504219Z test_repr_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-12-01T11:03:11.1504510Z test_repr_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1504817Z test_repr_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1505115Z test_repr_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1505393Z test_repr_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1505716Z test_repr_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1505998Z test_repr_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1506283Z test_repr_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1506559Z test_repr_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1506851Z test_repr_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.048s) 2022-12-01T11:03:11.1507149Z test_repr_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.057s) 2022-12-01T11:03:11.1507440Z test_repr_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.081s) 2022-12-01T11:03:11.1507738Z test_repr_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.058s) 2022-12-01T11:03:11.1508043Z test_repr_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1508343Z test_repr_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1508620Z test_repr_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1508933Z test_repr_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1509228Z test_repr_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1509506Z test_repr_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1509811Z test_repr_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1510138Z test_repr_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1510460Z test_repr_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1510770Z test_repr_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1511091Z test_repr_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1511408Z test_repr_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1511700Z test_repr_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1511984Z test_repr_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.003s) 2022-12-01T11:03:11.1512297Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.076s) 2022-12-01T11:03:11.1512636Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.086s) 2022-12-01T11:03:11.1512965Z test_repr_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.076s) 2022-12-01T11:03:11.1513307Z test_repr_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.083s) 2022-12-01T11:03:11.1513619Z test_repr_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-12-01T11:03:11.1513896Z test_repr_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-12-01T11:03:11.1514176Z test_repr_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1514460Z test_repr_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.004s) 2022-12-01T11:03:11.1514749Z test_repr_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.044s) 2022-12-01T11:03:11.1515032Z test_repr_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.052s) 2022-12-01T11:03:11.1515329Z test_repr_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.043s) 2022-12-01T11:03:11.1515623Z test_repr_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.050s) 2022-12-01T11:03:11.1515897Z test_repr_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1516173Z test_repr_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1516454Z test_repr_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1516790Z test_repr_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.002s) 2022-12-01T11:03:11.1517093Z test_repr_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.047s) 2022-12-01T11:03:11.1517441Z test_repr_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.057s) 2022-12-01T11:03:11.1517801Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.036s) 2022-12-01T11:03:11.1518149Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.043s) 2022-12-01T11:03:11.1518508Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.032s) 2022-12-01T11:03:11.1518873Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.038s) 2022-12-01T11:03:11.1519206Z test_repr_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.131s) 2022-12-01T11:03:11.1519495Z test_repr_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.167s) 2022-12-01T11:03:11.1519661Z 2022-12-01T11:03:11.1519913Z ---------------------------------------------------------------------- 2022-12-01T11:03:11.1520155Z Ran 918 tests in 782.963s 2022-12-01T11:03:11.1520300Z 2022-12-01T11:03:11.1520398Z OK (skipped=214, expected failures=17) 2022-12-01T11:03:11.1520516Z 2022-12-01T11:03:11.1520600Z Generating XML reports... 2022-12-01T11:03:11.1521007Z Generated XML report: test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20221201105007.xml 2022-12-01T11:03:11.1521232Z 2022-12-01T11:03:11.1521607Z ##[endgroup] 2022-12-01T11:03:11.1521969Z FINISHED PRINTING LOG FILE of test_modules (/var/lib/jenkins/workspace/test/test-reports/test_modules_8nbdtp1v) 2022-12-01T11:03:11.1522180Z 2022-12-01T11:03:11.1522332Z Running test_torch ... [2022-12-01 11:03:11.108111] 2022-12-01T11:03:11.1522789Z Executing ['/opt/conda/bin/python', '-bb', 'test_torch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:03:11.108453] 2022-12-01T11:04:13.6415473Z 2022-12-01T11:04:13.6416007Z Expand the folded group to see the log file of test_torch 2022-12-01T11:04:13.6417107Z ##[group]PRINTING LOG FILE of test_torch (/var/lib/jenkins/workspace/test/test-reports/test_torch_i_o45ewv) 2022-12-01T11:04:13.6418860Z Test results will be stored in test-reports/python-unittest/test_torch 2022-12-01T11:04:13.6419169Z 2022-12-01T11:04:13.6419296Z Running tests... 2022-12-01T11:04:13.6428013Z ---------------------------------------------------------------------- 2022-12-01T11:04:13.6428841Z test_basic_vitals (__main__.TestBasicVitalSigns) ... ok (0.002s) 2022-12-01T11:04:13.6429205Z test_basic_vitals_read_write (__main__.TestBasicVitalSigns) ... ok (0.002s) 2022-12-01T11:04:13.6429659Z test_dataloader_vitals (__main__.TestBasicVitalSigns) ... ok (0.003s) 2022-12-01T11:04:13.6432019Z test_RNGState (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:04:13.6432329Z test_RNGStateAliasing (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:04:13.6432624Z test_RNG_after_pickle (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6432851Z test_Size (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6433131Z test_Size_iter (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6433385Z test_Size_scalar (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6433623Z test_add_meta_scalar (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6433945Z test_allow_tensor_metadata_change (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6434206Z test_apply (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6434445Z test_as_subclass (__main__.TestTorch) ... ok (0.009s) 2022-12-01T11:04:13.6434729Z test_assert_async (__main__.TestTorch) ... ok (0.058s) 2022-12-01T11:04:13.6434990Z test_backward_hooks_traverse (__main__.TestTorch) ... ok (0.052s) 2022-12-01T11:04:13.6435266Z test_batch_norm_cpu_inference (__main__.TestTorch) ... ok (0.017s) 2022-12-01T11:04:13.6436270Z 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-12-01T11:04:13.6436943Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:04:13.6437622Z 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-12-01T11:04:13.6438280Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:04:13.6439056Z 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-12-01T11:04:13.6439714Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:04:13.6440403Z 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-12-01T11:04:13.6441028Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:04:13.6441691Z 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-12-01T11:04:13.6442278Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:04:13.6442965Z 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-12-01T11:04:13.6443613Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:04:13.6444301Z 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-12-01T11:04:13.6444921Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:04:13.6445640Z 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-12-01T11:04:13.6446231Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:04:13.6446902Z 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-12-01T11:04:13.6447543Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:04:13.6448269Z 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-12-01T11:04:13.6448909Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:04:13.6449561Z 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-12-01T11:04:13.6450157Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:04:13.6450816Z 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-12-01T11:04:13.6451466Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:04:13.6452136Z 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-12-01T11:04:13.6452778Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:04:13.6453383Z 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-12-01T11:04:13.6454020Z torch.bmm(b1, b2, out=res2) 2022-12-01T11:04:13.6454199Z ok (4.638s) 2022-12-01T11:04:13.6454413Z test_boxMullerState (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6454741Z test_c10_layer_norm (__main__.TestTorch) ... skip: Pytorch is compiled without Caffe2 (0.001s) 2022-12-01T11:04:13.6455092Z test_cat_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:04:13.6455340Z test_chunk_neg_dim (__main__.TestTorch) ... ok (0.034s) 2022-12-01T11:04:13.6455577Z test_conj_neg_tolist (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6455820Z test_contains (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6456065Z test_copy_broadcast (__main__.TestTorch) ... ok (0.017s) 2022-12-01T11:04:13.6456316Z test_copy_dtypes (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6456552Z test_copy_many_to_one (__main__.TestTorch) ... ok (0.016s) 2022-12-01T11:04:13.6457635Z 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-12-01T11:04:13.6458287Z x = torch.arange(100 * 100).reshape(100, 100).to(dtype=torch.complex32).t() 2022-12-01T11:04:13.6458619Z ok (0.011s) 2022-12-01T11:04:13.6458956Z test_cuda_not_built (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6459480Z test_cummax_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:04:13.6459896Z test_cummin_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:04:13.6460347Z test_cumprod_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:04:13.6460673Z test_cumsum_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:04:13.6460990Z test_cxx_flags (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6461284Z test_dead_weak_ref (__main__.TestTorch) ... [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T11:04:13.6461565Z [TORCH_VITAL] CUDA.used False 2022-12-01T11:04:13.6461809Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T11:04:13.6462031Z [TORCH_VITAL] CUDA.used False 2022-12-01T11:04:13.6462255Z [TORCH_VITAL] Dataloader.enabled True 2022-12-01T11:04:13.6462511Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T11:04:13.6462742Z [TORCH_VITAL] CUDA.used False 2022-12-01T11:04:13.6463440Z [W python_variable.cpp:327] 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-12-01T11:04:13.6463896Z ok (0.008s) 2022-12-01T11:04:13.6464116Z test_deepcopy_gradient (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:04:13.6464370Z test_deepcopy_parameter (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6464633Z test_deterministic_flag (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6464873Z test_device (__main__.TestTorch) ... ok (0.040s) 2022-12-01T11:04:13.6465104Z test_dir (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6465317Z test_doc (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6465535Z test_doc_template (__main__.TestTorch) 2022-12-01T11:04:13.6465817Z Test that all public API doc strings use the same standard template for ... ok (0.029s) 2022-12-01T11:04:13.6466096Z test_dot_data_use (__main__.TestTorch) ... ok (0.025s) 2022-12-01T11:04:13.6466347Z test_dtype_is_signed (__main__.TestTorch) ... ok (0.008s) 2022-12-01T11:04:13.6466594Z test_element_size (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:04:13.6466826Z test_empty_meta (__main__.TestTorch) ... ok (0.012s) 2022-12-01T11:04:13.6467076Z test_empty_storage_view (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6467319Z test_equal (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6467572Z test_error_msg_type_translation (__main__.TestTorch) ... ok (0.023s) 2022-12-01T11:04:13.6467842Z test_fill_diagonal (__main__.TestTorch) ... ok (0.007s) 2022-12-01T11:04:13.6468196Z test_format_scalar_meta (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6468447Z test_from_buffer (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:04:13.6468676Z test_from_file (__main__.TestTorch) ... ok (0.016s) 2022-12-01T11:04:13.6468919Z test_gather_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:04:13.6469174Z test_generator_cpu (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:04:13.6469419Z test_has_internal_overlap (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6469670Z test_has_storage (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6470351Z 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-12-01T11:04:13.6470716Z 2022-12-01T11:04:13.6471119Z - 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-12-01T11:04:13.6471844Z - 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-12-01T11:04:13.6472404Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-12-01T11:04:13.6472730Z warnings.warn(msg, FutureWarning) 2022-12-01T11:04:13.6472926Z ok (0.074s) 2022-12-01T11:04:13.6473134Z test_index_add_all_dtypes (__main__.TestTorch) ... ok (0.019s) 2022-12-01T11:04:13.6473398Z test_index_add_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:04:13.6473660Z test_index_copy_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:04:13.6473905Z test_index_fill_neg_dim (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:04:13.6474165Z test_index_select_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:04:13.6474436Z test_invalid_generator_raises (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6474698Z test_is_nonzero (__main__.TestTorch) ... ok (0.009s) 2022-12-01T11:04:13.6475395Z test_is_same_size (__main__.TestTorch) ... /opt/conda/lib/python3.7/site-packages/torch/nested/__init__.py:47: 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-12-01T11:04:13.6475930Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T11:04:13.6476173Z ok (0.013s) 2022-12-01T11:04:13.6476375Z test_iter (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:04:13.6476606Z test_kthvalue_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-12-01T11:04:13.6476864Z test_logcumsumexp_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:04:13.6477119Z test_manual_seed (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:04:13.6477346Z test_map (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6477572Z test_map2 (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6477805Z test_max_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:04:13.6478034Z test_mean_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:04:13.6478282Z test_median_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:04:13.6478531Z test_memory_format (__main__.TestTorch) ... ok (0.007s) 2022-12-01T11:04:13.6478824Z test_memory_format_contiguous_returns_same_tensor_if_already_satisfies (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:04:13.6479131Z test_memory_format_empty (__main__.TestTorch) ... ok (0.020s) 2022-12-01T11:04:13.6479380Z test_min_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-12-01T11:04:13.6479621Z test_mode_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:04:13.6479937Z test_multinomial_invalid_probs (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:04:13.6480306Z test_nanmedian_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:04:13.6480557Z test_narrow_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-12-01T11:04:13.6480782Z test_ndim (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6481009Z test_new (__main__.TestTorch) ... ok (0.010s) 2022-12-01T11:04:13.6481315Z test_newaxis_numpy_comparison (__main__.TestTorch) ... ok (0.012s) 2022-12-01T11:04:13.6481589Z test_newindex (__main__.TestTorch) ... ok (0.020s) 2022-12-01T11:04:13.6481818Z test_norm_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:04:13.6482062Z test_normal_shape (__main__.TestTorch) ... ok (0.058s) 2022-12-01T11:04:13.6482300Z test_numel (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6482526Z test_parallel_info (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6482776Z test_parsing_double (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:04:13.6483025Z test_parsing_int64 (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6483262Z test_parsing_intlist (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:04:13.6483509Z test_permute (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6483743Z test_pickle (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6484015Z test_pickle_dtype (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6484268Z test_pickle_function (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6484522Z test_pickle_parameter (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6484798Z test_pickle_parameter_no_requires_grad (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6485055Z test_pickle_size (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6485298Z test_pin_memory (__main__.TestTorch) ... ok (0.013s) 2022-12-01T11:04:13.6485534Z test_print (__main__.TestTorch) ... ok (0.155s) 2022-12-01T11:04:13.6485758Z test_prod_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:04:13.6486012Z test_pyobj_preserved (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6486279Z test_pytorch_library_disabled_env (__main__.TestTorch) ... ok (3.178s) 2022-12-01T11:04:13.6486525Z test_qengine (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6486771Z test_renorm_neg_dim (__main__.TestTorch) ... ok (0.010s) 2022-12-01T11:04:13.6487028Z test_resurrected_weak_ref (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6487279Z test_reversed (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6487509Z test_scatter_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:04:13.6487754Z test_select_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6488053Z test_set_flush_denormal (__main__.TestTorch) ... skip: flush_denormal not supported (0.002s) 2022-12-01T11:04:13.6488348Z test_setting_real_imag_to_a_number (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6488607Z test_show_config (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6488852Z test_size_neg_dim (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6489078Z test_sizeof (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6489307Z test_slice (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:04:13.6489615Z test_slow_test (__main__.TestTorch) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:04:13.6489931Z test_sobolengine_bounds (__main__.TestTorch) ... ok (0.009s) 2022-12-01T11:04:13.6490193Z test_sobolengine_bounds_scrambled (__main__.TestTorch) ... ok (0.020s) 2022-12-01T11:04:13.6490474Z test_sobolengine_continuing (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6490760Z test_sobolengine_continuing_scrambled (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6491035Z test_sobolengine_distribution (__main__.TestTorch) ... ok (0.007s) 2022-12-01T11:04:13.6491326Z test_sobolengine_distribution_scrambled (__main__.TestTorch) ... ok (0.013s) 2022-12-01T11:04:13.6491646Z test_sobolengine_draw (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6491908Z test_sobolengine_draw_base2 (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6492178Z test_sobolengine_draw_base2_scrambled (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6492465Z test_sobolengine_draw_scrambled (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6492741Z test_sobolengine_fast_forward (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:04:13.6493016Z test_sobolengine_fast_forward_scrambled (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6493302Z test_sobolengine_first_point (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:04:13.6493579Z test_sobolengine_high_dim (__main__.TestTorch) ... ok (0.007s) 2022-12-01T11:04:13.6493844Z test_sobolengine_raise (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6494091Z test_sobolengine_reset (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6494363Z test_sobolengine_reset_scrambled (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6494628Z test_sort_neg_dim (__main__.TestTorch) ... ok (0.008s) 2022-12-01T11:04:13.6494858Z test_split_neg_dim (__main__.TestTorch) ... ok (0.009s) 2022-12-01T11:04:13.6495105Z test_squeeze_neg_dim (__main__.TestTorch) ... ok (0.011s) 2022-12-01T11:04:13.6495398Z test_std_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:04:13.6495631Z test_storage_casts (__main__.TestTorch) ... ok (0.023s) 2022-12-01T11:04:13.6495878Z test_storage_error (__main__.TestTorch) ... ok (0.063s) 2022-12-01T11:04:13.6496138Z test_storage_error_no_attribute (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6496388Z test_structseq_repr (__main__.TestTorch) ... ok (0.004s) 2022-12-01T11:04:13.6496643Z test_subclass_preserved (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6497028Z test_subclass_tensors (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6497277Z test_sum_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:04:13.6497582Z test_t_not_2d_error (__main__.TestTorch) ... ok (0.023s) 2022-12-01T11:04:13.6497831Z test_tensor_base_init (__main__.TestTorch) ... ok (0.003s) 2022-12-01T11:04:13.6498083Z test_tensor_base_new (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6498328Z test_tensor_ctor_scalar (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6498588Z test_tensor_cycle_via_dict (__main__.TestTorch) ... ok (0.110s) 2022-12-01T11:04:13.6498853Z test_tensor_cycle_via_slots (__main__.TestTorch) ... ok (0.050s) 2022-12-01T11:04:13.6499102Z test_tensor_dict_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6499370Z test_tensor_finalizer_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6499626Z test_tensor_set (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:04:13.6499880Z test_tensor_set_errors (__main__.TestTorch) ... ok (0.009s) 2022-12-01T11:04:13.6500122Z test_tensor_slot_dealloc (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6500384Z test_tensor_weakref_dealloc (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6500664Z test_tensoriterator_output_setup (__main__.TestTorch) ... ok (0.645s) 2022-12-01T11:04:13.6500905Z test_to (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6501139Z test_to_with_tensor (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6501387Z test_topk_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:04:13.6501625Z test_torch_from_file (__main__.TestTorch) ... ok (0.016s) 2022-12-01T11:04:13.6501878Z test_transpose_neg_dim (__main__.TestTorch) ... ok (0.040s) 2022-12-01T11:04:13.6502121Z test_type (__main__.TestTorch) ... ok (0.002s) 2022-12-01T11:04:13.6502354Z test_type_alias (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6502604Z test_type_conversion_via_dtype_name (__main__.TestTorch) ... ok (0.007s) 2022-12-01T11:04:13.6502873Z test_unbind_neg_dim (__main__.TestTorch) ... ok (0.007s) 2022-12-01T11:04:13.6503120Z test_unflatten (__main__.TestTorch) ... ok (0.044s) 2022-12-01T11:04:13.6503433Z test_unfold_neg_dim (__main__.TestTorch) ... ok (0.005s) 2022-12-01T11:04:13.6503690Z test_unsqueeze_neg_dim (__main__.TestTorch) ... ok (0.009s) 2022-12-01T11:04:13.6503955Z test_upsample_nearest1d_meta (__main__.TestTorch) ... ok (0.026s) 2022-12-01T11:04:13.6504221Z test_upsample_nearest2d_meta (__main__.TestTorch) ... ok (0.040s) 2022-12-01T11:04:13.6504481Z test_var_neg_dim (__main__.TestTorch) ... ok (0.006s) 2022-12-01T11:04:13.6504733Z test_wildcard_import (__main__.TestTorch) ... ok (0.001s) 2022-12-01T11:04:13.6505026Z test_addcdiv_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6505335Z test_addcdiv_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6505652Z test_addcdiv_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6505964Z test_addcdiv_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6506252Z test_addcdiv_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:04:13.6506557Z test_addcdiv_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:04:13.6506852Z test_addcdiv_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:04:13.6507195Z test_addcdiv_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:04:13.6507549Z test_addcdiv_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:04:13.6507871Z test_addcmul_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6508189Z test_addcmul_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6508487Z test_addcmul_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6508795Z test_addcmul_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6509098Z test_addcmul_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6509402Z test_addcmul_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6509683Z test_addcmul_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6509983Z test_addcmul_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6510288Z test_addcmul_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6510617Z test_assertRaisesRegex_ignore_msg_non_native_device_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-12-01T11:04:13.6511050Z test_bernoulli_edge_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:04:13.6511510Z test_bernoulli_edge_cases_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:04:13.6511899Z test_bernoulli_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-12-01T11:04:13.6512213Z test_bernoulli_p_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6512531Z test_bernoulli_p_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6512843Z test_bernoulli_p_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6513143Z test_bernoulli_self_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6513461Z test_bernoulli_self_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6513781Z test_bernoulli_self_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6514101Z test_bernoulli_self_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6514400Z test_bernoulli_self_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6514711Z test_bernoulli_self_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6515064Z test_bernoulli_self_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6515376Z test_bernoulli_self_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6515672Z test_bfloat16_float_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.493s) 2022-12-01T11:04:13.6515994Z test_bool_tensor_value_change_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6516310Z test_broadcast_fn_add_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.082s) 2022-12-01T11:04:13.6516612Z test_broadcast_fn_addcdiv_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.067s) 2022-12-01T11:04:13.6516926Z test_broadcast_fn_addcmul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.065s) 2022-12-01T11:04:13.6517244Z test_broadcast_fn_atan2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.057s) 2022-12-01T11:04:13.6517559Z test_broadcast_fn_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.068s) 2022-12-01T11:04:13.6517859Z test_broadcast_fn_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:04:13.6518171Z test_broadcast_fn_div_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.057s) 2022-12-01T11:04:13.6518479Z test_broadcast_fn_eq_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.058s) 2022-12-01T11:04:13.6518809Z test_broadcast_fn_fmod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.058s) 2022-12-01T11:04:13.6519128Z test_broadcast_fn_ge_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-12-01T11:04:13.6519434Z test_broadcast_fn_gt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-12-01T11:04:13.6519725Z test_broadcast_fn_le_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-12-01T11:04:13.6520029Z test_broadcast_fn_lerp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.059s) 2022-12-01T11:04:13.6520335Z test_broadcast_fn_lt_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.058s) 2022-12-01T11:04:13.6520644Z test_broadcast_fn_map2_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.053s) 2022-12-01T11:04:13.6520945Z test_broadcast_fn_map_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.052s) 2022-12-01T11:04:13.6521265Z test_broadcast_fn_masked_fill_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.061s) 2022-12-01T11:04:13.6521598Z test_broadcast_fn_masked_scatter_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.062s) 2022-12-01T11:04:13.6521920Z test_broadcast_fn_masked_select_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:04:13.6522243Z test_broadcast_fn_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:04:13.6522551Z test_broadcast_fn_min_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:04:13.6522860Z test_broadcast_fn_mul_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.057s) 2022-12-01T11:04:13.6523153Z test_broadcast_fn_ne_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.058s) 2022-12-01T11:04:13.6523458Z test_broadcast_fn_pow_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.057s) 2022-12-01T11:04:13.6523776Z test_broadcast_fn_remainder_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.058s) 2022-12-01T11:04:13.6524077Z test_broadcast_fn_sub_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.059s) 2022-12-01T11:04:13.6524382Z test_bytes_to_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6524708Z test_bytes_to_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:04:13.6525040Z test_bytes_to_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:04:13.6525352Z test_bytes_to_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6525672Z test_bytes_to_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:04:13.6525993Z test_bytes_to_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6526294Z test_bytes_to_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6526610Z test_bytes_to_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:04:13.6526962Z test_bytes_to_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6527275Z test_bytes_to_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6527585Z test_cauchy_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.253s) 2022-12-01T11:04:13.6527910Z test_cauchy_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:04:13.6528226Z test_cauchy_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:04:13.6528528Z test_cauchy_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:04:13.6528916Z test_cauchy_no_inf_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:04:13.6529361Z test_cauchy_no_inf_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:04:13.6529767Z test_cdist_cuda_backward_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:13.6530087Z test_cdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6530432Z test_cdist_euclidean_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.127s) 2022-12-01T11:04:13.6530760Z test_cdist_grad_p_lt_1_no_nan_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6531151Z test_cdist_large_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:04:13.6531505Z test_cdist_large_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.852s) 2022-12-01T11:04:13.6531828Z test_cdist_non_contiguous_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:04:13.6532155Z test_cdist_non_contiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:04:13.6532473Z test_cdist_norm_batch_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (1.586s) 2022-12-01T11:04:13.6532767Z test_cdist_norm_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.463s) 2022-12-01T11:04:13.6533073Z test_cdist_same_inputs_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:04:13.6533401Z test_clone_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6533725Z test_clone_not_memory_dense_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6534043Z test_clone_zero_stride_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6534378Z test_complex_half_experimental_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6534703Z test_constants_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6535035Z test_conv_transposed_backward_agnostic_to_memory_format_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.090s) 2022-12-01T11:04:13.6535419Z test_conv_transposed_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:04:13.6535937Z 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-12-01T11:04:13.6536344Z t.copy_(src) 2022-12-01T11:04:13.6536498Z ok (0.014s) 2022-12-01T11:04:13.6536731Z test_copy__cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:04:13.6537155Z test_copy__cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:04:13.6537534Z test_copy__cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:04:13.6537842Z test_copy__cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:04:13.6538148Z test_copy__cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:04:13.6538509Z test_copy__cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:04:13.6538815Z test_copy__cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:04:13.6539119Z test_copy__cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:04:13.6539421Z test_copy__cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:04:13.6539700Z test_copy__cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:04:13.6540001Z test_copy__cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:04:13.6540296Z test_copy__cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:04:13.6540599Z test_copy_all_dtypes_and_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:04:13.6540920Z test_copy_math_view_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:04:13.6541237Z test_copy_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.049s) 2022-12-01T11:04:13.6541579Z test_copy_transpose_math_view_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.052s) 2022-12-01T11:04:13.6541911Z test_copy_transpose_math_view_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-12-01T11:04:13.6542295Z test_copy_transpose_math_view_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6542776Z 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-12-01T11:04:13.6543159Z res = torch.corrcoef(x) 2022-12-01T11:04:13.6543580Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:393: RuntimeWarning: Mean of empty slice. 2022-12-01T11:04:13.6543855Z avg = a.mean(axis) 2022-12-01T11:04:13.6544250Z /opt/conda/lib/python3.7/site-packages/numpy/core/_methods.py:154: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:04:13.6544615Z ret, rcount, out=ret, casting='unsafe', subok=False) 2022-12-01T11:04:13.6545036Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2526: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T11:04:13.6545322Z c = cov(x, y, rowvar) 2022-12-01T11:04:13.6545714Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:04:13.6546019Z c *= np.true_divide(1, fact) 2022-12-01T11:04:13.6546420Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:2455: RuntimeWarning: invalid value encountered in multiply 2022-12-01T11:04:13.6546721Z c *= np.true_divide(1, fact) 2022-12-01T11:04:13.6546889Z ok (0.021s) 2022-12-01T11:04:13.6547135Z test_corrcoef_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:04:13.6547446Z test_corrcoef_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:04:13.6547897Z 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-12-01T11:04:13.6548354Z res = torch.cov(t, correction=correction, fweights=fweights, aweights=aweights) 2022-12-01T11:04:13.6548656Z test_torch.py:1929: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-12-01T11:04:13.6548948Z ref = np.cov(t, ddof=correction, fweights=fweights, aweights=aweights) 2022-12-01T11:04:13.6549382Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:425: RuntimeWarning: invalid value encountered in multiply 2022-12-01T11:04:13.6549724Z avg = np.multiply(a, wgt, dtype=result_dtype).sum(axis)/scl 2022-12-01T11:04:13.6549941Z ok (0.170s) 2022-12-01T11:04:13.6550164Z test_cov_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.164s) 2022-12-01T11:04:13.6550461Z test_cov_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.135s) 2022-12-01T11:04:13.6550825Z test_cpp_warnings_have_python_context_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.471s) 2022-12-01T11:04:13.6551206Z test_cublas_config_nondeterministic_alert_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:13.6551552Z test_cummax_cummin_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-12-01T11:04:13.6551870Z test_cummax_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6552195Z test_cummin_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6552494Z test_cumprod_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:04:13.6552787Z test_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-12-01T11:04:13.6553094Z test_deepcopy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T11:04:13.6553412Z test_deepcopy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T11:04:13.6553723Z test_deepcopy_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6554054Z test_deepcopy_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6554446Z test_device_guard_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.004s) 2022-12-01T11:04:13.6554773Z test_diff_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.119s) 2022-12-01T11:04:13.6555079Z test_diff_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.217s) 2022-12-01T11:04:13.6555386Z test_diff_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.184s) 2022-12-01T11:04:13.6555691Z test_diff_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.170s) 2022-12-01T11:04:13.6555975Z test_diff_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.163s) 2022-12-01T11:04:13.6556267Z test_diff_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.156s) 2022-12-01T11:04:13.6556564Z test_diff_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.116s) 2022-12-01T11:04:13.6556844Z test_diff_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.119s) 2022-12-01T11:04:13.6557137Z test_diff_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.154s) 2022-12-01T11:04:13.6557432Z test_diff_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.117s) 2022-12-01T11:04:13.6557724Z test_diff_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.116s) 2022-12-01T11:04:13.6558017Z test_diff_noncontig_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.109s) 2022-12-01T11:04:13.6558342Z test_diff_noncontig_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.162s) 2022-12-01T11:04:13.6558671Z test_diff_noncontig_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.170s) 2022-12-01T11:04:13.6558986Z test_diff_noncontig_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.153s) 2022-12-01T11:04:13.6559361Z test_diff_noncontig_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.152s) 2022-12-01T11:04:13.6559710Z test_diff_noncontig_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.188s) 2022-12-01T11:04:13.6560027Z test_diff_noncontig_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.108s) 2022-12-01T11:04:13.6560325Z test_diff_noncontig_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.093s) 2022-12-01T11:04:13.6560637Z test_diff_noncontig_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.088s) 2022-12-01T11:04:13.6560955Z test_diff_noncontig_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.095s) 2022-12-01T11:04:13.6561257Z test_diff_noncontig_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.100s) 2022-12-01T11:04:13.6561576Z test_dim_function_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.058s) 2022-12-01T11:04:13.6561901Z test_discontiguous_out_cumsum_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6562206Z test_dist_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:04:13.6562492Z test_errors_index_copy_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.056s) 2022-12-01T11:04:13.6562852Z test_expected_failure_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6563173Z test_exponential_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:04:13.6563482Z test_exponential_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:04:13.6563799Z test_exponential_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:04:13.6564117Z test_exponential_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:04:13.6564442Z test_exponential_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6564762Z test_exponential_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6565095Z test_exponential_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6565423Z test_exponential_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6565774Z test_exponential_no_zero_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:04:13.6566183Z test_exponential_no_zero_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:04:13.6566555Z test_gather_backward_deterministic_path_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (3.261s) 2022-12-01T11:04:13.6566901Z test_gather_backward_one_dim_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (3.258s) 2022-12-01T11:04:13.6567209Z test_geometric_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6567527Z test_geometric_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6567838Z test_geometric_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6568132Z test_geometric_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6568444Z test_geometric_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6568753Z test_geometric_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6569057Z test_geometric_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6569356Z test_geometric_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6569667Z test_geometric_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6569991Z test_geometric_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6570311Z test_geometric_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6570636Z test_geometric_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6570957Z test_geometric_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6571276Z test_geometric_kstest_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6571586Z test_geometric_kstest_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6571906Z test_geometric_kstest_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6572224Z test_geometric_kstest_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6572531Z test_geometric_kstest_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6572847Z test_gradient_all_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.689s) 2022-12-01T11:04:13.6573166Z test_gradient_all_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.502s) 2022-12-01T11:04:13.6573770Z 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-12-01T11:04:13.6574161Z a = -(dx2)/(dx1 * (dx1 + dx2)) 2022-12-01T11:04:13.6574616Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1062: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:04:13.6574953Z b = (dx2 - dx1) / (dx1 * dx2) 2022-12-01T11:04:13.6575358Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1063: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:04:13.6575636Z c = dx1 / (dx2 * (dx1 + dx2)) 2022-12-01T11:04:13.6576026Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in add 2022-12-01T11:04:13.6576383Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:04:13.6576924Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1117: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T11:04:13.6577235Z a = (dx2) / (dx1 * (dx1 + dx2)) 2022-12-01T11:04:13.6577722Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1118: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T11:04:13.6578063Z b = - (dx2 + dx1) / (dx1 * dx2) 2022-12-01T11:04:13.6578456Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in double_scalars 2022-12-01T11:04:13.6578913Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:04:13.6579452Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1100: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T11:04:13.6579794Z a = -(2. * dx1 + dx2)/(dx1 * (dx1 + dx2)) 2022-12-01T11:04:13.6580209Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1101: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T11:04:13.6580510Z b = (dx1 + dx2) / (dx1 * dx2) 2022-12-01T11:04:13.6580901Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in add 2022-12-01T11:04:13.6581243Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:04:13.6581679Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in add 2022-12-01T11:04:13.6582031Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:04:13.6582483Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:04:13.6582870Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-12-01T11:04:13.6583311Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:04:13.6583707Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-12-01T11:04:13.6584127Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: RuntimeWarning: invalid value encountered in multiply 2022-12-01T11:04:13.6584488Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:04:13.6584946Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1102: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T11:04:13.6585282Z c = - dx1 / (dx2 * (dx1 + dx2)) 2022-12-01T11:04:13.6585673Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: RuntimeWarning: invalid value encountered in multiply 2022-12-01T11:04:13.6586025Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:04:13.6586466Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: RuntimeWarning: invalid value encountered in multiply 2022-12-01T11:04:13.6586818Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:04:13.6587257Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1119: RuntimeWarning: divide by zero encountered in double_scalars 2022-12-01T11:04:13.6587630Z c = (2. * dx2 + dx1) / (dx2 * (dx1 + dx2)) 2022-12-01T11:04:13.6588040Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: divide by zero encountered in true_divide 2022-12-01T11:04:13.6588425Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-12-01T11:04:13.6588866Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: RuntimeWarning: invalid value encountered in true_divide 2022-12-01T11:04:13.6589257Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-12-01T11:04:13.6589474Z ok (0.489s) 2022-12-01T11:04:13.6589726Z test_gradient_extreme_cases_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.247s) 2022-12-01T11:04:13.6590074Z test_gradient_extreme_cases_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.211s) 2022-12-01T11:04:13.6590414Z test_gradient_extreme_cases_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.185s) 2022-12-01T11:04:13.6591038Z 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-12-01T11:04:13.6591572Z out[tuple(slice1)] = (f[tuple(slice4)] - f[tuple(slice2)]) / (2. * ax_dx) 2022-12-01T11:04:13.6592032Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1078: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T11:04:13.6592441Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_0 2022-12-01T11:04:13.6592905Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1085: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T11:04:13.6593315Z out[tuple(slice1)] = (f[tuple(slice2)] - f[tuple(slice3)]) / dx_n 2022-12-01T11:04:13.6594322Z /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-12-01T11:04:13.6594992Z return torch.as_tensor(tensor_like) 2022-12-01T11:04:13.6595435Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1104: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T11:04:13.6595812Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:04:13.6596294Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1121: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T11:04:13.6596650Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:04:13.6597127Z /opt/conda/lib/python3.7/site-packages/numpy/lib/function_base.py:1069: ComplexWarning: Casting complex values to real discards the imaginary part 2022-12-01T11:04:13.6597500Z out[tuple(slice1)] = a * f[tuple(slice2)] + b * f[tuple(slice3)] + c * f[tuple(slice4)] 2022-12-01T11:04:13.6597731Z ok (0.181s) 2022-12-01T11:04:13.6597960Z test_hook_remove_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6598280Z test_index_add_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (1.542s) 2022-12-01T11:04:13.6598611Z test_index_add_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.063s) 2022-12-01T11:04:13.6598921Z test_index_copy_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-12-01T11:04:13.6599234Z test_index_copy_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-12-01T11:04:13.6599555Z test_index_copy_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-12-01T11:04:13.6599909Z test_index_copy_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.037s) 2022-12-01T11:04:13.6600224Z test_index_copy_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T11:04:13.6600537Z test_index_copy_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-12-01T11:04:13.6600847Z test_index_copy_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T11:04:13.6601145Z test_index_copy_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-12-01T11:04:13.6601449Z test_index_copy_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-12-01T11:04:13.6601758Z test_index_copy_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-12-01T11:04:13.6602052Z test_index_copy_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-12-01T11:04:13.6602358Z test_index_copy_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-12-01T11:04:13.6602682Z test_index_copy_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (8.447s) 2022-12-01T11:04:13.6603010Z test_index_copy_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.054s) 2022-12-01T11:04:13.6603359Z test_index_copy_scalars_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:04:13.6603689Z test_index_copy_scalars_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6604018Z test_index_copy_scalars_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:04:13.6604358Z test_index_copy_scalars_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:04:13.6604679Z test_index_copy_scalars_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6605009Z test_index_copy_scalars_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6605336Z test_index_copy_scalars_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6605649Z test_index_copy_scalars_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6605969Z test_index_copy_scalars_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6606290Z test_index_copy_scalars_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6606607Z test_index_copy_scalars_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6606918Z test_index_copy_scalars_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6607240Z test_index_fill_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:04:13.6607553Z test_index_fill_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:04:13.6607851Z test_index_fill_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6608168Z test_index_fill_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6608482Z test_index_fill_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:04:13.6608788Z test_index_fill_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:04:13.6609081Z test_index_fill_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:04:13.6609386Z test_index_fill_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:04:13.6609686Z test_index_fill_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:04:13.6609974Z test_index_fill_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:04:13.6610274Z test_index_fill_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:04:13.6610575Z test_index_fill_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:04:13.6610887Z test_index_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-12-01T11:04:13.6611196Z test_index_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.090s) 2022-12-01T11:04:13.6611573Z test_index_put_non_accumulate_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.051s) 2022-12-01T11:04:13.6612382Z 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-12-01T11:04:13.6612791Z 2022-12-01T11:04:13.6613194Z - 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-12-01T11:04:13.6613900Z - 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-12-01T11:04:13.6614436Z - If you are using `make_non_contiguous` in the PyTorch test suite, use `torch.testing._internal.common_utils.noncontiguous_like` instead. 2022-12-01T11:04:13.6614766Z warnings.warn(msg, FutureWarning) 2022-12-01T11:04:13.6615228Z 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:1008.) 2022-12-01T11:04:13.6615649Z dest.index_reduce_(dim, idx, src, reduce, include_self=include_self) 2022-12-01T11:04:13.6615873Z ok (0.180s) 2022-12-01T11:04:13.6616131Z test_index_reduce_reduce_amax_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.178s) 2022-12-01T11:04:13.6616474Z test_index_reduce_reduce_amax_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.185s) 2022-12-01T11:04:13.6616919Z test_index_reduce_reduce_amax_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.181s) 2022-12-01T11:04:13.6617267Z test_index_reduce_reduce_amax_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.120s) 2022-12-01T11:04:13.6617681Z test_index_reduce_reduce_amax_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.122s) 2022-12-01T11:04:13.6618000Z test_index_reduce_reduce_amax_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.113s) 2022-12-01T11:04:13.6618339Z test_index_reduce_reduce_amax_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.121s) 2022-12-01T11:04:13.6618678Z test_index_reduce_reduce_amax_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.124s) 2022-12-01T11:04:13.6619016Z test_index_reduce_reduce_amin_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.190s) 2022-12-01T11:04:13.6619350Z test_index_reduce_reduce_amin_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.179s) 2022-12-01T11:04:13.6619691Z test_index_reduce_reduce_amin_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.183s) 2022-12-01T11:04:13.6620029Z test_index_reduce_reduce_amin_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.180s) 2022-12-01T11:04:13.6620354Z test_index_reduce_reduce_amin_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.128s) 2022-12-01T11:04:13.6620692Z test_index_reduce_reduce_amin_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.132s) 2022-12-01T11:04:13.6621023Z test_index_reduce_reduce_amin_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.116s) 2022-12-01T11:04:13.6621354Z test_index_reduce_reduce_amin_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.119s) 2022-12-01T11:04:13.6621668Z test_index_reduce_reduce_amin_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.122s) 2022-12-01T11:04:13.6622001Z test_index_reduce_reduce_mean_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.218s) 2022-12-01T11:04:13.6622339Z test_index_reduce_reduce_mean_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.219s) 2022-12-01T11:04:13.6622675Z test_index_reduce_reduce_mean_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.254s) 2022-12-01T11:04:13.6623003Z test_index_reduce_reduce_mean_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.216s) 2022-12-01T11:04:13.6623405Z test_index_reduce_reduce_mean_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.160s) 2022-12-01T11:04:13.6623739Z test_index_reduce_reduce_mean_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.158s) 2022-12-01T11:04:13.6624053Z test_index_reduce_reduce_mean_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.150s) 2022-12-01T11:04:13.6624382Z test_index_reduce_reduce_mean_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.163s) 2022-12-01T11:04:13.6624712Z test_index_reduce_reduce_mean_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.201s) 2022-12-01T11:04:13.6625047Z test_index_reduce_reduce_prod_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.192s) 2022-12-01T11:04:13.6625374Z test_index_reduce_reduce_prod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.195s) 2022-12-01T11:04:13.6625714Z test_index_reduce_reduce_prod_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.191s) 2022-12-01T11:04:13.6626054Z test_index_reduce_reduce_prod_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.183s) 2022-12-01T11:04:13.6626372Z test_index_reduce_reduce_prod_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.119s) 2022-12-01T11:04:13.6626747Z test_index_reduce_reduce_prod_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.126s) 2022-12-01T11:04:13.6627081Z test_index_reduce_reduce_prod_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.114s) 2022-12-01T11:04:13.6627414Z test_index_reduce_reduce_prod_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.121s) 2022-12-01T11:04:13.6627730Z test_index_reduce_reduce_prod_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.125s) 2022-12-01T11:04:13.6628052Z test_index_select_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-12-01T11:04:13.6628361Z test_index_select_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:04:13.6628678Z test_index_select_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-12-01T11:04:13.6628995Z test_index_select_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-12-01T11:04:13.6629310Z test_index_select_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-12-01T11:04:13.6629621Z test_index_select_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-12-01T11:04:13.6629918Z test_index_select_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-12-01T11:04:13.6630233Z test_index_select_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:04:13.6630538Z test_index_select_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:04:13.6630842Z test_index_select_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:04:13.6631137Z test_index_select_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:04:13.6631442Z test_index_select_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:04:13.6631768Z test_invalid_shapes_grid_sampler_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.082s) 2022-12-01T11:04:13.6632066Z test_is_set_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6632358Z test_is_signed_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6632660Z test_item_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6632945Z test_item_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6633242Z test_item_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6633544Z test_item_cpu_complex32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6633848Z test_item_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6634129Z test_item_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6634422Z test_item_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6634762Z test_item_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6635046Z test_item_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6635338Z test_item_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6635624Z test_item_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6635916Z test_item_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6636193Z test_item_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6636515Z test_large_cumprod_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:04:13.6636883Z test_large_cumsum_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:04:13.6637206Z test_log_normal_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6637527Z test_log_normal_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6637836Z test_log_normal_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6638146Z test_log_normal_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6638486Z test_logcumsumexp_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.035s) 2022-12-01T11:04:13.6638812Z test_lognormal_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:04:13.6639143Z test_lognormal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:04:13.6639456Z test_lognormal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:04:13.6639778Z test_lognormal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:04:13.6640099Z test_masked_fill_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6640642Z test_masked_fill_cpu_bfloat16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6640959Z test_masked_fill_cpu_bfloat16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6641282Z test_masked_fill_cpu_bool_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6641605Z test_masked_fill_cpu_bool_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6641931Z test_masked_fill_cpu_complex128_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6642246Z test_masked_fill_cpu_complex128_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6642576Z test_masked_fill_cpu_complex64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6642901Z test_masked_fill_cpu_complex64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6643215Z test_masked_fill_cpu_float16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6643541Z test_masked_fill_cpu_float16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6643862Z test_masked_fill_cpu_float32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6644184Z test_masked_fill_cpu_float32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6644490Z test_masked_fill_cpu_float64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6644809Z test_masked_fill_cpu_float64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6645127Z test_masked_fill_cpu_int16_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6645431Z test_masked_fill_cpu_int16_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6645750Z test_masked_fill_cpu_int32_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6646062Z test_masked_fill_cpu_int32_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6646424Z test_masked_fill_cpu_int64_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6646725Z test_masked_fill_cpu_int64_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6647042Z test_masked_fill_cpu_int8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6647355Z test_masked_fill_cpu_int8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6647659Z test_masked_fill_cpu_uint8_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6647975Z test_masked_fill_cpu_uint8_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6648294Z test_masked_fill_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-12-01T11:04:13.6648623Z test_masked_scatter_bool_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6648934Z test_masked_scatter_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:04:13.6649260Z test_masked_scatter_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6649579Z test_masked_scatter_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:04:13.6649924Z test_masked_scatter_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-12-01T11:04:13.6650248Z test_masked_scatter_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.039s) 2022-12-01T11:04:13.6650569Z test_masked_scatter_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-12-01T11:04:13.6650888Z test_masked_scatter_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-12-01T11:04:13.6651185Z test_masked_scatter_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:04:13.6651496Z test_masked_scatter_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:04:13.6651804Z test_masked_scatter_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:04:13.6652102Z test_masked_scatter_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:04:13.6652412Z test_masked_scatter_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.038s) 2022-12-01T11:04:13.6652761Z test_masked_scatter_large_tensor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:04:13.6653118Z test_masked_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:04:13.6653718Z 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:1730.) 2022-12-01T11:04:13.6654260Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:04:13.6654451Z ok (0.011s) 2022-12-01T11:04:13.6654972Z 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:1730.) 2022-12-01T11:04:13.6655496Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:04:13.6655675Z ok (0.009s) 2022-12-01T11:04:13.6656196Z 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:1730.) 2022-12-01T11:04:13.6656723Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:04:13.6657019Z ok (0.011s) 2022-12-01T11:04:13.6657644Z 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:1730.) 2022-12-01T11:04:13.6658254Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:04:13.6658451Z ok (0.011s) 2022-12-01T11:04:13.6658963Z 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:1730.) 2022-12-01T11:04:13.6659487Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:04:13.6659680Z ok (0.006s) 2022-12-01T11:04:13.6660304Z 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:1730.) 2022-12-01T11:04:13.6660884Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:04:13.6661068Z ok (0.010s) 2022-12-01T11:04:13.6661642Z 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:1730.) 2022-12-01T11:04:13.6662161Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:04:13.6662341Z ok (0.010s) 2022-12-01T11:04:13.6662856Z 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:1730.) 2022-12-01T11:04:13.6663384Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:04:13.6663578Z ok (0.009s) 2022-12-01T11:04:13.6664072Z 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:1730.) 2022-12-01T11:04:13.6664586Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:04:13.6664777Z ok (0.009s) 2022-12-01T11:04:13.6665276Z 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:1730.) 2022-12-01T11:04:13.6665799Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:04:13.6665978Z ok (0.009s) 2022-12-01T11:04:13.6666493Z 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:1730.) 2022-12-01T11:04:13.6667004Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:04:13.6667195Z ok (0.009s) 2022-12-01T11:04:13.6667699Z 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:1730.) 2022-12-01T11:04:13.6668252Z torch.masked_select(src, mask, out=dst3) 2022-12-01T11:04:13.6668441Z ok (0.009s) 2022-12-01T11:04:13.6668682Z test_masked_select_discontiguous_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.058s) 2022-12-01T11:04:13.6669013Z test_memory_format_clone_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.055s) 2022-12-01T11:04:13.6669340Z test_memory_format_consistency_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6669703Z test_memory_format_cpu_and_cuda_ops_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:13.6670046Z test_memory_format_empty_like_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.020s) 2022-12-01T11:04:13.6670401Z test_memory_format_factory_like_functions_preserve_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (1.156s) 2022-12-01T11:04:13.6670750Z test_memory_format_operators_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.768s) 2022-12-01T11:04:13.6671098Z test_memory_format_preserved_after_permute_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6671434Z test_memory_format_propagation_rules_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6671790Z test_memory_format_to_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.050s) 2022-12-01T11:04:13.6672102Z test_memory_format_type_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.051s) 2022-12-01T11:04:13.6672415Z test_memory_format_type_shortcuts_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.407s) 2022-12-01T11:04:13.6672760Z test_module_share_memory_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:04:13.6673102Z test_multinomial_cpu_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6673427Z test_multinomial_cpu_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6673740Z test_multinomial_cpu_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6674062Z test_multinomial_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.046s) 2022-12-01T11:04:13.6674370Z test_multinomial_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.036s) 2022-12-01T11:04:13.6674713Z test_multinomial_deterministic_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:13.6675102Z test_multinomial_deterministic_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:13.6675488Z test_multinomial_deterministic_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:13.6675871Z test_multinomial_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:04:13.6676218Z test_multinomial_empty_w_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6676561Z test_multinomial_empty_wo_replacement_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6676946Z test_multinomial_gpu_device_constrain_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:04:13.6677392Z test_multinomial_rng_state_advance_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-12-01T11:04:13.6677765Z test_narrow_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6678110Z test_nondeterministic_alert_AdaptiveAvgPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6678488Z test_nondeterministic_alert_AdaptiveAvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6678863Z test_nondeterministic_alert_AdaptiveMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6679206Z test_nondeterministic_alert_AvgPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6679594Z test_nondeterministic_alert_CTCLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6679952Z test_nondeterministic_alert_EmbeddingBag_max_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6680323Z test_nondeterministic_alert_FractionalMaxPool2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6680709Z test_nondeterministic_alert_FractionalMaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6681073Z test_nondeterministic_alert_MaxPool3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6681468Z test_nondeterministic_alert_MaxUnpool1d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-12-01T11:04:13.6681855Z test_nondeterministic_alert_MaxUnpool1d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:04:13.6682227Z test_nondeterministic_alert_MaxUnpool1d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.013s) 2022-12-01T11:04:13.6682636Z test_nondeterministic_alert_MaxUnpool2d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-12-01T11:04:13.6683069Z test_nondeterministic_alert_MaxUnpool2d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:04:13.6683422Z test_nondeterministic_alert_MaxUnpool2d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:04:13.6683824Z test_nondeterministic_alert_MaxUnpool3d_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... skip: float16 not implemented on CPU (0.001s) 2022-12-01T11:04:13.6699064Z test_nondeterministic_alert_MaxUnpool3d_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:04:13.6699649Z test_nondeterministic_alert_MaxUnpool3d_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:04:13.6700155Z test_nondeterministic_alert_NLLLoss_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6700757Z test_nondeterministic_alert_ReflectionPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6701391Z test_nondeterministic_alert_ReflectionPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6702025Z test_nondeterministic_alert_ReflectionPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6702663Z test_nondeterministic_alert_ReplicationPad1d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6703307Z test_nondeterministic_alert_ReplicationPad2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6703940Z test_nondeterministic_alert_ReplicationPad3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6704530Z test_nondeterministic_alert_bincount_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6705130Z test_nondeterministic_alert_cumsum_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6705754Z test_nondeterministic_alert_cumsum_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6706379Z test_nondeterministic_alert_cumsum_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6706986Z test_nondeterministic_alert_cumsum_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6707602Z test_nondeterministic_alert_cumsum_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6708204Z test_nondeterministic_alert_cumsum_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6708676Z test_nondeterministic_alert_cumsum_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6709177Z test_nondeterministic_alert_cumsum_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6709642Z test_nondeterministic_alert_cumsum_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6710145Z test_nondeterministic_alert_cumsum_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6710489Z test_nondeterministic_alert_grid_sample_2d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6710849Z test_nondeterministic_alert_grid_sample_3d_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6711206Z test_nondeterministic_alert_histc_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6711569Z test_nondeterministic_alert_interpolate_bicubic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6711934Z test_nondeterministic_alert_interpolate_bilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6712311Z test_nondeterministic_alert_interpolate_linear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6712691Z test_nondeterministic_alert_interpolate_trilinear_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6713055Z test_nondeterministic_alert_kthvalue_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6713911Z 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-12-01T11:04:13.6714616Z torch.median(a, 0, out=(result, indices)) 2022-12-01T11:04:13.6714815Z ok (0.003s) 2022-12-01T11:04:13.6715087Z test_nondeterministic_alert_put_accumulate_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6715428Z test_nondeterministic_alert_put_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-12-01T11:04:13.6715764Z test_normal_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:04:13.6716085Z test_normal_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:04:13.6716391Z test_normal_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:04:13.6716711Z test_nullary_op_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.116s) 2022-12-01T11:04:13.6717041Z test_pairwise_distance_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6717357Z test_pdist_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6717676Z test_pdist_norm_large_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:04:13.6718413Z 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-12-01T11:04:13.6718923Z warnings.warn("torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.") 2022-12-01T11:04:13.6719186Z ok (0.004s) 2022-12-01T11:04:13.6719453Z test_pin_memory_from_constructor_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:13.6719806Z test_put_accumulate_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6720137Z test_put_accumulate_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6720455Z test_put_accumulate_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6720783Z test_put_accumulate_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6721106Z test_put_accumulate_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6721425Z test_put_accumulate_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6721768Z test_put_accumulate_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6722086Z test_put_accumulate_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6722408Z test_put_accumulate_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6722717Z test_put_accumulate_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6723040Z test_put_accumulate_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6723351Z test_put_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.150s) 2022-12-01T11:04:13.6723653Z test_put_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.188s) 2022-12-01T11:04:13.6723946Z test_put_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.187s) 2022-12-01T11:04:13.6724247Z test_put_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.148s) 2022-12-01T11:04:13.6724547Z test_put_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.154s) 2022-12-01T11:04:13.6724834Z test_put_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.147s) 2022-12-01T11:04:13.6725132Z test_put_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.090s) 2022-12-01T11:04:13.6725476Z test_put_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.090s) 2022-12-01T11:04:13.6725774Z test_put_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.084s) 2022-12-01T11:04:13.6726052Z test_put_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.090s) 2022-12-01T11:04:13.6726345Z test_put_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.091s) 2022-12-01T11:04:13.6726636Z test_put_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:04:13.6726927Z test_put_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.082s) 2022-12-01T11:04:13.6727243Z test_repeat_interleave_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6727555Z test_scalar_check_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.179s) 2022-12-01T11:04:13.6727864Z test_scatter_add_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6728175Z test_scatter_add_non_unique_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.022s) 2022-12-01T11:04:13.6728523Z test_scatter_add_one_dim_deterministic_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (3.192s) 2022-12-01T11:04:13.6728866Z test_scatter_add_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6729170Z test_scatter_bool_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6729477Z test_scatter_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.043s) 2022-12-01T11:04:13.6729859Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:13.6730294Z test_scatter_reduce_multiply_unsupported_dtypes_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:04:13.6730680Z test_scatter_reduce_non_unique_index_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:04:13.6731041Z test_scatter_reduce_non_unique_index_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6731403Z test_scatter_reduce_non_unique_index_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:04:13.6731767Z test_scatter_reduce_non_unique_index_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:04:13.6732111Z test_scatter_reduce_non_unique_index_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:04:13.6732464Z test_scatter_reduce_non_unique_index_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:04:13.6732816Z test_scatter_reduce_non_unique_index_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.007s) 2022-12-01T11:04:13.6733183Z test_scatter_reduce_non_unique_index_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6733530Z test_scatter_reduce_non_unique_index_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6733883Z test_scatter_reduce_non_unique_index_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6734232Z test_scatter_reduce_non_unique_index_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6734567Z test_scatter_reduce_non_unique_index_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6734935Z test_scatter_reduce_operations_to_large_input_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6735315Z test_scatter_reduce_operations_to_large_input_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6735699Z test_scatter_reduce_operations_to_large_input_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6736073Z test_scatter_reduce_operations_to_large_input_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6736459Z test_scatter_reduce_operations_to_large_input_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6737088Z test_scatter_reduce_operations_to_large_input_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6737534Z test_scatter_reduce_operations_to_large_input_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6737906Z test_scatter_reduce_operations_to_large_input_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6738281Z test_scatter_reduce_operations_to_large_input_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6738651Z test_scatter_reduce_operations_to_large_input_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6739007Z test_scatter_reduce_operations_to_large_input_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6739387Z test_scatter_reduce_operations_to_large_input_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6739747Z test_scatter_reduce_scalar_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6740085Z test_scatter_reduce_scalar_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6740409Z test_scatter_reduce_scalar_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6740753Z test_scatter_reduce_scalar_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6741096Z test_scatter_reduce_scalar_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6741434Z test_scatter_reduce_scalar_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6741748Z test_scatter_reduce_scalar_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6742087Z test_scatter_reduce_scalar_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6742421Z test_scatter_reduce_scalar_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6742733Z test_scatter_reduce_scalar_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6743062Z test_scatter_reduce_scalar_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6743393Z test_scatter_reduce_scalar_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6743723Z test_scatter_to_large_input_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6744036Z test_scatter_zero_size_index_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6744378Z test_serialization_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:04:13.6744712Z test_set_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T11:04:13.6745062Z test_set_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.027s) 2022-12-01T11:04:13.6745382Z test_set_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T11:04:13.6745709Z test_set_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.030s) 2022-12-01T11:04:13.6746028Z test_set_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T11:04:13.6746331Z test_set_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T11:04:13.6746641Z test_set_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T11:04:13.6746954Z test_set_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T11:04:13.6747252Z test_set_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T11:04:13.6747558Z test_set_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T11:04:13.6747870Z test_set_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T11:04:13.6748179Z test_set_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T11:04:13.6748502Z test_shift_mem_overlap_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.029s) 2022-12-01T11:04:13.6748806Z test_skip_xla_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6749142Z test_storage_all_devices_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:04:13.6749461Z test_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:04:13.6749776Z test_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.026s) 2022-12-01T11:04:13.6750089Z test_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.021s) 2022-12-01T11:04:13.6750399Z test_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:04:13.6750695Z test_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.018s) 2022-12-01T11:04:13.6751003Z test_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:04:13.6751308Z test_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.012s) 2022-12-01T11:04:13.6751597Z test_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.014s) 2022-12-01T11:04:13.6751896Z test_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.010s) 2022-12-01T11:04:13.6752197Z test_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.011s) 2022-12-01T11:04:13.6752515Z test_storage_meta_errors_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-12-01T11:04:13.6752835Z test_storage_meta_errors_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:04:13.6753169Z test_storage_meta_errors_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:04:13.6753507Z test_storage_meta_errors_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.040s) 2022-12-01T11:04:13.6753831Z test_storage_meta_errors_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-12-01T11:04:13.6754160Z test_storage_meta_errors_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-12-01T11:04:13.6754491Z test_storage_meta_errors_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-12-01T11:04:13.6754820Z test_storage_meta_errors_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-12-01T11:04:13.6755128Z test_storage_meta_errors_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-12-01T11:04:13.6755453Z test_storage_meta_errors_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-12-01T11:04:13.6755777Z test_storage_meta_errors_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-12-01T11:04:13.6756087Z test_storage_meta_errors_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.041s) 2022-12-01T11:04:13.6756453Z test_storage_meta_from_tensor_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6756791Z test_storage_meta_from_tensor_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6757137Z test_storage_meta_from_tensor_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6757472Z test_storage_meta_from_tensor_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6757815Z test_storage_meta_from_tensor_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6758154Z test_storage_meta_from_tensor_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6758478Z test_storage_meta_from_tensor_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6758810Z test_storage_meta_from_tensor_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6759140Z test_storage_meta_from_tensor_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6759473Z test_storage_meta_from_tensor_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6759787Z test_storage_meta_from_tensor_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6760168Z test_storage_meta_from_tensor_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6760495Z test_storage_setitem_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:04:13.6760818Z test_storage_setitem_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:04:13.6761132Z test_storage_setitem_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:04:13.6761458Z test_storage_setitem_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:04:13.6761781Z test_storage_setitem_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:04:13.6762090Z test_storage_setitem_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:04:13.6762409Z test_storage_setitem_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:04:13.6762722Z test_storage_setitem_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:04:13.6763039Z test_storage_setitem_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:04:13.6763343Z test_storage_setitem_cpu_qint32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:04:13.6763662Z test_storage_setitem_cpu_qint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:04:13.6763983Z test_storage_setitem_cpu_quint4x2 (__main__.TestTorchDeviceTypeCPU) ... ok (0.009s) 2022-12-01T11:04:13.6764292Z test_storage_setitem_cpu_quint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.017s) 2022-12-01T11:04:13.6764614Z test_storage_setitem_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.008s) 2022-12-01T11:04:13.6764940Z test_strides_propagation_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.154s) 2022-12-01T11:04:13.6765282Z test_sync_warning_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:04:13.6765591Z test_take_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.025s) 2022-12-01T11:04:13.6765895Z test_take_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:04:13.6766198Z test_take_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T11:04:13.6766491Z test_take_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.028s) 2022-12-01T11:04:13.6766793Z test_take_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:04:13.6767088Z test_take_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.024s) 2022-12-01T11:04:13.6767386Z test_take_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T11:04:13.6767667Z test_take_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:04:13.6767997Z test_take_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:04:13.6768292Z test_take_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:04:13.6768573Z test_take_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:04:13.6768873Z test_take_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.015s) 2022-12-01T11:04:13.6769166Z test_take_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.005s) 2022-12-01T11:04:13.6769469Z test_tensor_from_storage_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-12-01T11:04:13.6769796Z test_tensor_from_storage_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T11:04:13.6770129Z test_tensor_from_storage_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.045s) 2022-12-01T11:04:13.6770465Z test_tensor_from_storage_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-12-01T11:04:13.6770782Z test_tensor_from_storage_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-12-01T11:04:13.6771115Z test_tensor_from_storage_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.033s) 2022-12-01T11:04:13.6771442Z test_tensor_from_storage_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.032s) 2022-12-01T11:04:13.6771804Z test_tensor_from_storage_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T11:04:13.6772120Z test_tensor_from_storage_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T11:04:13.6772440Z test_tensor_from_storage_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T11:04:13.6772761Z test_tensor_from_storage_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T11:04:13.6773073Z test_tensor_from_storage_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.031s) 2022-12-01T11:04:13.6773436Z test_tensor_set_errors_multigpu_cpu (__main__.TestTorchDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.002s) 2022-12-01T11:04:13.6773794Z test_tensor_shape_empty_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.023s) 2022-12-01T11:04:13.6774120Z test_tensor_storage_type_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6774439Z test_tensor_storage_type_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6774772Z test_tensor_storage_type_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6775110Z test_tensor_storage_type_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6775433Z test_tensor_storage_type_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6775764Z test_tensor_storage_type_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6776095Z test_tensor_storage_type_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6776425Z test_tensor_storage_type_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6776740Z test_tensor_storage_type_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6777224Z test_tensor_storage_type_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6777609Z test_tensor_storage_type_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6777921Z test_tensor_storage_type_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.001s) 2022-12-01T11:04:13.6778254Z test_ternary_op_mem_overlap_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.340s) 2022-12-01T11:04:13.6778591Z test_typed_storage_meta_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6778922Z test_typed_storage_meta_cpu_bool (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6779238Z test_typed_storage_meta_cpu_complex128 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6779572Z test_typed_storage_meta_cpu_complex64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6779971Z test_typed_storage_meta_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6780300Z test_typed_storage_meta_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6780617Z test_typed_storage_meta_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6780945Z test_typed_storage_meta_cpu_int16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6781268Z test_typed_storage_meta_cpu_int32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6781566Z test_typed_storage_meta_cpu_int64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6781888Z test_typed_storage_meta_cpu_int8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6782209Z test_typed_storage_meta_cpu_uint8 (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6782540Z test_unfold_all_devices_and_dtypes_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.004s) 2022-12-01T11:04:13.6782852Z test_unfold_scalars_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.003s) 2022-12-01T11:04:13.6783169Z test_uniform_kstest_cpu_bfloat16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6783533Z test_uniform_kstest_cpu_float16 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6783837Z test_uniform_kstest_cpu_float32 (__main__.TestTorchDeviceTypeCPU) ... ok (0.016s) 2022-12-01T11:04:13.6784154Z test_uniform_kstest_cpu_float64 (__main__.TestTorchDeviceTypeCPU) ... ok (0.006s) 2022-12-01T11:04:13.6784476Z test_untyped_storage_meta_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6784798Z test_warn_always_caught_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.002s) 2022-12-01T11:04:13.6785120Z test_where_scalar_handcrafted_values_cpu (__main__.TestTorchDeviceTypeCPU) ... ok (0.042s) 2022-12-01T11:04:13.6785477Z test_cuda_vitals_gpu_only_cpu (__main__.TestVitalSignsCudaCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:04:13.6785679Z 2022-12-01T11:04:13.6785933Z ---------------------------------------------------------------------- 2022-12-01T11:04:13.6786164Z Ran 826 tests in 58.055s 2022-12-01T11:04:13.6786280Z 2022-12-01T11:04:13.6786356Z OK (skipped=38) 2022-12-01T11:04:13.6786468Z 2022-12-01T11:04:13.6786553Z Generating XML reports... 2022-12-01T11:04:13.6786968Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20221201110314.xml 2022-12-01T11:04:13.6787444Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorch-20221201110314.xml 2022-12-01T11:04:13.6787939Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20221201110314.xml 2022-12-01T11:04:13.6788468Z Generated XML report: test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20221201110314.xml 2022-12-01T11:04:13.6788788Z [TORCH_VITAL] Dataloader.enabled True 2022-12-01T11:04:13.6789055Z [TORCH_VITAL] Dataloader.basic_unit_test TEST_VALUE_STRING 2022-12-01T11:04:13.6789295Z [TORCH_VITAL] CUDA.used False 2022-12-01T11:04:13.6789420Z 2022-12-01T11:04:13.6789735Z ##[endgroup] 2022-12-01T11:04:13.6790101Z FINISHED PRINTING LOG FILE of test_torch (/var/lib/jenkins/workspace/test/test-reports/test_torch_i_o45ewv) 2022-12-01T11:04:13.6790304Z 2022-12-01T11:04:13.6790515Z Running test_fake_tensor ... [2022-12-01 11:04:13.643535] 2022-12-01T11:04:13.6790992Z Executing ['/opt/conda/bin/python', '-bb', 'test_fake_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:04:13.643864] 2022-12-01T11:04:19.4433011Z 2022-12-01T11:04:19.4433591Z Expand the folded group to see the log file of test_fake_tensor 2022-12-01T11:04:19.4434426Z ##[group]PRINTING LOG FILE of test_fake_tensor (/var/lib/jenkins/workspace/test/test-reports/test_fake_tensor_qg4fivbf) 2022-12-01T11:04:19.4434961Z Test results will be stored in test-reports/python-unittest/test_fake_tensor 2022-12-01T11:04:19.4435354Z 2022-12-01T11:04:19.4435431Z Running tests... 2022-12-01T11:04:19.4435729Z ---------------------------------------------------------------------- 2022-12-01T11:04:19.4436048Z test_aliased_const_write (__main__.FakeTensorConstHandling) ... ok (0.298s) 2022-12-01T11:04:19.4436379Z test_constant_invalidation (__main__.FakeTensorConstHandling) ... ok (0.005s) 2022-12-01T11:04:19.4436705Z test_fake_tensor_in_intlist_repro (__main__.FakeTensorConstHandling) ... ok (0.006s) 2022-12-01T11:04:19.4437012Z test_inplace_add (__main__.FakeTensorConstHandling) ... ok (0.003s) 2022-12-01T11:04:19.4437327Z test_inplace_view_invalidation (__main__.FakeTensorConstHandling) ... ok (0.003s) 2022-12-01T11:04:19.4437659Z test_shared_storage_invalidation (__main__.FakeTensorConstHandling) ... ok (0.004s) 2022-12-01T11:04:19.4437962Z test_shared_storages (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-12-01T11:04:19.4438257Z test_simple (__main__.FakeTensorConstHandling) ... ok (0.002s) 2022-12-01T11:04:19.4438545Z test_dead_key (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-12-01T11:04:19.4438840Z test_dead_weak_ref (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-12-01T11:04:19.4439217Z test_memoized_conversion_from_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T11:04:19.4439551Z test_memoized_conversion_to_meta (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T11:04:19.4439867Z test_no_active_mode (__main__.FakeTensorConverterTest) ... ok (0.004s) 2022-12-01T11:04:19.4440152Z test_no_ref_cycle (__main__.FakeTensorConverterTest) ... ok (0.001s) 2022-12-01T11:04:19.4440456Z test_separate_mode_error (__main__.FakeTensorConverterTest) ... ok (0.003s) 2022-12-01T11:04:19.4440780Z test_separate_tensor_storages_non_view (__main__.FakeTensorConverterTest) ... ok (0.003s) 2022-12-01T11:04:19.4441121Z test_separate_tensor_storages_view (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-12-01T11:04:19.4441435Z test_like_ops (__main__.FakeTensorOperatorInvariants) ... ok (0.056s) 2022-12-01T11:04:19.4441758Z test_non_kwarg_only_device (__main__.FakeTensorOperatorInvariants) ... ok (0.393s) 2022-12-01T11:04:19.4442102Z test_sparse_new (__main__.FakeTensorOperatorInvariants) ... expected failure (0.032s) 2022-12-01T11:04:19.4442463Z test_tensor_constructors_all_have_kwarg_device (__main__.FakeTensorOperatorInvariants) ... ok (0.484s) 2022-12-01T11:04:19.4442778Z test_basic (__main__.FakeTensorTest) ... ok (0.004s) 2022-12-01T11:04:19.4443048Z test_binary_op_type_promotion (__main__.FakeTensorTest) ... ok (0.004s) 2022-12-01T11:04:19.4443326Z test_constructor (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T11:04:19.4443595Z test_cpu_fallback (__main__.FakeTensorTest) ... skip: requires cuda (0.002s) 2022-12-01T11:04:19.4443892Z test_cudnn_rnn (__main__.FakeTensorTest) ... skip: requires cuda (0.003s) 2022-12-01T11:04:19.4444182Z test_data_dependent_operator (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T11:04:19.4444452Z test_deepcopy (__main__.FakeTensorTest) ... ok (0.009s) 2022-12-01T11:04:19.4444721Z test_fake_dispatch_keys (__main__.FakeTensorTest) ... ok (0.004s) 2022-12-01T11:04:19.4444994Z test_fake_grad_copy (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T11:04:19.4445248Z test_fake_mode_error (__main__.FakeTensorTest) ... ok (0.004s) 2022-12-01T11:04:19.4445568Z test_fallback_memory_prop (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T11:04:19.4445856Z test_from_numpy (__main__.FakeTensorTest) ... ok (0.003s) 2022-12-01T11:04:19.4446148Z test_index_cuda_with_cpu (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T11:04:19.4446448Z test_like_constructor (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T11:04:19.4446725Z test_mode (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T11:04:19.4446976Z test_nan_to_num (__main__.FakeTensorTest) ... ok (0.363s) 2022-12-01T11:04:19.4447290Z test_new (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T11:04:19.4447574Z test_non_kwarg_device (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T11:04:19.4447866Z test_non_parameter_grad (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T11:04:19.4448169Z test_normalize_device (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T11:04:19.4448454Z test_parameter_instantiation (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T11:04:19.4448730Z test_randperm (__main__.FakeTensorTest) ... ok (0.011s) 2022-12-01T11:04:19.4449001Z test_recursive_invocation (__main__.FakeTensorTest) ... ok (0.002s) 2022-12-01T11:04:19.4449276Z test_scalar_inputs (__main__.FakeTensorTest) ... ok (0.003s) 2022-12-01T11:04:19.4449538Z test_setitem (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-12-01T11:04:19.4449840Z test_shape_take_not_device (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T11:04:19.4450143Z test_throw (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T11:04:19.4450413Z test_type_as (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T11:04:19.4450701Z test_zero_dim (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-12-01T11:04:19.4450864Z 2022-12-01T11:04:19.4451111Z ---------------------------------------------------------------------- 2022-12-01T11:04:19.4451356Z Ran 50 tests in 1.740s 2022-12-01T11:04:19.4451455Z 2022-12-01T11:04:19.4451551Z OK (skipped=13, expected failures=1) 2022-12-01T11:04:19.4451683Z 2022-12-01T11:04:19.4451768Z Generating XML reports... 2022-12-01T11:04:19.4452213Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20221201110417.xml 2022-12-01T11:04:19.4452758Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20221201110417.xml 2022-12-01T11:04:19.4453324Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20221201110417.xml 2022-12-01T11:04:19.4453862Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20221201110417.xml 2022-12-01T11:04:19.4454085Z 2022-12-01T11:04:19.4454311Z ##[endgroup] 2022-12-01T11:04:19.4454696Z FINISHED PRINTING LOG FILE of test_fake_tensor (/var/lib/jenkins/workspace/test/test-reports/test_fake_tensor_qg4fivbf) 2022-12-01T11:04:19.4454912Z 2022-12-01T11:04:19.4455066Z Running test_cuda ... [2022-12-01 11:04:19.443644] 2022-12-01T11:04:19.4455519Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:04:19.443992] 2022-12-01T11:04:23.3152337Z 2022-12-01T11:04:23.3152821Z Expand the folded group to see the log file of test_cuda 2022-12-01T11:04:23.3153466Z ##[group]PRINTING LOG FILE of test_cuda (/var/lib/jenkins/workspace/test/test-reports/test_cuda_z8_lfwym) 2022-12-01T11:04:23.3154569Z CUDA not available, skipping tests 2022-12-01T11:04:23.3154815Z 2022-12-01T11:04:23.3154905Z Running tests... 2022-12-01T11:04:23.3155389Z ---------------------------------------------------------------------- 2022-12-01T11:04:23.3155659Z 2022-12-01T11:04:23.3155903Z ---------------------------------------------------------------------- 2022-12-01T11:04:23.3156144Z Ran 0 tests in 0.000s 2022-12-01T11:04:23.3158547Z 2022-12-01T11:04:23.3158703Z OK 2022-12-01T11:04:23.3159059Z 2022-12-01T11:04:23.3159242Z Generating XML reports... 2022-12-01T11:04:23.3159811Z Test results will be stored in test-reports/python-unittest/test_cuda 2022-12-01T11:04:23.3159992Z 2022-12-01T11:04:23.3160696Z ##[endgroup] 2022-12-01T11:04:23.3161148Z FINISHED PRINTING LOG FILE of test_cuda (/var/lib/jenkins/workspace/test/test-reports/test_cuda_z8_lfwym) 2022-12-01T11:04:23.3161400Z 2022-12-01T11:04:23.3161578Z Running test_fx_backends ... [2022-12-01 11:04:23.315580] 2022-12-01T11:04:23.3162103Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx_backends.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:04:23.316011] 2022-12-01T11:04:27.9150655Z 2022-12-01T11:04:27.9151113Z Expand the folded group to see the log file of test_fx_backends 2022-12-01T11:04:27.9153088Z ##[group]PRINTING LOG FILE of test_fx_backends (/var/lib/jenkins/workspace/test/test-reports/test_fx_backends_rickjd25) 2022-12-01T11:04:27.9153639Z CUDA not available, skipping tests 2022-12-01T11:04:27.9153863Z 2022-12-01T11:04:27.9153967Z Running tests... 2022-12-01T11:04:27.9154575Z ---------------------------------------------------------------------- 2022-12-01T11:04:27.9154809Z 2022-12-01T11:04:27.9155113Z ---------------------------------------------------------------------- 2022-12-01T11:04:27.9155504Z Ran 0 tests in 0.000s 2022-12-01T11:04:27.9155674Z 2022-12-01T11:04:27.9155769Z OK 2022-12-01T11:04:27.9155916Z 2022-12-01T11:04:27.9156054Z Generating XML reports... 2022-12-01T11:04:27.9156589Z Test results will be stored in test-reports/python-unittest/test_fx_backends 2022-12-01T11:04:27.9156870Z 2022-12-01T11:04:27.9157242Z ##[endgroup] 2022-12-01T11:04:27.9157911Z FINISHED PRINTING LOG FILE of test_fx_backends (/var/lib/jenkins/workspace/test/test-reports/test_fx_backends_rickjd25) 2022-12-01T11:04:27.9158277Z 2022-12-01T11:04:27.9158734Z Running test_dispatch ... [2022-12-01 11:04:27.915449] 2022-12-01T11:04:27.9160732Z Executing ['/opt/conda/bin/python', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:04:27.915872] 2022-12-01T11:06:30.8770382Z 2022-12-01T11:06:30.8770780Z Expand the folded group to see the log file of test_dispatch 2022-12-01T11:06:30.8771489Z ##[group]PRINTING LOG FILE of test_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_dispatch_012iwdc3) 2022-12-01T11:06:30.8775015Z Test results will be stored in test-reports/python-unittest/test_dispatch 2022-12-01T11:06:30.8775499Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:06:30.8775658Z 2022-12-01T11:06:30.8775769Z Running tests... 2022-12-01T11:06:30.8776272Z ---------------------------------------------------------------------- 2022-12-01T11:06:30.8776680Z test_all_invariants (__main__.TestDispatch) ... ok (0.461s) 2022-12-01T11:06:30.8777237Z test_computed_table (__main__.TestDispatch) ... ok (36.992s) 2022-12-01T11:06:30.8777552Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.064s) 2022-12-01T11:06:30.8777860Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.005s) 2022-12-01T11:06:30.8778186Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (1.054s) 2022-12-01T11:06:30.8778518Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (1.197s) 2022-12-01T11:06:30.8778863Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (35.178s) 2022-12-01T11:06:30.8779234Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.053s) 2022-12-01T11:06:30.8779549Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.058s) 2022-12-01T11:06:30.8820370Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.007s) 2022-12-01T11:06:30.8821099Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.006s) 2022-12-01T11:06:30.8821719Z test_def (__main__.TestDispatch) ... ok (36.180s) 2022-12-01T11:06:30.8822297Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.024s) 2022-12-01T11:06:30.8822857Z test_def_only (__main__.TestDispatch) ... ok (0.002s) 2022-12-01T11:06:30.8823439Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.002s) 2022-12-01T11:06:30.8824034Z test_def_with_inference (__main__.TestDispatch) ... ok (1.211s) 2022-12-01T11:06:30.8824733Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.003s) 2022-12-01T11:06:30.8825399Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.001s) 2022-12-01T11:06:30.8826526Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T11:06:30.8827424Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension... 2022-12-01T11:06:30.8828288Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/dangling_impl_extension/build.ninja... 2022-12-01T11:06:30.8828978Z Building extension module dangling_impl_extension... 2022-12-01T11:06:30.8829544Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:06:30.8832776Z [1/2] c++ -MMD -MF dangling_impl_extension.o.d -DTORCH_EXTENSION_NAME=dangling_impl_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/dangling_impl_extension.cpp -o dangling_impl_extension.o 2022-12-01T11:06:30.8835535Z [2/2] c++ dangling_impl_extension.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o dangling_impl_extension.so 2022-12-01T11:06:30.8836343Z Loading extension module dangling_impl_extension... 2022-12-01T11:06:30.8836801Z ok (4.635s) 2022-12-01T11:06:30.8837232Z test_impl_only (__main__.TestDispatch) ... ok (1.226s) 2022-12-01T11:06:30.8837836Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.019s) 2022-12-01T11:06:30.8838480Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.019s) 2022-12-01T11:06:30.8857929Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.019s) 2022-12-01T11:06:30.8858387Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.027s) 2022-12-01T11:06:30.8859013Z test_overwrite_math (__main__.TestDispatch) ... [W OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-12-01T11:06:30.8859561Z operator: __test45643__::foo 2022-12-01T11:06:30.8859855Z no debug info 2022-12-01T11:06:30.8860164Z dispatch key: (catch all) 2022-12-01T11:06:30.8860515Z previous kernel: fn1 2022-12-01T11:06:30.8861079Z new kernel: fn2 (function registerKernel) 2022-12-01T11:06:30.8861484Z [W OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-12-01T11:06:30.8861794Z operator: __test45644__::foo 2022-12-01T11:06:30.8861978Z no debug info 2022-12-01T11:06:30.8862146Z dispatch key: (catch all) 2022-12-01T11:06:30.8862338Z previous kernel: fn1 2022-12-01T11:06:30.8862555Z new kernel: fn2 (function registerKernel) 2022-12-01T11:06:30.8862748Z ok (0.004s) 2022-12-01T11:06:30.8862980Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-12-01T11:06:30.8863266Z test_basic (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-12-01T11:06:30.8863558Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-12-01T11:06:30.8863880Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T11:06:30.8864199Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-12-01T11:06:30.8864509Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-12-01T11:06:30.8864822Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.035s) 2022-12-01T11:06:30.8865012Z 2022-12-01T11:06:30.8865286Z ---------------------------------------------------------------------- 2022-12-01T11:06:30.8865532Z Ran 32 tests in 118.497s 2022-12-01T11:06:30.8865648Z 2022-12-01T11:06:30.8865866Z OK 2022-12-01T11:06:30.8865945Z 2022-12-01T11:06:30.8866031Z Generating XML reports... 2022-12-01T11:06:30.8866436Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20221201110431.xml 2022-12-01T11:06:30.8866959Z Generated XML report: test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20221201110431.xml 2022-12-01T11:06:30.8867195Z 2022-12-01T11:06:30.8867553Z ##[endgroup] 2022-12-01T11:06:30.8867931Z FINISHED PRINTING LOG FILE of test_dispatch (/var/lib/jenkins/workspace/test/test-reports/test_dispatch_012iwdc3) 2022-12-01T11:06:30.8868146Z 2022-12-01T11:06:30.8868322Z Running test_tensor_creation_ops ... [2022-12-01 11:06:30.877342] 2022-12-01T11:06:30.8868807Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:06:30.877778] 2022-12-01T11:07:58.0722280Z 2022-12-01T11:07:58.0723019Z Expand the folded group to see the log file of test_tensor_creation_ops 2022-12-01T11:07:58.0724212Z ##[group]PRINTING LOG FILE of test_tensor_creation_ops (/var/lib/jenkins/workspace/test/test-reports/test_tensor_creation_ops_nwu4q24p) 2022-12-01T11:07:58.0745475Z Test results will be stored in test-reports/python-unittest/test_tensor_creation_ops 2022-12-01T11:07:58.0745812Z 2022-12-01T11:07:58.0749202Z Running tests... 2022-12-01T11:07:58.0749799Z ---------------------------------------------------------------------- 2022-12-01T11:07:58.0750317Z test_alias_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T11:07:58.0750833Z test_alias_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T11:07:58.0751325Z test_alias_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T11:07:58.0751830Z test_alias_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-12-01T11:07:58.0752329Z test_alias_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-12-01T11:07:58.0752798Z test_alias_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T11:07:58.0753331Z test_alias_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T11:07:58.0754131Z test_alias_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T11:07:58.0754484Z test_alias_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T11:07:58.0754758Z test_alias_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T11:07:58.0755049Z test_alias_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T11:07:58.0755347Z test_alias_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T11:07:58.0755655Z test_alias_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T11:07:58.0755977Z test_alias_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-12-01T11:07:58.0756382Z test_alias_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T11:07:58.0756684Z test_alias_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T11:07:58.0756964Z test_alias_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T11:07:58.0757254Z test_alias_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T11:07:58.0757547Z test_alias_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T11:07:58.0757834Z test_alias_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T11:07:58.0758105Z test_alias_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T11:07:58.0758397Z test_alias_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T11:07:58.0758688Z test_alias_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T11:07:58.0758970Z test_alias_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T11:07:58.0759270Z test_alias_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T11:07:58.0759700Z test_alias_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T11:07:58.0759981Z test_alias_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T11:07:58.0760274Z test_alias_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T11:07:58.0760565Z test_alias_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T11:07:58.0760853Z test_alias_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T11:07:58.0761124Z test_alias_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T11:07:58.0761407Z test_alias_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T11:07:58.0761695Z test_alias_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T11:07:58.0761972Z test_alias_from_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T11:07:58.0762268Z test_alias_from_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T11:07:58.0762563Z test_alias_from_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-12-01T11:07:58.0762865Z test_alias_from_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-12-01T11:07:58.0763198Z test_alias_from_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T11:07:58.0763494Z test_alias_from_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T11:07:58.0763783Z test_alias_from_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T11:07:58.0764063Z test_alias_from_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T11:07:58.0764354Z test_alias_from_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T11:07:58.0764641Z test_alias_from_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T11:07:58.0764924Z test_alias_from_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T11:07:58.0765202Z test_alias_from_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T11:07:58.0765490Z test_astensor_consistency_cpu (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T11:07:58.0765782Z test_copy_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T11:07:58.0766066Z test_copy_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T11:07:58.0766367Z test_copy_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T11:07:58.0766664Z test_copy_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T11:07:58.0766956Z test_copy_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T11:07:58.0767232Z test_copy_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T11:07:58.0767521Z test_copy_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T11:07:58.0767813Z test_copy_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T11:07:58.0768083Z test_copy_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T11:07:58.0768370Z test_copy_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T11:07:58.0768658Z test_copy_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T11:07:58.0768951Z test_copy_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.015s) 2022-12-01T11:07:58.0769436Z test_copy_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... test_tensor_creation_ops.py:3675: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Copy.cpp:250.) 2022-12-01T11:07:58.0769896Z result = torch.asarray(cvt(original), **kwargs) 2022-12-01T11:07:58.0770097Z ok (0.016s) 2022-12-01T11:07:58.0770334Z test_copy_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-12-01T11:07:58.0770662Z test_copy_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-12-01T11:07:58.0770959Z test_copy_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-12-01T11:07:58.0771256Z test_copy_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.015s) 2022-12-01T11:07:58.0771533Z test_copy_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-12-01T11:07:58.0771822Z test_copy_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-12-01T11:07:58.0772106Z test_copy_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-12-01T11:07:58.0772391Z test_copy_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-12-01T11:07:58.0772663Z test_copy_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.026s) 2022-12-01T11:07:58.0772997Z test_copy_from_dlpack_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0773372Z test_copy_from_dlpack_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0773730Z test_copy_from_dlpack_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0774128Z test_copy_from_dlpack_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0774488Z test_copy_from_dlpack_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0774839Z test_copy_from_dlpack_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0775177Z test_copy_from_dlpack_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0775528Z test_copy_from_dlpack_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0775877Z test_copy_from_dlpack_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0776229Z test_copy_from_dlpack_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0776567Z test_copy_from_dlpack_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0777133Z test_copy_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-12-01T11:07:58.0777435Z test_copy_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-12-01T11:07:58.0777736Z test_copy_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.017s) 2022-12-01T11:07:58.0778018Z test_copy_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-12-01T11:07:58.0778311Z test_copy_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-12-01T11:07:58.0778602Z test_copy_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.015s) 2022-12-01T11:07:58.0778875Z test_copy_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-12-01T11:07:58.0779162Z test_copy_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-12-01T11:07:58.0779445Z test_copy_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-12-01T11:07:58.0779715Z test_copy_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-12-01T11:07:58.0779999Z test_copy_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.014s) 2022-12-01T11:07:58.0780324Z test_copy_from_tensor_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0780692Z test_copy_from_tensor_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0781046Z test_copy_from_tensor_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0781408Z test_copy_from_tensor_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0781840Z test_copy_from_tensor_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0782194Z test_copy_from_tensor_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0782537Z test_copy_from_tensor_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0782884Z test_copy_from_tensor_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0783231Z test_copy_from_tensor_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0783580Z test_copy_from_tensor_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0783915Z test_copy_from_tensor_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0784236Z test_copy_list_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T11:07:58.0784518Z test_copy_list_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T11:07:58.0784785Z test_copy_list_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-12-01T11:07:58.0785115Z test_copy_list_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-12-01T11:07:58.0785401Z test_copy_list_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T11:07:58.0785679Z test_copy_list_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T11:07:58.0785944Z test_copy_list_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-12-01T11:07:58.0786219Z test_copy_list_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T11:07:58.0786494Z test_copy_list_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T11:07:58.0786753Z test_copy_list_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T11:07:58.0787024Z test_copy_list_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T11:07:58.0787300Z test_copy_list_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-12-01T11:07:58.0787567Z test_copy_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.014s) 2022-12-01T11:07:58.0787854Z test_copy_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-12-01T11:07:58.0788140Z test_copy_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.015s) 2022-12-01T11:07:58.0788432Z test_copy_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.015s) 2022-12-01T11:07:58.0788704Z test_copy_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.014s) 2022-12-01T11:07:58.0788984Z test_copy_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.014s) 2022-12-01T11:07:58.0789264Z test_copy_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.014s) 2022-12-01T11:07:58.0789530Z test_copy_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-12-01T11:07:58.0789809Z test_copy_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-12-01T11:07:58.0790083Z test_copy_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-12-01T11:07:58.0790360Z test_copy_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-12-01T11:07:58.0790627Z test_copy_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.046s) 2022-12-01T11:07:58.0790925Z test_retain_autograd_history_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-12-01T11:07:58.0791244Z test_retain_autograd_history_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-12-01T11:07:58.0791539Z test_unsupported_alias_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-12-01T11:07:58.0791875Z test_unsupported_alias_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0792207Z test_byte_to_int_cpu (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T11:07:58.0792528Z test_invalid_positional_args_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.025s) 2022-12-01T11:07:58.0792892Z test_invalid_positional_args_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.031s) 2022-12-01T11:07:58.0793237Z test_invalid_positional_args_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.031s) 2022-12-01T11:07:58.0793579Z test_invalid_positional_args_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.044s) 2022-12-01T11:07:58.0793900Z test_invalid_positional_args_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.029s) 2022-12-01T11:07:58.0794231Z test_invalid_positional_args_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.028s) 2022-12-01T11:07:58.0794563Z test_invalid_positional_args_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.026s) 2022-12-01T11:07:58.0794893Z test_invalid_positional_args_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.026s) 2022-12-01T11:07:58.0795209Z test_invalid_positional_args_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.026s) 2022-12-01T11:07:58.0795535Z test_invalid_positional_args_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.024s) 2022-12-01T11:07:58.0795866Z test_invalid_positional_args_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.024s) 2022-12-01T11:07:58.0796174Z test_non_writable_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T11:07:58.0796534Z test_non_writable_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T11:07:58.0796867Z test_non_writable_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T11:07:58.0797195Z test_non_writable_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T11:07:58.0797507Z test_non_writable_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T11:07:58.0797828Z test_non_writable_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T11:07:58.0798152Z test_non_writable_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T11:07:58.0798474Z test_non_writable_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T11:07:58.0798772Z test_non_writable_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T11:07:58.0799091Z test_non_writable_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T11:07:58.0799412Z test_non_writable_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-12-01T11:07:58.0799708Z test_not_a_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T11:07:58.0800020Z test_not_a_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T11:07:58.0800339Z test_not_a_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T11:07:58.0800655Z test_not_a_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T11:07:58.0800951Z test_not_a_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T11:07:58.0801256Z test_not_a_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T11:07:58.0801562Z test_not_a_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T11:07:58.0801851Z test_not_a_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T11:07:58.0802151Z test_not_a_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T11:07:58.0802456Z test_not_a_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T11:07:58.0802760Z test_not_a_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T11:07:58.0803050Z test_requires_grad_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T11:07:58.0803363Z test_requires_grad_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-12-01T11:07:58.0803686Z test_requires_grad_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-12-01T11:07:58.0803990Z test_requires_grad_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T11:07:58.0804335Z test_requires_grad_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T11:07:58.0804645Z test_requires_grad_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T11:07:58.0804960Z test_requires_grad_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T11:07:58.0805253Z test_requires_grad_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T11:07:58.0805554Z test_requires_grad_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T11:07:58.0805862Z test_requires_grad_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T11:07:58.0806153Z test_requires_grad_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T11:07:58.0806454Z test_same_type_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T11:07:58.0806763Z test_same_type_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T11:07:58.0807078Z test_same_type_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T11:07:58.0807373Z test_same_type_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T11:07:58.0807709Z test_same_type_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T11:07:58.0808014Z test_same_type_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T11:07:58.0808297Z test_same_type_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T11:07:58.0808591Z test_same_type_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T11:07:58.0808886Z test_same_type_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T11:07:58.0809167Z test_same_type_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T11:07:58.0809464Z test_same_type_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-12-01T11:07:58.0809768Z test_shared_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-12-01T11:07:58.0810091Z test_shared_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.027s) 2022-12-01T11:07:58.0810398Z test_shared_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.028s) 2022-12-01T11:07:58.0810715Z test_shared_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.023s) 2022-12-01T11:07:58.0811027Z test_shared_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.023s) 2022-12-01T11:07:58.0811324Z test_shared_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.021s) 2022-12-01T11:07:58.0811633Z test_shared_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-12-01T11:07:58.0811938Z test_shared_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-12-01T11:07:58.0812243Z test_shared_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-12-01T11:07:58.0812535Z test_shared_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-12-01T11:07:58.0812840Z test_shared_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-12-01T11:07:58.0813158Z test_with_count_and_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-12-01T11:07:58.0813479Z test_with_count_and_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.029s) 2022-12-01T11:07:58.0813814Z test_with_count_and_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.029s) 2022-12-01T11:07:58.0814143Z test_with_count_and_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.023s) 2022-12-01T11:07:58.0814469Z test_with_count_and_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.023s) 2022-12-01T11:07:58.0814779Z test_with_count_and_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.041s) 2022-12-01T11:07:58.0815098Z test_with_count_and_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-12-01T11:07:58.0815419Z test_with_count_and_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-12-01T11:07:58.0815793Z test_with_count_and_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.011s) 2022-12-01T11:07:58.0816101Z test_with_count_and_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-12-01T11:07:58.0816423Z test_with_count_and_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-12-01T11:07:58.0816733Z test_with_count_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T11:07:58.0817234Z test_with_count_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-12-01T11:07:58.0817551Z test_with_count_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-12-01T11:07:58.0817858Z test_with_count_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-12-01T11:07:58.0818164Z test_with_count_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-12-01T11:07:58.0818452Z test_with_count_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-12-01T11:07:58.0818755Z test_with_count_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T11:07:58.0819063Z test_with_count_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T11:07:58.0819406Z test_with_count_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T11:07:58.0819706Z test_with_count_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T11:07:58.0820002Z test_with_count_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.004s) 2022-12-01T11:07:58.0820300Z test_with_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T11:07:58.0820593Z test_with_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T11:07:58.0820908Z test_with_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-12-01T11:07:58.0821220Z test_with_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-12-01T11:07:58.0821513Z test_with_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T11:07:58.0821812Z test_with_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-12-01T11:07:58.0822117Z test_with_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T11:07:58.0822422Z test_with_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T11:07:58.0822710Z test_with_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T11:07:58.0823011Z test_with_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T11:07:58.0823314Z test_with_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-12-01T11:07:58.0823609Z test_empty_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.003s) 2022-12-01T11:07:58.0823925Z test_full_like_inference_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0824239Z test_ones_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.007s) 2022-12-01T11:07:58.0824587Z test_ones_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:07:58.0824947Z test_zeros_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.006s) 2022-12-01T11:07:58.0825312Z test_zeros_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-12-01T11:07:58.0825679Z test_normal_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.064s) 2022-12-01T11:07:58.0825988Z test_normal_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.034s) 2022-12-01T11:07:58.0826310Z test_normal_std_error_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.046s) 2022-12-01T11:07:58.0826642Z test_rand_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.012s) 2022-12-01T11:07:58.0827432Z test_rand_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... test_tensor_creation_ops.py:3323: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T11:07:58.0827965Z res1 = torch.rand(size, size, dtype=dtype, device=device) 2022-12-01T11:07:58.0828175Z ok (0.012s) 2022-12-01T11:07:58.0828431Z test_rand_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.011s) 2022-12-01T11:07:58.0828743Z test_rand_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.009s) 2022-12-01T11:07:58.0829062Z test_rand_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.008s) 2022-12-01T11:07:58.0829375Z test_randint_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.014s) 2022-12-01T11:07:58.0829699Z test_randint_inference_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-12-01T11:07:58.0830018Z test_randn_cpu_bfloat16 (__main__.TestRandomTensorCreationCPU) ... ok (0.009s) 2022-12-01T11:07:58.0830346Z test_randn_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.012s) 2022-12-01T11:07:58.0830677Z test_randn_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... ok (0.015s) 2022-12-01T11:07:58.0830989Z test_randn_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.011s) 2022-12-01T11:07:58.0831349Z test_randn_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.009s) 2022-12-01T11:07:58.0831666Z test_randn_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.008s) 2022-12-01T11:07:58.0831984Z test_randn_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.009s) 2022-12-01T11:07:58.0832294Z test_random_neg_values_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0832614Z test_randperm_cpu (__main__.TestRandomTensorCreationCPU) ... ok (6.871s) 2022-12-01T11:07:58.0832981Z test_randperm_device_compatibility_cpu (__main__.TestRandomTensorCreationCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:07:58.0833339Z test_uniform_from_to_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.048s) 2022-12-01T11:07:58.0833677Z test_uniform_from_to_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.168s) 2022-12-01T11:07:58.0834009Z test_uniform_from_to_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.331s) 2022-12-01T11:07:58.0834333Z test_arange_bfloat16_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T11:07:58.0834615Z test_arange_cpu (__main__.TestTensorCreationCPU) ... ok (0.295s) 2022-12-01T11:07:58.0834958Z test_arange_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T11:07:58.0835345Z test_arange_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T11:07:58.0835731Z test_arange_device_vs_cpu_cpu_int32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T11:07:58.0836098Z test_arange_device_vs_cpu_cpu_int64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-12-01T11:07:58.0836444Z test_arange_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T11:07:58.0836751Z test_as_strided_neg_cpu (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-12-01T11:07:58.0837040Z test_as_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T11:07:58.0837333Z test_block_diag_cpu (__main__.TestTensorCreationCPU) ... ok (0.068s) 2022-12-01T11:07:58.0837633Z test_block_diag_scipy_cpu (__main__.TestTensorCreationCPU) ... ok (0.056s) 2022-12-01T11:07:58.0837938Z test_cartesian_prod_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T11:07:58.0838223Z test_cat2_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.043s) 2022-12-01T11:07:58.0838516Z test_cat2_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-12-01T11:07:58.0838805Z test_cat2_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-12-01T11:07:58.0839101Z test_cat_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-12-01T11:07:58.0839519Z test_cat_big_cpu (__main__.TestTensorCreationCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-12-01T11:07:58.0839888Z test_cat_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:07:58.0840196Z test_cat_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T11:07:58.0840482Z test_cat_empty_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T11:07:58.0840791Z test_cat_in_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (5.937s) 2022-12-01T11:07:58.0841099Z test_cat_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-12-01T11:07:58.0841394Z test_cat_out_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T11:07:58.0841692Z test_cat_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T11:07:58.0842015Z test_cat_out_memory_format_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T11:07:58.0842359Z test_cat_preserve_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T11:07:58.0842694Z test_cat_stack_cross_devices_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0843060Z test_combinations_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T11:07:58.0843431Z test_complex_type_conversions_cpu (__main__.TestTensorCreationCPU) ... skip: real and imag not implemented for complex (0.001s) 2022-12-01T11:07:58.0843796Z test_constructor_device_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-12-01T11:07:58.0844118Z test_constructor_dtypes_cpu (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-12-01T11:07:58.0844437Z test_ctor_with_numpy_array_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T11:07:58.0844786Z test_device_rounding_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0845139Z test_device_rounding_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0845475Z test_diag_embed_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T11:07:58.0845781Z test_diagflat_cpu (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-12-01T11:07:58.0846084Z test_dsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.055s) 2022-12-01T11:07:58.0846374Z test_dsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.051s) 2022-12-01T11:07:58.0846671Z test_dsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.041s) 2022-12-01T11:07:58.0846973Z test_dstack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.084s) 2022-12-01T11:07:58.0847264Z test_dstack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.084s) 2022-12-01T11:07:58.0847565Z test_dstack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.082s) 2022-12-01T11:07:58.0847862Z test_dstack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.080s) 2022-12-01T11:07:58.0848148Z test_dstack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.080s) 2022-12-01T11:07:58.0848438Z test_dstack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.044s) 2022-12-01T11:07:58.0848733Z test_dstack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.044s) 2022-12-01T11:07:58.0849022Z test_dstack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.043s) 2022-12-01T11:07:58.0849319Z test_dstack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.044s) 2022-12-01T11:07:58.0849595Z test_dstack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.043s) 2022-12-01T11:07:58.0849885Z test_empty_full_cpu (__main__.TestTensorCreationCPU) ... ok (0.051s) 2022-12-01T11:07:58.0850180Z test_empty_overflow_cpu (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-12-01T11:07:58.0850489Z test_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T11:07:58.0850780Z test_empty_tensor_props_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T11:07:58.0851108Z test_eye_cpu (__main__.TestTensorCreationCPU) ... ok (0.434s) 2022-12-01T11:07:58.0851412Z test_fill_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (1.443s) 2022-12-01T11:07:58.0851736Z test_float_to_int_conversion_finite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0852079Z test_float_to_int_conversion_finite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0852416Z test_float_to_int_conversion_finite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0852748Z test_float_to_int_conversion_finite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0853073Z test_float_to_int_conversion_finite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0853408Z test_float_to_int_conversion_finite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0853757Z test_float_to_int_conversion_nonfinite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T11:07:58.0854094Z test_float_to_int_conversion_nonfinite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T11:07:58.0854475Z test_float_to_int_conversion_nonfinite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T11:07:58.0854824Z test_float_to_int_conversion_nonfinite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T11:07:58.0855166Z test_float_to_int_conversion_nonfinite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T11:07:58.0855504Z test_float_to_int_conversion_nonfinite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T11:07:58.0855833Z test_full_inference_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0856153Z test_full_inference_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0856456Z test_full_inference_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0856754Z test_full_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T11:07:58.0857271Z test_hsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.067s) 2022-12-01T11:07:58.0857581Z test_hsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.063s) 2022-12-01T11:07:58.0857864Z test_hsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.051s) 2022-12-01T11:07:58.0858176Z test_hstack_column_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.158s) 2022-12-01T11:07:58.0858513Z test_hstack_column_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.159s) 2022-12-01T11:07:58.0858828Z test_hstack_column_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.157s) 2022-12-01T11:07:58.0859153Z test_hstack_column_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.160s) 2022-12-01T11:07:58.0859475Z test_hstack_column_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.157s) 2022-12-01T11:07:58.0859799Z test_hstack_column_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.114s) 2022-12-01T11:07:58.0860106Z test_hstack_column_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.115s) 2022-12-01T11:07:58.0860423Z test_hstack_column_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.113s) 2022-12-01T11:07:58.0860737Z test_hstack_column_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.113s) 2022-12-01T11:07:58.0861051Z test_hstack_column_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.114s) 2022-12-01T11:07:58.0861356Z test_kaiser_window_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (1.605s) 2022-12-01T11:07:58.0861664Z test_kaiser_window_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (1.374s) 2022-12-01T11:07:58.0861974Z test_kaiser_window_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.460s) 2022-12-01T11:07:58.0862271Z test_large_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0862661Z test_large_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0863017Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cpu (__main__.TestTensorCreationCPU) ... ok (0.218s) 2022-12-01T11:07:58.0863375Z test_linlogspace_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-12-01T11:07:58.0863680Z test_linspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-12-01T11:07:58.0863989Z test_linspace_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (7.839s) 2022-12-01T11:07:58.0864303Z test_linspace_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (7.520s) 2022-12-01T11:07:58.0864597Z test_linspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (7.289s) 2022-12-01T11:07:58.0864902Z test_linspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (7.249s) 2022-12-01T11:07:58.0865202Z test_linspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-12-01T11:07:58.0865502Z test_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (7.376s) 2022-12-01T11:07:58.0865782Z test_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (7.408s) 2022-12-01T11:07:58.0866123Z test_linspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-12-01T11:07:58.0866422Z test_linspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-12-01T11:07:58.0866713Z test_linspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0867061Z test_linspace_device_vs_cpu_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T11:07:58.0867442Z test_linspace_device_vs_cpu_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T11:07:58.0867825Z test_linspace_device_vs_cpu_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T11:07:58.0868192Z test_linspace_device_vs_cpu_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T11:07:58.0868567Z test_linspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T11:07:58.0868942Z test_linspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T11:07:58.0869320Z test_linspace_special_steps_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T11:07:58.0871433Z test_linspace_special_steps_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T11:07:58.0871893Z test_linspace_special_steps_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T11:07:58.0872278Z test_linspace_special_steps_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T11:07:58.0872646Z test_linspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T11:07:58.0873028Z test_linspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T11:07:58.0873389Z test_linspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (1.019s) 2022-12-01T11:07:58.0873732Z test_linspace_vs_numpy_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.813s) 2022-12-01T11:07:58.0874051Z test_linspace_vs_numpy_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.934s) 2022-12-01T11:07:58.0874376Z test_linspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.621s) 2022-12-01T11:07:58.0874698Z test_linspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.534s) 2022-12-01T11:07:58.0875039Z test_logspace_base2_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T11:07:58.0875388Z test_logspace_base2_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T11:07:58.0875802Z test_logspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-12-01T11:07:58.0876113Z test_logspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.040s) 2022-12-01T11:07:58.0876411Z test_logspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-12-01T11:07:58.0876717Z test_logspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-12-01T11:07:58.0877017Z test_logspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-12-01T11:07:58.0877315Z test_logspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-12-01T11:07:58.0877597Z test_logspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-12-01T11:07:58.0877895Z test_logspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-12-01T11:07:58.0878195Z test_logspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0878537Z test_logspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T11:07:58.0878914Z test_logspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T11:07:58.0879325Z test_logspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T11:07:58.0879702Z test_logspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-12-01T11:07:58.0880049Z test_logspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.957s) 2022-12-01T11:07:58.0880382Z test_logspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.761s) 2022-12-01T11:07:58.0880704Z test_logspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.639s) 2022-12-01T11:07:58.0881566Z test_meshgrid_default_indexing_cpu (__main__.TestTensorCreationCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3191.) 2022-12-01T11:07:58.0882180Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-12-01T11:07:58.0882409Z ok (0.004s) 2022-12-01T11:07:58.0882650Z test_meshgrid_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T11:07:58.0882948Z test_meshgrid_ij_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T11:07:58.0883274Z test_meshgrid_ij_indexing_is_default_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0883608Z test_meshgrid_inconsistent_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-12-01T11:07:58.0883942Z test_meshgrid_inconsistent_dtype_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T11:07:58.0884255Z test_meshgrid_non_1d_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T11:07:58.0884587Z test_meshgrid_unsupported_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T11:07:58.0884916Z test_meshgrid_vs_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.027s) 2022-12-01T11:07:58.0885224Z test_meshgrid_warns_if_no_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T11:07:58.0885547Z test_meshgrid_xy_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T11:07:58.0885854Z test_new_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-12-01T11:07:58.0886168Z test_new_methods_requires_grad_cpu (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-12-01T11:07:58.0886465Z test_new_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T11:07:58.0886763Z test_offset_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T11:07:58.0887056Z test_ones_cpu (__main__.TestTensorCreationCPU) ... ok (0.044s) 2022-12-01T11:07:58.0887401Z test_random_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T11:07:58.0887707Z test_random_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0888007Z test_random_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0888307Z test_random_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0888590Z test_random_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0888883Z test_random_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0889179Z test_random_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0889481Z test_random_default_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0889804Z test_random_default_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0890118Z test_random_default_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0890437Z test_random_default_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0890734Z test_random_default_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0891069Z test_random_default_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0891377Z test_random_default_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0891674Z test_random_default_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0891981Z test_random_default_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0892289Z test_random_from_to_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.634s) 2022-12-01T11:07:58.0892601Z test_random_from_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.102s) 2022-12-01T11:07:58.0892901Z test_random_from_to_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.103s) 2022-12-01T11:07:58.0893212Z test_random_from_to_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.103s) 2022-12-01T11:07:58.0893523Z test_random_from_to_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.103s) 2022-12-01T11:07:58.0893819Z test_random_from_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.682s) 2022-12-01T11:07:58.0894123Z test_random_from_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.678s) 2022-12-01T11:07:58.0894420Z test_random_from_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.091s) 2022-12-01T11:07:58.0894722Z test_random_from_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.687s) 2022-12-01T11:07:58.0895011Z test_random_from_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.597s) 2022-12-01T11:07:58.0895325Z test_random_full_range_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T11:07:58.0895648Z test_random_full_range_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T11:07:58.0895955Z test_random_full_range_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T11:07:58.0896275Z test_random_full_range_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T11:07:58.0896602Z test_random_full_range_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T11:07:58.0897137Z test_random_full_range_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T11:07:58.0897444Z test_random_full_range_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T11:07:58.0897758Z test_random_full_range_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T11:07:58.0898074Z test_random_full_range_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T11:07:58.0899172Z test_random_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^8), 2^8]. Due to precision limitations c10::BFloat16 can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-12-01T11:07:58.0899825Z t.random_(to_) 2022-12-01T11:07:58.0899980Z ok (0.032s) 2022-12-01T11:07:58.0900935Z test_random_to_cpu_float16 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^11), 2^11]. Due to precision limitations c10::Half can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-12-01T11:07:58.0901510Z t.random_(to_) 2022-12-01T11:07:58.0901678Z ok (0.032s) 2022-12-01T11:07:58.0902527Z test_random_to_cpu_float32 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^24), 2^24]. Due to precision limitations float can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-12-01T11:07:58.0903146Z t.random_(to_) 2022-12-01T11:07:58.0903323Z ok (0.032s) 2022-12-01T11:07:58.0904183Z test_random_to_cpu_float64 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^53), 2^53]. Due to precision limitations double can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-12-01T11:07:58.0904745Z t.random_(to_) 2022-12-01T11:07:58.0904897Z ok (0.032s) 2022-12-01T11:07:58.0905128Z test_random_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.072s) 2022-12-01T11:07:58.0905431Z test_random_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.072s) 2022-12-01T11:07:58.0905714Z test_random_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.032s) 2022-12-01T11:07:58.0906014Z test_random_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.073s) 2022-12-01T11:07:58.0906308Z test_random_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.059s) 2022-12-01T11:07:58.0906583Z test_range_cpu (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T11:07:58.0906913Z test_range_factories_64bit_indexing_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T11:07:58.0907250Z test_range_warning_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T11:07:58.0907556Z test_repeat_interleave_cpu (__main__.TestTensorCreationCPU) ... ok (0.042s) 2022-12-01T11:07:58.0907835Z test_roll_cpu (__main__.TestTensorCreationCPU) ... ok (0.045s) 2022-12-01T11:07:58.0908162Z test_signal_window_functions_window_bartlett_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-12-01T11:07:58.0908531Z test_signal_window_functions_window_bartlett_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.027s) 2022-12-01T11:07:58.0908891Z test_signal_window_functions_window_bartlett_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T11:07:58.0909235Z test_signal_window_functions_window_blackman_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.055s) 2022-12-01T11:07:58.0909602Z test_signal_window_functions_window_blackman_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.032s) 2022-12-01T11:07:58.0909955Z test_signal_window_functions_window_blackman_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T11:07:58.0910303Z test_signal_window_functions_window_hamming_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-12-01T11:07:58.0910670Z test_signal_window_functions_window_hamming_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-12-01T11:07:58.0911073Z test_signal_window_functions_window_hamming_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T11:07:58.0911437Z test_signal_window_functions_window_hann_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-12-01T11:07:58.0911780Z test_signal_window_functions_window_hann_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-12-01T11:07:58.0912133Z test_signal_window_functions_window_hann_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T11:07:58.0912460Z test_simple_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T11:07:58.0912756Z test_stack_cpu (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-12-01T11:07:58.0913028Z test_stack_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-12-01T11:07:58.0913341Z test_strided_mismatched_stride_shape_cpu (__main__.TestTensorCreationCPU) ... ok (0.054s) 2022-12-01T11:07:58.0913680Z test_tensor_ctor_device_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-12-01T11:07:58.0913982Z test_tensor_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T11:07:58.0914290Z test_tensor_factories_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.438s) 2022-12-01T11:07:58.0914644Z test_tensor_factory_copy_var_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-12-01T11:07:58.0914960Z test_tensor_factory_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T11:07:58.0915281Z test_tensor_factory_gpu_type_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0915651Z test_tensor_factory_gpu_type_inference_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T11:07:58.0916323Z test_tensor_factory_type_inference_cpu (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:2105: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:233.) 2022-12-01T11:07:58.0916929Z self.assertIs(default_dtype, torch.tensor(((7, np.array(5)), (np.array(9), 5.))).dtype) 2022-12-01T11:07:58.0917158Z ok (0.005s) 2022-12-01T11:07:58.0917407Z test_tensor_from_non_writable_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T11:07:58.0917727Z test_tensor_from_sequence_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0918034Z test_torch_complex_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0918352Z test_torch_complex_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0918657Z test_torch_complex_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0918991Z test_torch_complex_floating_dtype_error_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T11:07:58.0919342Z test_torch_complex_floating_dtype_error_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T11:07:58.0919704Z test_torch_complex_floating_dtype_error_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T11:07:58.0920062Z test_torch_complex_floating_dtype_error_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T11:07:58.0920413Z test_torch_complex_floating_dtype_error_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T11:07:58.0920749Z test_torch_complex_floating_dtype_error_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T11:07:58.0921102Z test_torch_complex_floating_dtype_error_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T11:07:58.0921457Z test_torch_complex_floating_dtype_error_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-12-01T11:07:58.0921791Z test_torch_complex_out_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-12-01T11:07:58.0922179Z test_torch_complex_out_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-12-01T11:07:58.0922528Z test_torch_complex_same_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-12-01T11:07:58.0922875Z test_torch_complex_same_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-12-01T11:07:58.0923189Z test_torch_polar_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T11:07:58.0923497Z test_torch_polar_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-12-01T11:07:58.0923806Z test_unpack_double_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.006s) 2022-12-01T11:07:58.0924117Z test_unpack_double_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-12-01T11:07:58.0924403Z test_vander_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T11:07:58.0924702Z test_vander_types_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-12-01T11:07:58.0925020Z test_vander_types_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-12-01T11:07:58.0925328Z test_vander_types_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-12-01T11:07:58.0925677Z test_vander_types_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-12-01T11:07:58.0925985Z test_vander_types_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-12-01T11:07:58.0926281Z test_vander_types_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-12-01T11:07:58.0926585Z test_vander_types_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-12-01T11:07:58.0926881Z test_vander_types_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-12-01T11:07:58.0927181Z test_vander_types_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-12-01T11:07:58.0927473Z test_vander_types_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-12-01T11:07:58.0927781Z test_vsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.044s) 2022-12-01T11:07:58.0928082Z test_vsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.039s) 2022-12-01T11:07:58.0928364Z test_vsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.031s) 2022-12-01T11:07:58.0928675Z test_vstack_row_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.183s) 2022-12-01T11:07:58.0929002Z test_vstack_row_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.180s) 2022-12-01T11:07:58.0929321Z test_vstack_row_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.178s) 2022-12-01T11:07:58.0929624Z test_vstack_row_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.179s) 2022-12-01T11:07:58.0929937Z test_vstack_row_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.178s) 2022-12-01T11:07:58.0930248Z test_vstack_row_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.110s) 2022-12-01T11:07:58.0930551Z test_vstack_row_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.109s) 2022-12-01T11:07:58.0930856Z test_vstack_row_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.108s) 2022-12-01T11:07:58.0931165Z test_vstack_row_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.111s) 2022-12-01T11:07:58.0931478Z test_vstack_row_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.110s) 2022-12-01T11:07:58.0931757Z test_zeros_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-12-01T11:07:58.0932072Z test_zeros_dtype_layout_device_match_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-12-01T11:07:58.0932424Z test_zeros_dtype_layout_device_match_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T11:07:58.0932778Z test_zeros_dtype_layout_device_match_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T11:07:58.0933116Z test_zeros_dtype_layout_device_match_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T11:07:58.0933496Z test_zeros_dtype_layout_device_match_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T11:07:58.0933834Z test_zeros_dtype_layout_device_match_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T11:07:58.0934163Z test_zeros_dtype_layout_device_match_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-12-01T11:07:58.0934478Z test_zeros_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-12-01T11:07:58.0934640Z 2022-12-01T11:07:58.0934853Z ---------------------------------------------------------------------- 2022-12-01T11:07:58.0935099Z Ran 538 tests in 82.884s 2022-12-01T11:07:58.0935200Z 2022-12-01T11:07:58.0935273Z OK (skipped=58) 2022-12-01T11:07:58.0935381Z 2022-12-01T11:07:58.0935467Z Generating XML reports... 2022-12-01T11:07:58.0935887Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20221201110634.xml 2022-12-01T11:07:58.0936430Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20221201110634.xml 2022-12-01T11:07:58.0937245Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20221201110634.xml 2022-12-01T11:07:58.0937906Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20221201110634.xml 2022-12-01T11:07:58.0938478Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20221201110634.xml 2022-12-01T11:07:58.0938730Z 2022-12-01T11:07:58.0939043Z ##[endgroup] 2022-12-01T11:07:58.0939454Z FINISHED PRINTING LOG FILE of test_tensor_creation_ops (/var/lib/jenkins/workspace/test/test-reports/test_tensor_creation_ops_nwu4q24p) 2022-12-01T11:07:58.0939685Z 2022-12-01T11:07:58.0939894Z Running test_multiprocessing ... [2022-12-01 11:07:58.075133] 2022-12-01T11:07:58.0940378Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:07:58.075525] 2022-12-01T11:08:12.7367993Z 2022-12-01T11:08:12.7368510Z Expand the folded group to see the log file of test_multiprocessing 2022-12-01T11:08:12.7369288Z ##[group]PRINTING LOG FILE of test_multiprocessing (/var/lib/jenkins/workspace/test/test-reports/test_multiprocessing_hdrthbts) 2022-12-01T11:08:12.7369889Z Test results will be stored in test-reports/python-unittest/test_multiprocessing 2022-12-01T11:08:12.7370079Z 2022-12-01T11:08:12.7370154Z Running tests... 2022-12-01T11:08:12.7370522Z ---------------------------------------------------------------------- 2022-12-01T11:08:12.7370960Z test_autograd_errors (__main__.TestMultiprocessing) ... ok (0.450s) 2022-12-01T11:08:12.7371762Z test_autograd_fine_with_spawn (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T11:08:12.7372535Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T11:08:12.7373183Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T11:08:12.7373690Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T11:08:12.7374031Z ok (3.625s) 2022-12-01T11:08:12.7374287Z test_cuda_bad_call (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-12-01T11:08:12.7374621Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:08:12.7374979Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:08:12.7446473Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:08:12.7447161Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-12-01T11:08:12.7447788Z test_cuda_simple (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-12-01T11:08:12.7448443Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.002s) 2022-12-01T11:08:12.7448793Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:08:12.7449277Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.002s) 2022-12-01T11:08:12.7449635Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.006s) 2022-12-01T11:08:12.7450231Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-12-01T11:08:12.7450822Z test_event (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:08:12.7451418Z test_event_handle_exporter (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:08:12.7451997Z test_event_handle_importer (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:08:12.7452675Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:08:12.7453282Z test_event_multiprocess (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:08:12.7455134Z test_fd_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69660 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T11:08:12.7456244Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.343s) 2022-12-01T11:08:12.7457177Z test_fd_sharing (__main__.TestMultiprocessing) ... skip: seems to hang with ASAN, see https://github.com/pytorch/pytorch/issues/5326 (0.000s) 2022-12-01T11:08:12.7458184Z test_fs (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76866 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T11:08:12.7458748Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (2.097s) 2022-12-01T11:08:12.7459536Z test_fs_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69659 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T11:08:12.7460100Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.258s) 2022-12-01T11:08:12.7460481Z test_fs_sharing (__main__.TestMultiprocessing) ... skip: seems to hang with ASAN, see https://github.com/pytorch/pytorch/issues/5326 (0.000s) 2022-12-01T11:08:12.7461367Z test_inherit_tensor (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79776 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T11:08:12.7462199Z test_integer_parameter_serialization_cpu (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T11:08:12.7462602Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T11:08:12.7463019Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T11:08:12.7463365Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T11:08:12.7463679Z ok (3.760s) 2022-12-01T11:08:12.7463953Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-12-01T11:08:12.7464289Z test_is_shared (__main__.TestMultiprocessing) ... ok (0.002s) 2022-12-01T11:08:12.7464602Z test_is_shared_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-12-01T11:08:12.7465060Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... skip: non-deterministically hangs with ASAN (0.001s) 2022-12-01T11:08:12.7465431Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-12-01T11:08:12.7465769Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.003s) 2022-12-01T11:08:12.7466656Z test_parameter_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:62: UserWarning: backward hook .hook at 0x7fd6058119e0> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-12-01T11:08:12.7467232Z "to suppress this warning".format(repr(hook))) 2022-12-01T11:08:12.7467420Z ok (0.039s) 2022-12-01T11:08:12.7468265Z test_variable_sharing (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:62: UserWarning: backward hook .hook at 0x7fd6058115f0> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-12-01T11:08:12.7468840Z "to suppress this warning".format(repr(hook))) 2022-12-01T11:08:12.7469044Z ok (0.067s) 2022-12-01T11:08:12.7469285Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-12-01T11:08:12.7469469Z 2022-12-01T11:08:12.7469668Z ---------------------------------------------------------------------- 2022-12-01T11:08:12.7469915Z Ran 37 tests in 10.677s 2022-12-01T11:08:12.7470032Z 2022-12-01T11:08:12.7470090Z OK (skipped=25) 2022-12-01T11:08:12.7470199Z 2022-12-01T11:08:12.7470285Z Generating XML reports... 2022-12-01T11:08:12.7470715Z Generated XML report: test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20221201110801.xml 2022-12-01T11:08:12.7470963Z 2022-12-01T11:08:12.7471292Z ##[endgroup] 2022-12-01T11:08:12.7471694Z FINISHED PRINTING LOG FILE of test_multiprocessing (/var/lib/jenkins/workspace/test/test-reports/test_multiprocessing_hdrthbts) 2022-12-01T11:08:12.7471932Z 2022-12-01T11:08:12.7472101Z Running test_jit_disabled ... [2022-12-01 11:08:12.737252] 2022-12-01T11:08:12.7472574Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:08:12.737737] 2022-12-01T11:08:17.3810505Z 2022-12-01T11:08:17.3811053Z Expand the folded group to see the log file of test_jit_disabled 2022-12-01T11:08:17.3811974Z ##[group]PRINTING LOG FILE of test_jit_disabled (/var/lib/jenkins/workspace/test/test-reports/test_jit_disabled_ddaitns1) 2022-12-01T11:08:17.3812595Z Test results will be stored in test-reports/python-unittest/test_jit_disabled 2022-12-01T11:08:17.3812778Z 2022-12-01T11:08:17.3812885Z Running tests... 2022-12-01T11:08:17.3813229Z ---------------------------------------------------------------------- 2022-12-01T11:08:17.3813507Z test_attribute (__main__.TestJitDisabled) ... ok (0.426s) 2022-12-01T11:08:17.3813833Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.102s) 2022-12-01T11:08:17.3814125Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.104s) 2022-12-01T11:08:17.3814316Z 2022-12-01T11:08:17.3814584Z ---------------------------------------------------------------------- 2022-12-01T11:08:17.3814935Z Ran 3 tests in 0.633s 2022-12-01T11:08:17.3815100Z 2022-12-01T11:08:17.3815178Z OK 2022-12-01T11:08:17.3815507Z 2022-12-01T11:08:17.3815629Z Generating XML reports... 2022-12-01T11:08:17.3816103Z Generated XML report: test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20221201110816.xml 2022-12-01T11:08:17.3816341Z 2022-12-01T11:08:17.3816585Z ##[endgroup] 2022-12-01T11:08:17.3817237Z FINISHED PRINTING LOG FILE of test_jit_disabled (/var/lib/jenkins/workspace/test/test-reports/test_jit_disabled_ddaitns1) 2022-12-01T11:08:17.3817442Z 2022-12-01T11:08:17.3817651Z Running test_show_pickle ... [2022-12-01 11:08:17.381379] 2022-12-01T11:08:17.3819476Z Executing ['/opt/conda/bin/python', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:08:17.381759] 2022-12-01T11:08:21.5630246Z 2022-12-01T11:08:21.5630697Z Expand the folded group to see the log file of test_show_pickle 2022-12-01T11:08:21.5631686Z ##[group]PRINTING LOG FILE of test_show_pickle (/var/lib/jenkins/workspace/test/test-reports/test_show_pickle_0ep0_zn5) 2022-12-01T11:08:21.5632670Z Test results will be stored in test-reports/python-unittest/test_show_pickle 2022-12-01T11:08:21.5632940Z 2022-12-01T11:08:21.5633017Z Running tests... 2022-12-01T11:08:21.5633309Z ---------------------------------------------------------------------- 2022-12-01T11:08:21.5633848Z test_scripted_model (__main__.TestShowPickle) ... ok (0.329s) 2022-12-01T11:08:21.5634090Z 2022-12-01T11:08:21.5634319Z ---------------------------------------------------------------------- 2022-12-01T11:08:21.5634544Z Ran 1 test in 0.329s 2022-12-01T11:08:21.5634690Z 2022-12-01T11:08:21.5634780Z OK 2022-12-01T11:08:21.5634928Z 2022-12-01T11:08:21.5635025Z Generating XML reports... 2022-12-01T11:08:21.5635431Z Generated XML report: test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20221201110820.xml 2022-12-01T11:08:21.5635664Z 2022-12-01T11:08:21.5635909Z ##[endgroup] 2022-12-01T11:08:21.5636293Z FINISHED PRINTING LOG FILE of test_show_pickle (/var/lib/jenkins/workspace/test/test-reports/test_show_pickle_0ep0_zn5) 2022-12-01T11:08:21.5636512Z 2022-12-01T11:08:21.5636709Z Running test_cpp_extensions_aot_ninja ... [2022-12-01 11:08:21.563318] 2022-12-01T11:08:25.1796421Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:08:25.3106222Z running install 2022-12-01T11:08:25.3107349Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-12-01T11:08:25.3107793Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T11:08:25.3235113Z running build 2022-12-01T11:08:25.3235426Z running build_py 2022-12-01T11:08:25.3290210Z creating build 2022-12-01T11:08:25.3290768Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T11:08:25.3291324Z creating build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-12-01T11:08:25.3291997Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-12-01T11:08:25.3294848Z running build_ext 2022-12-01T11:08:25.4079671Z building 'torch_test_cpp_extension.cpp' extension 2022-12-01T11:08:25.4080102Z creating /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37 2022-12-01T11:08:25.4850802Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T11:08:25.4852608Z Compiling objects... 2022-12-01T11:08:25.4852845Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:08:27.4374582Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:08:27.4376420Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:08:27.4378677Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13, 2022-12-01T11:08:27.4379392Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-12-01T11:08:27.4380023Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-12-01T11:08:27.4380472Z from /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:1: 2022-12-01T11:08:27.4381329Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-12-01T11:08:27.4382116Z /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:36:53: required from here 2022-12-01T11:08:27.4383234Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than its base ‘pybind11::detail::generic_type’ [-Wattributes] 2022-12-01T11:08:27.4383893Z 1479 | class class_ : public detail::generic_type { 2022-12-01T11:08:27.4384195Z | ^~~~~~ 2022-12-01T11:08:27.4510042Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so 2022-12-01T11:08:28.3777975Z building 'torch_test_cpp_extension.ort' extension 2022-12-01T11:08:28.4523552Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T11:08:28.4532016Z Compiling objects... 2022-12-01T11:08:28.4532322Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:08:30.3085317Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/ort_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/ort_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:08:30.3087792Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:08:30.3170587Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/ort_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so 2022-12-01T11:08:31.2228212Z building 'torch_test_cpp_extension.rng' extension 2022-12-01T11:08:31.3058357Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T11:08:31.3060699Z Compiling objects... 2022-12-01T11:08:31.3061124Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:08:33.5062045Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/rng_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:08:33.5063547Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:08:33.5064015Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8, 2022-12-01T11:08:33.5064467Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-12-01T11:08:33.5064886Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-12-01T11:08:33.5065335Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-12-01T11:08:33.5065690Z from /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp:6: 2022-12-01T11:08:33.5066170Z /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec_base.h:976: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2022-12-01T11:08:33.5066464Z 976 | # pragma unroll 2022-12-01T11:08:33.5066632Z | 2022-12-01T11:08:33.5146102Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/rng_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so 2022-12-01T11:08:34.4279023Z running install_lib 2022-12-01T11:08:34.4342264Z creating install 2022-12-01T11:08:34.4342837Z creating install/opt 2022-12-01T11:08:34.4343157Z creating install/opt/conda 2022-12-01T11:08:34.4343484Z creating install/opt/conda/lib 2022-12-01T11:08:34.4344180Z creating install/opt/conda/lib/python3.7 2022-12-01T11:08:34.4344852Z creating install/opt/conda/lib/python3.7/site-packages 2022-12-01T11:08:34.4345930Z creating install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T11:08:34.4346965Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/__init__.py -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T11:08:34.4348298Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T11:08:34.4498278Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T11:08:34.4648990Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-12-01T11:08:34.5053798Z byte-compiling ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-37.pyc 2022-12-01T11:08:34.5055600Z running install_egg_info 2022-12-01T11:08:34.5194504Z running egg_info 2022-12-01T11:08:34.5194946Z creating torch_test_cpp_extension.egg-info 2022-12-01T11:08:34.5243311Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-12-01T11:08:34.5246274Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-12-01T11:08:34.5249451Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-12-01T11:08:34.5250738Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T11:08:34.5302733Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T11:08:34.5309921Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-12-01T11:08:34.5311478Z Copying torch_test_cpp_extension.egg-info to ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension-0.0.0-py3.7.egg-info 2022-12-01T11:08:34.5317647Z running install_scripts 2022-12-01T11:08:38.7657849Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:08:38.7959554Z running install 2022-12-01T11:08:38.7960828Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-12-01T11:08:38.7961625Z setuptools.SetuptoolsDeprecationWarning, 2022-12-01T11:08:38.8086951Z running build 2022-12-01T11:08:38.8865397Z running build_ext 2022-12-01T11:08:38.8865874Z building 'no_python_abi_suffix_test' extension 2022-12-01T11:08:38.8866199Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-12-01T11:08:38.8866691Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37 2022-12-01T11:08:38.9623250Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-12-01T11:08:38.9624131Z Compiling objects... 2022-12-01T11:08:38.9624348Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T11:08:39.1026702Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/no_python_abi_suffix_test.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=no_python_abi_suffix_test -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-12-01T11:08:39.1028358Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-12-01T11:08:39.1103739Z creating build/lib.linux-x86_64-cpython-37 2022-12-01T11:08:39.1106618Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/no_python_abi_suffix_test.so 2022-12-01T11:08:39.8233332Z running install_lib 2022-12-01T11:08:39.8293480Z creating install 2022-12-01T11:08:39.8293819Z creating install/opt 2022-12-01T11:08:39.8294081Z creating install/opt/conda 2022-12-01T11:08:39.8294289Z creating install/opt/conda/lib 2022-12-01T11:08:39.8294580Z creating install/opt/conda/lib/python3.7 2022-12-01T11:08:39.8295089Z creating install/opt/conda/lib/python3.7/site-packages 2022-12-01T11:08:39.8296050Z copying build/lib.linux-x86_64-cpython-37/no_python_abi_suffix_test.so -> ./install/opt/conda/lib/python3.7/site-packages 2022-12-01T11:08:39.8303215Z running install_egg_info 2022-12-01T11:08:39.8443174Z running egg_info 2022-12-01T11:08:39.8443945Z creating no_python_abi_suffix_test.egg-info 2022-12-01T11:08:39.8490897Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-12-01T11:08:39.8493873Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-12-01T11:08:39.8497813Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-12-01T11:08:39.8498673Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T11:08:39.8547572Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T11:08:39.8555186Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-12-01T11:08:39.8556082Z Copying no_python_abi_suffix_test.egg-info to ./install/opt/conda/lib/python3.7/site-packages/no_python_abi_suffix_test-0.0.0-py3.7.egg-info 2022-12-01T11:08:39.8561784Z running install_scripts 2022-12-01T11:08:40.4638805Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 11:08:40.463425] 2022-12-01T11:08:45.3741611Z 2022-12-01T11:08:45.3742111Z Expand the folded group to see the log file of test_cpp_extensions_aot_ninja 2022-12-01T11:08:45.3742957Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_ninja_yhuht1gs) 2022-12-01T11:08:45.3743607Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_ninja 2022-12-01T11:08:45.3743999Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T11:08:45.3744198Z 2022-12-01T11:08:45.3744270Z Running tests... 2022-12-01T11:08:45.3744560Z ---------------------------------------------------------------------- 2022-12-01T11:08:45.3744915Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.022s) 2022-12-01T11:08:45.3745226Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T11:08:45.3745575Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T11:08:45.3745932Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T11:08:45.3746260Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-12-01T11:08:45.3746634Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-12-01T11:08:45.3746914Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-12-01T11:08:45.3747291Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-12-01T11:08:45.3747612Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-12-01T11:08:45.3747879Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-12-01T11:08:45.3748175Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.003s) 2022-12-01T11:08:45.3748446Z test_unregistered (__main__.TestORTTensor) ... ok (0.013s) 2022-12-01T11:08:45.3748739Z test_zeros (__main__.TestORTTensor) ... ok (0.003s) 2022-12-01T11:08:45.3749195Z test_rng (__main__.TestRNGExtension) ... ok (0.006s) 2022-12-01T11:08:45.3749535Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-12-01T11:08:45.3749709Z 2022-12-01T11:08:45.3749919Z ---------------------------------------------------------------------- 2022-12-01T11:08:45.3750145Z Ran 15 tests in 0.060s 2022-12-01T11:08:45.3750310Z 2022-12-01T11:08:45.3750383Z OK (skipped=5) 2022-12-01T11:08:45.3750488Z 2022-12-01T11:08:45.3750571Z Generating XML reports... 2022-12-01T11:08:45.3751055Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20221201110844.xml 2022-12-01T11:08:45.3751613Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20221201110844.xml 2022-12-01T11:08:45.3752206Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20221201110844.xml 2022-12-01T11:08:45.3752804Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20221201110844.xml 2022-12-01T11:08:45.3753045Z 2022-12-01T11:08:45.3753286Z ##[endgroup] 2022-12-01T11:08:45.3753826Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_ninja (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_aot_ninja_yhuht1gs) 2022-12-01T11:08:45.3754085Z 2022-12-01T11:08:45.9996154Z 2022-12-01T11:08:45.9996558Z real 58m12.133s 2022-12-01T11:08:45.9996943Z user 104m49.606s 2022-12-01T11:08:45.9997228Z sys 4m30.284s 2022-12-01T11:08:45.9997540Z + assert_git_not_dirty 2022-12-01T11:08:45.9998182Z + [[ linux-focal-py3.7-clang7-asan != *rocm* ]] 2022-12-01T11:08:45.9998656Z + [[ linux-focal-py3.7-clang7-asan != *xla* ]] 2022-12-01T11:08:45.9999643Z ++ git status --porcelain 2022-12-01T11:08:57.9363007Z + git_status= 2022-12-01T11:08:57.9363413Z + [[ -n '' ]] 2022-12-01T11:08:57.9424296Z Prepare all required actions 2022-12-01T11:08:57.9424610Z Getting action download info 2022-12-01T11:08:58.1129830Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T11:08:58.1130049Z with: 2022-12-01T11:08:58.1130386Z github-token: *** 2022-12-01T11:08:58.1130541Z env: 2022-12-01T11:08:58.1130721Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:08:58.1130904Z ##[endgroup] 2022-12-01T11:08:58.1157401Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T11:08:58.1157634Z with: 2022-12-01T11:08:58.1157781Z shell: bash 2022-12-01T11:08:58.1157957Z timeout_minutes: 10 2022-12-01T11:08:58.1158136Z max_attempts: 5 2022-12-01T11:08:58.1158302Z retry_wait_seconds: 30 2022-12-01T11:08:58.1158681Z 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-12-01T11:08:58.1159111Z polling_interval_seconds: 1 2022-12-01T11:08:58.1159294Z warning_on_retry: true 2022-12-01T11:08:58.1159494Z continue_on_error: false 2022-12-01T11:08:58.1159669Z env: 2022-12-01T11:08:58.1159829Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:08:58.1160140Z GITHUB_TOKEN: *** 2022-12-01T11:08:58.1160317Z ##[endgroup] 2022-12-01T11:08:58.4187760Z 2022-12-01T11:08:58.4193209Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T11:08:58.4230832Z + python3 -m pip install requests==2.26.0 2022-12-01T11:08:58.9964041Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:08:59.0206328Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T11:08:59.0339606Z 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-12-01T11:08:59.0367942Z 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-12-01T11:08:59.0384055Z 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-12-01T11:08:59.0404507Z 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.13) 2022-12-01T11:08:59.2582872Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-0f16263717bd562a2 2022-12-01T11:09:01.7753827Z + GHA_WORKFLOW_JOB_ID=9818440532 2022-12-01T11:09:01.7754758Z + echo '::set-output name=job-id::9818440532' 2022-12-01T11:09:01.7764256Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T11:09:02.4258808Z Command completed after 1 attempt(s). 2022-12-01T11:09:02.4259091Z 2022-12-01T11:09:02.4261272Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T11:09:02.4372531Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T11:09:02.4372753Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T11:09:02.4393813Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:09:02.4394038Z env: 2022-12-01T11:09:02.4394199Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:09:02.4394398Z MONITOR_SCRIPT_PID: 14744 2022-12-01T11:09:02.4394583Z ##[endgroup] 2022-12-01T11:09:02.4472329Z Prepare all required actions 2022-12-01T11:09:02.4472591Z Getting action download info 2022-12-01T11:09:02.6137272Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T11:09:02.7609163Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T11:09:02.7609386Z with: 2022-12-01T11:09:02.7609606Z file-suffix: test-default-4-5-linux.2xlarge_9818440532 2022-12-01T11:09:02.7609808Z env: 2022-12-01T11:09:02.7609977Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:09:02.7610160Z ##[endgroup] 2022-12-01T11:09:02.7634015Z ##[group]Run # Remove any previous test jsons if they exist 2022-12-01T11:09:02.7634293Z # Remove any previous test jsons if they exist 2022-12-01T11:09:02.7634520Z rm -f test-jsons-*.zip 2022-12-01T11:09:02.7634760Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-12-01T11:09:02.7645806Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:09:02.7646061Z env: 2022-12-01T11:09:02.7646236Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:09:02.7646466Z FILE_SUFFIX: test-default-4-5-linux.2xlarge_9818440532 2022-12-01T11:09:02.7646700Z ##[endgroup] 2022-12-01T11:09:02.7778343Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-12-01T11:09:02.7804595Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-12-01T11:09:02.7810449Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-12-01T11:09:02.7811741Z adding: test/.pytorch-slow-tests.json (deflated 76%) 2022-12-01T11:09:02.7820239Z adding: test/.pytorch-disabled-tests.json (deflated 86%) 2022-12-01T11:09:02.7841112Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T11:09:02.7841401Z # Remove any previous test reports if they exist 2022-12-01T11:09:02.7841634Z rm -f test-reports-*.zip 2022-12-01T11:09:02.7841880Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-12-01T11:09:02.7852683Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:09:02.7852901Z env: 2022-12-01T11:09:02.7853073Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:09:02.7853387Z FILE_SUFFIX: test-default-4-5-linux.2xlarge_9818440532 2022-12-01T11:09:02.7853614Z ##[endgroup] 2022-12-01T11:09:02.7950133Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20221201101047.xml (deflated 76%) 2022-12-01T11:09:02.7950996Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20221201101047.xml (deflated 92%) 2022-12-01T11:09:02.7951721Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20221201101047.xml (deflated 92%) 2022-12-01T11:09:02.7952519Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20221201101047.xml (deflated 93%) 2022-12-01T11:09:02.7953256Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20221201101047.xml (deflated 90%) 2022-12-01T11:09:02.7953983Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20221201101047.xml (deflated 65%) 2022-12-01T11:09:02.7954679Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20221201101047.xml (deflated 63%) 2022-12-01T11:09:02.7955383Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20221201101047.xml (deflated 84%) 2022-12-01T11:09:02.7956233Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20221201101047.xml (deflated 72%) 2022-12-01T11:09:02.7956926Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20221201101047.xml (deflated 86%) 2022-12-01T11:09:02.7957658Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20221201101047.xml (deflated 86%) 2022-12-01T11:09:02.7958311Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20221201101047.xml (deflated 75%) 2022-12-01T11:09:02.7958964Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20221201101047.xml (deflated 82%) 2022-12-01T11:09:02.7959914Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20221201101047.xml (deflated 79%) 2022-12-01T11:09:02.7962551Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20221201101047.xml (deflated 88%) 2022-12-01T11:09:02.7963382Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20221201101047.xml (deflated 84%) 2022-12-01T11:09:02.7964076Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20221201101047.xml (deflated 70%) 2022-12-01T11:09:02.7964969Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20221201101047.xml (deflated 88%) 2022-12-01T11:09:02.7965665Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20221201101047.xml (deflated 75%) 2022-12-01T11:09:02.7966455Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20221201101047.xml (deflated 74%) 2022-12-01T11:09:02.7967255Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20221201101047.xml (deflated 68%) 2022-12-01T11:09:02.7968143Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20221201101047.xml (deflated 82%) 2022-12-01T11:09:02.7968865Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20221201101047.xml (deflated 53%) 2022-12-01T11:09:02.7969572Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20221201101047.xml (deflated 71%) 2022-12-01T11:09:02.7970328Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20221201101047.xml (deflated 74%) 2022-12-01T11:09:02.7971039Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20221201101047.xml (deflated 72%) 2022-12-01T11:09:02.7971784Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20221201101047.xml (deflated 53%) 2022-12-01T11:09:02.7972552Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20221201101047.xml (deflated 79%) 2022-12-01T11:09:02.7973226Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20221201101047.xml (deflated 72%) 2022-12-01T11:09:02.7973931Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20221201101047.xml (deflated 77%) 2022-12-01T11:09:02.7974708Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20221201101047.xml (deflated 76%) 2022-12-01T11:09:02.7975435Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20221201101047.xml (deflated 74%) 2022-12-01T11:09:02.7976204Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20221201101047.xml (deflated 90%) 2022-12-01T11:09:02.7977078Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20221201101047.xml (deflated 79%) 2022-12-01T11:09:02.7977684Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20221201101047.xml (deflated 62%) 2022-12-01T11:09:02.7978304Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20221201101047.xml (deflated 71%) 2022-12-01T11:09:02.7978968Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20221201101047.xml (deflated 59%) 2022-12-01T11:09:02.7979667Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20221201101047.xml (deflated 82%) 2022-12-01T11:09:02.7980345Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20221201101047.xml (deflated 86%) 2022-12-01T11:09:02.7982980Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20221201101047.xml (deflated 86%) 2022-12-01T11:09:02.7983846Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20221201101047.xml (deflated 80%) 2022-12-01T11:09:02.7985167Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20221201101047.xml (deflated 79%) 2022-12-01T11:09:02.7985971Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20221201101047.xml (deflated 80%) 2022-12-01T11:09:02.7986828Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20221201101047.xml (deflated 83%) 2022-12-01T11:09:02.7987494Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20221201101047.xml (deflated 83%) 2022-12-01T11:09:02.7989309Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20221201101047.xml (deflated 85%) 2022-12-01T11:09:02.7990051Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20221201101047.xml (deflated 72%) 2022-12-01T11:09:02.7991184Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20221201101047.xml (deflated 84%) 2022-12-01T11:09:02.7992663Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20221201101047.xml (deflated 86%) 2022-12-01T11:09:02.7993328Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20221201101047.xml (deflated 84%) 2022-12-01T11:09:02.7994125Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20221201101047.xml (deflated 82%) 2022-12-01T11:09:02.7994868Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20221201101047.xml (deflated 73%) 2022-12-01T11:09:02.7995674Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20221201101047.xml (deflated 69%) 2022-12-01T11:09:02.7996865Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20221201101047.xml (deflated 87%) 2022-12-01T11:09:02.7998713Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20221201101047.xml (deflated 88%) 2022-12-01T11:09:02.7999411Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20221201101047.xml (deflated 63%) 2022-12-01T11:09:02.8000135Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20221201101047.xml (deflated 71%) 2022-12-01T11:09:02.8000844Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20221201101047.xml (deflated 85%) 2022-12-01T11:09:02.8001550Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20221201101047.xml (deflated 87%) 2022-12-01T11:09:02.8002523Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201101047.xml (deflated 85%) 2022-12-01T11:09:02.8003146Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20221201101047.xml (deflated 74%) 2022-12-01T11:09:02.8003776Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20221201101047.xml (deflated 66%) 2022-12-01T11:09:02.8004420Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20221201101047.xml (deflated 89%) 2022-12-01T11:09:02.8005090Z adding: test/test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerONNXExport-20221201101047.xml (deflated 72%) 2022-12-01T11:09:02.8008706Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20221201101049.xml (deflated 62%) 2022-12-01T11:09:02.8013512Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20221201101049.xml (deflated 85%) 2022-12-01T11:09:02.8021431Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20221201101049.xml (deflated 85%) 2022-12-01T11:09:02.8026573Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20221201101049.xml (deflated 83%) 2022-12-01T11:09:02.8080157Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestProxyTensorOpInfoCPU-20221201101049.xml (deflated 94%) 2022-12-01T11:09:02.8083836Z adding: test/test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20221201101049.xml (deflated 74%) 2022-12-01T11:09:02.8087045Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20221201101544.xml (deflated 66%) 2022-12-01T11:09:02.8090467Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20221201101544.xml (deflated 84%) 2022-12-01T11:09:02.8098017Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20221201101544.xml (deflated 48%) 2022-12-01T11:09:02.8100928Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20221201101544.xml (deflated 74%) 2022-12-01T11:09:02.8104816Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20221201101544.xml (deflated 86%) 2022-12-01T11:09:02.8114628Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20221201101544.xml (deflated 73%) 2022-12-01T11:09:02.8117456Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20221201101544.xml (deflated 59%) 2022-12-01T11:09:02.8120868Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20221201101544.xml (deflated 81%) 2022-12-01T11:09:02.8123971Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20221201101544.xml (deflated 70%) 2022-12-01T11:09:02.8135260Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20221201101544.xml (deflated 83%) 2022-12-01T11:09:02.8137990Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20221201101544.xml (deflated 83%) 2022-12-01T11:09:02.8140882Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20221201101544.xml (deflated 83%) 2022-12-01T11:09:02.8143391Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20221201101544.xml (deflated 56%) 2022-12-01T11:09:02.8153002Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20221201101544.xml (deflated 75%) 2022-12-01T11:09:02.8157680Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20221201101544.xml (deflated 84%) 2022-12-01T11:09:02.8160618Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20221201101544.xml (deflated 81%) 2022-12-01T11:09:02.8168511Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20221201101544.xml (deflated 69%) 2022-12-01T11:09:02.8178258Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20221201101544.xml (deflated 95%) 2022-12-01T11:09:02.8180580Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20221201101544.xml (deflated 84%) 2022-12-01T11:09:02.8184884Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_export_modes.TestExportModes-20221201101544.xml (deflated 80%) 2022-12-01T11:09:02.8197219Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20221201101544.xml (deflated 89%) 2022-12-01T11:09:02.8200152Z adding: test/test-reports/python-unittest/test_jit/TEST-TestFrontend-20221201101544.xml (deflated 40%) 2022-12-01T11:09:02.8203690Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20221201101544.xml (deflated 87%) 2022-12-01T11:09:02.8215040Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20221201101544.xml (deflated 51%) 2022-12-01T11:09:02.8217716Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20221201101544.xml (deflated 72%) 2022-12-01T11:09:02.8220231Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20221201101544.xml (deflated 46%) 2022-12-01T11:09:02.8222447Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20221201101544.xml (deflated 52%) 2022-12-01T11:09:02.8228959Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20221201101544.xml (deflated 79%) 2022-12-01T11:09:02.8232421Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20221201101544.xml (deflated 86%) 2022-12-01T11:09:02.8235032Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20221201101544.xml (deflated 62%) 2022-12-01T11:09:02.8246758Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20221201101544.xml (deflated 72%) 2022-12-01T11:09:02.8249301Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20221201101544.xml (deflated 62%) 2022-12-01T11:09:02.8252258Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20221201101544.xml (deflated 89%) 2022-12-01T11:09:02.8262121Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJit-20221201101544.xml (deflated 83%) 2022-12-01T11:09:02.8279048Z adding: test/test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20221201101544.xml (deflated 94%) 2022-12-01T11:09:02.8282743Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20221201101544.xml (deflated 78%) 2022-12-01T11:09:02.8295903Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20221201101544.xml (deflated 88%) 2022-12-01T11:09:02.8298456Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20221201101544.xml (deflated 75%) 2022-12-01T11:09:02.8301198Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20221201101544.xml (deflated 81%) 2022-12-01T11:09:02.8308190Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20221201101544.xml (deflated 83%) 2022-12-01T11:09:02.8311466Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20221201101544.xml (deflated 83%) 2022-12-01T11:09:02.8315577Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20221201101544.xml (deflated 68%) 2022-12-01T11:09:02.8322717Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20221201101544.xml (deflated 83%) 2022-12-01T11:09:02.8325352Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20221201101544.xml (deflated 86%) 2022-12-01T11:09:02.8327844Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20221201101544.xml (deflated 49%) 2022-12-01T11:09:02.8331370Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20221201101544.xml (deflated 81%) 2022-12-01T11:09:02.8343498Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20221201101544.xml (deflated 64%) 2022-12-01T11:09:02.8346896Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20221201101544.xml (deflated 83%) 2022-12-01T11:09:02.8349173Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20221201101544.xml (deflated 60%) 2022-12-01T11:09:02.8359923Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20221201101544.xml (deflated 88%) 2022-12-01T11:09:02.8364262Z adding: test/test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20221201101544.xml (deflated 42%) 2022-12-01T11:09:02.8367580Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20221201101544.xml (deflated 81%) 2022-12-01T11:09:02.8369596Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20221201101544.xml (deflated 47%) 2022-12-01T11:09:02.8381023Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20221201101544.xml (deflated 79%) 2022-12-01T11:09:02.8384152Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20221201101544.xml (deflated 85%) 2022-12-01T11:09:02.8387248Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20221201101544.xml (deflated 88%) 2022-12-01T11:09:02.8396795Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20221201101544.xml (deflated 80%) 2022-12-01T11:09:02.8399881Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20221201101544.xml (deflated 80%) 2022-12-01T11:09:02.8403513Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20221201101544.xml (deflated 77%) 2022-12-01T11:09:02.8424779Z adding: test/test-reports/python-unittest/test_jit/TEST-TestScript-20221201101544.xml (deflated 87%) 2022-12-01T11:09:02.8427413Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20221201101544.xml (deflated 78%) 2022-12-01T11:09:02.8430255Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20221201101544.xml (deflated 83%) 2022-12-01T11:09:02.8438720Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20221201101544.xml (deflated 87%) 2022-12-01T11:09:02.8441402Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20221201101544.xml (deflated 75%) 2022-12-01T11:09:02.8444249Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20221201101544.xml (deflated 86%) 2022-12-01T11:09:02.8446600Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20221201101544.xml (deflated 71%) 2022-12-01T11:09:02.8454478Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20221201101544.xml (deflated 90%) 2022-12-01T11:09:02.8457894Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20221201101544.xml (deflated 87%) 2022-12-01T11:09:02.8460931Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20221201101544.xml (deflated 74%) 2022-12-01T11:09:02.8472208Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20221201101544.xml (deflated 80%) 2022-12-01T11:09:02.8474821Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20221201101544.xml (deflated 61%) 2022-12-01T11:09:02.8477687Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20221201101544.xml (deflated 88%) 2022-12-01T11:09:02.8492130Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20221201101544.xml (deflated 87%) 2022-12-01T11:09:02.8496166Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20221201101544.xml (deflated 82%) 2022-12-01T11:09:02.8499686Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20221201101544.xml (deflated 82%) 2022-12-01T11:09:02.8507586Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20221201101544.xml (deflated 88%) 2022-12-01T11:09:02.8511210Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20221201101544.xml (deflated 86%) 2022-12-01T11:09:02.8523733Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20221201101544.xml (deflated 61%) 2022-12-01T11:09:02.8526065Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20221201101544.xml (deflated 85%) 2022-12-01T11:09:02.8528520Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20221201101544.xml (deflated 77%) 2022-12-01T11:09:02.8531139Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20221201101544.xml (deflated 72%) 2022-12-01T11:09:02.8538056Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20221201101544.xml (deflated 78%) 2022-12-01T11:09:02.8541358Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20221201101544.xml (deflated 74%) 2022-12-01T11:09:02.8545023Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20221201101544.xml (deflated 92%) 2022-12-01T11:09:02.8556955Z adding: test/test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20221201101544.xml (deflated 84%) 2022-12-01T11:09:02.8592142Z adding: test/test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20221201102436.xml (deflated 96%) 2022-12-01T11:09:02.8599847Z adding: test/test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20221201102944.xml (deflated 73%) 2022-12-01T11:09:02.8604290Z adding: test/test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20221201102954.xml (deflated 75%) 2022-12-01T11:09:02.8607757Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20221201103003.xml (deflated 76%) 2022-12-01T11:09:02.8614214Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20221201103003.xml (deflated 42%) 2022-12-01T11:09:02.8618056Z adding: test/test-reports/python-unittest/test_fx_reinplace_pass/TEST-TestReinplacePass-20221201103013.xml (deflated 81%) 2022-12-01T11:09:02.8622343Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20221201103023.xml (deflated 90%) 2022-12-01T11:09:02.8629534Z adding: test/test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20221201103023.xml (deflated 87%) 2022-12-01T11:09:02.8636877Z adding: test/test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20221201103032.xml (deflated 72%) 2022-12-01T11:09:02.8649466Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatch-20221201103042.xml (deflated 87%) 2022-12-01T11:09:02.8652932Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonDispatcher-20221201103042.xml (deflated 55%) 2022-12-01T11:09:02.8656576Z adding: test/test-reports/python-unittest/test_python_dispatch/TEST-TestPythonRegistration-20221201103042.xml (deflated 69%) 2022-12-01T11:09:02.8660705Z adding: test/test-reports/python-unittest/test_decomp/TEST-DecompContiguousTestsCPU-20221201103052.xml (deflated 60%) 2022-12-01T11:09:02.8785898Z adding: test/test-reports/python-unittest/test_decomp/TEST-TestDecompCPU-20221201103052.xml (deflated 98%) 2022-12-01T11:09:02.8790204Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20221201103105.xml (deflated 42%) 2022-12-01T11:09:02.8793390Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPattern-20221201103105.xml (deflated 82%) 2022-12-01T11:09:02.8797017Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20221201103105.xml (deflated 88%) 2022-12-01T11:09:02.8805608Z adding: test/test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOp-20221201103105.xml (deflated 88%) 2022-12-01T11:09:02.8813706Z adding: test/test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20221201103114.xml (deflated 93%) 2022-12-01T11:09:02.8817550Z adding: test/test-reports/python-unittest/test_nvfuser_frontend/TEST-TestNvFuserFrontend-20221201103122.xml (deflated 83%) 2022-12-01T11:09:02.8821240Z adding: test/test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20221201103130.xml (deflated 67%) 2022-12-01T11:09:02.8822556Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20221201103150.xml (deflated 85%) 2022-12-01T11:09:02.8889814Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20221201103150.xml (deflated 96%) 2022-12-01T11:09:02.8890811Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20221201104758.xml (deflated 82%) 2022-12-01T11:09:02.8892204Z adding: test/test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20221201104758.xml (deflated 77%) 2022-12-01T11:09:02.8893475Z adding: test/test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20221201104758.xml (deflated 84%) 2022-12-01T11:09:02.8894562Z adding: test/test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20221201104758.xml (deflated 77%) 2022-12-01T11:09:02.8895642Z adding: test/test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20221201104758.xml (deflated 86%) 2022-12-01T11:09:02.8896647Z adding: test/test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20221201104758.xml (deflated 72%) 2022-12-01T11:09:02.8897926Z adding: test/test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20221201104758.xml (deflated 71%) 2022-12-01T11:09:02.8899000Z adding: test/test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20221201104758.xml (deflated 79%) 2022-12-01T11:09:02.8899962Z adding: test/test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20221201104758.xml (deflated 73%) 2022-12-01T11:09:02.8900918Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20221201104758.xml (deflated 75%) 2022-12-01T11:09:02.8901974Z adding: test/test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20221201104758.xml (deflated 81%) 2022-12-01T11:09:02.8903030Z adding: test/test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20221201104758.xml (deflated 48%) 2022-12-01T11:09:02.8904046Z adding: test/test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20221201104758.xml (deflated 69%) 2022-12-01T11:09:02.8905016Z adding: test/test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20221201104758.xml (deflated 76%) 2022-12-01T11:09:02.8906012Z adding: test/test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20221201104758.xml (deflated 44%) 2022-12-01T11:09:02.8906984Z adding: test/test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20221201104758.xml (deflated 71%) 2022-12-01T11:09:02.8907972Z adding: test/test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20221201104808.xml (deflated 81%) 2022-12-01T11:09:02.8909129Z adding: test/test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20221201104819.xml (deflated 74%) 2022-12-01T11:09:02.8910090Z adding: test/test-reports/python-unittest/test_subclass/TEST-TestSubclass-20221201104828.xml (deflated 91%) 2022-12-01T11:09:02.8911034Z adding: test/test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20221201104837.xml (deflated 63%) 2022-12-01T11:09:02.8911987Z adding: test/test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20221201104846.xml (deflated 61%) 2022-12-01T11:09:02.8912885Z adding: test/test-reports/python-unittest/test_license/TEST-TestLicense-20221201104855.xml (deflated 50%) 2022-12-01T11:09:02.8913756Z adding: test/test-reports/python-unittest/test_itt/TEST-TestItt-20221201104904.xml (deflated 40%) 2022-12-01T11:09:02.8914674Z adding: test/test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCPU-20221201104913.xml (deflated 83%) 2022-12-01T11:09:02.8915656Z adding: test/test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20221201104922.xml (deflated 95%) 2022-12-01T11:09:02.8916629Z adding: test/test-reports/python-unittest/test_numba_integration/TEST-TestNumbaIntegration-20221201104931.xml (deflated 75%) 2022-12-01T11:09:02.8917607Z adding: test/test-reports/python-unittest/test_complex/TEST-TestComplexTensorCPU-20221201104940.xml (deflated 70%) 2022-12-01T11:09:02.8918563Z adding: test/test-reports/python-unittest/test_vulkan/TEST-TestVulkanRewritePass-20221201104948.xml (deflated 43%) 2022-12-01T11:09:02.8919505Z adding: test/test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20221201104957.xml (deflated 59%) 2022-12-01T11:09:02.8930210Z adding: test/test-reports/python-unittest/test_modules/TEST-TestModuleCPU-20221201105007.xml (deflated 96%) 2022-12-01T11:09:02.8931192Z adding: test/test-reports/python-unittest/test_torch/TEST-TestBasicVitalSigns-20221201110314.xml (deflated 62%) 2022-12-01T11:09:02.8935105Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorch-20221201110314.xml (deflated 89%) 2022-12-01T11:09:02.8947592Z adding: test/test-reports/python-unittest/test_torch/TEST-TestTorchDeviceTypeCPU-20221201110314.xml (deflated 93%) 2022-12-01T11:09:02.8948602Z adding: test/test-reports/python-unittest/test_torch/TEST-TestVitalSignsCudaCPU-20221201110314.xml (deflated 42%) 2022-12-01T11:09:02.8949657Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20221201110417.xml (deflated 78%) 2022-12-01T11:09:02.8950714Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20221201110417.xml (deflated 80%) 2022-12-01T11:09:02.8951809Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20221201110417.xml (deflated 58%) 2022-12-01T11:09:02.8952807Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20221201110417.xml (deflated 87%) 2022-12-01T11:09:02.8953688Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestDispatch-20221201110431.xml (deflated 80%) 2022-12-01T11:09:02.8954639Z adding: test/test-reports/python-unittest/test_dispatch/TEST-TestPythonDispatcher-20221201110431.xml (deflated 75%) 2022-12-01T11:09:02.8955617Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20221201110634.xml (deflated 95%) 2022-12-01T11:09:02.8957329Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20221201110634.xml (deflated 95%) 2022-12-01T11:09:02.8958424Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20221201110634.xml (deflated 75%) 2022-12-01T11:09:02.8959563Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20221201110634.xml (deflated 84%) 2022-12-01T11:09:02.8965023Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20221201110634.xml (deflated 92%) 2022-12-01T11:09:02.8966643Z adding: test/test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20221201110801.xml (deflated 86%) 2022-12-01T11:09:02.8967674Z adding: test/test-reports/python-unittest/test_jit_disabled/TEST-TestJitDisabled-20221201110816.xml (deflated 60%) 2022-12-01T11:09:02.8968633Z adding: test/test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20221201110820.xml (deflated 41%) 2022-12-01T11:09:02.8969602Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20221201110844.xml (deflated 80%) 2022-12-01T11:09:02.8970462Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20221201110844.xml (deflated 67%) 2022-12-01T11:09:02.8971310Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20221201110844.xml (deflated 40%) 2022-12-01T11:09:02.8972179Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20221201110844.xml (deflated 42%) 2022-12-01T11:09:02.8993313Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T11:09:02.8993624Z # Remove any previous test reports if they exist 2022-12-01T11:09:02.8993855Z rm -f usage-log-*.zip 2022-12-01T11:09:02.8994130Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-12-01T11:09:02.8994418Z # so check to see if the file exists first 2022-12-01T11:09:02.8994631Z if [ -f 'usage_log.txt' ]; then 2022-12-01T11:09:02.8994871Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-12-01T11:09:02.8995085Z fi 2022-12-01T11:09:02.9006041Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:09:02.9006264Z env: 2022-12-01T11:09:02.9006439Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:09:02.9006670Z FILE_SUFFIX: test-default-4-5-linux.2xlarge_9818440532 2022-12-01T11:09:02.9006898Z ##[endgroup] 2022-12-01T11:09:02.9285088Z adding: usage_log.txt (deflated 96%) 2022-12-01T11:09:02.9322018Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:09:02.9322231Z with: 2022-12-01T11:09:02.9322419Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:09:02.9322633Z retention-days: 14 2022-12-01T11:09:02.9322822Z if-no-files-found: warn 2022-12-01T11:09:02.9323001Z path: test-jsons-*.zip 2022-12-01T11:09:02.9323179Z name: artifact 2022-12-01T11:09:02.9323356Z s3-bucket: gha-artifacts 2022-12-01T11:09:02.9323530Z region: us-east-1 2022-12-01T11:09:02.9323693Z env: 2022-12-01T11:09:02.9323860Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:09:02.9324028Z ##[endgroup] 2022-12-01T11:09:03.6221845Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:09:03.6222368Z With the provided path, there will be 1 file uploaded 2022-12-01T11:09:03.6222868Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:09:03.6285419Z Starting upload of test-jsons-test-default-4-5-linux.2xlarge_9818440532.zip 2022-12-01T11:09:03.7817068Z Finished upload of test-jsons-test-default-4-5-linux.2xlarge_9818440532.zip 2022-12-01T11:09:03.7964204Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:09:03.7964421Z with: 2022-12-01T11:09:03.7964856Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:09:03.7965080Z retention-days: 14 2022-12-01T11:09:03.7965278Z if-no-files-found: error 2022-12-01T11:09:03.7965468Z path: test-reports-*.zip 2022-12-01T11:09:03.7965652Z name: artifact 2022-12-01T11:09:03.7965828Z s3-bucket: gha-artifacts 2022-12-01T11:09:03.7965999Z region: us-east-1 2022-12-01T11:09:03.7966161Z env: 2022-12-01T11:09:03.7966333Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:09:03.7966505Z ##[endgroup] 2022-12-01T11:09:04.1323575Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:09:04.1324070Z With the provided path, there will be 1 file uploaded 2022-12-01T11:09:04.1324730Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:09:04.1332817Z Starting upload of test-reports-test-default-4-5-linux.2xlarge_9818440532.zip 2022-12-01T11:09:04.3530216Z Finished upload of test-reports-test-default-4-5-linux.2xlarge_9818440532.zip 2022-12-01T11:09:04.3672506Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T11:09:04.3672722Z with: 2022-12-01T11:09:04.3673188Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:09:04.3673404Z retention-days: 14 2022-12-01T11:09:04.3673602Z if-no-files-found: ignore 2022-12-01T11:09:04.3673788Z path: usage-log-*.zip 2022-12-01T11:09:04.3673966Z name: artifact 2022-12-01T11:09:04.3674147Z s3-bucket: gha-artifacts 2022-12-01T11:09:04.3674322Z region: us-east-1 2022-12-01T11:09:04.3674490Z env: 2022-12-01T11:09:04.3674667Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:09:04.3674838Z ##[endgroup] 2022-12-01T11:09:04.7045479Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T11:09:04.7045806Z With the provided path, there will be 1 file uploaded 2022-12-01T11:09:04.7046137Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T11:09:04.7053157Z Starting upload of usage-log-test-default-4-5-linux.2xlarge_9818440532.zip 2022-12-01T11:09:04.9607353Z Finished upload of usage-log-test-default-4-5-linux.2xlarge_9818440532.zip 2022-12-01T11:09:04.9750505Z ##[group]Run set -x 2022-12-01T11:09:04.9750701Z set -x 2022-12-01T11:09:04.9750904Z python3 -m pip install -r requirements.txt 2022-12-01T11:09:04.9751147Z python3 -m pip install boto3==1.19.12 2022-12-01T11:09:04.9751436Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T11:09:04.9762609Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:09:04.9762863Z env: 2022-12-01T11:09:04.9763050Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:09:04.9763254Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T11:09:04.9763431Z BRANCH: pull/89997 2022-12-01T11:09:04.9763664Z TEST_CONFIG: default 2022-12-01T11:09:04.9763838Z SHARD_NUMBER: 4 2022-12-01T11:09:04.9764050Z BUILD_ENVIRONMENT: linux-focal-py3.7-clang7-asan 2022-12-01T11:09:04.9764272Z PR_NUMBER: 89997 2022-12-01T11:09:04.9764506Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T11:09:04.9764699Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T11:09:04.9764961Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T11:09:04.9765201Z TAG: 2022-12-01T11:09:04.9765353Z WORKFLOW_ID: 3591403534 2022-12-01T11:09:04.9765668Z GITHUB_TOKEN: *** 2022-12-01T11:09:04.9765855Z GHA_WORKFLOW_JOB_ID: 9818440532 2022-12-01T11:09:04.9766027Z ##[endgroup] 2022-12-01T11:09:04.9790498Z + python3 -m pip install -r requirements.txt 2022-12-01T11:09:05.1863443Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:09:05.2121554Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-12-01T11:09:05.2146958Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.4) 2022-12-01T11:09:05.2154821Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-12-01T11:09:05.2164127Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.58.2) 2022-12-01T11:09:05.2526645Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-12-01T11:09:05.2535350Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-12-01T11:09:05.2612179Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-12-01T11:09:05.2619930Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-12-01T11:09:05.2836005Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-12-01T11:09:05.3001233Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-12-01T11:09:05.3009691Z 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-12-01T11:09:05.3015120Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.4.0) 2022-12-01T11:09:05.3024888Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-12-01T11:09:05.3044061Z 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.38.4) 2022-12-01T11:09:05.3061302Z 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-12-01T11:09:05.3309370Z 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-12-01T11:09:05.3319629Z Requirement already satisfied: exceptiongroup>=1.0.0; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.4) 2022-12-01T11:09:05.3337643Z 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.13) 2022-12-01T11:09:05.3488877Z 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-12-01T11:09:05.3500694Z 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-12-01T11:09:05.3535166Z 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-12-01T11:09:05.3536243Z 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-12-01T11:09:05.4415240Z + python3 -m pip install boto3==1.19.12 2022-12-01T11:09:05.6538671Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T11:09:05.6725131Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-12-01T11:09:05.6773370Z 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-12-01T11:09:05.6814918Z 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-12-01T11:09:05.6849419Z 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-12-01T11:09:05.6861764Z 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.13) 2022-12-01T11:09:05.7014251Z 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-12-01T11:09:05.7033101Z 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-12-01T11:09:05.8855083Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T11:09:22.8091936Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T11:09:22.8092149Z 2022-12-01T11:09:22.8092422Z ----- Historic stats comparison result ------ 2022-12-01T11:09:22.8092596Z 2022-12-01T11:09:22.8092747Z job: linux-focal-py3.7-clang7-asan 2022-12-01T11:09:22.8093008Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T11:09:22.8093159Z 2022-12-01T11:09:22.8093303Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T11:09:22.8093477Z 2022-12-01T11:09:22.8093545Z : (master) 2022-12-01T11:09:22.8093691Z | 2022-12-01T11:09:22.8093888Z | * c13d400bff (HEAD) total time 5477.44s 2022-12-01T11:09:22.8094083Z | | 2022-12-01T11:09:22.8094228Z | : (59 commits) 2022-12-01T11:09:22.8094388Z |/ 2022-12-01T11:09:22.8094690Z * 67eb2d5952 (base) 10 reports, total time 5066.56s ± 758.59s 2022-12-01T11:09:22.8094996Z * 1c5ca724f4 5 reports, total time 5007.67s ± 739.45s 2022-12-01T11:09:22.8095308Z * 9d6109c4b0 5 reports, total time 5248.41s ± 838.92s 2022-12-01T11:09:22.8095841Z * 736adc0808 5 reports, total time 5004.15s ± 697.56s 2022-12-01T11:09:22.8096139Z * a348975e00 5 reports, total time 4985.14s ± 784.41s 2022-12-01T11:09:22.8096444Z * db13049b88 5 reports, total time 5049.73s ± 583.05s 2022-12-01T11:09:22.8096960Z * d07b85393a 5 reports, total time 5006.93s ± 737.16s 2022-12-01T11:09:22.8097281Z * ac25c210e5 5 reports, total time 4959.94s ± 911.28s 2022-12-01T11:09:22.8097573Z * 2355b6256b 5 reports, total time 4922.19s ± 818.33s 2022-12-01T11:09:22.8097878Z * 4f95f7ae9b 5 reports, total time 5092.55s ± 718.39s 2022-12-01T11:09:22.8098075Z | 2022-12-01T11:09:22.8098217Z : 2022-12-01T11:09:22.8098310Z 2022-12-01T11:09:22.8098427Z Removed (across 471 suites) 0 tests, totaling 0.00s 2022-12-01T11:09:22.8098685Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T11:09:22.8098925Z Added (across 229 suites) 21950 tests, totaling +5477.44s 2022-12-01T11:09:22.8943083Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T11:09:22.8943521Z with: 2022-12-01T11:09:22.8943776Z env: 2022-12-01T11:09:22.8944065Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:09:22.8944355Z ##[endgroup] 2022-12-01T11:09:22.8967521Z ##[group]Run set -eou pipefail 2022-12-01T11:09:22.8967869Z set -eou pipefail 2022-12-01T11:09:22.8968161Z  2022-12-01T11:09:22.8968525Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T11:09:22.8968936Z for _ in $(seq 1440); do 2022-12-01T11:09:22.8969290Z  # Break if no ssh session exists anymore 2022-12-01T11:09:22.8969643Z  if [ "$(who)" = "" ]; then 2022-12-01T11:09:22.8969940Z  break 2022-12-01T11:09:22.8970213Z  fi 2022-12-01T11:09:22.8970485Z  echo "." 2022-12-01T11:09:22.8970770Z  sleep 5 2022-12-01T11:09:22.8971050Z done 2022-12-01T11:09:22.8982666Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:09:22.8982876Z env: 2022-12-01T11:09:22.8983053Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:09:22.8983244Z ##[endgroup] 2022-12-01T11:09:22.9009123Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T11:09:22.9086874Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T11:09:22.9087189Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T11:09:22.9087442Z # shellcheck disable=SC2046 2022-12-01T11:09:22.9087653Z docker stop $(docker ps -q) || true 2022-12-01T11:09:22.9087881Z # Prune all of the docker images 2022-12-01T11:09:22.9088179Z docker system prune -af 2022-12-01T11:09:22.9098744Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T11:09:22.9098959Z env: 2022-12-01T11:09:22.9099134Z GIT_DEFAULT_BRANCH: master 2022-12-01T11:09:22.9099308Z ##[endgroup] 2022-12-01T11:09:23.2708463Z b8e8f035cd08 2022-12-01T11:09:23.8924495Z Deleted Containers: 2022-12-01T11:09:23.8924830Z b8e8f035cd083a6d1b49d80a8edb962695534fa97f58153f54d8af97d4d94151 2022-12-01T11:09:23.8925008Z 2022-12-01T11:09:25.6500198Z Deleted Images: 2022-12-01T11:09:25.6501066Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T11:09:25.6501825Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan@sha256:42f45500ffafce3e5c89e7a2b668a2227178819b884f9370a30317f1498a9ec8 2022-12-01T11:09:25.6502368Z deleted: sha256:c3feb30865e79ddc0cfdf79d04a44eb63523e70e9b73865190caeb53ae341ff9 2022-12-01T11:09:25.6502733Z deleted: sha256:3b991d7f23a1b58e56694105222dd6809b4be44499afad0b8b82c6ddbc5f2164 2022-12-01T11:09:25.6503048Z deleted: sha256:15752bc857ecf65ff3049fc03c10cc0a7501e2f7d93be22ced2912d2b9e66e35 2022-12-01T11:09:25.6503416Z deleted: sha256:c6b44703f9d349843966e874f075cf0fe3968f541ee8a39e9445b51633b3ac71 2022-12-01T11:09:25.6503948Z deleted: sha256:dcf3568f2cc0182c7b5e5c68ea1811487081835d3e2fcea83bd0afe6e524b87a 2022-12-01T11:09:25.6504456Z deleted: sha256:e7eb59e53c4f69f57996af64cfe31cf49c4e6198df0beb627ff324429f9c4f7e 2022-12-01T11:09:25.6504802Z deleted: sha256:0cb91ba135d7b8e6c88aac894a76d2b1530f7b6cf5d72edeb3dd0ec9d72298dc 2022-12-01T11:09:25.6505137Z deleted: sha256:1c2c711542f9075d00937ab8dc71c74ee05108092079a3fb0e5b28e546a104e1 2022-12-01T11:09:25.6505460Z deleted: sha256:bf24657135d8f6bd0eb93cd61b6b07b5ca34bd255f9bc3feb495e6ab50bce05d 2022-12-01T11:09:25.6505775Z deleted: sha256:4bd80d9762b199b05c89d37b03423ddc10bc2a95ed25083c05dd94d851a0e4da 2022-12-01T11:09:25.6506090Z deleted: sha256:a0a86ba5d6196160a4373afa235083f92b7c55b1eb17c80160d83674eb149b49 2022-12-01T11:09:25.6506407Z deleted: sha256:8a9c54bb2f9142c23f9c4e546858aa4db2450b30cf6f16aea41ddf0c7a276574 2022-12-01T11:09:25.6506773Z deleted: sha256:57c61ca4f3768deb0947da97216c33d9039eded12bc63c244fbfa5422dc97ea2 2022-12-01T11:09:25.6507539Z deleted: sha256:0321b23fe099c50a2961bb25bfc86ae9cb209728fad2dc54004d99c3a2b33560 2022-12-01T11:09:25.6508123Z deleted: sha256:664cf2d9466eb24fc5594a9e7861c12998b63d5bec2c6c09c339533b8f94c405 2022-12-01T11:09:25.6508706Z deleted: sha256:8725cec1bf966c6d1fed60c3c34c870fb321a228b8669c855e98559ede58f74e 2022-12-01T11:09:25.6509294Z deleted: sha256:ecfed089dd58b0c535a9356a83fa2a203e7f4dce4ea18abdc35adf39e9e05706 2022-12-01T11:09:25.6509793Z deleted: sha256:dd9959c6babb00adbd0c6c0dfaf9a18ba099de04bc1348a512fe4607c4f7f72f 2022-12-01T11:09:25.6510359Z deleted: sha256:229fe6fcf37e5a9f900e3159c44fd861fe7e0a7766c2b175e5fbca3e69ea52c1 2022-12-01T11:09:25.6510924Z deleted: sha256:80f9b5a94561abcb5bbb7d7b4550b6bb437013aee335f9bcaf6f747288380bbc 2022-12-01T11:09:25.6511497Z deleted: sha256:4be45b53523b3810602f920ffc72e48c4098458cc94e5ddeac20ba16cd08ab69 2022-12-01T11:09:25.6512108Z deleted: sha256:c31307683a4f779e511b6e3dea78f2ec8542182d6e784d09e660ccfa28f5cbdc 2022-12-01T11:09:25.6512631Z deleted: sha256:4837421e64d08bbf533a6707a589e0129f6588b731a808200572be9dad41e0c6 2022-12-01T11:09:25.6512945Z deleted: sha256:042d96787c27e10223637ca3b6dfc87e1c12706a5fb0d376598cccd1a5944f07 2022-12-01T11:09:25.6513246Z deleted: sha256:31715a193ce574fabf84eda047e545bff2f17df76f739d070dd9f445b07ff297 2022-12-01T11:09:25.6513570Z deleted: sha256:6a8ca4521bad8a2a677717cf714bd3917378b4fe3bcd45a776e3ae5ac86236f9 2022-12-01T11:09:25.6513914Z deleted: sha256:f0fdcfea6a84cdb9246ece745e1d5b71a1940c94be2521765aedc652b335eddc 2022-12-01T11:09:25.6514246Z deleted: sha256:ba0e8626bcce5da56a3f90136ee680e90a88cafb883f9677f0492668f580e33f 2022-12-01T11:09:25.6514575Z deleted: sha256:1dbf9172e126c3c4d591e2534eef17f63daf81645ac7a992e4bc1174b66fcbd0 2022-12-01T11:09:25.6514987Z deleted: sha256:3745e59d0f1363593d00e80e3d0ecb696465ecbb8d3fdac2dac39741d83498e4 2022-12-01T11:09:25.6515329Z deleted: sha256:8f10686558f8901f61640c56969cf26190f1050aa26602ba9d4940aab45e7c99 2022-12-01T11:09:25.6515619Z deleted: sha256:a58b84e137f8ca0494356963bf43829f974ee9b7cf7d0cf3e6c271b2e383be02 2022-12-01T11:09:25.6516021Z deleted: sha256:d2ea9c7f3e8f1208f44b26521effa578bebb71039a24fd2b1e12b4e5743d5365 2022-12-01T11:09:25.6516372Z deleted: sha256:413d10028cd12890cf352ce9983513fb605e21c7326102485e3172b84ddf833c 2022-12-01T11:09:25.6516681Z deleted: sha256:d5efcd370ecdd01f56b82febb7813b6f29c50bfca7a19bff33dae186e2ef7401 2022-12-01T11:09:25.6517010Z deleted: sha256:df7212c3900a3b39c7216174b382d6fd00c145d2bbfe1135a75690f6684f4420 2022-12-01T11:09:25.6517323Z deleted: sha256:6f22b23bcd269fe0e6905a497335118ff8186ee5d579aecdc73814be0549367c 2022-12-01T11:09:25.6517637Z deleted: sha256:00231c616d684a4dad279f1a6c3e37b63c5924a5e2a3dc5743855c10f8685d0a 2022-12-01T11:09:25.6517945Z deleted: sha256:f53b36d3fc1b6757c4fc5f5d1e946e107bd070941458ae3bd96d14f88e9385b3 2022-12-01T11:09:25.6518289Z deleted: sha256:fb5beb334cfacef4aecf684f74bac046f510af7b9ffceae52c5ba65a1d8dd6e6 2022-12-01T11:09:25.6518631Z deleted: sha256:9f9f5e798a4d443cd0dfe07369a7b73380ed466587633ff94263d32f1b34a05d 2022-12-01T11:09:25.6518920Z deleted: sha256:647883060b854c898144b0c053b59a04fbe20fdfb171025e1254ae6ce17b7c26 2022-12-01T11:09:25.6519212Z deleted: sha256:d833859fea8b79a698280e9fb826e00292a8eb9258599cb3b283f97481cf5923 2022-12-01T11:09:25.6519534Z deleted: sha256:8e30bcab43e0a3d3e5cbedb7ae69d1ca8c14a30822b59f82d55b9297549a075a 2022-12-01T11:09:25.6519882Z deleted: sha256:e9e3cbe450beabaab506e572c40eff373b0b7a5da52709a5b9e79d7ecd0fa75a 2022-12-01T11:09:25.6520191Z deleted: sha256:c03829b78195a204f4e83d0df661978e71ca638886dd43328fdf5a30f621df7d 2022-12-01T11:09:25.6520489Z deleted: sha256:b65c765d83641c3e20fb7d8d22676a2eb52b23e45c5b5420a6196bd079653bd8 2022-12-01T11:09:25.6520802Z deleted: sha256:9f4461bf8102f0112d36b6e47b3bd83390c9e5ae10bf8c2e6f1aad80ad9d764a 2022-12-01T11:09:25.6521104Z deleted: sha256:bb3004ca06d23688a568d95778e87cb02a487b3da68368f635855f8ba889e0c4 2022-12-01T11:09:25.6521403Z deleted: sha256:e4630b30a880ccaaa06365e2777a00130679b5c8ba0043b1874997a7291adf9c 2022-12-01T11:09:25.6521781Z deleted: sha256:f45b9c1c4b76ff76079cabdddbae9f502cca2edf6c9c89436582f3c6d4294917 2022-12-01T11:09:25.6522110Z deleted: sha256:5df899f744c2aa449c228585d787f30ae433e33b5e65f3a255377fe5d103a7a4 2022-12-01T11:09:25.6522408Z deleted: sha256:8af01463d8e1c3f4756e121353c9e833712c78ba2b3357c6aea6da54d8906f2b 2022-12-01T11:09:25.6522721Z deleted: sha256:2c2c883cb5cd4d831744ba6dd5d2f980a2cc25497b904aabe5497155740c7cc9 2022-12-01T11:09:25.6523040Z deleted: sha256:65642a1e69f02ee5cfe5f77fc6b0f4d4be0e071574466982d8f92aba67b0f250 2022-12-01T11:09:25.6523343Z deleted: sha256:d43d5e2379f80bfe6f73f28c60e8181f5a5551d39d7b5800b16e57666a3d7f66 2022-12-01T11:09:25.6523657Z deleted: sha256:7070a4ad8ac000d6910f8bab3e00671f9ea4e7094064da08eb1892332166b92d 2022-12-01T11:09:25.6523969Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-12-01T11:09:25.6524143Z 2022-12-01T11:09:25.6524242Z Total reclaimed space: 7.847GB 2022-12-01T11:09:25.6566881Z Post job cleanup. 2022-12-01T11:09:25.6599607Z Post job cleanup. 2022-12-01T11:09:25.7655288Z [command]/usr/bin/git version 2022-12-01T11:09:25.7706593Z git version 2.37.1 2022-12-01T11:09:25.7746605Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d010e616-015b-4ec1-88b6-e4284b68428d' before making global git config changes 2022-12-01T11:09:25.7747312Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T11:09:25.7751783Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T11:09:25.7799951Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T11:09:25.7831232Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T11:09:25.8164763Z Entering 'android/libs/fbjni' 2022-12-01T11:09:25.8214090Z Entering 'third_party/FP16' 2022-12-01T11:09:25.8255538Z Entering 'third_party/FXdiv' 2022-12-01T11:09:25.8304955Z Entering 'third_party/NNPACK' 2022-12-01T11:09:25.8349840Z Entering 'third_party/QNNPACK' 2022-12-01T11:09:25.8399289Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T11:09:25.8432216Z Entering 'third_party/XNNPACK' 2022-12-01T11:09:25.8538770Z Entering 'third_party/benchmark' 2022-12-01T11:09:25.8582657Z Entering 'third_party/cpuinfo' 2022-12-01T11:09:25.8633334Z Entering 'third_party/cub' 2022-12-01T11:09:25.8681984Z Entering 'third_party/cudnn_frontend' 2022-12-01T11:09:25.8721603Z Entering 'third_party/cutlass' 2022-12-01T11:09:25.8761244Z Entering 'third_party/eigen' 2022-12-01T11:09:25.8824134Z Entering 'third_party/fbgemm' 2022-12-01T11:09:25.8884777Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T11:09:25.8945926Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T11:09:25.9008399Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T11:09:25.9070739Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T11:09:25.9121983Z Entering 'third_party/flatbuffers' 2022-12-01T11:09:25.9159202Z Entering 'third_party/fmt' 2022-12-01T11:09:25.9206456Z Entering 'third_party/foxi' 2022-12-01T11:09:25.9248781Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T11:09:25.9298832Z Entering 'third_party/gloo' 2022-12-01T11:09:25.9345819Z Entering 'third_party/googletest' 2022-12-01T11:09:25.9396885Z Entering 'third_party/ideep' 2022-12-01T11:09:25.9456156Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T11:09:25.9527481Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T11:09:25.9616392Z Entering 'third_party/ios-cmake' 2022-12-01T11:09:25.9659144Z Entering 'third_party/ittapi' 2022-12-01T11:09:25.9692907Z Entering 'third_party/kineto' 2022-12-01T11:09:25.9728311Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T11:09:25.9762282Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T11:09:25.9797192Z Entering 'third_party/nccl/nccl' 2022-12-01T11:09:25.9849719Z Entering 'third_party/neon2sse' 2022-12-01T11:09:25.9890636Z Entering 'third_party/nlohmann' 2022-12-01T11:09:25.9926647Z Entering 'third_party/onnx' 2022-12-01T11:09:26.0033739Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T11:09:26.0093168Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T11:09:26.0142311Z Entering 'third_party/onnx-tensorrt' 2022-12-01T11:09:26.0204960Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T11:09:26.0289437Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T11:09:26.0360350Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T11:09:26.0424934Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T11:09:26.0478215Z Entering 'third_party/pocketfft' 2022-12-01T11:09:26.0513350Z Entering 'third_party/protobuf' 2022-12-01T11:09:26.0594830Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T11:09:26.0655104Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T11:09:26.0704798Z Entering 'third_party/psimd' 2022-12-01T11:09:26.0747766Z Entering 'third_party/pthreadpool' 2022-12-01T11:09:26.0799907Z Entering 'third_party/pybind11' 2022-12-01T11:09:26.0848060Z Entering 'third_party/python-enum' 2022-12-01T11:09:26.0889359Z Entering 'third_party/python-peachpy' 2022-12-01T11:09:26.0941306Z Entering 'third_party/python-six' 2022-12-01T11:09:26.0990594Z Entering 'third_party/sleef' 2022-12-01T11:09:26.1038232Z Entering 'third_party/tbb' 2022-12-01T11:09:26.1074629Z Entering 'third_party/tensorpipe' 2022-12-01T11:09:26.1139055Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T11:09:26.1203948Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T11:09:26.1260634Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T11:09:26.1314721Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T11:09:26.1373301Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T11:09:26.1429506Z Entering 'third_party/zstd' 2022-12-01T11:09:26.1492449Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T11:09:26.1518892Z http.https://github.com/.extraheader 2022-12-01T11:09:26.1526668Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T11:09:26.1559451Z [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-12-01T11:09:26.1812566Z Entering 'android/libs/fbjni' 2022-12-01T11:09:26.1834057Z http.https://github.com/.extraheader 2022-12-01T11:09:26.1861222Z Entering 'third_party/FP16' 2022-12-01T11:09:26.1880638Z http.https://github.com/.extraheader 2022-12-01T11:09:26.1906826Z Entering 'third_party/FXdiv' 2022-12-01T11:09:26.1926234Z http.https://github.com/.extraheader 2022-12-01T11:09:26.1952724Z Entering 'third_party/NNPACK' 2022-12-01T11:09:26.1972189Z http.https://github.com/.extraheader 2022-12-01T11:09:26.1998903Z Entering 'third_party/QNNPACK' 2022-12-01T11:09:26.2019215Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2045694Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T11:09:26.2066544Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2093220Z Entering 'third_party/XNNPACK' 2022-12-01T11:09:26.2113541Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2150820Z Entering 'third_party/benchmark' 2022-12-01T11:09:26.2171018Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2198561Z Entering 'third_party/cpuinfo' 2022-12-01T11:09:26.2218816Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2244921Z Entering 'third_party/cub' 2022-12-01T11:09:26.2265665Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2291517Z Entering 'third_party/cudnn_frontend' 2022-12-01T11:09:26.2312071Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2344618Z Entering 'third_party/cutlass' 2022-12-01T11:09:26.2364599Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2398132Z Entering 'third_party/eigen' 2022-12-01T11:09:26.2418855Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2447608Z Entering 'third_party/fbgemm' 2022-12-01T11:09:26.2468198Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2494579Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T11:09:26.2514889Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2542908Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T11:09:26.2562638Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2589956Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T11:09:26.2609731Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2637647Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T11:09:26.2657045Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2685786Z Entering 'third_party/flatbuffers' 2022-12-01T11:09:26.2706204Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2734713Z Entering 'third_party/fmt' 2022-12-01T11:09:26.2754615Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2780949Z Entering 'third_party/foxi' 2022-12-01T11:09:26.2801381Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2828511Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T11:09:26.2848144Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2875202Z Entering 'third_party/gloo' 2022-12-01T11:09:26.2895976Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2922544Z Entering 'third_party/googletest' 2022-12-01T11:09:26.2942386Z http.https://github.com/.extraheader 2022-12-01T11:09:26.2969249Z Entering 'third_party/ideep' 2022-12-01T11:09:26.2989721Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3016108Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T11:09:26.3036993Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3065767Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T11:09:26.3085649Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3117773Z Entering 'third_party/ios-cmake' 2022-12-01T11:09:26.3138382Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3164852Z Entering 'third_party/ittapi' 2022-12-01T11:09:26.3186049Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3212878Z Entering 'third_party/kineto' 2022-12-01T11:09:26.3233688Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3260796Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T11:09:26.3279701Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3307179Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T11:09:26.3326628Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3354901Z Entering 'third_party/nccl/nccl' 2022-12-01T11:09:26.3374903Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3401973Z Entering 'third_party/neon2sse' 2022-12-01T11:09:26.3423049Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3448955Z Entering 'third_party/nlohmann' 2022-12-01T11:09:26.3469118Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3496329Z Entering 'third_party/onnx' 2022-12-01T11:09:26.3516272Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3554995Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T11:09:26.3574566Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3601337Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T11:09:26.3621521Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3650227Z Entering 'third_party/onnx-tensorrt' 2022-12-01T11:09:26.3670265Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3696554Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T11:09:26.3715847Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3748075Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T11:09:26.3767373Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3794318Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T11:09:26.3814214Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3840084Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T11:09:26.3861308Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3892528Z Entering 'third_party/pocketfft' 2022-12-01T11:09:26.3913088Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3939510Z Entering 'third_party/protobuf' 2022-12-01T11:09:26.3959141Z http.https://github.com/.extraheader 2022-12-01T11:09:26.3988629Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T11:09:26.4008333Z http.https://github.com/.extraheader 2022-12-01T11:09:26.4033992Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T11:09:26.4053727Z http.https://github.com/.extraheader 2022-12-01T11:09:26.4082085Z Entering 'third_party/psimd' 2022-12-01T11:09:26.4103028Z http.https://github.com/.extraheader 2022-12-01T11:09:26.4128540Z Entering 'third_party/pthreadpool' 2022-12-01T11:09:26.4148232Z http.https://github.com/.extraheader 2022-12-01T11:09:26.4173866Z Entering 'third_party/pybind11' 2022-12-01T11:09:26.4193636Z http.https://github.com/.extraheader 2022-12-01T11:09:26.4219846Z Entering 'third_party/python-enum' 2022-12-01T11:09:26.4239897Z http.https://github.com/.extraheader 2022-12-01T11:09:26.4265959Z Entering 'third_party/python-peachpy' 2022-12-01T11:09:26.4285453Z http.https://github.com/.extraheader 2022-12-01T11:09:26.4312146Z Entering 'third_party/python-six' 2022-12-01T11:09:26.4331992Z http.https://github.com/.extraheader 2022-12-01T11:09:26.4357742Z Entering 'third_party/sleef' 2022-12-01T11:09:26.4377885Z http.https://github.com/.extraheader 2022-12-01T11:09:26.4403308Z Entering 'third_party/tbb' 2022-12-01T11:09:26.4424789Z http.https://github.com/.extraheader 2022-12-01T11:09:26.4452390Z Entering 'third_party/tensorpipe' 2022-12-01T11:09:26.4472098Z http.https://github.com/.extraheader 2022-12-01T11:09:26.4498701Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T11:09:26.4517198Z http.https://github.com/.extraheader 2022-12-01T11:09:26.4543365Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T11:09:26.4562527Z http.https://github.com/.extraheader 2022-12-01T11:09:26.4589029Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T11:09:26.4608257Z http.https://github.com/.extraheader 2022-12-01T11:09:26.4634612Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T11:09:26.4654145Z http.https://github.com/.extraheader 2022-12-01T11:09:26.4680091Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T11:09:26.4701188Z http.https://github.com/.extraheader 2022-12-01T11:09:26.4730128Z Entering 'third_party/zstd' 2022-12-01T11:09:26.4750534Z http.https://github.com/.extraheader 2022-12-01T11:09:26.4972077Z Cleaning up orphan processes